/cts/tools/signature-tools/src/signature/compare/ |
D | Main.java | 53 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/ |
D | Main.java | 36 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/ |
D | TaskSound.cpp | 70 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/ |
D | FileUtils.java | 76 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/ |
D | StringUtilTest.cpp | 59 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/ |
D | README | 28 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/ |
D | README.txt | 2 Note you must enable "Allow mock locations" at Settings > Developer options.
|
/cts/tests/tests/location2/ |
D | README.txt | 3 at Settings > Developer options.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | deltablue.js | 67 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/ |
D | proguard.flags | 9 # ensure we keep public sensor test methods, these are needed at runtime
|
/cts/suite/cts/deviceTests/opengl/assets/fragment/ |
D | basic | 5 * 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/ |
D | T_invoke_super_16.d | 5 ; You may obtain a copy of the License at variable
|
/cts/suite/cts/deviceTests/opengl/ |
D | README | 4 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/ |
D | T_invoke_interface_18.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_16.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/ |
D | TestAbstractClass.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/ |
D | T_invoke_interface_range_18.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_16.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/ |
D | T_a1_1.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tests/tests/permission/ |
D | README | 5 You may obtain a copy of the License at
|
/cts/suite/cts/deviceTests/opengl/assets/vertex/ |
D | blur | 5 * in compliance with the License. You may obtain a copy of the License at
|
D | basic | 5 * 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/ |
D | T_invoke_super_range_16.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
D | T_invoke_static_19.d | 5 ; You may obtain a copy of the License at variable
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/ |
D | T_return_void_7.d | 5 ; You may obtain a copy of the License at variable
|