Searched refs:Mode (Results 1 – 9 of 9) sorted by relevance
/tools/asuite/atest/bazel/ |
D | atest_bazel_mode.md | 1 # Atest Bazel Mode 5 what we call Atest Standard Mode in this document. 7 Atest Bazel Mode creates a synthetic Bazel workspace and executes tests using 17 4. [Difference from Atest Standard Mode](#difference-from-atest-standard-mode) 22 Atest Bazel Mode commands take the following form: 44 In Atest Bazel Mode, we construct a synthetic workspace using module-info.json. 69 Atest bazel Mode will create the Bazel workspace on first run, or upon detecting 79 ## <a name="difference-from-atest-standard-mode">Difference from Atest Standard Mode</a> 81 Here is a list of major differences from the Atest Standard Mode: 82 * In Atest Standard Mode, user can view detailed test case result in the [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | DeviceWiper.java | 38 private enum Mode { enum in DeviceWiper 51 private Mode mMode = Mode.FORMAT; 58 if (mMode.equals(Mode.FORMAT) && mUseErase) { in setUp() 59 mMode = Mode.ERASE; in setUp()
|
/tools/treble/hacksaw/workspace/ |
D | copier.go | 149 case sourceInfo.Mode()&os.ModeSymlink == os.ModeSymlink: 151 case sourceInfo.Mode().IsDir(): 181 return os.Mkdir(destPath, sourceInfo.Mode()) 211 return os.Chmod(destPath, sourceInfo.Mode()) 226 case childInfo.Mode()&os.ModeSymlink == os.ModeSymlink: 230 case childInfo.Mode().IsDir():
|
/tools/netsim/rust/daemon/src/bluetooth/ |
D | advertise_settings.rs | 18 AdvertiseMode as Mode, AdvertiseTxPower as Level, Interval as IntervalProto, 189 Mode::LOW_POWER => MODE_LOW_POWER_MS, in from() 190 Mode::BALANCED => MODE_BALANCED_MS, in from() 191 Mode::LOW_LATENCY => MODE_LOW_LATENCY_MS, in from() 207 MODE_LOW_POWER_MS => IntervalProto::AdvertiseMode(Mode::LOW_POWER.into()), in try_from() 208 MODE_BALANCED_MS => IntervalProto::AdvertiseMode(Mode::BALANCED.into()), in try_from() 209 MODE_LOW_LATENCY_MS => IntervalProto::AdvertiseMode(Mode::LOW_LATENCY.into()), in try_from()
|
/tools/treble/build/treble_build/report/ |
D | run.go | 39 if info.Mode()&0111 != 0 {
|
/tools/netsim/rust/cli/src/ |
D | args.rs | 491 Mode(AdvertiseMode), enumerator 512 .map(Self::Value::Mode) in parse_ref() 643 Interval::Mode(mode) => IntervalProto::AdvertiseMode( in from()
|
D | response.rs | 121 args::Interval::Mode(mode) => { in print_response()
|
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/ |
D | 1.12.0-beta01.txt | 1543 …lic static void setTintMode(android.graphics.drawable.Drawable, android.graphics.PorterDuff.Mode?); 1568 …d public androidx.core.graphics.drawable.IconCompat setTintMode(android.graphics.PorterDuff.Mode?); 2473 … method @RequiresApi(android.os.Build.VERSION_CODES.M) public android.view.Display.Mode? toMode(); 2627 method public static android.graphics.PorterDuff.Mode? getIconTintMode(android.view.MenuItem); 2637 …ethod public static void setIconTintMode(android.view.MenuItem, android.graphics.PorterDuff.Mode?); 2882 method public android.graphics.PorterDuff.Mode? getSupportBackgroundTintMode(); 2884 method public void setSupportBackgroundTintMode(android.graphics.PorterDuff.Mode?); 2925 method public static android.graphics.PorterDuff.Mode? getBackgroundTintMode(android.view.View); 3024 …hod public static void setBackgroundTintMode(android.view.View, android.graphics.PorterDuff.Mode?); 4037 …method public static android.graphics.PorterDuff.Mode? getCheckMarkTintMode(android.widget.Checked… [all …]
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 158719 26| sget-object v3, android.graphics.PorterDuff$Mode.SRC_ATOP 158720 … android.graphics.drawable.LayerDrawable.setColorFilter(int, android.graphics.PorterDuff$Mode):void 158741 41| sget-object v3, android.graphics.PorterDuff$Mode.SRC_ATOP 158742 … android.graphics.drawable.LayerDrawable.setColorFilter(int, android.graphics.PorterDuff$Mode):void 178944 26| sget-object v1, android.graphics.PorterDuff$Mode.SRC_IN 178946 …,v1}, android.graphics.drawable.Drawable.setColorFilter(int, android.graphics.PorterDuff$Mode):void
|