/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_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_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_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_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 | 264 int32_t present; in onTransact() local 265 status_t status = data.readInt32(&present); in onTransact() 266 if (status == NO_ERROR && present != 0) { in onTransact() 270 status = status ?: data.readInt32(&present); in onTransact() 271 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/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/support/preference/ |
D | NOTICES.md | 10 - The EditText view is now expected to be present in the dialog layout file with the id
|
/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/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 18 # Neural Networks lib. Other entry points present in the library won't be
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 37 ; The following named metadata would not be present in a bitcode file,
|
D | tbaa-through-alloca.ll | 57 ; The following named metadata would not be present in a bitcode file,
|
/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/base/services/core/java/com/android/server/pm/ |
D | BackgroundDexOptService.java | 149 boolean present = intent.getBooleanExtra(BatteryManager.EXTRA_PRESENT, true); in getBatteryLevel() 151 if (!present) { in getBatteryLevel()
|
/frameworks/compile/slang/lit-tests/ |
D | README | 6 used to verify certain strings are present in the output bitcode files.
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 45 // True if the battery is present
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayer.cpp | 924 int32_t present; in onTransact() local 925 status_t status = data.readInt32(&present); in onTransact() 926 if (status == NO_ERROR && present != 0) { in onTransact() 931 status = data.readInt32(&present); in onTransact() 933 if (status == NO_ERROR && present != 0) { in onTransact()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1108 && mNavigationColorViewState.present; in updateColorViews() 1110 && mNavigationColorViewState.present; in updateColorViews() 1207 state.present = state.attributes.isPresent(sysUiVis, mWindow.getAttributes().flags, force); in updateColorViewInt() 1208 boolean show = state.attributes.isVisible(state.present, color, in updateColorViewInt() 2318 boolean present = false; 2360 public boolean isVisible(boolean present, int color, int windowFlags, boolean force) { 2361 return present 2367 final boolean present = isPresent(sysUiVis, windowFlags, force); 2368 return isVisible(present, color, windowFlags, force);
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 25 The role of the source is to present some content onto an external
|