/third_party/rust/crates/link-cplusplus/ |
H A D | build.rs | 10 let nothing = cfg!(feature = "nothing"); in main() 12 if nothing { in main()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_get.js | 60 assert(proxy.nothing === undefined); 66 assert(proxy.nothing === "value 2"); 73 assert(proxy2.nothing === "value 3");
|
/third_party/typescript/tests/baselines/reference/ |
H A D | multipleDeclarations.js | 6 this.nothing(); 43 this.nothing();
|
/third_party/rust/crates/nom/tests/ |
H A D | issues.rs | 76 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 D | has-builtin.c | 8 #if __has_builtin(nothing)
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 15 unsigned char nothing; member
|
/third_party/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 15 unsigned char nothing; member
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_finder.py | 122 nothing = self.import_(mapping['.root'], 'sdfsadsadf') 123 self.assertIsNone(nothing)
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_enummediatypes.c | 100 DECLARE_DESTROY(enummediatypes, DShowEnumMediaTypes, nothing)
|
H A D | dshow_capture.h | 53 static inline void nothing(void *foo) in nothing() function
|
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 532 # "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 D | run-debuginfod-find.sh | 124 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 D | test_reference_double_free.c | 8 static void Destructor(napi_env env, void* data, void* nothing) { in Destructor() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuMaybe.hpp | 73 Maybe<T> nothing (void) in nothing() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 661 { 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 D | vktMeshShaderApiTestsEXT.cpp | 720 { 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 D | vktMeshShaderApiTests.cpp | 661 { 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 D | vktMeshShaderApiTestsEXT.cpp | 720 { 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 D | unit-json_pointer.cpp | 403 {"nothing", nullptr}, 427 {"/nothing", nullptr}, 524 {"nothing", nullptr}, 600 {"nothing", nullptr},
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 8 " 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 D | CollationRegressionTest.java | 629 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 D | CollationRegressionTest.java | 632 String nothing = ""; in Test4101940() 639 CollationElementIterator i = c.getCollationElementIterator(nothing); in Test4101940()
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 185 $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 D | pyparse.py | 368 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 D | vktTessellationWindingTests.cpp | 607 addTestGroup(group.get(), "default_domain", populateWindingGroup, tcu::nothing<VkTessellationDomainOrigin>()); in createWindingTests()
|