Home
last modified time | relevance | path

Searched defs:nothing (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/link-cplusplus/
Dbuild.rs10 let nothing = cfg!(feature = "nothing"); in main() localVariable
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dnull_prov.c15 unsigned char nothing; member
/third_party/openssl/providers/implementations/digests/
Dnull_prov.c15 unsigned char nothing; member
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest_reference_double_free.c8 static void Destructor(napi_env env, void* data, void* nothing) { in Destructor()
/third_party/vk-gl-cts/framework/common/
DtcuMaybe.hpp73 Maybe<T> nothing (void) in nothing() function
/third_party/rust/crates/nom/tests/
Dissues.rs76 fn nothing(i: &[u8]) -> IResult<&[u8], &[u8]> { in take_till_issue() function
/third_party/python/Lib/unittest/test/
Dtest_case.py1875 def nothing(self): function
1900 def nothing(self): function
1927 def nothing(self): function
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h53 static inline void nothing(void *foo) in nothing() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationRegressionTest.java632 String nothing = ""; in Test4101940() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java629 String nothing = ""; in Test4101940() local
/third_party/icu/icu4c/source/test/intltest/
Dregcoll.cpp712 UnicodeString nothing = ""; in Test4101940() local
/third_party/python/Lib/test/
Dtest_functools.py472 nothing = functools.partialmethod(capture) variable in TestPartialMethod.A