Home
last modified time | relevance | path

Searched defs:maxDepth (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/
H A DUploadDirectoryRequest.java47 private final Integer maxDepth; field in UploadDirectoryRequest
110 public OptionalInt maxDepth() { in maxDepth() method in UploadDirectoryRequest
289 Builder maxDepth(Integer maxDepth); in maxDepth() method
348 private Integer maxDepth; field in UploadDirectoryRequest.DefaultBuilder
435 public Builder maxDepth(Integer maxDepth) { in maxDepth() method in UploadDirectoryRequest.DefaultBuilder
440 public void setMaxDepth(Integer maxDepth) { in setMaxDepth()
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.AsyncSlices/
H A Dindex.ts174 const maxDepth = it.maxDepth; constant
255 const maxDepth = it.maxDepth; constant
350 maxDepth, constant
/aosp_15_r20/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/
DExceptionInfo.java50 ExceptionInfo(Throwable t, int maxDepth) { in ExceptionInfo()
62 public static byte[] toByteArray(Throwable t, int maxDepth) { in toByteArray()
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.Frames/
H A Dindex.ts72 const maxDepth = it.maxDepth; constant
131 const maxDepth = it.maxDepth; constant
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DScheduler.kt65 val maxDepth = scheduledQ.peek()?.first ?: error("Unexpected empty scheduler") in drain() constant
H A DGraph.kt121 dirty_directUpstreamDepths.lastEntry()?.let { (maxDepth, _) -> maxDepth + 1 } ?: 0 in <lambda>() method
133 dirty_indirectUpstreamDepths.lastEntry()?.let { (maxDepth, _) -> maxDepth + 1 } ?: 0 in <lambda>() method
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DPathUtils.java111 …private RelativeSortedPaths(final Path dir1, final Path dir2, final int maxDepth, final LinkOption… in RelativeSortedPaths()
223 …private static AccumulatorPathVisitor accumulate(final Path directory, final int maxDepth, final F… in accumulate()
692 …boolean directoryContentEquals(final Path path1, final Path path2, final int maxDepth, final LinkO… in directoryContentEquals()
H A DFilesUncheck.java261 …public static Stream<Path> find(final Path start, final int maxDepth, final BiPredicate<Path, Basi… in find()
733 …public static Stream<Path> walk(final Path start, final int maxDepth, final FileVisitOption... opt… in walk()
759 …walkFileTree(final Path start, final Set<FileVisitOption> options, final int maxDepth, final FileV… in walkFileTree()
/aosp_15_r20/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
H A DValidateUiElement.java119 int maxDepth = validateAndGetInteger(JsonConfigConstants.MAX_DEPTH, jsonObject, 1); in deserialize() local
128 int maxDepth = validateAndGetInteger(JsonConfigConstants.MAX_DEPTH, jsonObject, 1); in deserialize() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/file/
H A DFileTreeWalker.java31 FileTreeWalker(java.util.Collection<java.nio.file.FileVisitOption> options, int maxDepth) { in FileTreeWalker()
88 …otation.UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) private final int maxDepth; field in FileTreeWalker
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java60 private final int maxDepth; field in FileTreeWalker
177 FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) { in FileTreeWalker()
DFileTreeIterator.java67 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/
H A DFileTreeWalker.java60 private final int maxDepth; field in FileTreeWalker
177 FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) { in FileTreeWalker()
H A DFileTreeIterator.java67 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java60 private final int maxDepth; field in FileTreeWalker
177 FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) { in FileTreeWalker()
DFileTreeIterator.java67 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java32 public MatrixStack(int maxDepth) { in MatrixStack()
36 private void commonInit(int maxDepth) { in commonInit()
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dflamegraph.ts98 readonly maxDepth: number; property
241 const {minDepth, maxDepth} = attrs.data; constant
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIsASTDepthBelowLimit.cpp29 bool IsASTDepthBelowLimit(TIntermNode *root, int maxDepth) in IsASTDepthBelowLimit()
/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Dvisualized_args_tracks.ts65 const maxDepth = it.maxDepth; constant
H A Dvisualized_args_track.ts27 readonly maxDepth: number; property
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_shortcut_iterator.h46 const int maxDepth, int *const outTarget, int *const outTargetLength, in nextShortcutTarget()
/aosp_15_r20/external/perfetto/ui/src/plugins/org.kernel.SuspendResumeLatency/
H A Dindex.ts88 const maxDepth = it.maxDepth; constant
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp64 float maxDepth; member
773 const float maxDepth = minDepth - cDepthParams.delta; in populateTestGroup() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clGetInfo/
H A Dtest_3D.cpp22 size_t maxWidth, maxHeight, maxDepth; in test_get_image_info_3D() local

12345678910>>...34