Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
DunicodeChars.test379 {"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 …]
DnumericEntities.test391 {"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/
Dparser-syntax-check-expected.txt30 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/
DAArch64BaseInfo.cpp22 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 …]
DAArch64BaseInfo.h301 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/
Dinvalid-kernel-parameters.cl110 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/
DSkSurface_Raster.cpp18 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/
DMachineRegisterInfo.cpp123 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/
DLoopRerollPass.cpp174 : 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/
Dchannelinfo.cpp131 pIcsInfo->Valid = 0; in IcsRead()
208 pIcsInfo->Valid = 1; in IcsRead()
Dchannelinfo.h159 UCHAR Valid; member
378 return pIcsInfo->Valid; in IsValid()
/external/e2fsprogs/tests/f_extra_journal/
Dname1 Valid journal inode, but has_journal feature not present
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1103 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/
DTriple.cpp579 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()
DYAMLParser.cpp1654 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/
Dsuper-dealloc-attribute.m73 @interface Valid : Baz interface
76 @implementation Valid implementation
/external/gptfdisk/
Dparttypes.h64 int Valid(uint16_t code) const;
/external/valgrind/docs/internals/
Dtm-mutexstates.dot8 // Valid transitions
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
DREADME3 Valid Ligatures of Urdu.
/external/lldb/include/lldb/Symbol/
DClangASTImporter.h145 return origin.Valid(); in ResolveDeclOrigin()
231 Valid () in Valid() function
/external/llvm/include/llvm/Support/
DCommandLine.h396 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/
DClangASTImporter.cpp226 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/
Dfunctional.shaders.implicit_conversions.txt42 Valid cases compile and run a program that perform the implicit conversion
/external/llvm/docs/CommandGuide/
Dllc.rst140 Valid register allocators are:
162 ``spiller`` is *local*. Valid spillers are:
/external/iptables/extensions/
Dlibxt_NFQUEUE.man12 This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0.

12345678910>>...12