/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/ |
H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 53 friend Sub operator+(Sub, difference_type) { return Sub(); } in operator +() argument 54 friend Sub operator+(difference_type, Sub) { return Sub(); } in operator +() argument 55 friend Sub operator-(Sub, difference_type) { return Sub(); } in operator -() argument 56 friend difference_type operator-(Sub, Sub) { return 0; } in operator -() argument 58 friend bool operator<(Sub, Sub) { return false; } in operator <() argument 59 friend bool operator>(Sub, Sub) { return false; } in operator >() argument 60 friend bool operator<=(Sub, Sub) { return false; } in operator <=() argument 61 friend bool operator>=(Sub, Sub) { return false; } in operator >=() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_multiple_inheritance.cpp | 65 struct Sub : struct 70 Sub(){} in Sub() argument 71 Sub(int x) : in Sub() function 76 bool operator==(Sub & rhs) const { in operator ==() argument 83 virtual ~Sub() {} in ~Sub() argument 96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
|
D | test_shared_ptr_multi_base.cpp | 76 struct Sub:public Base1, public Base2, public Base3 { struct 78 Sub() { in Sub() function 81 Sub(int x) : in Sub() function 88 Sub(const Sub & rhs) : in Sub() argument 93 virtual ~Sub() { in ~Sub() argument 110 // Sub needs to be exported because its serialized via a base class pointer argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/ |
D | embed.go | 116 type Sub struct { struct 117 a2 int 118 *SubSubp 119 SubSub 120 a int 123 func (p *Sub) test2() int { 137 Sub anonMember
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | test3.cpp | 35 struct Sub struct 55 Sub::Sub() { } in Sub() function in Sub 56 Sub::Sub(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Sub() function in Sub 57 Sub::Sub(const Sub& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Sub() function in Sub
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-superclass-method-mismatch.m | 12 -(void) method2: (Sub*) x; // expected-note{{passing argument to parameter 'x' here}} argument 23 @interface Sub : Base interface 25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super… argument 29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
|
H A D | block-type-safety.m | 5 @interface Sub : Super @end interface 33 f2(^(Sub *o) { }); // expected-error {{incompatible block pointer types passing}} category 37 r0(^Sub* () { return 0; }); // OK, variable of type Super* gets return value of type Sub* category 41 r1(^Sub* () { return 0; }); // OK category
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | sub_test.cc | 682 TEST(Sub, FP16Weights) { in TEST() argument 711 TEST(Sub, INT8Weights) { in TEST() argument 740 TEST(Sub, INT8ChannelWiseWeights) { in TEST() argument 769 TEST(Sub, SparseWeights) { in TEST() argument 798 TEST(Sub, ReluActivation) { in TEST() argument 819 TEST(Sub, Relu6Activation) { in TEST() argument 840 TEST(Sub, ReluMinus1To1Activation) { in TEST() argument 861 TEST(Sub, DISABLED_TanhActivation) { in TEST() argument 882 TEST(Sub, DISABLED_SignBitActivation) { in TEST() argument 903 TEST(Sub, MultiThreading) { in TEST() argument
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | objc-modern-class-init.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
H A D | objc-modern-class-init-hooks.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | complete-ivar-access.m | 31 @interface Sub : Super { interface 41 @implementation Sub implementation in Sub 42 - (void)method:(Sub *)sub with:(Other *)other { 47 void f(Sub *sub, Other *other) { category
|
H A D | overriding-method-comments.mm | 24 @interface Sub : Root interface 27 @interface Sub (CAT) interface in CAT 33 @implementation Sub(CAT) implementation in CAT
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | pragma-pack.cpp | 11 struct Sub : public Base { struct 12 char c; 28 struct Sub : virtual Base { struct 29 char c;
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
H A D | FilterTrivialTest.kt | 39 class Sub : Super() in <lambda>() class 49 class Sub : Super() in <lambda>() class
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | pragma-pack.cpp | 9 struct Sub : virtual Base { struct 13 // CHECK: %struct.Sub = type <{ i32 (...)**, i8, %struct.Base }> argument 14 void f(Sub*) { } in f() argument
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 3448 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3459 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3495 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3505 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3513 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-rs-a32.cc | 3452 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3463 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3499 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3509 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3517 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-immediate-8192-a32.cc | 3439 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3450 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3485 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3495 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3503 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 3448 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3459 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3495 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3505 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3513 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-immediate-512-a32.cc | 3439 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3450 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3485 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3495 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local 3503 __ Sub(base_register, base_register, memop_tmp); in TestHelper() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/ |
D | sub.go | 17 Sub(dir string) (FS, error) methodSpec 34 func Sub(fsys FS, dir string) (FS, error) { func 129 func (f *subFS) Sub(dir string) (FS, error) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 139 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() local 190 for (auto *Sub : RegisteredSubCommands) { in addOption() local 213 SubCommand &Sub = *SC; in removeOption() local 266 SubCommand &Sub = *SC; in updateArgStr() local 298 [sub](const SubCommand *Sub) { in registerSubCommand() 423 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption() 1769 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in operator =() local 2069 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() 2081 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() 2090 SubCommand &Sub) { in HideUnrelatedOptions()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | CommandLine.cpp | 126 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption() local 177 for (const auto &Sub : RegisteredSubCommands) { in addOption() local 200 SubCommand &Sub = *SC; in removeOption() local 253 SubCommand &Sub = *SC; in updateArgStr() local 285 [sub](const SubCommand *Sub) { in registerSubCommand() 399 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption() 1754 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in operator =() local 2118 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() 2125 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() 2134 SubCommand &Sub) { in HideUnrelatedOptions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() local 246 for (auto *Sub : RegisteredSubCommands) { in addOption() local 274 SubCommand &Sub = *SC; in removeOption() local 331 SubCommand &Sub = *SC; in updateArgStr() local 368 [sub](const SubCommand *Sub) { in registerSubCommand() 422 Option *LookupLongOption(SubCommand &Sub, StringRef &Arg, StringRef &Value, in LookupLongOption() 522 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption() 2164 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp() local 2549 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() 2561 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() [all …]
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_utils.py | 21 class Sub(torch.nn.Module): class 59 class Sub(torch.nn.Module): class 100 class Sub(torch.nn.Module): class
|