/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 413 --sym=SYMBOL Unique symbol to use for RTCD initialization function
|
/hardware/intel/img/psb_video/src/ |
tng_jpegdec.c | 90 This structure defines the VLC code used for a partiular symbol 97 uint8_t symbol; member in struct:__anon41139 373 /* VLC microcode entry for a valid symbol */ 376 entry |= symbol_code->symbol; 433 /* for all code variants - insert symbol into the decode direct result table */ 769 ctx->symbol_codes[0][table_id][table_ind].symbol = huff->huffman_table[table_id].dc_values[table_ind]; 813 ctx->symbol_codes[1][table_id][table_ind].symbol = huff->huffman_table[table_id].ac_values[table_ind];; [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputGLSLBase.cpp | 657 const TIntermSymbol *symbol = sequence->front()->getAsSymbolNode(); local 658 ASSERT(symbol); 659 out << "invariant " << symbol->getSymbol() << ";";
|
glslang.y | 66 TSymbol* symbol; 211 // The symbol table search was done in the lexical phase 212 const TVariable *variable = context->getNamedVariable(@1, $1.string, $1.symbol); 314 // Don't go through the symbol table for constructors. 334 // Not a constructor. Find it in the symbol table. [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-report.c | 5 * look up and read DSOs and symbol information and display 17 #include "util/symbol.h" 81 struct symbol *parent = NULL; 173 struct symbol *parent = NULL; 250 struct symbol *parent = NULL; 335 pr_debug("problem incrementing symbol period, skipping event\n"); 766 "be more verbose (show symbol address, etc)"), 787 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline," 809 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]" [all...] |
Makefile | 44 # Define NO_DEMANGLE if you do not want C++ symbol demangling. 268 LIB_H += util/symbol.h 328 LIB_OBJS += $(OUTPUT)util/symbol.o 329 LIB_OBJS += $(OUTPUT)util/symbol-elf.o 449 LIB_OBJS := $(filter-out $(OUTPUT)util/symbol-elf.o,$(LIB_OBJS)) 456 # Use minimal symbol handling 457 LIB_OBJS += $(OUTPUT)util/symbol-minimal.o
|
/external/oprofile/libpp/ |
format_output.cpp | 3 * outputting format for symbol lists 111 format_map[ff_symb_name] = field_description(30, "symbol name", &formatter::format_symb_name); 272 return symbol_names.demangle(f.symbol.name); 278 return get_image_name(f.symbol.image_name, 288 return get_image_name(f.symbol.app_name, 479 // cumulated percent are relative to current symbol. 572 // module+symbol table for detecting duplicate symbols 707 // first time we've seen this symbol 815 // only output source_file if it is different than the symbol's 843 // output symbol's summary data for each profile clas [all...] |
/system/core/init/ |
init_parser.c | 57 #define KEYWORD(symbol, flags, nargs, func) \ 58 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, },
|
/external/libcxx/src/ |
locale.cpp | 5440 const char symbol = static_cast<char>(money_base::symbol); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 5553 const char symbol = static_cast<char>(money_base::symbol); local [all...] |
/external/chromium_org/v8/src/ |
factory.cc | 663 Handle<Symbol> Factory::NewSymbol() { 667 Symbol); 671 Handle<Symbol> Factory::NewPrivateSymbol() { 672 Handle<Symbol> symbol = NewSymbol(); local 673 symbol->set_is_private(true); 674 return symbol; 678 Handle<Symbol> Factory::NewPrivateOwnSymbol() { 679 Handle<Symbol> symbol = NewSymbol() local [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
bfd.h | 231 /* General purpose part of a symbol X; 247 /* A canonical archive symbol. */ 260 char **name; /* Symbol name. */ 329 /* Information about a symbol that nm needs. */ 335 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 1015 long symbol; member in struct:coff_comdat_info 1573 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/ |
bfd.h | 233 /* General purpose part of a symbol X; 249 /* A canonical archive symbol. */ 262 char **name; /* Symbol name. */ 331 /* Information about a symbol that nm needs. */ 337 const char *name; /* Symbol name. */ 899 /* ELF ARM mapping symbol support */ 996 long symbol; member in struct:coff_comdat_info 1549 struct bfd_symbol *symbol; member in struct:bfd_section [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
event-parse.c | 724 free_arg(arg->symbol.field); 725 free_flag_sym(arg->symbol.symbols); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
target.def | 178 /* Emit an assembler directive to set visibility for the symbol 313 /* Output a constructor for a symbol with a given priority. */ 317 void, (rtx symbol, int priority), NULL) 319 /* Output a destructor for a symbol with a given priority. */ 323 void, (rtx symbol, int priority), NULL) 398 linker to not dead code strip this symbol. */ 402 void, (const char *symbol), 437 /* Output a DTP-relative reference to a TLS symbol. */ 509 /* Given a symbol name, perform same mangling as assemble_name and 513 "Given a symbol @var{name}, perform same mangling as @code{varasm.c}'s [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptSource.js | 186 return (type === "symbol"); 196 /** @type {!Object.<number, (!Object|symbol)>} */ 329 * @param {!Object|symbol} object 420 if ("symbol" in descriptor) 421 descriptor.symbol = this._wrapObject(descriptor.symbol, objectGroupName); 532 * @param {!Array.<string|symbol>} properties 577 descriptor.symbol = property; 912 * @return {!Object|symbol} 921 * @return {!Object|symbol} [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
enums.c | [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
machine.c | 978 * symbol. Effectively having zero here means that at record 1169 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) 1201 * or else, the symbol is unknown 1269 struct symbol **parent, 1325 /* Treat this symbol as the root, 1354 struct symbol **parent, [all...] |