/external/v8/test/mjsunit/harmony/ |
D | private.js | 30 var symbols = [] variable 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") 59 assertTrue(%SymbolIsPrivate(symbols[i])) [all …]
|
/external/v8/test/mjsunit/es6/ |
D | symbols.js | 30 var symbols = [] variable 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()) 57 gc() // Promote existing symbols and then allocate some more. [all …]
|
/external/llvm/test/MC/ELF/ |
D | many-sections-2.s | 3 // RUN: llvm-readobj -t %t | FileCheck --check-prefix=SYMBOLS %s 11 // SYMBOLS-NOT: symtab_shndx 15 // SYMBOLS: Name: a 16 // SYMBOLS-NEXT: Value: 0x0 17 // SYMBOLS-NEXT: Size: 0 18 // SYMBOLS-NEXT: Binding: Local (0x0) 19 // SYMBOLS-NEXT: Type: None (0x0) 20 // SYMBOLS-NEXT: Other: 0 21 // SYMBOLS-NEXT: Section: last (0xFF00) 22 // SYMBOLS-NEXT: } [all …]
|
D | many-sections.s | 3 // RUN: llvm-readobj -t %t | FileCheck --check-prefix=SYMBOLS %s 12 // SYMBOLS: Name: dm (0) 13 // SYMBOLS-NEXT: Value: 0x0 14 // SYMBOLS-NEXT: Size: 0 15 // SYMBOLS-NEXT: Binding: Local (0x0) 16 // SYMBOLS-NEXT: Type: Section (0x3) 17 // SYMBOLS-NEXT: Other: 0 18 // SYMBOLS-NEXT: Section: dm (0xFEFF) 19 // SYMBOLS-NEXT: } 20 // SYMBOLS-NEXT:]
|
/external/v8/test/cctest/ |
D | test-symbols.cc | 23 Handle<Symbol> symbols[kNumSymbols]; in TEST() local 27 symbols[i] = isolate->factory()->NewSymbol(); in TEST() 28 CHECK(symbols[i]->IsName()); in TEST() 29 CHECK(symbols[i]->IsSymbol()); in TEST() 30 CHECK(symbols[i]->HasHashCode()); in TEST() 31 CHECK_GT(symbols[i]->Hash(), 0); in TEST() 32 os << Brief(*symbols[i]) << "\n"; in TEST() 34 symbols[i]->Print(os); in TEST() 37 symbols[i]->ObjectVerify(); in TEST() 44 // All symbols should be distinct. in TEST() [all …]
|
/external/clang/test/Index/ |
D | local-symbols.m | 35 // CHECK: local-symbols.m:6:12: ObjCInterfaceDecl=Foo:6:12 Extent=[6:1 - 10:5] 36 // CHECK: local-symbols.m:7:6: ObjCIvarDecl=x:7:6 (Definition) Extent=[7:3 - 7:7] 37 // CHECK: local-symbols.m:7:3: TypeRef=id:0:0 Extent=[7:3 - 7:5] 38 // CHECK: local-symbols.m:9:8: ObjCInstanceMethodDecl=bar:9:8 Extent=[9:1 - 9:12] 39 // CHECK: local-symbols.m:9:4: TypeRef=id:0:0 Extent=[9:4 - 9:6] 40 // CHECK: local-symbols.m:12:17: ObjCImplementationDecl=Foo:12:17 (Definition) Extent=[12:1 - 16:2] 41 // CHECK: local-symbols.m:13:8: ObjCInstanceMethodDecl=bar:13:8 (Definition) Extent=[13:1 - 15:2] 42 // CHECK: local-symbols.m:13:4: TypeRef=id:0:0 Extent=[13:4 - 13:6] 43 // CHECK: local-symbols.m:14:10: UnexposedExpr= Extent=[14:10 - 14:11] 44 // CHECK: local-symbols.m:14:10: IntegerLiteral= Extent=[14:10 - 14:11] [all …]
|
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 32 * The linked list of symbols with the same name is ordered by scope 41 * The linked list of symbols with the same scope is unordered. Symbols 48 * Header information for the list of symbols with the same name. 56 * Name space are arbitrary user assigned integers. No two symbols can 80 /** Linked list of symbols with the same name. */ 81 struct symbol *symbols; member 92 /** Linked list of symbols with the same scope. */ 93 struct symbol *symbols; member 101 /** Hash table containing all symbols in the symbol table. */ 117 * Name space of symbols returned by this iterator. [all …]
|
/external/compiler-rt/test/profile/ |
D | instrprof-without-libc.c | 1 // RUN: %clang_profgen -DCHECK_SYMBOLS -O3 -o %t.symbols %s 2 // RUN: llvm-nm %t.symbols | FileCheck %s --check-prefix=CHECK-SYMBOLS 36 // Don't write it out. Since we're checking the symbols, we don't have libc in main() 51 // CHECK-SYMBOLS-NOT: ___cxx_global_var_init 52 // CHECK-SYMBOLS-NOT: ___llvm_profile_register_write_file_atexit 53 // CHECK-SYMBOLS-NOT: ___llvm_profile_set_filename 54 // CHECK-SYMBOLS-NOT: ___llvm_profile_write_file 55 // CHECK-SYMBOLS-NOT: _fdopen 56 // CHECK-SYMBOLS-NOT: _fopen 57 // CHECK-SYMBOLS-NOT: _fwrite [all …]
|
/external/libxml2/doc/ |
D | libxml-doc.el | 1 ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation 29 ;; "Look up libxml-symbols and start browser on documentation." t) 32 ;; "Look up libxml-symbols and start browser on documentation." t) 74 ;; - Now keeps the list of symbols between calls to speed things up. 92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols) 104 "Symbols that match this regular expression will be excluded when doing 118 "History for looking up libxml-symbols.") 119 (defvar libxmldoc-symbols nil 120 "The list of libxml-symbols.") 129 (if (null libxmldoc-symbols) [all …]
|
D | checkapisym.xsl | 2 <!-- This stylesheet is used to check that symbols exported 4 symbols.xml which is used to generate libxml2.syms setting 12 <xsl:variable name="syms" select="document('symbols.xml')"/> 16 <xsl:text>Looking for functions in symbols.xml</xsl:text> 18 <xsl:apply-templates select="/api/symbols/function"/> 21 <xsl:value-of select="count(/api/symbols/function)"/> 25 <xsl:text>Looking for variables in symbols.xml</xsl:text> 27 <xsl:apply-templates select="/api/symbols/variable"/> 30 <xsl:value-of select="count(/api/symbols/variable)"/> 38 select="$syms/symbols/release/symbol[. = $name]"/> [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestReorderArabicMathSymbols.java | 13 * Regression test for the Arabic Mathematical Alphabetic Symbols. 21 /* Arabic mathematical Symbols "\u1EE00 - "\u1EE1B */ 30 /* Arabic mathematical Symbols - Looped Symbols\u1EE80 - "\u1EE9B */ 39 /* Arabic mathematical Symbols - Double-struck Symbols\u1EEA1 - "\u1EEBB */ 48 /* Arabic mathematical Symbols - Initial Symbols\u1EE21 - "\u1EE3B */ 56 /* Arabic mathematical Symbols - Tailed Symbols */ 64 /* Arabic mathematical Symbols "\u1EE00 - "\u1EE1B */ 73 /* Arabic mathematical Symbols - Looped Symbols\u1EE80 - "\u1EE9B */ 82 /* Arabic mathematical Symbols - Double-struck Symbols\u1EEA1 - "\u1EEBB */ 91 /* Arabic mathematical Symbols - Initial Symbols\u1EE21 - "\u1EE3B */ [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | scopes.rb | 87 symbols 90 $c::symbols = Set.new; 93 { $res = $c::symbols; } 97 : 'int' ID {$c::symbols.add($ID.text)} ';' 103 $c::symbols.include?($ID.text) or raise RuntimeError, $ID.text 111 symbols 114 $d::symbols = Set.new 117 { $res = $d::symbols; } 121 : 'int' ID {$d::symbols.add($ID.text)} ';' 129 $d[s].symbols.include?($ID.text) and throw(:found) [all …]
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 202 self.symbols = {} 203 self.symbols["openlog"] = "set_use_kerberos(True)" 204 self.symbols["openlog"] = "set_use_kerb_rcache(True)" 205 self.symbols["openlog"] = "set_use_syslog(True)" 206 self.symbols["gethostby"] = "set_use_resolve(True)" 207 self.symbols["getaddrinfo"] = "set_use_resolve(True)" 208 self.symbols["getnameinfo"] = "set_use_resolve(True)" 209 self.symbols["krb"] = "set_use_kerberos(True)" 210 self.symbols["gss_accept_sec_context"] = "set_manage_krb5_rcache(True)" 211 self.symbols["krb5_verify_init_creds"] = "set_manage_krb5_rcache(True)" [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTable.g | 6 * 'scope Symbols;' in those rule definitions. 13 scope Symbols { 26 // scope Symbols; 31 scope Symbols; 34 $Symbols::names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10]; 38 NSLog( @"globals: \%@", [$Symbols::names toString] ); 48 scope Symbols; 51 $Symbols::names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10]; 55 NSLog( @"level \%d symbols: \%@", level, [$Symbols::names toString] ); 65 {[$Symbols::names addObject:$ID];} // add to current symbol table
|
/external/libpng/scripts/ |
D | checksym.awk | 2 # Check a list of symbols against the master definition 7 # Output is a file in the current directory called 'symbols.new', 18 official[1] = "" # defined symbols from master file 19 symbol[1] = "" # defined symbols from png.h 20 removed[1] = "" # removed symbols from png.h 24 missing = "error"# log an error on missing symbols 25 of="symbols.new" # default to a fixed name 51 # This allows the master file to control how missing symbols 52 # are handled; symbols that aren't in either the master or 63 # 'removed' symbols, introduced in png.h using PNG_REMOVED rather [all …]
|
/external/libxml2/doc/devhelp/ |
D | devhelp.xsl | 13 <!-- Build keys for all symbols --> 14 <xsl:key name="symbols" match="/api/symbols/*" use="@name"/> 19 <xsl:apply-templates select="symbols"/> 81 <xsl:apply-templates mode="details" select="/api/symbols/macro[@file=$module]"/> 82 …<xsl:apply-templates mode="details" select="/api/symbols/typedef[@file=$module] | /api/symbols/str… 83 <xsl:apply-templates mode="details" select="/api/symbols/functype[@file=$module]"/> 84 <xsl:apply-templates mode="details" select="/api/symbols/variable[@file=$module]"/> 85 <xsl:apply-templates mode="details" select="/api/symbols/function[@file=$module]"/> 92 <xsl:template match="/api/symbols"> 103 <xsl:template match="/api/symbols/functype"> [all …]
|
/external/harfbuzz_ng/test/api/ |
D | Makefile.am | 110 # check-symbols: Finds untested API symbols 111 symbols-tested.txt: $(TEST_PROGS) 115 symbols-exported.txt: $(top_builddir)/src/.libs/libharfbuzz.so 119 symbols-untested.txt: symbols-tested.txt symbols-exported.txt 121 CLEANFILES += symbols-tested.txt symbols-exported.txt symbols-untested.txt 122 check-symbols: symbols-untested.txt 134 .PHONY: check-symbols check-tool check-valgrind
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t022scopes.g | 40 symbols 43 $c::symbols = set(); 46 { $res = $c::symbols; } 50 : 'int' ID {$c::symbols.add($ID.text)} ';' 56 if $ID.text not in $c::symbols: 65 symbols 68 $d::symbols = set(); 71 { $res = $d::symbols; } 75 : 'int' ID {$d::symbols.add($ID.text)} ';' 82 if $ID.text in $d[s]::symbols:
|
/external/llvm/docs/CommandGuide/ |
D | llvm-nm.rst | 12 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode 61 symbol in an LLVM bitcode file, even symbols which are defined in the bitcode 79 Show all symbols, even debugger only. 83 Print only symbols defined in this file (as opposed to 84 symbols which may be referenced by objects in this file, but not 89 Display dynamic symbols instead of normal symbols. 93 Print only symbols whose definitions are external; that is, accessible 107 Shows symbols in order encountered. 111 Sort symbols by address. 123 Sort symbols by size. [all …]
|
/external/lldb/source/Core/ |
D | Module.cpp | 24 #include "lldb/Host/Symbols.h" 366 SymbolVendor *symbols = GetSymbolVendor (); in ParseAllDebugSymbols() local 370 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols() 374 symbols->ParseVariablesForContext(sc); in ParseAllDebugSymbols() 376 symbols->ParseCompileUnitFunctions(sc); in ParseAllDebugSymbols() 380 symbols->ParseFunctionBlocks(sc); in ParseAllDebugSymbols() 383 symbols->ParseVariablesForContext(sc); in ParseAllDebugSymbols() 389 symbols->ParseTypes(sc); in ParseAllDebugSymbols() 417 SymbolVendor *symbols = GetSymbolVendor (); in GetNumCompileUnits() local 418 if (symbols) in GetNumCompileUnits() [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t022scopes.g | 40 symbols 43 $c::symbols = {}; 46 { $res = $c::symbols; } 50 : 'int' ID {$c::symbols[$ID.text] = true;} ';' 56 if (! $c::symbols[$ID.text]) { 66 symbols 69 $d::symbols = {}; 72 { $res = $d::symbols; } 76 : 'int' ID {$d::symbols[$ID.text] = true;} ';' 84 if ($d[i]::symbols[$ID.text]) {
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-indirect-symbols.test | 1 RUN: llvm-objdump -macho -indirect-symbols %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s 2 RUN: llvm-objdump -macho -indirect-symbols -non-verbose %p/Inputs/hello.exe.macho-x86_64 | FileChec… 4 CHECK: Indirect symbols for (__TEXT,__stubs) 1 entries 7 CHECK: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 11 CHECK: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries 15 NON_VERBOSE: Indirect symbols for (__TEXT,__stubs) 1 entries 18 NON_VERBOSE: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 22 NON_VERBOSE: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries
|
/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() 173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975() 187 delete symbols; in test4099975() 196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 200 df->setDateFormatSymbols(*symbols); in test4099975() 206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975() 220 delete symbols; in test4099975() 227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() [all …]
|
/external/lldb/source/Host/common/ |
D | Symbols.cpp | 1 //===-- Symbols.cpp ---------------------------------------------*- C++ -*-===// 10 #include "lldb/Host/Symbols.h" 28 Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec) in LocateExecutableObjectFile() 35 Symbols::LocateExecutableSymbolFile (const ModuleSpec &module_spec) in LocateExecutableSymbolFile() 115 Symbols::FindSymbolFileInBundle (const FileSpec& symfile_bundle, in FindSymbolFileInBundle() 124 Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec, bool force_lookup) in DownloadObjectAndSymbolFile() 127 // module_spec.GetSymbolFileSpec() for the debug symbols file. in DownloadObjectAndSymbolFile() 134 Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec) in LocateExecutableObjectFile() 141 Symbols::LocateExecutableSymbolFile (const ModuleSpec &module_spec) in LocateExecutableSymbolFile() 148 Symbols::FindSymbolFileInBundle (const FileSpec& symfile_bundle, in FindSymbolFileInBundle() [all …]
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol.c | 141 void symbols__fixup_duplicate(struct rb_root *symbols) in symbols__fixup_duplicate() argument 146 nd = rb_first(symbols); in symbols__fixup_duplicate() 161 rb_erase(&next->rb_node, symbols); in symbols__fixup_duplicate() 165 rb_erase(&curr->rb_node, symbols); in symbols__fixup_duplicate() 170 void symbols__fixup_end(struct rb_root *symbols) in symbols__fixup_end() argument 172 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end() 210 * We still haven't the actual symbols, so guess the in __map_groups__fixup_end() 278 void symbols__delete(struct rb_root *symbols) in symbols__delete() argument 281 struct rb_node *next = rb_first(symbols); in symbols__delete() 286 rb_erase(&pos->rb_node, symbols); in symbols__delete() [all …]
|