/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | unicodeChars.test | 379 {"description": "Valid Unicode character U+0009", 383 {"description": "Valid Unicode character U+000A", 387 {"description": "Valid Unicode character U+0020", 391 {"description": "Valid Unicode character U+0021", 395 {"description": "Valid Unicode character U+0022", 399 {"description": "Valid Unicode character U+0023", 403 {"description": "Valid Unicode character U+0024", 407 {"description": "Valid Unicode character U+0025", 411 {"description": "Valid Unicode character U+0026", 415 {"description": "Valid Unicode character U+0027", [all …]
|
D | numericEntities.test | 391 {"description": "Valid numeric entity character U+0009", 395 {"description": "Valid numeric entity character U+000A", 399 {"description": "Valid numeric entity character U+0020", 403 {"description": "Valid numeric entity character U+0021", 407 {"description": "Valid numeric entity character U+0022", 411 {"description": "Valid numeric entity character U+0023", 415 {"description": "Valid numeric entity character U+0024", 419 {"description": "Valid numeric entity character U+0025", 423 {"description": "Valid numeric entity character U+0026", 427 {"description": "Valid numeric entity character U+0027", [all …]
|
/external/v8/test/webkit/fast/js/ |
D | parser-syntax-check-expected.txt | 30 PASS Valid: "" 31 PASS Valid: "function f() { }" 44 PASS Valid: "a: +~!new a" 45 PASS Valid: "function f() { a: +~!new a }" 48 PASS Valid: "new (-1)" 49 PASS Valid: "function f() { new (-1) }" 50 PASS Valid: "a: b: c: new f(x++)++" 51 PASS Valid: "function f() { a: b: c: new f(x++)++ }" 52 PASS Valid: "(a)++" 53 PASS Valid: "function f() { (a)++ }" [all …]
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 22 bool &Valid) const { in toString() 25 Valid = true; in toString() 30 Valid = false; in toString() 35 bool &Valid) const { in fromString() 39 Valid = true; in fromString() 44 Valid = false; in fromString() 808 bool &Valid) const { in fromString() 814 Valid = true; in fromString() 823 Valid = true; in fromString() 833 Valid = false; in fromString() [all …]
|
D | AArch64BaseInfo.h | 301 StringRef toString(uint32_t Value, uint64_t FeatureBits, bool &Valid) const; 302 uint32_t fromString(StringRef Name, uint64_t FeatureBits, bool &Valid) const; 1195 uint32_t fromString(StringRef Name, uint64_t FeatureBits, bool &Valid) const; 1209 uint32_t ParseGenericRegister(StringRef Name, bool &Valid);
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 110 struct Valid 118 struct Valid v; 120 struct Valid g; 127 struct Valid valid1; 128 struct Valid valid2; 132 kernel void pointer_in_nested_struct_arg_2(struct Valid valid, struct NestedPointer arg, struct Als…
|
/external/skia/src/image/ |
D | SkSurface_Raster.cpp | 18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue); 40 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { in Valid() function in SkSurface_Raster 152 if (!SkSurface_Raster::Valid(info, rb)) { in NewRasterDirectReleaseProc() 168 if (!SkSurface_Raster::Valid(info)) { in NewRaster()
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 123 bool Valid = true; in verifyUseList() local 131 Valid = false; in verifyUseList() 140 Valid = false; in verifyUseList() 146 Valid = false; in verifyUseList() 152 Valid = false; in verifyUseList() 155 assert(Valid && "Invalid use list"); in verifyUseList()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 174 : Valid(false), Instructions(1, P) { in SimpleLoopReduction() 180 return Valid; in valid() 184 assert(Valid && "Using invalid reduction"); in getPHI() 189 assert(Valid && "Using invalid reduction"); in getReducedValue() 194 assert(Valid && "Using invalid reduction"); in get() 202 assert(Valid && "Using invalid reduction"); in size() 210 assert(Valid && "Using invalid reduction"); in begin() 215 assert(Valid && "Using invalid reduction"); in begin() 223 bool Valid; member 504 assert(!Valid && "Cannot add to an already-valid chain"); in add() [all …]
|
/external/aac/libAACdec/src/ |
D | channelinfo.cpp | 131 pIcsInfo->Valid = 0; in IcsRead() 208 pIcsInfo->Valid = 1; in IcsRead()
|
D | channelinfo.h | 159 UCHAR Valid; member 378 return pIcsInfo->Valid; in IsValid()
|
/external/e2fsprogs/tests/f_extra_journal/ |
D | name | 1 Valid journal inode, but has_journal feature not present
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1103 bool Valid; in printPrefetchOp() local 1105 AArch64PRFM::PRFMMapper().toString(prfop, STI.getFeatureBits(), Valid); in printPrefetchOp() 1106 if (Valid) in printPrefetchOp() 1286 bool Valid; in printBarrierOption() local 1290 Valid); in printBarrierOption() 1293 Valid); in printBarrierOption() 1294 if (Valid) in printBarrierOption() 1327 bool Valid; in printSystemPStateField() local 1329 AArch64PState::PStateMapper().toString(Val, STI.getFeatureBits(), Valid); in printSystemPStateField() 1330 if (Valid) in printSystemPStateField()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 579 bool Valid = false; in normalize() local 585 Valid = Arch != UnknownArch; in normalize() 589 Valid = Vendor != UnknownVendor; in normalize() 595 Valid = OS != UnknownOS || IsCygwin || IsMinGW32; in normalize() 599 Valid = Environment != UnknownEnvironment; in normalize() 600 if (!Valid) { in normalize() 602 Valid = ObjectFormat != UnknownObjectFormat; in normalize() 606 if (!Valid) in normalize()
|
D | YAMLParser.cpp | 1654 StringRef Valid(UnquotedValue.begin(), i); in getValue() local 1655 Storage.insert(Storage.end(), Valid.begin(), Valid.end()); in getValue() 1677 StringRef Valid(UnquotedValue.begin(), i); in unescapeDoubleQuoted() local 1678 Storage.insert(Storage.end(), Valid.begin(), Valid.end()); in unescapeDoubleQuoted()
|
/external/clang/test/SemaObjC/ |
D | super-dealloc-attribute.m | 73 @interface Valid : Baz interface 76 @implementation Valid implementation
|
/external/gptfdisk/ |
D | parttypes.h | 64 int Valid(uint16_t code) const;
|
/external/valgrind/docs/internals/ |
D | tm-mutexstates.dot | 8 // Valid transitions
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/ |
D | README | 3 Valid Ligatures of Urdu.
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTImporter.h | 145 return origin.Valid(); in ResolveDeclOrigin() 231 Valid () in Valid() function
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 396 bool Valid; variable 404 OptionValueCopy() : Valid(false) {} in OptionValueCopy() 406 bool hasValue() const { return Valid; } in hasValue() 409 assert(Valid && "invalid option value"); in getValue() 414 Valid = true; in setValue() 418 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare()
|
/external/lldb/source/Symbol/ |
D | ClangASTImporter.cpp | 226 if (!decl_origin.Valid()) in CompleteTagDecl() 271 if (!decl_origin.Valid()) in CompleteObjCInterfaceDecl() 319 if (decl_origin.Valid()) in GetDeclMetadata()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 42 Valid cases compile and run a program that perform the implicit conversion
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 140 Valid register allocators are: 162 ``spiller`` is *local*. Valid spillers are:
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.man | 12 This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0.
|