OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestCases
(Results
76 - 95
of
95
) sorted by null
1
2
3
4
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
JSONTest.cpp
273
}
TestCases
[] = {
314
for (const auto &T :
TestCases
) {
/external/tensorflow/tensorflow/core/kernels/data/
sparse_tensor_slice_dataset_op_test.cc
74
std::vector<TestCase>
TestCases
() {
132
for (auto &test_case :
TestCases
()) {
207
for (auto &test_case :
TestCases
()) {
240
for (auto &test_case :
TestCases
()) {
273
for (auto &test_case :
TestCases
()) {
332
for (auto &test_case :
TestCases
()) {
371
for (auto &test_case :
TestCases
()) {
440
for (auto &test_case :
TestCases
()) {
tensor_slice_dataset_op_test.cc
77
std::vector<TestCase>
TestCases
() {
132
for (auto &test_case :
TestCases
()) {
231
for (auto &test_case :
TestCases
()) {
274
for (auto &test_case :
TestCases
()) {
318
for (auto &test_case :
TestCases
()) {
389
for (auto &test_case :
TestCases
()) {
438
for (auto &test_case :
TestCases
()) {
521
for (auto &test_case :
TestCases
()) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IndianTest.java
58
public void
TestCases
()
HebrewTest.java
138
public void
TestCases
() {
140
final TestCase[]
testCases
= {
233
doTestCases(
testCases
, new HebrewCalendar());
CopticTest.java
101
public void
TestCases
()
EthiopicTest.java
126
public void
TestCases
()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IndianTest.java
55
public void
TestCases
()
HebrewTest.java
135
public void
TestCases
() {
137
final TestCase[]
testCases
= {
230
doTestCases(
testCases
, new HebrewCalendar());
CopticTest.java
98
public void
TestCases
()
EthiopicTest.java
123
public void
TestCases
()
/external/python/cpython3/Programs/
_testembed.c
606
static struct TestCase
TestCases
[] = {
626
for (struct TestCase *tc =
TestCases
; tc && tc->name; tc++) {
636
for (struct TestCase *tc =
TestCases
; tc && tc->name; tc++) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc
233
std::vector<IsacTestParam>
TestCases
() {
252
INSTANTIATE_TEST_CASE_P(, IsacCommonTest, testing::ValuesIn(
TestCases
()));
/external/icu/icu4c/source/test/intltest/
callimts.cpp
158
TestCase
TestCases
[] = {
180
if (fIndex >= UPRV_LENGTHOF(
TestCases
)) {
208
TestCase &testCase =
TestCases
[testIndex];
numfmtst.cpp
122
TESTCASE_AUTO(
TestCases
);
856
static const char*
testCases
[][2]= {
[
all
...]
/external/google-benchmark/test/
output_test_helper.cc
398
}
TestCases
[] = {
412
for (auto& rep_test :
TestCases
) {
428
auto& csv =
TestCases
[2];
/external/libcxx/utils/google-benchmark/test/
output_test_helper.cc
398
}
TestCases
[] = {
412
for (auto& rep_test :
TestCases
) {
428
auto& csv =
TestCases
[2];
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
TestServiceClient.java
205
runTest(
TestCases
.fromString(testCase));
214
private void runTest(
TestCases
testCase) throws Exception {
423
for (
TestCases
testCase :
TestCases
.values()) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java
[
all
...]
Completed in 3094 milliseconds
1
2
3
4