/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/ |
D | stderr.txt.expect | 1 reflection3264_foreach_mismatch_extra64.rs:10:6: error: foreach kernel 'cc' is only present for 64-… 2 reflection3264_foreach_mismatch_extra64.rs:12:16: error: foreach kernel 'dd' is only present for 64…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/ |
D | stderr.txt.expect | 1 reflection3264_invokable_extra64.rs:12:6: error: invokable function 'd' is only present for 64-bit … 2 reflection3264_invokable_extra64.rs:14:6: error: invokable function 'e' is only present for 64-bit …
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/ |
D | stderr.txt.expect | 1 reflection3264_reduce_extra64.rs:10:12: error: reduction kernel 'cc' is only present for 64-bit tar… 2 reflection3264_reduce_extra64.rs:11:12: error: reduction kernel 'dd' is only present for 64-bit tar…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_reduce_extra32.rs' reduction kernel 'cc' is only present for 32-bit … 2 error: in file 'reflection3264_reduce_extra32.rs' reduction kernel 'dd' is only present for 32-bit …
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_foreach_mismatch_extra32.rs' foreach kernel 'cc' is only present for… 2 error: in file 'reflection3264_foreach_mismatch_extra32.rs' foreach kernel 'dd' is only present for…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'd' is only present for 32-… 2 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'e' is only present for 32-…
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/ |
D | stderr.txt.expect | 2 reflection3264_variable_extra64.rs:12:6: error: global variable 'd' is only present for 64-bit targ… 3 reflection3264_variable_extra64.rs:14:7: error: global variable 'e' is only present for 64-bit targ…
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/ |
D | stderr.txt.expect | 2 error: in file 'reflection3264_variable_extra32.rs' global variable 'd' is only present for 32-bit … 3 error: in file 'reflection3264_variable_extra32.rs' global variable 'e' is only present for 32-bit …
|
/frameworks/av/media/libaudioclient/ |
D | IAudioTrack.cpp | 283 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/ |
D | rs_for_each.rsh | 185 * 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/ |
D | rs_for_each.spec | 204 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.
|
D | rs_allocation_create.spec | 91 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/base/core/proto/android/telephony/ |
D | enums.proto | 109 /** SIM card state: SIM Card Error, present but faulty */ 111 /** SIM card state: SIM Card restricted, present but not usable due to 121 * SIM card state: SIM Card is present
|
/frameworks/native/libs/gui/include/gui/ |
D | ITransactionCompletedListener.h | 60 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/compile/slang/tests/F_reflection3264_multifile/ |
D | stderr.txt.expect | 2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit ta…
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/include/ |
D | cube.frag.h | 5 Warning, version 400 is not yet complete; most version-specific features are present, but some are …
|
D | cube.vert.h | 5 Warning, version 400 is not yet complete; most version-specific features are present, but some are …
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 189 // The type of keyboard present (none, QWERTY, 12-key). 195 // The type of navigation present on the device
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 157 of this command line option if present, or the value of 158 the same option defined in the file if present, or the 159 proto package if present, or the default Java package. 167 file is the value of this command line option if present, 169 present, or the file name converted to CamelCase. This 180 present, or false. This specifies whether to generate 197 accompanying each optional or required field (not present for
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 189 void present() const { eglSwapBuffers(mEglDisplay, mEglSurface); } in present() function in android::EglManager 347 mEglManager->present(); in get()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 37 ; The following named metadata would not be present in a bitcode file,
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 18 # Neural Networks lib. Other entry points present in the library won't be
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 49 - 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.
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockDisplay.h | 67 MOCK_METHOD1(present, Error(android::sp<android::Fence>*));
|
/frameworks/compile/slang/lit-tests/ |
D | README | 6 used to verify certain strings are present in the output bitcode files.
|