Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 23 of 23) sorted by relevance

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h78 Vec2 ret; variable
85 Vec2 ret; variable
92 Vec2 ret; variable
99 Vec2 ret; variable
133 Vec2 ret; variable
140 Vec2 ret; variable
148 Vec2 ret; variable
161 Vec2 ret; variable
252 Vec3 ret; variable
260 Vec3 ret; variable
[all …]
Dvecmath.cpp64 Mat4 ret; in operator *() local
105 Vec4 ret; in operator *() local
114 Mat4 ret; in Inverse() local
188 Mat4 ret; in RotationX() local
214 Mat4 ret; in RotationY() local
240 Mat4 ret; in RotationZ() local
266 Mat4 ret; in Scale() local
278 Mat4 ret; in Translation() local
299 Mat4 ret; in Translation() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt76 val ret = mutableListOf<Slice>() in selectAll() constant
91 val ret = mutableListOf<Slice>() in ProcessModel() constant
101 val ret = mutableListOf<Slice>() in selectAll() constant
126 var ret : Slice? = null in ProcessModel() variable
153 var ret : Slice? = null in selectFirst() variable
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringCache.kt27 var ret = cache[slice] in stringFor() variable
DBuilders.kt42 val ret = cb.invoke(p) in noReset() constant
DBatchProcessor.kt141 val ret = current!!.next() in par_map() constant
DBufferReader.kt156 val ret = this.init() in read() constant
/tools/tradefederation/contrib/tests/src/com/android/build/tests/
DImageStatsTest.java71 Map<String, Long> ret = in testParseFileSizes() local
128 Map<String, String> ret = mImageStats.performAggregation(PARSED_TEST_DATA, mapping); in testPerformAggregation() local
/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc117 void* ret = malloc(type_size); in genArg() local
161 ffi_status ret; in runMainFunctions() local
200 ffi_status ret; in runRawFunctions() local
245 ffi_status ret; in runJavaFunctions() local
309 ffi_status ret; in LLVMFuzzerTestOneInput() local
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java167 Map<String, Long> ret = new HashMap<>(); in parseFileSizes() local
194 Map<Pattern, String> ret = new HashMap<>(); in processAggregationPatterns() local
291 Map<String, String> ret = new HashMap<>(); in performAggregation() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetupTest.java107 File ret = mPrep.getZipFile(mMockTestDevice, mMockBuildInfo); in testGetZipFile() local
118 File ret = mPrep.getZipFile(mMockTestDevice, mMockBuildInfo); in testGetZipFileDoesntExist() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DPropertyChanger.java48 File ret = FileUtil.createTempFile("chg_prop_", ".prop"); in changeProperties() local
DDeviceConcurrentUtil.java58 T ret = task.get(timeout, TimeUnit.MILLISECONDS); in joinFuture() local
DBluetoothUtils.java160 Set<String> ret = new HashSet<>(); in parseBondedDeviceInstrumentationOutput() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DBluetoothUtilsTest.java75 Set<String> ret = BluetoothUtils.parseBondedDeviceInstrumentationOutput(lines); in testParseBondedDeviceInstrumentationOutput() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCpuThrottlingWaiter.java117 Map<String, String> ret = new HashMap<>(); in getCpuMaxFreqs() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DEventsLogParser.java152 Matcher ret = pattern.matcher(line); in matches() local
DDmesgParser.java258 Matcher ret = pattern.matcher(line); in matches() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/host/
DCoverageMeasurementForwarderTest.java214 File ret = mFolder.newFile(); in mockBuildArtifact() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java332 Matcher ret = pattern.matcher(line); in matches() local
DHermeticLaunchTest.java701 Matcher ret = pattern.matcher(line); in matches() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1015 Set<ApexInfo> ret = parseApexesFromOutput(output, true /* withPath */); in getActiveApexes() local
1023 Set<ApexInfo> ret = new HashSet<>(); in parseApexesFromOutput() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java383 List<FieldDef> ret = new ArrayList<>(); in setOptionValue() local