Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 3871) sorted by relevance

12345678910>>...155

/cts/suite/audio_quality/lib/src/task/
DTaskSound.cpp70 if (StringUtil::compare(tokens->at(0), "file") == 0) { in run()
74 buffer = Buffer::loadFromFile(tokens->at(1)); in run()
75 } else if (StringUtil::compare(tokens->at(0), "sin") == 0) { in run()
79 int amplitude = atoi(tokens->at(1).string()); in run()
80 int freq = atoi(tokens->at(2).string()); in run()
81 int time = atoi(tokens->at(3).string()); in run()
85 } else if (StringUtil::compare(tokens->at(0), "random") == 0) { in run()
90 int amplitude = atoi(tokens->at(1).string()); in run()
91 int time = atoi(tokens->at(2).string()); in run()
/cts/suite/audio_quality/test/
DStringUtilTest.cpp59 ASSERT_TRUE(StringUtil::compare(tokens->at(0), "hello") == 0); in TEST_F()
60 ASSERT_TRUE(StringUtil::compare(tokens->at(1), "there") == 0); in TEST_F()
61 ASSERT_TRUE(StringUtil::compare(tokens->at(2), "break") == 0); in TEST_F()
62 ASSERT_TRUE(StringUtil::compare(tokens->at(3), "this") == 0); in TEST_F()
/cts/tools/cfassembler/src/dxconvext/util/
DFileUtils.java76 int at = 0; in readFile() local
78 int amt = in.read(result, at, length); in readFile()
82 at += amt; in readFile()
/cts/tools/cts-tradefed/
DREADME28 CTS User Manual. The CTS User Manual can be downloaded at
40 1. Make sure you have at least one device connected
42 downloaded and extracted the CTS zip, the script can be found at
45 the script can be found at
70 The source for the CTS extensions for tradefed can be found at
/cts/apps/CtsVerifier/
Dproguard.flags5 # ensure we keep public sensor test methods, these are needed at runtime
13 # ensure we keep public Gnss Measurement test methods, these are needed at runtime
21 # ensure we keep public camera test methods, these are needed at runtime
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT7 Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
14 University of Illinois at Urbana-Champaign
32 * Neither the names of the LLVM Team, University of Illinois at
/cts/tests/location/location_gnss/protos/
Dephemeris.proto70 // Longitude of ascending node of orbit plane at the beginning of week.
76 // Mean anomaly at reference time.
/cts/tests/mediapc/
DREADME.md4 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
/cts/tests/video/
DREADME.md6 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset_relaxed.rscript6 * You may obtain a copy of the License at
/cts/hostsidetests/appbinding/app/
DAndroid.bp5 // You may obtain a copy of the License at
18 // You may obtain a copy of the License at
/cts/tests/accessibilityservice/test-apps/WidgetProvider/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/tests/tests/systemui/common/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/hostsidetests/sample/app/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/tests/tests/appop/aidl/AppOpsForegroundControlService/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/tests/tests/permission2/CtsStoragePermissionsPreservedUserOptOutSdk30/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/tests/tests/permission2/CtsStoragePermissionsUserDefaultSdk29/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2109/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/libs/midi/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/libs/view/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/tests/tests/role/CtsRoleTestApp28/
DAndroid.bp5 // You may obtain a copy of the License at
/cts/tests/tests/permission2/CtsSMSRestrictedWithSharedUid/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/tests/tests/permission2/CtsStoragePermissionsUserDefaultSdk30/
DAndroid.bp6 // You may obtain a copy of the License at
/cts/tests/tests/content/
Dfonts_readme.txt7 You may obtain a copy of the License at

12345678910>>...155