Searched refs:equivalent (Results 1 – 25 of 39) sorted by relevance
12
/frameworks/base/core/java/android/app/ |
D | ConfigurationController.java | 168 boolean equivalent; in handleConfigurationChangedInner() 193 equivalent = mConfiguration != null && (0 == mConfiguration.diffPublicOnly(config)); in handleConfigurationChangedInner() 234 if (!equivalent) { in handleConfigurationChangedInner()
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 38 In dump mode, the agent makes JNI calls equivalent to 46 In reset mode, it makes a JNI call equivalent to
|
/frameworks/av/tools/ |
D | mainline_hook_project.sh | 42 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
|
D | mainline_hook_partial.sh | 163 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
|
/frameworks/native/libs/nativewindow/tests/benchmark/ |
D | README.md | 21 seem to be roughly equivalent! Allocating/deallocating a 720p buffer takes
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | reduce_general_duplicate_array.rscript | 5 // The two kernels have anonymous result types that are equivalent.
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 104 …Atomicly subtracts one from the value at addr. This is equivalent to <code>@rsAtomicSub(addr, 1)<… 121 Atomicly adds one to the value at addr. This is equivalent to <code>@rsAtomicAdd(addr, 1)</code>.
|
D | rs_value_types.spec | 46 For example, with <code>int4 myVar;</code> the following are equivalent:<code><br/>
|
D | rs_convert.spec | 36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
|
/frameworks/base/core/proto/android/service/ |
D | batterystats.proto | 53 // Dump of battery history in csv format (equivalent of
|
/frameworks/libs/modules-utils/build/ |
D | Android.bp | 21 // This library does not have srcs, so it is basically equivalent to a
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 139 // True if resetLockout requires a HAT to be verified in the TEE or equivalent. 143 // biometric TEE (or equivalent), and wrapped within the HAT.
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_0ba0.kl | 68 # and this button will be equivalent to left mouse button
|
D | Vendor_054c_Product_09cc.kl | 68 # and this button will be equivalent to left mouse button
|
D | Vendor_054c_Product_05c4.kl | 68 # and this button will be equivalent to left mouse button
|
/frameworks/native/services/inputflinger/docs/ |
D | input_coordinates.md | 71 *It is important to note that rotating the device 90 degrees is NOT equivalent
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 111 * Atomicly subtracts one from the value at addr. This is equivalent to rsAtomicSub(addr, 1). 131 * Atomicly adds one to the value at addr. This is equivalent to rsAtomicAdd(addr, 1).
|
/frameworks/base/media/jni/soundpool/ |
D | Android.bp | 35 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 221 bool equivalent = true; in sensorIsEquivalent() local 234 equivalent = false; in sensorIsEquivalent() 236 return equivalent; in sensorIsEquivalent()
|
/frameworks/av/services/oboeservice/ |
D | Android.bp | 39 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
|
/frameworks/av/services/audioflinger/ |
D | Android.bp | 38 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
|
/frameworks/av/services/mediametrics/ |
D | Android.bp | 28 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 37 equivalent dagger version is using `@Singleton` and therefore only has one instance.
|
/frameworks/av/media/libaaudio/src/ |
D | Android.bp | 26 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
|
/frameworks/proto_logging/stats/atoms/art/ |
D | art_extension_atoms.proto | 135 // These IDs are the equivalent of the ArtDatumId values,
|
12