HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 1 - 25 of 1460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
subsect-via-symbols.s 1 # just set subsections by symbols
subsect-via-symbols-1.d 2 #source: subsect-via-symbols.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-vis-1.d 1 # readelf: --symbols
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dounssym 6 objdump +symbols +omit-symbol-numbers $1 \
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
  /external/v8/test/cctest/
test-symbols.cc 48 Handle<Symbol> symbols[kNumSymbols]; local
52 symbols[i] = isolate->factory()->NewSymbol();
53 CHECK(symbols[i]->IsName());
54 CHECK(symbols[i]->IsSymbol());
55 CHECK(symbols[i]->HasHashCode());
56 CHECK_GT(symbols[i]->Hash(), 0u);
57 os << Brief(*symbols[i]) << "\n";
59 symbols[i]->Print(os);
62 symbols[i]->ObjectVerify();
69 // All symbols should be distinct
    [all...]
  /external/v8/test/mjsunit/harmony/
private.js 30 var symbols = []
34 // serialization of Symbols added to the 'symbols'
35 // array. Adjust if you extend 'symbols' with other
46 symbols.push(%CreatePrivateSymbol("66"))
47 symbols.push(Object(%CreatePrivateSymbol("66")).valueOf())
49 gc() // Promote existing symbols and then allocate some more.
56 for (var i in symbols) {
57 assertEquals("symbol", typeof symbols[i])
58 assertTrue(typeof symbols[i] === "symbol"
    [all...]
  /external/llvm/utils/emacs/
llvm-mode.el 29 `(,(regexp-opt '("void" "i1" "i8" "i16" "i32" "i64" "i128" "float" "double" "type" "label" "opaque") 'symbols) . font-lock-type-face)
41 "pointersize" "volatile" "fastcc" "coldcc" "cc" "personality") 'symbols) . font-lock-keyword-face)
44 "setne" "seteq" "setlt" "setgt" "setle" "setge") 'symbols) . font-lock-keyword-face)
46 `(,(regexp-opt '("fadd" "fsub" "fmul" "fdiv" "frem") 'symbols) . font-lock-keyword-face)
48 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'symbols) . font-lock-keyword-face)
50 `(,(regexp-opt '("ret" "br" "switch" "invoke" "resume" "unwind" "unreachable" "indirectbr") 'symbols) . font-lock-keyword-face)
52 `(,(regexp-opt '("malloc" "alloca" "free" "load" "store" "getelementptr" "fence" "cmpxchg" "atomicrmw") 'symbols) . font-lock-keyword-face)
54 `(,(regexp-opt '("bitcast" "inttoptr" "ptrtoint" "trunc" "zext" "sext" "fptrunc" "fpext" "fptoui" "fptosi" "uitofp" "sitofp" "addrspacecast") 'symbols) . font-lock-keyword-face)
56 `(,(regexp-opt '("extractelement" "insertelement" "shufflevector") 'symbols) . font-lock-keyword-face)
58 `(,(regexp-opt '("extractvalue" "insertvalue") 'symbols) . font-lock-keyword-face
    [all...]
  /external/v8/test/mjsunit/es6/
symbols.js 30 var symbols = []
34 // serialization of Symbols added to the 'symbols'
35 // array. Adjust if you extend 'symbols' with other
48 symbols.push(Symbol())
49 symbols.push(Symbol(undefined))
50 symbols.push(Symbol("66"))
51 symbols.push(Symbol(66))
52 symbols.push(Symbol().valueOf())
53 symbols.push(indirect()
    [all...]
  /system/extras/simpleperf/
read_elf_test.cpp 37 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) {
38 (*symbols)[symbol.name] = symbol;
41 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) {
42 auto pos = symbols.find("GlobalVar");
43 ASSERT_NE(pos, symbols.end());
45 pos = symbols.find("GlobalFunc");
46 ASSERT_NE(pos, symbols.end());
52 std::map<std::string, ElfFileSymbol> symbols; local
54 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
55 CheckElfFileSymbols(symbols);
59 std::map<std::string, ElfFileSymbol> symbols; local
67 std::map<std::string, ElfFileSymbol> symbols; local
73 std::map<std::string, ElfFileSymbol> symbols; local
    [all...]
test_util.h 27 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols);
28 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reloc16.s 1 # Simple relocations against 16-bit extern symbols.
err-bpo6.s 3 # Test that we handle COMM-type symbols with base-plus-offset relocs, but
5 # symbols at link-time. Likewise for weak symbols.
  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/
DateFormatSymbolsTest.java 30 DateFormatSymbols symbols = DateFormatSymbols.getInstance(); local
32 symbols.setEraNames(eraNamesInput);
33 assertArrayEquals(eraNamesInput, symbols.getEraNames());
35 assertEquals("longAgo", symbols.getEraNames()[0]);
41 DateFormatSymbols symbols = DateFormatSymbols.getInstance(); local
43 symbols.setYearNames(
46 symbols.getYearNames(DateFormatSymbols.FORMAT, DateFormatSymbols.ABBREVIATED));
49 symbols.getYearNames(DateFormatSymbols.FORMAT, DateFormatSymbols.ABBREVIATED)[0]);
  /external/mesa3d/src/glsl/
ir_import_prototypes.cpp 45 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols,
50 this->symbols = symbols;
58 this->function = this->symbols->get_function(ir->name);
66 this->symbols->add_function(this->function);
98 glsl_symbol_table *symbols; member in class:import_prototype_visitor
110 * \param symbols Symbol table where new functions will be stored
115 glsl_symbol_table *symbols, void *mem_ctx)
117 import_prototype_visitor v(dest, symbols, mem_ctx);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
error1.d 2 #ld: -unresolved-symbols=ignore-all
  /bionic/libc/tools/
ndk_missing_symbols.py 21 import symbols
35 current = symbols.GetFromAndroidSo(['libc.so', 'libm.so'])
36 device = (symbols.GetFromElf(os.path.join(tmp_dir, 'libc.so')) |
37 symbols.GetFromElf(os.path.join(tmp_dir, 'libm.so')))
38 compat_lib = symbols.GetFromAndroidStaticLib(['libc_ndk.a'])
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-3a.s 6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
12 # For symbols called by a .call stub in another file.
15 # For symbols called by a .call.fp stub in another file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
31 # For symbols called by a .call stub in another file.
34 # For symbols called by a .call.fp stub in another file
    [all...]
jaloverflow-2.s 1 # jal relocs against undefined weak symbols should not be treated as
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
diff1.s 1 # Difference of two undefined symbols.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined3.d 7 # Check that DEFINED matches only symbols defined before its location.
8 # The ellipsis account for target-specific symbols. Matching both A and T
  /external/valgrind/drd/tests/
run_openmp_test 32 if [ "${line%: no symbols}" != "${line}" ]; then
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-arch-1.d 6 private flags = 3: \[symbols have a _ prefix\] \[v32\]
rd-arch-3.d 6 private flags = 1: \[symbols have a _ prefix\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
t2.d 2 #name: presence of section symbols

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>