Home
last modified time | relevance | path

Searched refs:NotFound (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/psnames/
Dpstables.h4152 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/
DimportPropertyFromMappedType.types12 type NamedConstructors = { [P in 'NotFound']: unknown;}
13 >NamedConstructors : { NotFound: unknown; }
17 import { NotFound } from './errors'
18 >NotFound : unknown
DimportPropertyFromMappedType.symbols15 type NamedConstructors = { [P in 'NotFound']: unknown;}
21 import { NotFound } from './errors'
22 >NotFound : Symbol(NotFound, Decl(main.ts, 0, 8))
DtypeLookupInIIFE.errors.txt1 …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'.
DtypeLookupInIIFE.types9 /** @type {ns.NotFound} */
11 >crash : ns.NotFound
DimportPropertyFromMappedType.js13 import { NotFound } from './errors'
DtypeLookupInIIFE.symbols6 /** @type {ns.NotFound} */
DjsxNamespaceGlobalReexportMissingAliasTarget.types201 export import JSX = NotFound;
203 >NotFound : any
DjsxNamespaceGlobalReexportMissingAliasTarget.js99 export import JSX = NotFound;
/third_party/node/deps/v8/src/objects/
Dscope-info.tq183 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;
Dswiss-name-dictionary.tq156 Found(intptr), NotFound {
182 goto NotFound;
281 never labels Found(intptr), NotFound {
283 otherwise Found, NotFound;
290 NotFound {
292 otherwise Found, NotFound;
Ddescriptor-array-inl.h70 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()
Dlookup.h120 void NotFound() { in NotFound() function
292 State NotFound(JSReceiver const holder) const;
308 InternalIndex number_ = InternalIndex::NotFound();
Dinternal-index.h23 static InternalIndex NotFound() { return InternalIndex(kNotFound); } in NotFound() function
Dordered-hash-table.cc140 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/
DLegalizerInfo.cpp74 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/
DimportPropertyFromMappedType.ts11 import { NotFound } from './errors'
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc103 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/
Dpromise-abstract-operations.tq51 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 {
Dwasm.tq569 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/
DSwiftConfig.hpp83 NotFound = 404 enumerator
/third_party/rust/crates/io-lifetimes/tests/
Dffi.rs49 std::io::ErrorKind::NotFound in test_file_not_found()
/third_party/ninja/src/
Ddisk_interface.h31 NotFound, enumerator
Ddisk_interface_test.cc174 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/
DIntervalMap.h608 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()

12