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

  /external/deqp/scripts/opengl/
gen_query_util.py 66 return [(groupName, [(prefix + queryName, querySize) for queryName, querySize in groupQueries]) for groupName, groupQueries in groups]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 176 final int querySize = originalTextInfoParams.mSize;
177 final int[] offsets = new int[querySize];
178 final int[] lengths = new int[querySize];
179 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize];
180 for (int i = 0; i < querySize; ++i) {
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 445 final int querySize = originalTextInfoParams.mSize;
446 final int[] offsets = new int[querySize];
447 final int[] lengths = new int[querySize];
448 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize];
449 for (int i = 0; i < querySize; ++i) {
  /external/rmi4utils/rmi4update/
rmi4update.cpp 249 unsigned short querySize;
252 querySize = 8;
254 querySize = 2;
263 queryAddr += querySize;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 57 * for (int i = 0, size = url.querySize(); i < size; i++) {
526 public int querySize() {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 

Completed in 265 milliseconds