OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testcases
(Results
76 - 100
of
1202
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestInverse.java
30
static final String[]
testCases
= {
44
log("inverse Bidi: testInverse(L) with " +
testCases
.length +
46
for(i = 0; i <
testCases
.length; ++i) {
48
_testInverseBidi(bidi,
testCases
[i], Bidi.DIRECTION_LEFT_TO_RIGHT);
51
log("inverse Bidi: testInverse(R) with " +
testCases
.length +
53
for (i = 0; i <
testCases
.length; ++i) {
55
_testInverseBidi(bidi,
testCases
[i], Bidi.DIRECTION_RIGHT_TO_LEFT);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestInverse.java
26
static final String[]
testCases
= {
40
log("inverse Bidi: testInverse(L) with " +
testCases
.length +
42
for(i = 0; i <
testCases
.length; ++i) {
44
_testInverseBidi(bidi,
testCases
[i], Bidi.DIRECTION_LEFT_TO_RIGHT);
47
log("inverse Bidi: testInverse(R) with " +
testCases
.length +
49
for (i = 0; i <
testCases
.length; ++i) {
51
_testInverseBidi(bidi,
testCases
[i], Bidi.DIRECTION_RIGHT_TO_LEFT);
/art/tools/checker/file_format/checker/
struct.py
24
self.
testCases
= []
27
self.
testCases
.append(new_test_case)
30
return [t for t in self.
testCases
if t.testArch == targetArch]
34
and self.
testCases
== other.
testCases
/external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py
27
# tests which reside under '$LTPROOT/
testcases
'.
34
# /
testcases
/... - test cases
58
(executable files under ltp/
testcases
/bin) to run.
80
# Selected files must exist under
testcases
/bin.
81
testcase_bin_dir = os.path.join(dep_dir, '
testcases
', 'bin')
/external/icu/icu4c/source/test/cintltst/
putiltst.c
305
const char *
testCases
[] = {
320
for(j=0;
testCases
[j]!=NULL;j+=3) {
321
v1str =
testCases
[j+0];
322
opstr =
testCases
[j+1];
323
v2str =
testCases
[j+2];
550
}
testCases
[] = {
568
int32_t count=(sizeof(
testCases
)/sizeof(
testCases
[0]));
575
const char *input = STRNULL(
testCases
[i].inBuf);
576
const char *expect = STRNULL(
testCases
[i].expectResult)
[
all
...]
cg7coll.c
66
const static UChar
testCases
[][MAX_TOKEN_LEN] = {
188
doTest(myCollation,
testCases
[results[i][j]],
testCases
[results[i][n]], UCOL_LESS);
220
doTest(myCollation,
testCases
[results[8][j]],
testCases
[results[8][n]], UCOL_LESS);
250
doTest(myCollation,
testCases
[results[9][j]],
testCases
[results[9][n]], UCOL_LESS);
280
doTest(myCollation,
testCases
[results[10][j]],
testCases
[results[10][n]], UCOL_LESS);
309
doTest(myCollation,
testCases
[results[11][j]], testCases[results[11][n]], UCOL_LESS)
[
all
...]
/frameworks/base/test-runner/src/android/test/
TestCaseUtil.java
60
List<Test>
testCases
= Lists.newArrayList();
84
testCases
.addAll(getTests(childTest, flatten, seen));
86
testCases
.add(childTest);
90
testCases
.add(workingTest);
93
return
testCases
;
/external/curl/tests/
keywords.pl
39
my $
TESTCASES
; # start with no test cases
47
$
TESTCASES
.= " $_";
60
for $t (split(/ /, $
TESTCASES
)) {
/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
decDouble.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
decQuad.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
decDouble.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
decQuad.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decDouble.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
decQuad.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decDouble.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
decQuad.decTest
5
-- Please see the document "General Decimal Arithmetic
Testcases
" --
7
-- these
testcases
. --
9
-- These
testcases
are experimental ('beta' versions), and they --
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java
47
private List<TestCase>
testCases
;
68
this.
testCases
= Lists.newArrayList();
80
this.
testCases
.addAll(atr.getTestCases());
87
this.
testCases
.add(testCase);
185
if (
testCases
.size() > 0) {
186
for (TestCase testCase :
testCases
) {
/build/core/tasks/tools/
compatibility.mk
42
$(hide) mkdir -p $(PRIVATE_OUT_DIR)/tools $(PRIVATE_OUT_DIR)/
testcases
45
$(if $(PRIVATE_DYNAMIC_CONFIG),$(hide) $(ACP) -fp $(PRIVATE_DYNAMIC_CONFIG) $(PRIVATE_OUT_DIR)/
testcases
/$(PRIVATE_SUITE_NAME).dynamic)
/cts/build/
config.mk
17
CTS_TESTCASES_OUT := $(HOST_OUT)/old-cts/old-android-cts/repository/
testcases
19
COMPATIBILITY_TESTCASES_OUT_cts := $(HOST_OUT)/cts/android-cts/
testcases
/external/google-breakpad/src/client/mac/handler/testcases/
dwarftests.mm
42
NSString *inputBreakpadSymbolFile = @"
testcases
/testdata/dump_syms_i386_breakpad.sym";
45
DumpSymbols *dump = [[DumpSymbols alloc] initWithContentsOfFile:@"
testcases
/testdata/dump_syms_dwarf_data"];
/external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestRunner.java
108
//List<TestCase>
testCases
= androidTestRunner.getTestCases();
109
//Collections.shuffle(
testCases
); //shuffle the tests order
/external/vboot_reference/tests/
rsa_verify_benchmark.c
46
snprintf(file_name, FILE_NAME_SIZE, "
testcases
/test_file.%s.digest",
56
snprintf(file_name, FILE_NAME_SIZE, "
testcases
/test_file.rsa%d_%s.sig",
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.7.0/
ant-launcher-1.7.0.pom
52
<testSourceDirectory>../../../../src/
testcases
</testSourceDirectory>
54
<testOutputDirectory>../../../../target/ant-launcher/
testcases
</testOutputDirectory>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.pom
52
<testSourceDirectory>../../../../src/
testcases
</testSourceDirectory>
54
<testOutputDirectory>../../../../target/ant-launcher/
testcases
</testOutputDirectory>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.pom
53
<testSourceDirectory>../../../../src/
testcases
</testSourceDirectory>
55
<testOutputDirectory>../../../../target/ant-launcher/
testcases
</testOutputDirectory>
Completed in 792 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>