/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: dm (0xFF00) 22 // SYMBOLS-NEXT: } [all …]
|
D | many-sections.s | 3 // RUN: llvm-readobj -t %t | FileCheck --check-prefix=SYMBOLS %s 12 // SYMBOLS: Name: (0) 13 // SYMBOLS: Value: 0x0 14 // SYMBOLS: Size: 0 15 // SYMBOLS: Binding: Local (0x0) 16 // SYMBOLS: Type: Section (0x3) 17 // SYMBOLS: Other: 0 18 // SYMBOLS: Section: zed (0xFEFF) 19 // SYMBOLS-NEXT: } 20 // SYMBOLS-NEXT:]
|
/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/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/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 212 self.symbols = {} 213 self.symbols["openlog"] = "set_use_kerberos(True)" 214 self.symbols["openlog"] = "set_use_kerb_rcache(True)" 215 self.symbols["openlog"] = "set_use_syslog(True)" 216 self.symbols["gethostby"] = "set_use_resolve(True)" 217 self.symbols["getaddrinfo"] = "set_use_resolve(True)" 218 self.symbols["getnameinfo"] = "set_use_resolve(True)" 219 self.symbols["krb"] = "set_use_kerberos(True)" 220 self.symbols["gss_accept_sec_context"] = "set_manage_krb5_rcache(True)" 221 self.symbols["krb5_verify_init_creds"] = "set_manage_krb5_rcache(True)" [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/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/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/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestReorderArabicMathSymbols.java | 16 * Regression test for the Arabic Mathematical Alphabetic Symbols. 25 /* Arabic mathematical Symbols "\u1EE00 - "\u1EE1B */ 34 /* Arabic mathematical Symbols - Looped Symbols\u1EE80 - "\u1EE9B */ 43 /* Arabic mathematical Symbols - Double-struck Symbols\u1EEA1 - "\u1EEBB */ 52 /* Arabic mathematical Symbols - Initial Symbols\u1EE21 - "\u1EE3B */ 60 /* Arabic mathematical Symbols - Tailed Symbols */ 68 /* Arabic mathematical Symbols "\u1EE00 - "\u1EE1B */ 77 /* Arabic mathematical Symbols - Looped Symbols\u1EE80 - "\u1EE9B */ 86 /* Arabic mathematical Symbols - Double-struck Symbols\u1EEA1 - "\u1EEBB */ 95 /* Arabic mathematical Symbols - Initial Symbols\u1EE21 - "\u1EE3B */ [all …]
|
/external/icu/icu4c/source/i18n/ |
D | digitformatter.cpp | 37 DigitFormatter::DigitFormatter(const DecimalFormatSymbols &symbols) { in DigitFormatter() argument 38 setDecimalFormatSymbols(symbols); in DigitFormatter() 43 const DecimalFormatSymbols &symbols) { in setOtherDecimalFormatSymbols() argument 44 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 45 fLocalizedDigits[1] = symbols.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 46 fLocalizedDigits[2] = symbols.getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 47 … fLocalizedDigits[3] = symbols.getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 48 … fLocalizedDigits[4] = symbols.getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 49 … fLocalizedDigits[5] = symbols.getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() 50 fLocalizedDigits[6] = symbols.getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols() [all …]
|
/external/v8/test/cctest/ |
D | test-symbols.cc | 48 Handle<Symbol> symbols[kNumSymbols]; in TEST() local 52 symbols[i] = isolate->factory()->NewSymbol(); in TEST() 53 CHECK(symbols[i]->IsName()); in TEST() 54 CHECK(symbols[i]->IsSymbol()); in TEST() 55 CHECK(symbols[i]->HasHashCode()); in TEST() 56 CHECK_GT(symbols[i]->Hash(), 0u); in TEST() 57 os << Brief(*symbols[i]) << "\n"; in TEST() 59 symbols[i]->Print(os); in TEST() 62 symbols[i]->ObjectVerify(); in TEST() 69 // All symbols should be distinct. in TEST() [all …]
|
/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/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/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/dbus/test/ |
D | unused-code-gc.py | 8 ## hash from symbol name to list of symbols with that name, 9 ## where the list of symbols contains a list representing each symbol 10 symbols = {} variable 18 if symbols.has_key(r): 19 targets = symbols[r] 25 if not symbols.has_key(name): 27 syms = symbols[name] 58 for (name, syms) in symbols.items(): 60 if not s[4] and name[0] != '.': ## skip .L129 type symbols 76 print "%s has these symbols not reachable from exported symbols:" % next_filename [all …]
|
/external/fec/ |
D | rs.3 | 63 handle codes with symbols of 8 bits or less (i.e., with codewords of 64 255 symbols or less). 67 (255,223) code with 8-bit symbols specified by the CCSDS: 72 the CCSDS standard, to represent symbols. This code may be 94 Reed-Solomon code word will have 2^\fBsymsize\fR - 1 symbols, 110 generator polynomial. This equals the number of parity symbols 113 \fBpad\fR gives the number of leading symbols in the codeword 124 contain K symbols (of \fBsymsize\fR bits each, right justified 125 in each char or int) and \fBnroots\fR parity symbols will be placed 129 the errors in a Reed-Solomon codeword of N symbols up to the capability of the code. [all …]
|
/external/harfbuzz_ng/test/api/ |
D | Makefile.am | 114 # check-symbols: Finds untested API symbols 115 symbols-tested.txt: $(TEST_PROGS) 119 symbols-exported.txt: $(top_builddir)/src/.libs/libharfbuzz.so 123 symbols-untested.txt: symbols-tested.txt symbols-exported.txt 125 CLEANFILES += symbols-tested.txt symbols-exported.txt symbols-untested.txt 126 check-symbols: symbols-untested.txt 138 .PHONY: check-symbols check-tool check-valgrind
|
/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/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | sample_perf_report_output.txt | 1 …open /data/app-lib/com.google.android.apps.chrome-2/libchrome.2016.0.so, continuing without symbols 2 …vik-cache/arm/data@app@com.google.android.apps.chrome-2.apk@classes.dex, continuing without symbols 4 …lsyms] with build id 3b63ca692cbb756f837744e061d02a790bf637d5 not found, continuing without symbols 5 Failed to open /system/lib/libc.so, continuing without symbols 6 Failed to open /system/lib/libm.so, continuing without symbols 7 Failed to open /tmp/perf-18246.map, continuing without symbols 8 Failed to open /system/lib/libart.so, continuing without symbols 9 Failed to open /init, continuing without symbols 10 Failed to open [vectors], continuing without symbols
|
/external/llvm/utils/emacs/ |
D | llvm-mode.el | 29 …"i8" "i16" "i32" "i64" "i128" "float" "double" "type" "label" "opaque") 'symbols) . font-lock-type… 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 … "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'symbols) . font-lock-keyw… 50 …t" "br" "switch" "invoke" "resume" "unwind" "unreachable" "indirectbr") 'symbols) . font-lock-keyw… 52 …a" "free" "load" "store" "getelementptr" "fence" "cmpxchg" "atomicrmw") 'symbols) . font-lock-keyw… 54 … "fptrunc" "fpext" "fptoui" "fptosi" "uitofp" "sitofp" "addrspacecast") 'symbols) . font-lock-keyw… 56 …`(,(regexp-opt '("extractelement" "insertelement" "shufflevector") 'symbols) . font-lock-keyword-f… 58 `(,(regexp-opt '("extractvalue" "insertvalue") 'symbols) . font-lock-keyword-face) [all …]
|
/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 …]
|