Home
last modified time | relevance | path

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

123

/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/
Dstderr.txt.expect1 reflection3264_foreach_mismatch_extra64.rscript:10:6: error: foreach kernel 'cc' is only present fo…
2 reflection3264_foreach_mismatch_extra64.rscript:12:16: error: foreach kernel 'dd' is only present f…
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/
Dstderr.txt.expect1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64…
2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/
Dstderr.txt.expect1 reflection3264_reduce_extra64.rscript:10:12: error: reduction kernel 'cc' is only present for 64-bi…
2 reflection3264_reduce_extra64.rscript:11:12: error: reduction kernel 'dd' is only present for 64-bi…
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'cc' is only present for 32…
2 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'dd' is only present for 32…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/
Dstderr.txt.expect1 …ection3264_foreach_mismatch_extra32.rscript' foreach kernel 'cc' is only present for 32-bit targets
2 …ection3264_foreach_mismatch_extra32.rscript' foreach kernel 'dd' is only present for 32-bit targets
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo…
2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit…
3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32…
3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
/frameworks/av/media/libaudioclient/
DIAudioTrack.cpp283 int32_t present; in onTransact() local
284 status_t status = data.readInt32(&present); in onTransact()
285 if (status == NO_ERROR && present != 0) { in onTransact()
289 status = status ?: data.readInt32(&present); in onTransact()
290 if (status == NO_ERROR && present != 0) { in onTransact()
/frameworks/rs/script_api/include/
Drs_for_each.rsh185 * present if and only if the kernel has a non-void return value.
225 * This function returns 0 if the Array0 dimension is not present.
238 * Returns 0 if the Array1 dimension is not present.
252 * Returns 0 if the Array2 dimension is not present.
265 * Returns 0 if the Array3 dimension is not present.
278 * Returns 0 if the Array0 dimension is not present.
291 * Returns 0 if the Array1 dimension is not present.
304 * Returns 0 if the Array2 dimension is not present.
317 * Returns 0 if the Array3 dimension is not present.
328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an
[all …]
/frameworks/rs/script_api/
Drs_for_each.spec204 present if and only if the kernel has a non-void return value.
254 This function returns 0 if the Array0 dimension is not present.
267 Returns 0 if the Array1 dimension is not present.
281 Returns 0 if the Array2 dimension is not present.
294 Returns 0 if the Array3 dimension is not present.
307 Returns 0 if the Array0 dimension is not present.
322 Returns 0 if the Array1 dimension is not present.
335 Returns 0 if the Array2 dimension is not present.
348 Returns 0 if the Array3 dimension is not present.
Drs_allocation_create.spec91 dimY, if present and non-zero, indicates that the Y dimension is present and
94 dimZ, if present and non-zero, indicates that the Z dimension is present and
/frameworks/av/media/extractors/fuzzers/
DREADME.md33 atoms are present in every input file that goes to the fuzzer.
35 present in the input data.
97 bytes are present in every input file that goes to the fuzzer.
131 ID's are present in every input file that goes to the fuzzer.
165 bytes are present in every input file that goes to the fuzzer.
200 required start bytes are present in every input file that goes to the fuzzer.
298 bytes are present in every input file that goes to the fuzzer.
/frameworks/native/libs/gui/include/gui/
DITransactionCompletedListener.h60 TransactionStats(const std::vector<CallbackId>& ids, nsecs_t latch, const sp<Fence>& present, in TransactionStats() argument
62 : callbackIds(ids), latchTime(latch), presentFence(present), surfaceStats(surfaces) {} in TransactionStats()
/frameworks/base/core/proto/android/telephony/
Denums.proto145 /** SIM card state: SIM Card Error, present but faulty */
147 /** SIM card state: SIM Card restricted, present but not usable due to
157 * SIM card state: SIM Card is present
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect2 error: in file 'reflection3264_multifile_2.rscript' invokable function 'g' is only present for 32-b…
Dreflection3264_multifile_2.rscript10 // error: invokable is only present for 32-bit targets
/frameworks/av/services/audiopolicy/managerdefault/
DAndroid.bp24 // The default audio policy engine is always present in the system image.
/frameworks/base/tools/aapt2/
DConfiguration.proto189 // The type of keyboard present (none, QWERTY, 12-key).
195 // The type of navigation present on the device
/frameworks/native/libs/gui/sysprop/
DLibGuiProperties.sysprop18 # Indicates how many elements should be present in the frame event histories.
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dreduce_general_bad_function.rscript49 // initializer must be present
118 // accumulator must be present
179 // combiner must be present
239 // ouconverter must be present
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp189 void present() const { eglSwapBuffers(mEglDisplay, mEglSurface); } in present() function in android::EglManager
347 mEglManager->present(); in get()
/frameworks/av/media/libstagefright/mpeg2ts/test/
DREADME.md4 The Mpeg2TS Unit Test Suite validates the functionality of the libraries present in Mpeg2TS.
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll37 ; The following named metadata would not be present in a bitcode file,
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt49 - The display present time can be used to calculate end-to-end latency
143 the start of composition and the expected present time of that
145 actual present time.

123