Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/clang/test/SemaTemplate/
H A 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
/aosp_15_r20/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp22 struct nothing { struct
46 nothing n; in main() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/
Dnothing.hpp29 struct nothing {}; struct
56 nothing_type const BOOST_ATTRIBUTE_UNUSED nothing = {{{}}}; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp23 struct nothing { struct
47 nothing n; in main() argument
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
H A DStatsdCtsForegroundActivity.java137 protected void onPostExecute(Void nothing) { in doSleepWhileTop()
248 protected void onPostExecute(Void nothing) { in doBusyWork()
H A DVideoPlayerActivity.java80 protected void onPostExecute(Void nothing) { in delay()
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_bytecode_utils.py284 def nothing(*args): function
300 def nothing(*args): function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile6 nothing: target
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/sparc64/
H A DMakefile6 nothing: target
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
H A Dimporter.proto29 pw.protobuf.Empty nothing = 1; field
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-literal-0.4.1/tests/
H A Dbasic.rs10 let nothing: [u8; 0] = hex!(); in empty() localVariable
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/apps/dummyapp/src/com/android/multiuser/test/
H A DDummyForegroundActivity.java46 protected void onPostExecute(Void nothing) { in doSleepWhileTop()
/aosp_15_r20/frameworks/base/core/proto/android/content/
H A Dclipdata.proto50 bool nothing = 5 [ (.android.privacy).dest = DEST_AUTOMATIC ]; field
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/remat/
H A Dmetadata_util_test.cc43 TEST_F(MetadataSerializerTest, nothing) { EXPECT_THAT(RoundTrip({}), "ok"); } in TEST_F() argument
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-block-literal.mm16 void nothing(); function
/aosp_15_r20/external/google-breakpad/src/tools/windows/dump_syms/testdata/
H A Ddump_syms_regtest.cc72 char* nothing = object.h(object); in main() local
/aosp_15_r20/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DVideoPlayerActivity.java80 protected void onPostExecute(Void nothing) { in delay()
/aosp_15_r20/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
H A Ddump_syms_regtest.cc64 char* nothing = object.h(object); in main() local
/aosp_15_r20/external/nanopb-c/tests/typename_mangling/
H A Dwith_package.proto19 required uint32 nothing = 1; field
/aosp_15_r20/external/clang/test/Parser/
H A Dobjcxx11-initialized-temps.mm33 - (void) nothing method
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_case.py1875 def nothing(self): function
1900 def nothing(self): function
1927 def nothing(self): function
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1875 def nothing(self): function
1900 def nothing(self): function
1927 def nothing(self): function
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DJimfsFileSystemCloseTest.java290 Path nothing = fs.getPath("/nothing"); in testFilesMethodsThrow() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DInvokeDynamicTest.java21 DoNothing nothing = new DoNothing(); in doNothing() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/
H A Dmod.rs579 let nothing = &mut (); in unscaled_scaling_sink_produces_integers() localVariable
592 let nothing = &mut (); in scaled_scaling_sink() localVariable

1234