Home
last modified time | relevance | path

Searched defs:DefaultArgs (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp14 struct DefaultArgs : torch::CustomClassHolder { struct
15 int x;
16 DefaultArgs(int64_t start = 3) : x(start) {} in DefaultArgs() function
17 int64_t increment(int64_t val = 1) { in increment()
21 int64_t decrement(int64_t val = 1) { in decrement()
25 int64_t scale_add(int64_t add, int64_t scale = 1) { in scale_add()
30 int64_t divide(std::optional<int64_t> factor) { in divide()
/aosp_15_r20/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp71 static void DefaultArgs(Benchmark* /*b*/) { /* none */ in DefaultArgs() function in BaseBench
131 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench
594 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench_Aidl
728 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorPrimitivesBench_Aidl
/aosp_15_r20/frameworks/native/services/vibratorservice/benchmarks/
H A DVibratorHalControllerBenchmarks.cpp130 static void DefaultArgs(Benchmark* /*b*/) { in DefaultArgs() function in VibratorBench
375 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench
520 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in SlowVibratorPrimitivesBench
/aosp_15_r20/external/clang/test/Analysis/
H A Dinline.cpp208 namespace DefaultArgs { namespace
/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h1435 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h1435 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h1412 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h1470 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member