Home
last modified time | relevance | path

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

123

/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect2 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/
Dstderr.txt.expect2 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/
DIAudioTrack.cpp264 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/
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/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit ta…
/frameworks/support/preference/
DNOTICES.md10 - The EditText view is now expected to be present in the dialog layout file with the id
/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/ml/nn/runtime/
Dlibneuralnetworks.map.txt18 # Neural Networks lib. Other entry points present in the library won't be
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll37 ; The following named metadata would not be present in a bitcode file,
Dtbaa-through-alloca.ll57 ; 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.
/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundDexOptService.java149 boolean present = intent.getBooleanExtra(BatteryManager.EXTRA_PRESENT, true); in getBatteryLevel()
151 if (!present) { in getBatteryLevel()
/frameworks/compile/slang/lit-tests/
DREADME6 used to verify certain strings are present in the output bitcode files.
/frameworks/base/core/proto/android/service/
Dbattery.proto45 // True if the battery is present
/frameworks/av/media/libmedia/
DIMediaPlayer.cpp924 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/
DDecorView.java1108 && 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/
DREADME25 The role of the source is to present some content onto an external

123