HomeSort by relevance Sort by last modified time
    Searched refs:numSources (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.h 55 numSources(n),
59 loc = new TSourceLoc[numSources];
60 for (int i = 0; i < numSources; ++i) {
64 for (int i = 0; i < numSources; ++i)
103 if (currentSource >= numSources) {
114 if (sourceToRead >= numSources) {
204 currentSource = numSources;
212 return loc[std::max(0, std::min(currentSource, numSources - finale - 1))];
216 int getLastValidSourceIndex() const { return std::min(currentSource, numSources - 1); }
231 if (currentSource < numSources) {
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 97 int numSources = mScriptSources.size();
98 if (numSources == 1) {
100 } else if (numSources > 1 ) {
102 mCurrentSource = mScriptSources.get(mRandom.nextInt(numSources));
104 mCurrentSource = mScriptSources.get(mScriptCount % numSources);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 107 milliseconds