/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-350864.js | 31 var sym = Symbol(); variable 32 v1[sym] = 1; 34 assertArrayEquals([sym], symbols);
|
/external/llvm/test/MC/AArch64/ |
adrp-relocation.s | 8 adrp x0, sym 9 adrp x0, :got:sym 10 adrp x0, :gottprel:sym 11 adrp x0, :tlsdesc:sym 13 .global sym 14 sym: label 15 // CHECK: R_AARCH64_ADR_PREL_PG_HI21 sym 16 // CHECK: R_AARCH64_ADR_GOT_PAGE sym 17 // CHECK: R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 sym 18 // CHECK: R_AARCH64_TLSDESC_ADR_PAGE sym [all...] |
/external/elfutils/0.153/libdwfl/ |
dwfl_module_addrname.c | 55 GElf_Sym sym; local 56 return INTUSE(dwfl_module_addrsym) (mod, addr, &sym, NULL);
|
/external/chromium_org/third_party/fips181/ |
randpass.h | 40 struct sym struct
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
mem64rip.asm | 4 mov eax, [rip+sym] 5 mov eax, [sym wrt rip] 6 sym: label 7 mov eax, [sym wrt rip] 8 call sym
|
/cts/tools/dasm/src/java_cup/runtime/ |
symbol.java | 9 * of the symbol number that they represent in the sym field. Finally, 26 sym = sym_num; 41 public int sym; field in class:symbol
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
EdgePointerUtil.h | 22 inline EdgePointer sym(EdgePointer a) function
|
/external/elfutils/0.153/libelf/ |
gelf_update_sym.c | 93 Elf32_Sym *sym; local 111 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx]; 114 sym->name = src->name
|
gelf_update_symshndx.c | 119 Elf32_Sym *sym; local 137 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx]; 140 sym->name = src->name
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
unwind.h | 10 struct symbol *sym; member in struct:unwind_entry
|
/external/llvm/tools/llvm-c-test/ |
object.c | 56 LLVMSymbolIteratorRef sym; local 71 sym = LLVMGetSymbols(O); 72 while (!LLVMIsSymbolIteratorAtEnd(O, sym)) { 74 LLVMMoveToContainingSection(sect, sym); 75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym), 76 LLVMGetSymbolAddress(sym), LLVMGetSymbolSize(sym), 79 LLVMMoveToNextSymbol(sym); 82 LLVMDisposeSymbolIterator(sym);
|
/external/openfst/src/include/fst/ |
symbol-table-ops.h | 46 typename Arc::Label sym = (input) ? aiter.Value().ilabel : local 48 seen.insert(sym);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
module.cpp | 150 module::sym(compat::string name) const { function in class:clover::module
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_cgl.c | 49 sym(void *h, const char *name) function 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext") [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
module.cpp | 150 module::sym(compat::string name) const { function in class:clover::module
|
/external/mesa3d/src/glx/apple/ |
apple_cgl.c | 49 sym(void *h, const char *name) function 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext") [all...] |
/art/runtime/native/ |
java_lang_Runtime.cc | 57 void* sym = dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH"); local 58 if (sym != NULL) { 60 Fn android_update_LD_LIBRARY_PATH = reinterpret_cast<Fn>(sym);
|
/bionic/tests/ |
atexit_test.cpp | 33 void* sym = dlsym(handle, "register_atexit"); local 34 ASSERT_TRUE(sym != NULL); 35 reinterpret_cast<void (*)(std::string*, bool*)>(sym)(&atexit_call_sequence, &valid_this_in_static_dtor);
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 51 const SymbolTable* sym; member in class:RuleCharacterIterator 94 * @param sym the symbol table, or null if there is none. If sym is null, 101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 41 auto sym = prog->binaries().begin()->second.sym(name); local 44 return new kernel(*prog, name, { sym.args.begin(), sym.args.end() }); 71 [=](const module::symbol &sym) { 72 return new kernel(*prog, compat::string(sym.name), 73 { sym.args.begin(), sym.args.end() });
|
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/ |
lightsymbols.h | 17 const char* sym; member in class:LightSymbol 31 LightSymbol(const char* sym, int fileId, int lineNumber);
|
/external/icu/icu4c/source/common/ |
ruleiter.h | 51 const SymbolTable* sym; member in class:RuleCharacterIterator 94 * @param sym the symbol table, or null if there is none. If sym is null, 101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
|
/external/javassist/src/main/javassist/compiler/ast/ |
MethodDecl.java | 28 Symbol sym = getReturn().getVariable(); local 29 return sym != null && initName.equals(sym.get());
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 41 auto sym = prog->binaries().begin()->second.sym(name); local 44 return new kernel(*prog, name, { sym.args.begin(), sym.args.end() }); 71 [=](const module::symbol &sym) { 72 return new kernel(*prog, compat::string(sym.name), 73 { sym.args.begin(), sym.args.end() });
|
/cts/tools/dasm/src/java_cup/ |
terminal_set.java | 74 * @param sym the terminal symbol we are looking for. 76 public boolean contains(terminal sym) 79 not_null(sym); 80 return _elements.get(sym.index()); 128 * @param sym the terminal being added. 131 public boolean add(terminal sym) 136 not_null(sym); 139 result = _elements.get(sym.index()); 143 _elements.set(sym.index()); 151 * @param sym the terminal being removed [all...] |