Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/tools/dump-coverage/
DREADME.md38 In dump mode, the agent makes JNI calls equivalent to
46 In reset mode, it makes a JNI call equivalent to
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
Dreduce_general_duplicate_array.rscript5 // The two kernels have anonymous result types that are equivalent.
/frameworks/rs/script_api/
Drs_atomic.spec104 …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>.
Drs_value_types.spec46 For example, with <code>int4 myVar;</code> the following are equivalent:<code><br/>
Drs_convert.spec36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
/frameworks/base/core/proto/android/service/
Dbatterystats.proto53 // Dump of battery history in csv format (equivalent of
/frameworks/base/data/keyboards/
DVendor_054c_Product_05c4.kl68 # and this button will be equivalent to left mouse button
DVendor_054c_Product_0ba0.kl68 # and this button will be equivalent to left mouse button
DVendor_054c_Product_09cc.kl68 # and this button will be equivalent to left mouse button
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
Dreduce_common.rsh47 // This combiner is equivalent to the accumulator.
/frameworks/rs/script_api/include/
Drs_atomic.rsh111 * 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).
Drs_object_info.rsh53 * Elements can be grouped together into complex Elements, creating the equivalent of
Drs_value_types.rsh48 * For example, with int4 myVar; the following are equivalent:
Drs_convert.rsh34 * E.g calling a = convert_short3(b); is equivalent to doing
/frameworks/native/services/sensorservice/
DSensorDevice.cpp307 bool equivalent = true; in sensorIsEquivalent() local
322 equivalent = false; in sensorIsEquivalent()
324 return equivalent; in sensorIsEquivalent()
/frameworks/base/packages/SystemUI/docs/
Ddagger.md24 equivalent dagger version is using `@Singleton` and therefore only has one instance.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript272 // These two kernels have anonymous result types that are equivalent.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript274 // These two kernels have anonymous result types that are equivalent.
/frameworks/ml/nn/tools/test_generator/
DREADME.md255 # Each following group of statements are equivalent
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt235 from a designated place, then offering equivalent access to copy the
312 from a designated place, offer equivalent access to copy the above
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake213 /* Define if you have the libdl library or equivalent. */
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript127 // equivalent to 1.
Dlayered_filter_fast_d1new.rscript109 // equivalent to 1.
/frameworks/base/core/java/android/app/
DActivityThread.java5610 boolean equivalent; in handleConfigurationChanged()
5634 equivalent = mConfiguration != null && (0 == mConfiguration.diffPublicOnly(config)); in handleConfigurationChanged()
5676 } else if (!equivalent) { in handleConfigurationChanged()
/frameworks/base/cmds/statsd/src/
Datoms.proto4127 // It should be acquired from SystemClock elapsedRealtime() call or equivalent.