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

  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 258 int rootSize = GetRootPrefixSize(FilePath);
261 rootSize = 0;
265 rootSize = kSuperPathPrefixSize;
267 _topDirPrefix.SetFrom(FilePath, rootSize);
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 596 long rootSize = extras.getLong(EXTRA_SIZE, 1) * 1024 * 1024;
597 setSize(rootName, rootSize);
627 public void setSize(String rootId, long rootSize) {
631 Log.d(TAG, "Set size of " + key + " : " + rootSize);
635 editor.putLong(key, rootSize);
638 root.capacity = 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...]
  /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...]

Completed in 817 milliseconds