Searched refs:provided (Results 1 - 9 of 9) sorted by relevance
/frameworks/data-binding/extensions/baseAdapters/ |
H A D | build.gradle | 56 provided 'com.android.support:support-v4:+' 57 provided 'com.android.support:cardview-v7:+' 58 provided 'com.android.support:appcompat-v7:+'
|
/frameworks/av/media/libaudioprocessing/tests/ |
H A D | test_utils.h | 97 * No allocation or deallocation of the provided buffer is done. 128 size_t provided = mInputIncr[mNextIdx++]; local 130 mNextIdx-1, provided, buffer->frameCount); 131 if (provided < buffer->frameCount) { 132 buffer->frameCount = provided; 186 std::vector<int> mInputIncr; // number of frames provided per call
|
H A D | test-resampler.cpp | 61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n"); 266 const Vector<int> mPvalues; // number of frames provided per call 281 size_t provided = mPvalues[mNextPidx++]; local 282 printf("mPvalue[%zu]=%zu not %zu\n", mNextPidx-1, provided, buffer->frameCount); 283 if (provided < buffer->frameCount) { 284 buffer->frameCount = provided;
|
/frameworks/base/data/keyboards/ |
H A D | common.mk | 15 # This is the list of framework provided keylayouts and key character maps to include.
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
H A D | SourceCodeEscapers.java | 127 // "Octal escapes are provided for compatibility with C, but can express
|
/frameworks/rs/script_api/ |
H A D | rs_debug.spec | 34 This function prints a message to the standard log, followed by the provided values.
|
H A D | rs_matrix.spec | 29 as provided by @rsMatrixMultiply().
|
/frameworks/opt/net/wifi/libwifi_hal/ |
H A D | Android.mk | 86 # Pick a vendor provided HAL implementation library.
|
/frameworks/base/tools/apilint/ |
H A D | apilint.py | 19 a previous API level, if provided. 201 # When provided with class callback, we treat as incremental 1511 patterns. It ignores lint messages from a previous API level, if provided.")
|
Completed in 122 milliseconds