Home
last modified time | relevance | path

Searched refs:nothing (Results 1 - 25 of 60) sorted by relevance

123

/third_party/rust/crates/link-cplusplus/
H A Dbuild.rs10 let nothing = cfg!(feature = "nothing"); in main()
12 if nothing { in main()
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_get.js60 assert(proxy.nothing === undefined);
66 assert(proxy.nothing === "value 2");
73 assert(proxy2.nothing === "value 3");
/third_party/typescript/tests/baselines/reference/
H A DmultipleDeclarations.js6 this.nothing();
43 this.nothing();
/third_party/rust/crates/nom/tests/
H A Dissues.rs76 fn nothing(i: &[u8]) -> IResult<&[u8], &[u8]> { in take_till_issue() functions
80 assert_eq!(nothing(b""), Err(Err::Incomplete(Needed::new(1)))); in take_till_issue()
81 assert_eq!(nothing(b"abc"), Ok((&b"abc"[..], &b""[..]))); in take_till_issue()
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dhas-builtin.c8 #if __has_builtin(nothing)
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dnull_prov.c15 unsigned char nothing; member
/third_party/openssl/providers/implementations/digests/
H A Dnull_prov.c15 unsigned char nothing; member
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py122 nothing = self.import_(mapping['.root'], 'sdfsadsadf')
123 self.assertIsNone(nothing)
/third_party/ffmpeg/libavdevice/
H A Ddshow_enummediatypes.c100 DECLARE_DESTROY(enummediatypes, DShowEnumMediaTypes, nothing)
H A Ddshow_capture.h53 static inline void nothing(void *foo) in nothing() function
/third_party/python/Lib/unittest/test/
H A Dtest_case.py532 # "The default implementation does nothing."
538 # ... and nothing should happen
541 # "The default implementation does nothing."
547 # ... and nothing should happen
666 # from this TestCase instance but since it's local nothing else
1875 def nothing(self): function
1883 test_something = nothing
1886 test_something = nothing
1900 def nothing(self): function
1908 test_something = nothing
1927 def nothing(self): global() function
[all...]
/third_party/elfutils/tests/
H A Drun-debuginfod-find.sh124 ln -s R/nothing.rpm R/nothing.rpm
317 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
331 newrpms=$(find ../R -name \*\.rpm | grep -v nothing)
/third_party/node/test/js-native-api/test_reference_double_free/
H A Dtest_reference_double_free.c8 static void Destructor(napi_env env, void* data, void* nothing) { in Destructor() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuMaybe.hpp73 Maybe<T> nothing (void) in nothing() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp661 { tcu::nothing<IndirectArgs>(), "no_indirect_args" }, in createMeshShaderApiTests()
680 { tcu::nothing<IndirectCountLimitType>(), "no_count_limit" }, in createMeshShaderApiTests()
691 { tcu::nothing<uint32_t>(), "no_count_offset" }, in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp720 { tcu::nothing<IndirectArgs>(), "no_indirect_args" }, in createMeshShaderApiTestsEXT()
739 { tcu::nothing<IndirectCountLimitType>(), "no_count_limit" }, in createMeshShaderApiTestsEXT()
750 { tcu::nothing<uint32_t>(), "no_count_offset" }, in createMeshShaderApiTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp661 { tcu::nothing<IndirectArgs>(), "no_indirect_args" }, in createMeshShaderApiTests()
680 { tcu::nothing<IndirectCountLimitType>(), "no_count_limit" }, in createMeshShaderApiTests()
691 { tcu::nothing<uint32_t>(), "no_count_offset" }, in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp720 { tcu::nothing<IndirectArgs>(), "no_indirect_args" }, in createMeshShaderApiTestsEXT()
739 { tcu::nothing<IndirectCountLimitType>(), "no_count_limit" }, in createMeshShaderApiTestsEXT()
750 { tcu::nothing<uint32_t>(), "no_count_offset" }, in createMeshShaderApiTestsEXT()
/third_party/json/tests/src/
H A Dunit-json_pointer.cpp403 {"nothing", nullptr},
427 {"/nothing", nullptr},
524 {"nothing", nullptr},
600 {"nothing", nullptr},
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim8 " Regular int like number with - + or nothing in front
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java629 String nothing = ""; in Test4101940()
636 CollationElementIterator i = c.getCollationElementIterator(nothing); in Test4101940()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java632 String nothing = ""; in Test4101940()
639 CollationElementIterator i = c.getCollationElementIterator(nothing); in Test4101940()
/third_party/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl185 $line =~ s/Map to nothing/MAP/;
329 # commonly mapped to nothing characters except U+200B to nothing
369 # points are mapped to nothing. COMBINING GRAPHEME JOINER (U+034F) and
371 # mapped to nothing. The OBJECT REPLACEMENT CHARACTER (U+FFFC) is
372 # mapped to nothing.
410 # control function (e.g., Cf) are mapped to nothing. The following is
606 # ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
/third_party/python/Lib/idlelib/
H A Dpyparse.py368 for nothing in range(goodlines[i-1], goodlines[i]):
378 # nothing but junk!
481 # nothing interesting follows the bracket;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp607 addTestGroup(group.get(), "default_domain", populateWindingGroup, tcu::nothing<VkTessellationDomainOrigin>()); in createWindingTests()

Completed in 19 milliseconds

123