Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
Daddressof.pass.cpp22 struct nothing { struct
46 nothing n; in main() argument
/external/linux-kselftest/tools/testing/selftests/sparc64/
DMakefile6 nothing: target
/external/clang/test/Rewriter/
Drewrite-block-literal.mm16 void nothing(); function
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.cc62 char *nothing = object.h(object); in main() local
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.cc61 char *nothing = object.h(object); in main() local
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp236 enum x2 { nothing }; in f2() enumerator
242 enum class x3 { nothing }; in f3() enumerator
298 enum local { nothing }; enumerator
306 enum class local { nothing }; enumerator
334 enum local { nothing }; enumerator
343 enum class local { nothing }; enumerator
370 enum { nothing } x; in m() enumerator
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils_test.cc29 Tensor nothing = test::AsTensor<float>({}, {0}); in TEST() local
66 Tensor nothing = test::AsTensor<float>({}, {0}); in TEST() local
/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm34 {
/external/deqp/framework/common/
DtcuMaybe.hpp63 Maybe<T> nothing (void) in nothing() function
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DInvokeDynamicTest.java21 DoNothing nothing = new DoNothing(); in doNothing() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go44 var nothing = reflect.Value{} var
/external/clang/test/SemaObjCXX/
Dproperties.mm199 {
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideActivity.java153 protected String doInBackground(Void... nothing) { in doInBackground()
/external/python/cpython2/Lib/unittest/test/
Dtest_case.py1106 def nothing(self): function
1131 def nothing(self): function
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1735 def nothing(self): function
1760 def nothing(self): function
1787 def nothing(self): function
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DSplitterTest.java141 Iterable<String> nothing = Splitter.on('.').split(""); in testCharacterSplitOnEmptyString() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java629 String nothing = ""; in Test4101940() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java632 String nothing = ""; in Test4101940() local
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java144 Iterable<String> nothing = Splitter.on('.').split(""); in testCharacterSplitOnEmptyString() local
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp712 UnicodeString nothing = ""; in Test4101940() local
/external/python/cpython3/Lib/test/
Dtest_functools.py463 nothing = functools.partialmethod(capture) variable in TestPartialMethod.A