Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 200) sorted by relevance

12345678

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
DLiveDataUtils.java49 public static <In, Out> LiveData<Out> dedupedMappedLiveDataFor( in dedupedMappedLiveDataFor()
50 @NonNull LiveData<In> inputLiveData, in dedupedMappedLiveDataFor()
51 @NonNull final Function<In, Out> mappingMethod) { in dedupedMappedLiveDataFor() argument
53 outputLiveData.addSource(inputLiveData, new Observer<In>() { in dedupedMappedLiveDataFor()
55 public void onChanged(@Nullable final In input) { in dedupedMappedLiveDataFor()
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect2 root_compute_really_bad.rs:5:31: error: In compute kernel root(), special parameter 'x' must be def…
3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear …
4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear …
14 root_compute_really_bad.rs:16:38: error: In compute kernel root_kernel(), special parameter 'x' mus…
15 root_compute_really_bad.rs:16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot…
16 root_compute_really_bad.rs:16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot…
/frameworks/compile/slang/tests/F_root_compute_too_many_args/
Dstderr.txt.expect1 root_compute_too_many_args.rs:6:20: error: In compute kernel root(), parameter 'extra1' cannot appe…
2 root_compute_too_many_args.rs:6:37: error: In compute kernel root(), parameter 'extra2' cannot appe…
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect6 root_compute_non_uint32_t_xyzwar.rs:6:44: error: In compute kernel root(), parameter 'w' cannot app…
7 root_compute_non_uint32_t_xyzwar.rs:6:53: error: In compute kernel root(), parameter 'ar' cannot ap…
/frameworks/compile/slang/
DREADME.rst112 In fountain.rs, we have::
116 In ScriptC_fountain.java, we have::
140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods::
147 to the functions and global variables within a script. In summary,
169 In fountain.rs, we have::
180 struct. In this case, llvm-rs-cc will reflect two files,
201 In ScriptField_Point_s.java::
207 // In general, this method would not be invoked directly
242 * In terms of a script's global functions, they can be called from Java.
294 * In terms of a script's global data, global variables can be written
/frameworks/compile/slang/tests/F_ctxt_wrong_place/
Dstderr.txt.expect1 ctxt_wrong_place.rs:9:57: error: In compute kernel bad(), special parameter 'context' must be defin…
/frameworks/compile/slang/tests/F_ctxt_wrong_name/
Dstderr.txt.expect2 context.rs:5:57: error: In compute kernel bad(), special parameter 'context' must be defined before…
/frameworks/base/core/java/org/chromium/arc/
DEventLogTags.logtags6 # In case of conflicts build will fail, so we do not need to worry too much
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt113 that were considered during its design. In both cases it is assumed that a
121 In this case, the VisualID of the EGLConfig would correspond to a YUV
129 video encoder. In this case, the VisualID of the EGLConfig would
/frameworks/native/opengl/libs/
DAndroid.bp66 // In particular, DO NOT add libutils or anything "above" libcutils
102 // In particular, DO NOT add libutils nor anything "above" libui
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect6 root_compute_non_uint32_t_xyzar.rs:5:45: error: In compute kernel root(), parameter 'ar' cannot app…
/frameworks/ml/nn/driver/cache/
DAndroid.bp29 // In particular, DO NOT add libutils or anything "above" libcutils
/frameworks/minikin/doc/
Dminikin_style.md7 In dir/foo.cc or dir/foo_test.cc, whose main purpose is to implement or test the stuff in
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Dstrategy_for_usage.pfw24 # In case of Ring or Alarm stream type active, switching to sonification
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverView.java.template39 // In this case, just use the defaults
/frameworks/base/media/lib/tvremote/
DREADME.txt15 the interface. In this way it is like framework.jar.
/frameworks/base/location/lib/
DREADME.txt16 the interface. In this way it is like framework.jar.
/frameworks/compile/libbcc/bcinfo/
DAndroid.bp101 // Export only the symbols in the bcinfo namespace. In particular,
/frameworks/opt/telephony/proto/src/
Dtelephony.proto234 // In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit
245 // In home network
248 // In a roaming network, but we can not tell
252 // In domestic roaming network
255 // In international roaming network
922 // In Multi-SIM devices this indicates SIM slot
1275 // In Multi-SIM devices this indicates SIM slot
1437 // In Multi-SIM devices this indicates SIM slot
/frameworks/native/vulkan/
DREADME.md7 … and formatting, except with four-space indentation instead of two spaces. In general, any C++ fea…
/frameworks/support/
Dadding-support-library-as-included-build.md20 * In your build.gradle, update any versions that refer to previous versions of
/frameworks/base/media/lib/remotedisplay/
DREADME.txt24 the interface. In this way it is like framework.jar.
/frameworks/av/drm/mediacas/plugins/clearkey/protos/
Dlicense_protos.proto58 // Note: In the previous implementation, the schema accommodated multiple
/frameworks/base/media/lib/signer/
DREADME.txt26 the interface. In this way it is like framework.jar.
/frameworks/compile/libbcc/
DREADME.rst188 For ext_vec_types such as float2, a set of registers will be used. In the case
193 Note: stack will be aligned to the coarsest-grained argument. In the case of

12345678