Home
last modified time | relevance | path

Searched +defs:example +defs:test (Results 1 – 15 of 15) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_example.cc15 namespace test { namespace
18 void HpackExampleToStringOrDie(absl::string_view example, std::string* output) { in HpackExampleToStringOrDie()
52 std::string HpackExampleToStringOrDie(absl::string_view example) { in HpackExampleToStringOrDie()
/external/python/cpython3/Lib/
Ddoctest.py1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
1274 def _failure_header(self, test, example): argument
1294 def __run(self, test, compileflags, out): argument
1419 def __record_outcome(self, test, f, t): argument
1440 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1683 def output_difference(self, example, got, optionflags): argument
1740 def __init__(self, test, example, got): argument
[all …]
/external/python/cpython2/Lib/
Ddoctest.py1202 def report_start(self, out, test, example): argument
1215 def report_success(self, out, test, example, got): argument
1223 def report_failure(self, out, test, example, got): argument
1230 def report_unexpected_exception(self, out, test, example, exc_info): argument
1237 def _failure_header(self, test, example): argument
1257 def __run(self, test, compileflags, out): argument
1380 def __record_outcome(self, test, f, t): argument
1404 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1621 def output_difference(self, example, got, optionflags): argument
1680 def __init__(self, test, example, got): argument
[all …]
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit38ClassRunner.java36 public void endTest(Test test) { in endTest()
40 public void startTest(Test test) { in startTest()
45 public void addError(Test test, Throwable e) { in addError()
50 private Description asDescription(Test test) { in asDescription()
58 private Class<? extends Test> getEffectiveClass(Test test) { in getEffectiveClass()
62 private String getName(Test test) { in getName()
70 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
75 private volatile Test test; field in JUnit38ClassRunner
81 public JUnit38ClassRunner(Test test) { in JUnit38ClassRunner()
102 private static Description makeDescription(Test test) { in makeDescription()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_block_decoder_test.cc24 namespace test { namespace
156 std::string example = R"( in TEST_F() local
188 std::string example = R"( in TEST_F() local
/external/zstd/zlibWrapper/
DMakefile51 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd target
91 example: example.o zstd_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY) target
/external/ComputeLibrary/tests/validate_examples/
DRunExample.cpp51 namespace test namespace
109 int run_example(int argc, char **argv, std::unique_ptr<ValidateExample> example) in run_example()
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsImplTest.java86 private static TestSuite createExampleSuite(ListExample example) { in createExampleSuite()
89 ListsImplTest test = (ListsImplTest) testEnum.nextElement(); in createExampleSuite() local
95 private ListExample example; field in ListsImplTest
/external/guava/guava-tests/test/com/google/common/collect/
DListsImplTest.java86 private static TestSuite createExampleSuite(ListExample example) { in createExampleSuite()
89 ListsImplTest test = (ListsImplTest) testEnum.nextElement(); in createExampleSuite() local
95 private ListExample example; field in ListsImplTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py41 example = example_pb2.Example variable
1177 def test(self, verify_fn): member in ParseExampleDatasetCheckpointTest
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPersonNameFormatter.java285 FormatParameters test = in TestLabels() local
496 String example = exampleGenerator2.getExampleHtml(path, value); in TestExampleGenerator() local
531 final String example = exampleGenerator.getExampleHtml(path, value); in checkExampleGenerator() local
788 final ImmutableList<Modifier> test = ImmutableList.of(first, second); in TestInconsistentModifiers() local
DTestSupplementalInfo.java332 String example = range; in getRangeLine() local
372 String example = in getRangeLine() local
378 String[][] test = { in TestPluralSamples() local
DTestPathHeader.java273 String test = in Test4587() local
284 String test = in TestMiscPatterns() local
358 String example = in TestAppendTimezone() local
/external/rust/crates/async-trait/tests/
Dtest.rs92 pub async fn test() { in test() function
288 async fn example(self: Arc<Self>); in example() method
295 async fn example(self: Arc<Self>) {} in example() method
398 fn test() { in test() function
737 fn test() { in test() function
1376 pub fn test(_t: &dyn Trait) {} in test() function
1436 fn test() { in test() function
/external/kotlinpoet/interop/kotlinx-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecsTest.kt401 fun test(param: T) { in <lambda>() method in FunctionsReferencingTypeParameters
2158 fun example() in <lambda>() method