Searched refs:supplied (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/script_api/
H A Drs_for_each.spec239 by the supplied kernel context.
265 by the supplied kernel context. See @rsGetArray0() for an explanation of the context.
278 as specified by the supplied kernel context. See @rsGetArray0() for an explanation
292 by the supplied kernel context. See @rsGetArray0() for an explanation of the context.
439 supplied kernel context. See @rsGetArray0() for an explanation of the context.
453 as specified by the supplied kernel context. See @rsGetArray0() for an explanation of
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java605 boolean[] supplied = new boolean[adapter.attributes.length];
610 supplied[index] = true;
643 return new MultiAttributeSetter(adapter, supplied, method, conversions, casts);
1477 public MultiAttributeSetter(MultiValueAdapterKey key, boolean[] supplied, argument
1482 supplied.length == key.attributes.length,
1488 this.mSupplied = supplied;
1494 if (supplied[i]) {
1504 if (supplied[i]) {

Completed in 87 milliseconds