Searched refs:provided (Results 1 - 9 of 9) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/
H A Dbuild.gradle56 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 Dtest_utils.h97 * 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 Dtest-resampler.cpp61 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 Dcommon.mk15 # 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 DSourceCodeEscapers.java127 // "Octal escapes are provided for compatibility with C, but can express
/frameworks/rs/script_api/
H A Drs_debug.spec34 This function prints a message to the standard log, followed by the provided values.
H A Drs_matrix.spec29 as provided by @rsMatrixMultiply().
/frameworks/opt/net/wifi/libwifi_hal/
H A DAndroid.mk86 # Pick a vendor provided HAL implementation library.
/frameworks/base/tools/apilint/
H A Dapilint.py19 a previous API level, if provided.
187 # When provided with class callback, we treat as incremental
1256 patterns. It ignores lint messages from a previous API level, if provided.")

Completed in 5576 milliseconds