/third_party/skia/third_party/externals/freetype/src/psnames/ |
D | pstables.h | 4152 goto NotFound; in ft_get_adobe_glyph_index() 4181 goto NotFound; in ft_get_adobe_glyph_index() 4194 goto NotFound; in ft_get_adobe_glyph_index() 4201 goto NotFound; in ft_get_adobe_glyph_index() 4224 goto NotFound; in ft_get_adobe_glyph_index() 4230 NotFound: in ft_get_adobe_glyph_index()
|
/third_party/typescript/tests/baselines/reference/ |
D | importPropertyFromMappedType.types | 12 type NamedConstructors = { [P in 'NotFound']: unknown;} 13 >NamedConstructors : { NotFound: unknown; } 17 import { NotFound } from './errors' 18 >NotFound : unknown
|
D | importPropertyFromMappedType.symbols | 15 type NamedConstructors = { [P in 'NotFound']: unknown;} 21 import { NotFound } from './errors' 22 >NotFound : Symbol(NotFound, Decl(main.ts, 0, 8))
|
D | typeLookupInIIFE.errors.txt | 1 …cases/conformance/salsa/a.js(3,15): error TS2694: Namespace 'ns' has no exported member 'NotFound'. 7 /** @type {ns.NotFound} */ 9 !!! error TS2694: Namespace 'ns' has no exported member 'NotFound'.
|
D | typeLookupInIIFE.types | 9 /** @type {ns.NotFound} */ 11 >crash : ns.NotFound
|
D | importPropertyFromMappedType.js | 13 import { NotFound } from './errors'
|
D | typeLookupInIIFE.symbols | 6 /** @type {ns.NotFound} */
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.types | 201 export import JSX = NotFound; 203 >NotFound : any
|
D | jsxNamespaceGlobalReexportMissingAliasTarget.js | 99 export import JSX = NotFound;
|
/third_party/node/deps/v8/src/objects/ |
D | scope-info.tq | 183 NameToIndexHashTable, Name): intptr labels NotFound; 186 scopeInfo: ScopeInfo, name: Name): intptr labels NotFound { 193 goto NotFound; 200 intptr labels NotFound { 203 return IndexOfInlinedLocalName(scopeInfo, name) otherwise goto NotFound; 206 scopeInfo.context_local_names_hashtable, name) otherwise goto NotFound;
|
D | swiss-name-dictionary.tq | 156 Found(intptr), NotFound { 182 goto NotFound; 281 never labels Found(intptr), NotFound { 283 otherwise Found, NotFound; 290 NotFound { 292 otherwise Found, NotFound;
|
D | descriptor-array-inl.h | 70 if (number_of_own_descriptors == 0) return InternalIndex::NotFound(); in Search() 78 if (number_of_own_descriptors == 0) return InternalIndex::NotFound(); in SearchWithCache() 88 if (number == DescriptorArray::kNotFound) return InternalIndex::NotFound(); in SearchWithCache()
|
D | lookup.h | 120 void NotFound() { in NotFound() function 292 State NotFound(JSReceiver const holder) const; 308 InternalIndex number_ = InternalIndex::NotFound();
|
D | internal-index.h | 23 static InternalIndex NotFound() { return InternalIndex(kNotFound); } in NotFound() function
|
D | ordered-hash-table.cc | 140 return InternalIndex::NotFound(); in FindEntry() 153 if (hash.IsUndefined(isolate)) return InternalIndex::NotFound(); in FindEntry() 164 return InternalIndex::NotFound(); in FindEntry() 426 return InternalIndex::NotFound(); in FindEntry() 443 return InternalIndex::NotFound(); in FindEntry() 813 return InternalIndex::NotFound(); in FindEntry() 1020 if (hash.IsUndefined(isolate)) return InternalIndex::NotFound(); in FindEntry() 1030 return InternalIndex::NotFound(); in FindEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 74 case NotFound: in operator <<() 613 case NotFound: in findAction() 624 return {NotFound, LLT()}; in findScalarLegalAction() 629 return {NotFound, LLT()}; in findScalarLegalAction() 638 return {NotFound, LLT()}; in findScalarLegalAction() 655 return {NotFound, Aspect.Type}; in findVectorLegalAction() 659 return {NotFound, Aspect.Type}; in findVectorLegalAction() 674 return {NotFound, IntermediateType}; in findVectorLegalAction()
|
/third_party/typescript/tests/cases/compiler/ |
D | importPropertyFromMappedType.ts | 11 import { NotFound } from './errors'
|
/third_party/node/deps/v8/src/compiler/ |
D | access-info.cc | 103 PropertyAccessInfo PropertyAccessInfo::NotFound( in NotFound() function in v8::internal::compiler::PropertyAccessInfo 187 dictionary_index_(InternalIndex::NotFound()) {} in PropertyAccessInfo() 198 dictionary_index_(InternalIndex::NotFound()) {} in PropertyAccessInfo() 211 dictionary_index_(InternalIndex::NotFound()), in PropertyAccessInfo() 233 dictionary_index_(InternalIndex::NotFound()) { in PropertyAccessInfo() 757 InternalIndex index = InternalIndex::NotFound(); in ComputePropertyAccessInfo() 913 return PropertyAccessInfo::NotFound(zone(), receiver_map, holder); in ComputePropertyAccessInfo()
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-abstract-operations.tq | 51 handler: Callable|Undefined): Context labels NotFound { 69 goto NotFound; 76 return ExtractHandlerContextInternal(handler) otherwise NotFound; 77 } label NotFound deferred { 86 return ExtractHandlerContextInternal(primary) otherwise NotFound; 87 } label NotFound deferred {
|
D | wasm.tq | 569 labels Found, NotFound, Bailout; 581 TaggedToHeapObject(object) otherwise NotFound; 583 Cast<JSReceiver>(heapObject) otherwise NotFound; 587 otherwise Found, NotFound, NotFound; 592 } label NotFound deferred {
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.hpp | 83 NotFound = 404 enumerator
|
/third_party/rust/crates/io-lifetimes/tests/ |
D | ffi.rs | 49 std::io::ErrorKind::NotFound in test_file_not_found()
|
/third_party/ninja/src/ |
D | disk_interface.h | 31 NotFound, enumerator
|
D | disk_interface_test.cc | 174 ASSERT_EQ(DiskInterface::NotFound, in TEST_F() 246 return NotFound; in ReadFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 608 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument 610 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup() 1036 ValT treeSafeLookup(KeyT x, ValT NotFound) const; 1072 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1074 return NotFound; 1075 return branched() ? treeSafeLookup(x, NotFound) : 1076 rootLeaf().safeLookup(x, NotFound); 1155 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument 1161 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
|