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

  /external/llvm/include/llvm/ADT/
IntervalMap.h 843 /// map->rootSize.
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 350 long rootSize = extras.getLong(EXTRA_SIZE, 1) * 1024 * 1024;
351 setSize(rootName, rootSize);
388 public void setSize(String rootId, long rootSize) {
392 Log.d(TAG, "Set size of " + key + " : " + rootSize);
396 editor.putLong(key, rootSize);
399 root.capacity = rootSize;
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 852 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
867 , rootSize (rootSize_)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 797 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
812 , rootSize (rootSize_)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 962 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
977 , rootSize (rootSize_)
    [all...]

Completed in 393 milliseconds