Home
last modified time | relevance | path

Searched refs:nonexistent (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py51 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 Djsgenerator.py53 # Creates the inverse mapping of nonexistent APIs to their aliases.
69 [ self.nonexistent, 'nonexistent' ],
H A Dpygenerator.py46 # Creates the inverse mapping of nonexistent APIs to their aliases.
62 [ self.nonexistent, 'nonexistent' ],
H A Drubygenerator.py60 # Creates the inverse mapping of nonexistent APIs to their aliases.
78 [ self.nonexistent, 'nonexistent' ],
H A DgenRef.py691 # 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 Dextension.rb40 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 Dmount02.c36 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 DintraExpressionInferences.js134 bool: inputs.nonexistent,
282 bool: inputs.nonexistent,
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js351 distTag.exec(['rm', '@scoped/another', 'nonexistent']),
352 /nonexistent is not a dist-tag on @scoped\/another/,
/third_party/python/Lib/test/
H A Dtest_tempfile.py355 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 Daccessor-assembler.cc641 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 Dtexinfo.tex124 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi

Completed in 49 milliseconds