Home
last modified time | relevance | path

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

12345678910>>...82

/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
/cts/tests/tests/location/
DREADME.txt2 Note you must enable "Allow mock locations" at Settings > Developer options.
/cts/tests/tests/location2/
DREADME.txt3 at Settings > Developer options.
/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/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_16.d5 ; You may obtain a copy of the License at variable
/cts/tests/openglperf2/
DREADME4 in compliance with the License. You may obtain a copy of the License at
/cts/tests/openglperf2/assets/fragment/
Dbasic5 * in compliance with the License. You may obtain a copy of the License at
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
DT_invoke_interface_18.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
DTestAbstractClass.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DT_invoke_super_16.d5 ; You may obtain a copy of the License at variable
/cts/tests/openglperf2/assets/vertex/
Dbasic5 * in compliance with the License. You may obtain a copy of the License at
Dblur5 * in compliance with the License. You may obtain a copy of the License at
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_16.d5 ; You may obtain a copy of the License at variable
/cts/tests/tests/permission/
DREADME5 You may obtain a copy of the License at
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DT_invoke_super_range_16.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
DT_a1_1.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
DT_invoke_interface_range_18.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
DT_return_void_5.d5 ; You may obtain a copy of the License at variable
DT_return_void_7.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_19.d5 ; You may obtain a copy of the License at variable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/d/
DT_or_int_lit8_9.d5 ; You may obtain a copy of the License at variable

12345678910>>...82