Home
last modified time | relevance | path

Searched refs:provided (Results 1 – 25 of 234) sorted by relevance

12345678910

/frameworks/native/libs/binder/
DStability.cpp163 bool Stability::check(int16_t provided, Level required) { in check() argument
164 bool stable = (provided & required) == required; in check()
166 if (provided != UNDECLARED && !isDeclaredLevel(provided)) { in check()
167 ALOGE("Unknown stability when checking interface stability %d.", provided); in check()
/frameworks/av/media/libaudioprocessing/tests/
Dtest_utils.h129 size_t provided = mInputIncr[mNextIdx++];
131 mNextIdx-1, provided, buffer->frameCount);
132 if (provided < buffer->frameCount) {
133 buffer->frameCount = provided;
Dtest-resampler.cpp283 size_t provided = mPvalues[mNextPidx++]; in main() local
284 printf("mPvalue[%zu]=%zu not %zu\n", mNextPidx-1, provided, buffer->frameCount); in main()
285 if (provided < buffer->frameCount) { in main()
286 buffer->frameCount = provided; in main()
/frameworks/proto_logging/stats/enums/input/
Denums.proto130 // Auto-detection based on device provided language tag and layout type
132 // Auto-detection based on IME provided language tag and layout type
146 // Auto-detection based on device provided language tag and layout type
148 // Auto-detection based on IME provided language tag and layout type
156 * This enum is for layout types provided both by the physical keyboard
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DAndroid.bp48 // The commented inputs must be provided to use this genrule_defaults
97 // The commented inputs must be provided to use this genrule_defaults
128 // The commented inputs must be provided to use this genrule_defaults
/frameworks/base/native/webview/plat_support/
DLICENSE4 // modification, are permitted provided that the following conditions are
11 // in the documentation and/or other materials provided with the
/frameworks/base/obex/
DNOTICE6 modification, are permitted provided that the following conditions are met:
13 and/or other materials provided with the distribution.
/frameworks/opt/telephony/tests/telephonytests/
DLICENSE_BSD4 modification, are permitted provided that the following conditions are
10 disclaimer in the documentation and/or other materials provided
/frameworks/opt/net/ims/
DLICENSE_BSD4 modification, are permitted provided that the following conditions are
10 disclaimer in the documentation and/or other materials provided
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt53 perfectly acceptable, but the guarantees provided (or lack thereof) were
73 * EGLSetBlobFunc is a pointer to an application-provided function that a
81 * EGLGetBlobFunc is a pointer to an application-provided function that a
114 display <dpy> can use to interact with caching functionality provided by
138 key, a client API implementation can call the application-provided callback
157 client API implementation can call the application-provided callback
/frameworks/rs/driver/runtime/
DNOTICE6 software is freely granted, provided that this notice
/frameworks/base/core/proto/android/input/
Dkeyboard_configured.proto50 // Keyboard layout type provided by IME
52 // Language tag provided by IME (e.g. en-US, ru-Cyrl etc.)
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt10 modification, are permitted provided that the following conditions
17 the documentation and/or other materials provided with the
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreImplTest.kt90 val provided = providedValue as MutableList<NotificationEntry> in <lambda>() constant
92 provided.clear() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dextending.md11 - **Don't** override classes provided by WMShellBaseModule, it makes it difficult to make
Ddagger.md19 components in the shell are provided is as a result a bit more verbose, but it makes it easy for
20 developers to jump into a few select files and understand how different components are provided
/frameworks/av/media/libshmem/
DREADME.md5 memory that can be shared between processes. In addition, a few utilities are provided to facilitate
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect11 …ter 'accum' (type 'rs_matrix2x2 *') must not point to a matrix type unless outconverter is provided
13 …e 'rs_matrix2x2 (*)[10]') must not point to an array of matrix type unless outconverter is provided
19 …:12) parameter 'accum' (type 'char **') must not point to a pointer unless outconverter is provided
/frameworks/proto_logging/stats/atoms/input/
Dinput_extension_atoms.proto38 // Keyboard configuration details provided by device
42 // Keyboard language tag (e.g. en-US, ru-Cyrl, etc) provided by device.
49 // Keyboard layout type provided by IME
51 // Language tag provided by IME (e.g. en-US, ru-Cyrl etc.)
/frameworks/proto_logging/stats/enums/view/
Denums.proto32 // optimized for showing system-provided content while the device is
36 // but is optimized for showing static system-provided content while the
/frameworks/base/tools/protologtool/
DREADME.md33 where `ProtoLog`, `ProtoLogImpl` and `ProtoLogGroup` are the classes provided as arguments
42 Input is provided as a list of java source file names. Transformed source is saved to a single
43 source jar file. The ProtoLogGroup class with all dependencies should be provided as a compiled
/frameworks/layoutlib/validator/resources/
Dstrings.properties54 …rast ratio is %1$.2f. This ratio is based on the provided foreground color of <tt>%3$s</tt> and pr…
56 …rast ratio is %1$.2f. This ratio is based on the provided foreground color of <tt>%3$s</tt> and pr…
100 …rast ratio is %1$.2f. This ratio is based on the provided foreground color of <tt>%2$s</tt> and pr…
101 …rast ratio is %1$.2f. This ratio is based on the provided foreground color of <tt>%2$s</tt> and pr…
103 …rast ratio is %1$.2f. This ratio is based on the provided foreground color of <tt>%2$s</tt> and pr…
/frameworks/base/packages/SettingsLib/aconfig/
Dsettingslib_media_flag_declarations.aconfig38 description: "Use app-provided playback info when providing media routing information."
/frameworks/compile/libbcc/
DNOTICE56 (an example is provided in the Appendix below).
109 modifications, and in Source or Object form, provided that You
131 documentation, if provided along with the Derivative Works; or,
137 or as an addendum to the NOTICE text from the Work, provided
144 for any such Derivative Works as a whole, provided Your use,
230 documentation and/or other materials provided with the distribution.
284 * modification, are permitted provided that the following conditions
290 * documentation and/or other materials provided with the distribution.
/frameworks/native/libs/binder/include/binder/
DStability.h163 static bool check(int16_t provided, Level required);

12345678910