Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 11 of 11) sorted by relevance

/test/vts/utils/native/libprofiling/
DVtsProfilingUtil.cpp64 const auto limit = input.PushLimit(size); in readOneDelimited() local
75 input.PopLimit(limit); in readOneDelimited()
/test/vts/utils/python/build/api/
Dartifact_fetcher.py240 limit=1, argument
261 maxResults=limit,
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DBranchEntity.java64 .limit(100) in getByBranch()
DBuildTargetEntity.java69 .limit(100) in getByBuildTarget()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPagination.java95 query = query.limit(limitValue); in Pagination()
DFilterUtil.java464 ops.limit(maxSize); in getMatchingKeys()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java175 compilationModelEntry)).limit( in testDegradationForModels()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java385 .limit(10) in getCoverageDataTable()
/test/app_compat/csuite/
Dpylintrc266 # Regexp for a line that is allowed to be longer than the limit.
/test/mlts/models/assets/asr_float/
DLICENSE355 shall not be interpreted to, reduce, limit, restrict, or impose
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6694 int limit = input.pushLimit(length); in ProfilingReportMessage() local
6702 input.popLimit(limit); in ProfilingReportMessage()
9294 int limit = input.pushLimit(length); in CoverageReportMessage() local
9302 input.popLimit(limit); in CoverageReportMessage()
20004 int limit = input.pushLimit(length); in TestPlanReportMessage() local
20012 input.popLimit(limit); in TestPlanReportMessage()