/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioGain.cpp | 50 uint32_t numValues; in getDefaultConfig() local 52 numValues = audio_channel_count_from_in_mask(mGain.channel_mask); in getDefaultConfig() 54 numValues = audio_channel_count_from_out_mask(mGain.channel_mask); in getDefaultConfig() 56 for (size_t i = 0; i < numValues; i++) { in getDefaultConfig() 79 uint32_t numValues; in checkConfig() local 81 numValues = audio_channel_count_from_in_mask(config->channel_mask); in checkConfig() 83 numValues = audio_channel_count_from_out_mask(config->channel_mask); in checkConfig() 85 for (size_t i = 0; i < numValues; i++) { in checkConfig()
|
/frameworks/rs/ |
D | rsClosure.cpp | 61 const int numValues, in Closure() argument 72 for (i = 0; i < (size_t)numValues && fieldIDs[i] == nullptr; i++); in Closure() 80 for (; i < (size_t)numValues; i++) { in Closure() 97 for (; i < (size_t)numValues; i++) { in Closure() 114 const size_t numValues, const ScriptFieldID** fieldIDs, in Closure() argument 121 for (size_t i = 0; i < numValues; i++) { in Closure()
|
D | rsClosure.h | 25 const int numValues, 35 const size_t numValues,
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 534 int numValues = values.length; in setValues() local 536 mValuesMap = new HashMap<String, PropertyValuesHolder>(numValues); in setValues() 537 for (int i = 0; i < numValues; ++i) { in setValues() 570 int numValues = mValues.length; in initAnimation() local 571 for (int i = 0; i < numValues; ++i) { in initAnimation() 1551 int numValues = mValues.length; in animateValue() local 1552 for (int i = 0; i < numValues; ++i) { in animateValue() 1590 int numValues = oldValues.length; in clone() local 1591 anim.mValues = new PropertyValuesHolder[numValues]; in clone() 1592 anim.mValuesMap = new HashMap<String, PropertyValuesHolder>(numValues); in clone() [all …]
|
D | ObjectAnimator.java | 889 final int numValues = mValues.length; in initAnimation() local 890 for (int i = 0; i < numValues; ++i) { in initAnimation() 944 final int numValues = mValues.length; in setupStartValues() local 945 for (int i = 0; i < numValues; ++i) { in setupStartValues() 957 final int numValues = mValues.length; in setupEndValues() local 958 for (int i = 0; i < numValues; ++i) { in setupEndValues() 988 int numValues = mValues.length; in animateValue() local 989 for (int i = 0; i < numValues; ++i) { in animateValue()
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | test_utils.h | 61 size_t numValues = 0; 72 values.resize(++numValues); 74 for (size_t i = 1; i < numValues; ) { 79 return numValues; 85 numValues++;
|
D | test-resampler.cpp | 71 size_t numValues = 0; in parseCSV() local 82 values.resize(++numValues); in parseCSV() 84 for (size_t i = 1; i < numValues; ) { in parseCSV() 89 return numValues; in parseCSV() 95 numValues++; in parseCSV()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptGroup.java | 124 int numValues = args.length + globals.size(); in Closure() local 126 long[] fieldIDs = new long[numValues]; in Closure() 127 long[] values = new long[numValues]; in Closure() 128 int[] sizes = new int[numValues]; in Closure() 129 long[] depClosures = new long[numValues]; in Closure() 130 long[] depFieldIDs = new long[numValues]; in Closure() 164 int numValues = globals.size(); in Closure() local 166 long[] fieldIDs = new long[numValues]; in Closure() 167 long[] values = new long[numValues]; in Closure() 168 int[] sizes = new int[numValues]; in Closure() [all …]
|
/frameworks/ex/common/java/com/android/common/content/ |
D | SQLiteContentProvider.java | 123 int numValues = values.length; in bulkInsert() local 127 for (int i = 0; i < numValues; i++) { in bulkInsert() 144 return numValues; in bulkInsert()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptGroup.java | 137 int numValues = args.length + globals.size(); in Closure() local 139 long[] fieldIDs = new long[numValues]; in Closure() 140 long[] values = new long[numValues]; in Closure() 141 int[] sizes = new int[numValues]; in Closure() 142 long[] depClosures = new long[numValues]; in Closure() 143 long[] depFieldIDs = new long[numValues]; in Closure() 180 int numValues = globals.size(); in Closure() local 182 long[] fieldIDs = new long[numValues]; in Closure() 183 long[] values = new long[numValues]; in Closure() 184 int[] sizes = new int[numValues]; in Closure() [all …]
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 375 size_t numValues, numDependencies; in nClosureCreate() local 385 numValues = (size_t)fieldIDs_length; in nClosureCreate() 394 if (numDependencies > numValues) { in nClosureCreate() 399 if (numValues > RS_CLOSURE_MAX_NUMBER_ARGS_AND_BINDINGS) { in nClosureCreate() 404 if (numValues > 0) { in nClosureCreate() 405 fieldIDs = (RsScriptFieldID*)alloca(sizeof(RsScriptFieldID) * numValues); in nClosureCreate() 415 for (size_t i = 0; i < numValues; i++) { in nClosureCreate() 446 fieldIDs, numValues, jValues, numValues, in nClosureCreate() 447 (int*)jSizes, numValues, in nClosureCreate() 477 size_t numValues; in nInvokeClosureCreate() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 216 int numValues = mTransformedViews.size(); in addRemainingTransformTypes() local 217 for (int i = 0; i < numValues; i++) { in addRemainingTransformTypes()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 396 size_t numValues, numDependencies; in nClosureCreate() local 406 numValues = (size_t)fieldIDs_length; in nClosureCreate() 415 if (numDependencies > numValues) { in nClosureCreate() 420 if (numValues > RS_CLOSURE_MAX_NUMBER_ARGS_AND_BINDINGS) { in nClosureCreate() 425 if (numValues > 0) { in nClosureCreate() 426 fieldIDs = (RsScriptFieldID*)alloca(sizeof(RsScriptFieldID) * numValues); in nClosureCreate() 436 for (size_t i = 0; i < numValues; i++) { in nClosureCreate() 466 fieldIDs, numValues, jValues, numValues, in nClosureCreate() 467 (int*)jSizes, numValues, in nClosureCreate() 516 size_t numValues; in nInvokeClosureCreate() local [all …]
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 1004 int numValues; in convertAudioPortConfigFromNative() local 1006 numValues = audio_channel_count_from_in_mask(nAudioPortConfig->gain.channel_mask); in convertAudioPortConfigFromNative() 1008 numValues = audio_channel_count_from_out_mask(nAudioPortConfig->gain.channel_mask); in convertAudioPortConfigFromNative() 1010 jGainValues = env->NewIntArray(numValues); in convertAudioPortConfigFromNative() 1012 ALOGV("convertAudioPortConfigFromNative could not create gain values %d", numValues); in convertAudioPortConfigFromNative() 1016 env->SetIntArrayRegion(jGainValues, 0, numValues, in convertAudioPortConfigFromNative()
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 1468 int numValues = values.length; in bulkInsert() local 1469 for (int i = 0; i < numValues; i++) { in bulkInsert() 1472 return numValues; in bulkInsert()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBUtilities.m | 1383 NSUInteger numValues = 1; 1386 numValues = [(NSArray *)rawExtValue count]; 1390 if (numValues == 1) { 1397 for (NSUInteger j = 0; j < numValues; ++j) { 1459 } // for(numValues)
|