Home
last modified time | relevance | path

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

12345678910>>...81

/cts/tools/signature-tools/src/signature/compare/
DMain.java53 int at = 0; in main() local
55 if (!"--from".equals(args[at])) { in main()
58 String fromType = args[++at]; in main()
62 ++at; in main()
63 for (/* at */; at < args.length; at++) { in main()
64 if ("--name".equals(args[at])) { in main()
68 if ("--to".equals(args[at])) { in main()
71 fromFiles.add(args[at]); in main()
77 if (!"--name".equals(args[at])) { in main()
80 ++at; in main()
[all …]
/cts/tools/signature-tools/src/signature/converter/
DMain.java36 int at = 1; in main() local
37 for (/* at */; at < args.length; at++) { in main()
38 if ("--out".equals(args[at])) { in main()
41 sources.add(args[at]); in main()
44 if (!"--out".equals(args[at])) { in main()
47 String targetFile = args[++at]; in main()
49 if (!"--name".equals(args[++at])) { in main()
52 String name = args[++at]; in main()
54 if (!"--packages".equals(args[++at])) { in main()
58 ++at; in main()
[all …]
/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/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/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/tradefed-host/
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/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/suite/cts/deviceTests/browserbench/assets/octane/
Ddeltablue.js67 OrderedCollection.prototype.at = function (index) { method in OrderedCollection
617 var u = unsatisfied.at(i);
673 var c = constraints.at(i);
725 var c = v.constraints.at(i);
731 var next = v.constraints.at(i);
745 var c = cc.at(i);
773 return this.v.at(index);
855 if (dests.at(i).value != i * 5 + 1000)
860 if (dests.at(i).value != i * 5 + 2000)
/cts/apps/CtsVerifier/
Dproguard.flags9 # ensure we keep public sensor test methods, these are needed at runtime
/cts/suite/cts/deviceTests/opengl/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_super/d/
DT_invoke_super_16.d5 ; You may obtain a copy of the License at variable
/cts/suite/cts/deviceTests/opengl/
DREADME4 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/invoke_virtual/d/
DT_invoke_virtual_16.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_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/invoke_virtual_range/d/
DT_invoke_virtual_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/tests/tests/permission/
DREADME5 You may obtain a copy of the License at
/cts/suite/cts/deviceTests/opengl/assets/vertex/
Dblur5 * in compliance with the License. You may obtain a copy of the License at
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_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/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/return_void/d/
DT_return_void_7.d5 ; You may obtain a copy of the License at variable

12345678910>>...81