/external/perfetto/ui/src/controller/ |
D | heap_profile_controller.ts | 120 const rootSize = constant 147 rootSize, 195 rootSize?: number, expandedCallsite?: CallsiteInfo) { 197 flamegraphData, this.getMinSizeDisplayed(flamegraphData, rootSize)); 329 getMinSizeDisplayed(flamegraphData: CallsiteInfo[], rootSize?: number): 335 if (rootSize === undefined) { 336 rootSize = findRootSize(flamegraphData); 338 return MIN_PIXEL_DISPLAYED * rootSize / width;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 976 unsigned rootSize; variable 1042 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() 1055 return rootSize == 0; in empty() 1067 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1068 rootBranch().stop(rootSize - 1); in stop() 1083 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1087 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1088 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1179 size[0] = rootSize; in branchRoot() 1181 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 974 unsigned rootSize; variable 1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() 1056 return rootSize == 0; in empty() 1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1069 rootBranch().stop(rootSize - 1); in stop() 1084 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1089 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1168 size[0] = rootSize; in branchRoot() 1170 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 975 unsigned rootSize; variable 1038 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() 1051 return rootSize == 0; in empty() 1063 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1064 rootBranch().stop(rootSize - 1); in stop() 1079 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1083 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1084 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1175 size[0] = rootSize; in branchRoot() 1177 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 527 unsigned rootSize = 0; in Find() local 529 rootSize = kSuperPathPrefixSize; in Find() 531 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find() 538 Name = path + rootSize; in Find()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 38 float rootSize = sqrtf( (float)( maxAllocSize / ( BufferSizeReductionFactor * 4 ) ) ); in IGetPreferredImageSize2D() local 40 if( (size_t)rootSize > maxWidth ) in IGetPreferredImageSize2D() 43 outWidth = (size_t)rootSize; in IGetPreferredImageSize2D() 83 float rootSize = cbrtf( (float)( maxAllocSize / ( BufferSizeReductionFactor * 4 ) ) ); in IGetPreferredImageSize3D() local 85 if( (size_t)rootSize > maxWidth ) in IGetPreferredImageSize3D() 88 outWidth = (size_t)rootSize; in IGetPreferredImageSize3D() 89 if( (size_t)rootSize > maxHeight ) in IGetPreferredImageSize3D() 92 outHeight = (size_t)rootSize; in IGetPreferredImageSize3D()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 264 int rootSize = GetRootPrefixSize(FilePath); in OnInit() local 268 rootSize = 0; in OnInit() 272 rootSize = kSuperPathPrefixSize; in OnInit() 275 _topDirPrefix.SetFrom(FilePath, rootSize); in OnInit()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 851 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 866 , rootSize (rootSize_) in BasicUniform() 1355 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 796 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 811 , rootSize (rootSize_) in BasicUniform() 1481 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 961 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 976 , rootSize (rootSize_) in BasicUniform() 1852 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 3392 size_t rootSize; in JSONTEST_FIXTURE_LOCAL() member
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |