/frameworks/native/libs/binder/ |
D | Stability.cpp | 163 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/ |
D | test_utils.h | 129 size_t provided = mInputIncr[mNextIdx++]; 131 mNextIdx-1, provided, buffer->frameCount); 132 if (provided < buffer->frameCount) { 133 buffer->frameCount = provided;
|
D | test-resampler.cpp | 283 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/ |
D | enums.proto | 130 // 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/ |
D | Android.bp | 48 // 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/ |
D | LICENSE | 4 // modification, are permitted provided that the following conditions are 11 // in the documentation and/or other materials provided with the
|
/frameworks/base/obex/ |
D | NOTICE | 6 modification, are permitted provided that the following conditions are met: 13 and/or other materials provided with the distribution.
|
/frameworks/opt/telephony/tests/telephonytests/ |
D | LICENSE_BSD | 4 modification, are permitted provided that the following conditions are 10 disclaimer in the documentation and/or other materials provided
|
/frameworks/opt/net/ims/ |
D | LICENSE_BSD | 4 modification, are permitted provided that the following conditions are 10 disclaimer in the documentation and/or other materials provided
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 53 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/ |
D | NOTICE | 6 software is freely granted, provided that this notice
|
/frameworks/base/core/proto/android/input/ |
D | keyboard_configured.proto | 50 // Keyboard layout type provided by IME 52 // Language tag provided by IME (e.g. en-US, ru-Cyrl etc.)
|
/frameworks/native/opengl/tests/angeles/ |
D | license-BSD.txt | 10 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/ |
D | NotifLiveDataStoreImplTest.kt | 90 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/ |
D | extending.md | 11 - **Don't** override classes provided by WMShellBaseModule, it makes it difficult to make
|
D | dagger.md | 19 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/ |
D | README.md | 5 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/ |
D | stderr.txt.expect | 11 …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/ |
D | input_extension_atoms.proto | 38 // 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/ |
D | enums.proto | 32 // 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/ |
D | README.md | 33 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/ |
D | strings.properties | 54 …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/ |
D | settingslib_media_flag_declarations.aconfig | 38 description: "Use app-provided playback info when providing media routing information."
|
/frameworks/compile/libbcc/ |
D | NOTICE | 56 (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/ |
D | Stability.h | 163 static bool check(int16_t provided, Level required);
|