HomeSort by relevance Sort by last modified time
    Searched defs:nothing (Results 1 - 25 of 29) sorted by null

1 2

  /external/google-breakpad/src/tools/solaris/dump_syms/testdata/
dump_syms_regtest.cc 61 char *nothing = object.h(object); local
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest.cc 62 char *nothing = object.h(object); local
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 22 struct nothing { struct
46 nothing n;
  /prebuilts/go/darwin-x86/test/
func5.go 61 var nothing func() var
87 nothing = emptyresults
88 nothing()
89 nothing = noresults
90 nothing()
  /prebuilts/go/linux-x86/test/
func5.go 61 var nothing func() var
87 nothing = emptyresults
88 nothing()
89 nothing = noresults
90 nothing()
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 22 struct nothing { struct
46 nothing n;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 22 struct nothing { struct
46 nothing n;
  /external/deqp/framework/common/
tcuMaybe.hpp 63 Maybe<T> nothing (void) function in namespace:tcu
  /external/v8/src/snapshot/
code-serializer.cc 237 MaybeHandle<FixedArray> nothing; local
242 return nothing;
252 return nothing;
264 if (obj.is_null() || !obj.ToHandleChecked()->IsFixedArray()) return nothing;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-gen.c 191 nothing (func_arg *arg, insn_data *data) function
192 #define nothing { nothing } macro
721 /* There's nothing random here, don't repeat this insn. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py 343 # "The default implementation does nothing."
349 # ... and nothing should happen
352 # "The default implementation does nothing."
358 # ... and nothing should happen
430 # from this TestCase instance but since its a local nothing else
1058 def nothing(self): function in function:.testKeyboardInterrupt
1083 def nothing(self): function in function:.testSystemExit
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 236 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::__anon15902
  /external/v8/src/wasm/
wasm-js.cc 92 i::MaybeHandle<i::JSObject> nothing; local
107 i::MaybeHandle<i::JSObject> nothing; local
wasm-module.cc 725 MaybeHandle<WasmCompiledModule> nothing; local
784 if (thrower->error()) return nothing;
962 MaybeHandle<JSObject> nothing; local
1919 MaybeHandle<WasmModuleObject> nothing; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py 344 # "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
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py 344 # "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
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 344 # "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
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 344 # "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
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [all...]
  /system/core/libbacktrace/
BacktraceOffline.cpp 805 llvm::object::OwningBinary<llvm::object::Binary> nothing; local
808 return nothing;
814 return nothing;
821 return nothing;
829 return nothing;
834 return nothing;
842 return nothing;
848 return nothing;
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
SplitterTest.java 141 Iterable<String> nothing = Splitter.on('.').split(""); local
142 assertThat(nothing).iteratesAs("");
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 144 Iterable<String> nothing = Splitter.on('.').split(""); local
145 assertThat(nothing).iteratesAs("");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 627 String nothing = ""; local
634 CollationElementIterator i = c.getCollationElementIterator(nothing);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 712 UnicodeString nothing = ""; local
723 CollationElementIterator *i = c->createCollationElementIterator(nothing);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 626 String nothing = ""; local
633 CollationElementIterator i = c.getCollationElementIterator(nothing);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 152 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon107909
170 case nothing:
498 return internal_relocs; /* Nothing to do. */
    [all...]

Completed in 4837 milliseconds

1 2