Searched refs:emit (Results 1 – 23 of 23) sorted by relevance
54 static void emit(struct json_lexer *lex, enum json_tokens token) in emit() function100 emit(lex, JSON_TOK_ERROR); in lexer_string()140 emit(lex, JSON_TOK_STRING); in lexer_string()150 emit(lex, JSON_TOK_ERROR); in lexer_string()172 emit(lex, JSON_TOK_TRUE); in lexer_boolean()178 emit(lex, JSON_TOK_FALSE); in lexer_boolean()184 emit(lex, JSON_TOK_ERROR); in lexer_boolean()191 emit(lex, JSON_TOK_ERROR); in lexer_null()195 emit(lex, JSON_TOK_NULL); in lexer_null()209 emit(lex, JSON_TOK_NUMBER); in lexer_number()[all …]
65 - process each field in some way (e.g. sync-push emit, concat, enqueue to67 - perform actions at transaction-stop (e.g. mutex-release, emit of concat87 How to serialize and emit fields as well as handling alignment, can be done336 ``lock(); emit(a); emit(b); emit(c); release();``343 ``emit(a,thread_id); emit(b,thread_id); emit(c,thread_id);``348 ``emit(a ## b ## c); /* Concat to buffer */``350 ``lock(); emit(a); emit(b); emit(c); release(); /* No extra mem */``355 ``emit(a ## b ## c, thread_id);``
8 * this does is emit records for which interrupts are at which level,
90 # Resolving symbols using generated steering files will emit the warnings 6331 and 6332.
80 instruction to emit the passed data to the standard output
42 bool "Trigger callback on event emit"
6 the symbol table) for the target as its sole argument. It will emit a
266 * Pulpino toolchains emit these sections; we don't care about them,
184 # we need to emit PIC code. This limitation is undocumented and
181 * above, which may emit "GOT indirections" for the weak symbol
178 * above, which may emit "GOT indirections" for the weak symbol
34 * including alignment to a cache line. Be sure to also emit the
34 * emit an undefined symbol error.
70 def emit(self, record): member in WestLogHandler
303 printk to emit messages to the 16550 UART port 0 instance in device
924 This tells the build system to emit all possible syscalls found
756 $<$<BOOL:${CONFIG_EMIT_ALL_SYSCALLS}>:--emit-all-syscalls>
879 If stack canaries are supported by the compiler, it will emit
747 might wrongly emit a warning about a ``boards`` directory not being found.
472 * Added support to handle controller abort where the target does not emit
2307 need a :dtcompatible:`zephyr,kscan-input` child node to emit input events.
2004 * Corrected encoder button behavior to emit ``LV_KEY_ENTER`` events correctly.