Searched defs:nothing (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp22 struct nothing { struct
46 nothing n;
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
H A Ddump_syms_regtest.cc61 char *nothing = object.h(object); local
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
H A Ddump_syms_regtest.cc62 char *nothing = object.h(object); local
/external/deqp/framework/common/
H A DtcuMaybe.hpp63 Maybe<T> nothing (void) function in namespace:tcu
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp236 enum x2 { nothing }; enumerator in enum:PR18653::x2
242 enum class x3 { nothing };
298 enum local { nothing }; enumerator in enum:PR18653::S5::local
306 enum class local { nothing };
334 enum local { nothing }; enumerator in enum:PR18653::S02::local
343 enum class local { nothing };
370 enum { nothing } x; enumerator in enum:PR18653::S05::__anon3302
/external/python/cpython2/Lib/unittest/test/
H A Dtest_case.py344 # "The default implementation does nothing."
350 # ... and nothing should happen
353 # "The default implementation does nothing."
359 # ... and nothing should happen
431 # from this TestCase instance but since its a local nothing else
1106 def nothing(self): function in function:.testKeyboardInterrupt
1114 test_something = nothing
1117 test_something = nothing
1131 def nothing(self): function in function:.testSystemExit
1139 test_something = nothing
[all...]
/external/v8/src/snapshot/
H A Dcode-serializer.cc254 MaybeHandle<FixedArray> nothing; local
256 return nothing;
265 return nothing;
275 return nothing;
287 if (obj.is_null() || !obj.ToHandleChecked()->IsFixedArray()) return nothing;
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp712 UnicodeString nothing = ""; local
723 CollationElementIterator *i = c->createCollationElementIterator(nothing);

Completed in 619 milliseconds