Searched refs:nonexistent (Results 1 - 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | scriptgenerator.py | 51 self.nonexistent = {} 367 """This creates the inverse mapping of nonexistent APIs in this 376 # then add the thing that does not exist to the nonexistent map. 384 if invkey in self.nonexistent: 387 self.nonexistent[invkey] = mostOfficial(self.nonexistent[invkey], key) 390 self.nonexistent[invkey] = key
|
H A D | jsgenerator.py | 53 # Creates the inverse mapping of nonexistent APIs to their aliases. 69 [ self.nonexistent, 'nonexistent' ],
|
H A D | pygenerator.py | 46 # Creates the inverse mapping of nonexistent APIs to their aliases. 62 [ self.nonexistent, 'nonexistent' ],
|
H A D | rubygenerator.py | 60 # Creates the inverse mapping of nonexistent APIs to their aliases. 78 [ self.nonexistent, 'nonexistent' ],
|
H A D | genRef.py | 691 # Also check aliases of name - api.nonexistent is the same 693 if name not in api.nonexistent: 697 logWarn(f'genRef: generating feature page {name} because its alias {api.nonexistent[name]} exists')
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
H A D | extension.rb | 40 if $apiNames.nonexistent.has_key? target 42 target = $apiNames.nonexistent[oldtarget] 43 msg = 'Rewriting nonexistent link macro target: ' + @name.to_s + ':' + oldtarget + ' to ' + target 66 if $apiNames.nonexistent.has_key? target 68 target = $apiNames.nonexistent[oldtarget] 69 msg = 'Rewriting nonexistent name macro target: ' + @name.to_s + ':' + oldtarget + ' to ' + target
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount02.c | 36 7) ENOENT if pathname was empty or has a nonexistent component. 65 static const char *nonexistent = "nonexistent"; variable 95 {&device, &nonexistent, &fs_type, 0, ENOENT, NULL, NULL},
|
/third_party/typescript/tests/baselines/reference/ |
H A D | intraExpressionInferences.js | 134 bool: inputs.nonexistent, 282 bool: inputs.nonexistent,
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 351 distTag.exec(['rm', '@scoped/another', 'nonexistent']), 352 /nonexistent is not a dist-tag on @scoped\/another/,
|
/third_party/python/Lib/test/ |
H A D | test_tempfile.py | 355 tempdir = os.path.join(tempfile.tempdir, 'nonexistent') 1521 with tempfile.TemporaryDirectory() as nonexistent: 1524 tempfile.TemporaryDirectory(dir=nonexistent)
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 641 nonexistent(this), accessor(this, Label::kDeferred), in HandleLoadICSmiHandlerLoadNamedCase() 651 GotoIf(WordEqual(handler_kind, LOAD_KIND(kNonExistent)), &nonexistent); in HandleLoadICSmiHandlerLoadNamedCase() local 694 BIND(&nonexistent); in HandleLoadICSmiHandlerLoadNamedCase()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 124 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
|
Completed in 23 milliseconds