/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 48 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() 75 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() 106 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() 140 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() 170 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() 200 public void forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOver() 230 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn() 260 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn() 290 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() 420 public void forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachXor() [all …]
|
H A D | ScriptIntrinsicHistogram.java | 90 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach() 191 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
|
H A D | ScriptIntrinsicResize.java | 108 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic()
|
H A D | ScriptIntrinsic3DLUT.java | 102 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexoptOptionsTests.java | 45 DexoptOptions opt = new DexoptOptions(mPackageName, mCompilerFilter, /*flags*/ 0); in testCreateDexoptOptionsEmpty() local 74 DexoptOptions opt = new DexoptOptions(mPackageName, mCompilerFilter, flags); in testCreateDexoptOptionsFull() local 106 DexoptOptions opt = new DexoptOptions(mPackageName, reason, flags); in testCreateDexoptOptionsReason() local 124 DexoptOptions opt = new DexoptOptions(mPackageName, -1, mCompilerFilter, mSplitName, flags); in testCreateDexoptOptionsSplit() local
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
H A D | StructNdOptPref64Test.java | 59 private void assertPref64OptMatches(int lifetime, IpPrefix prefix, StructNdOptPref64 opt) { in assertPref64OptMatches() 66 private void assertToByteBufferMatches(StructNdOptPref64 opt, String expected) { in assertToByteBufferMatches() 90 StructNdOptPref64 opt = StructNdOptPref64.parse(ByteBuffer.wrap(rawBytes)); in testParseCannedOption() local 107 StructNdOptPref64 opt = StructNdOptPref64.parse(buf); in testParsing() local 157 StructNdOptPref64 opt = StructNdOptPref64.parse(buf); in testToString() local 187 StructNdOptPref64 opt = new StructNdOptPref64(prefix1, 600); in testToByteBuffer() local
|
/aosp12/hardware/google/pixel/pwrstats_util/ |
H A D | pwrstats_util.cpp | 50 Options opt = { in parseArgs() local 88 static void snapshot(const Options& opt, const PowerStatsCollector& collector) { in snapshot() 106 static void daemon(const Options& opt, const PowerStatsCollector& collector) { in daemon() 207 static void runWithOptions(const Options& opt, const PowerStatsCollector& collector) { in runWithOptions() 216 Options opt = parseArgs(argc, argv); in run() local
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | CommandLineOptions.cpp | 83 const auto pivot = std::partition(options_.begin(), options_.end(), [](const Option& opt) { in Parse() 88 [](const Option& opt) -> std::string { return opt.name; }); in Parse() 99 for (const Option& opt : options_) { in Parse() local 126 for (const auto& opt : mandatory_opts) { in Parse() local 143 for (const Option& opt : options_) { in Usage() local 171 for (const Option& opt : options_) { in Usage() local
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerShellCommand.java | 143 String opt; in runJob() local 200 String opt; in timeout() local 235 String opt; in cancelJob() local 268 String opt = getNextArgRequired(); in monitorBattery() local 324 String opt; in getJobState() local 368 String opt; in resetExecutionQuota() local 412 final String opt = getNextArgRequired(); in triggerDockState() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerShellCommand.java | 140 String opt; in runList() local 214 String opt; in runEnableDisable() local 244 String opt; in runFabricate() local 315 String opt; in runEnableExclusive() local 341 String opt; in runSetPriority() local 371 String opt; in runLookup() local
|
/aosp12/frameworks/native/libs/ftl/ |
H A D | small_map_test.cpp | 40 const auto opt = map.find(-1); in TEST() local 98 const auto opt = map.find('b'); in TEST() local 109 const auto opt = map.find('c'); in TEST() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationShellCommand.java | 54 String opt; in runSetState() local 92 String opt; in runGetState() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommand.java | 352 String opt; in runGetModuleInfo() local 389 String opt; in runLogVisibility() local 494 String opt; in runRollbackApp() local 936 String opt; in runListPermissions() local 1429 String opt; in runInstallCommit() local 1467 String opt; in runInstallWrite() local 1487 String opt; in runInstallAddSession() local 1516 String opt; in runInstallExisting() local 1679 String opt; in runCompile() local 1882 String opt; in runSnapshotProfile() local [all …]
|
/aosp12/art/cmdline/ |
H A D | cmdline_parser_test.cc | 419 std::vector<std::string> opt = {"hello"}; in TEST_F() local 425 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 431 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 445 std::vector<std::string> opt = {"hello"}; in TEST_F() local 450 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 457 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 490 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, 8, "abc", true); in TEST_F() local
|
/aosp12/system/bt/gd/common/ |
H A D | metric_id_manager.cc | 164 auto opt = temporary_device_cache_.extract(mac_address); in SaveDevice() local 184 auto opt = paired_device_cache_.extract(mac_address); in ForgetDevice() local
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | TelephonyShellCommand.java | 740 String opt = getNextOption(); in handleEmergencyNumberTestModeCommand() local 1019 String opt; in handleBarringSendCommand() local 1110 String opt; in handleImsSetServiceCommand() local 1193 String opt; in handleImsClearCarrierServiceCommand() local 1231 String opt; in handleImsGetServiceCommand() local 1290 String opt; in handleEnableIms() local 1317 String opt; in handleDisableIms() local 1345 String opt = getNextArg(); in handleCepChange() local 1376 String opt; in parseCcOptions() local 1934 String opt = getNextOption(); in getSubId() local [all …]
|
/aosp12/system/logging/logd/ |
H A D | auditctl.cpp | 44 int opt; in main() local
|
/aosp12/frameworks/base/cmds/incident_helper/src/ |
H A D | main.cpp | 88 int opt; in main() local
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/ |
H A D | test.cpp | 90 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestBandwidth() 96 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nGFlopsTest() 102 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestLatency()
|
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/ |
H A D | service_dispatcher_fuzzer.cpp | 52 uint8_t opt = 0; in LLVMFuzzerTestOneInput() local
|
/aosp12/frameworks/native/cmds/idlcli/ |
H A D | IdlCli.h | 40 auto opt = *args.pop<std::string>(); in doArgs() local
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | Main.cpp | 67 int opt = 0; in main() local
|
/aosp12/packages/modules/Virtualization/vm/src/ |
H A D | main.rs | 54 let opt = Opt::from_args(); in main() localVariable
|
/aosp12/system/libziparchive/ |
H A D | ziptool.cpp | 465 static void HandleCommonOption(int opt) { in HandleCommonOption() 514 int opt; in main() local 558 int opt; in main() local
|
/aosp12/system/core/storaged/ |
H A D | main.cpp | 72 int opt; in main() local
|