Home
last modified time | relevance | path

Searched defs:OneArg (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp102 TEST(TrailingObjects, OneArg) { in TEST() argument
/aosp_15_r20/external/python/cpython2/Tools/framer/framer/
Dfunction.py69 class OneArg(_ArgumentList): class
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_param_reader_test.cc29 TEST(DBusParamReader, OneArg) { in TEST() argument
/aosp_15_r20/external/clang/include/clang/Basic/
H A DIdentifierTable.h634 OneArg = 0x2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DIdentifierTable.h949 OneArg = 0x02, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/tests/
Dtest.rs192 OneArg(usize), in test_enum() enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DIdentifierTable.h975 OneArg = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DIdentifierTable.h974 OneArg = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DIdentifierTable.h974 OneArg = 0x02, enumerator
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc454 TEST(WithArgTest, OneArg) { in TEST() argument
547 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
H A Dgmock-actions_test.cc1529 TEST(WithArgsTest, OneArg) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-more-actions_test.cc454 TEST(WithArgTest, OneArg) { in TEST() argument
547 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
H A Dgmock-actions_test.cc1481 TEST(WithArgsTest, OneArg) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc444 TEST(WithArgTest, OneArg) { in TEST() argument
537 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
H A Dgmock-actions_test.cc1481 TEST(WithArgsTest, OneArg) { in TEST() argument
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/
H A DNullPointerTesterTest.java72 public static class OneArg { class in NullPointerTesterTest