Searched defs:Example (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestPredicatesTest.java48 return TestPredicates.hasAnnotation(Example.class).apply(testMethod);
53 public @interface Example { interface in class:TestPredicatesTest
56 @Example
59 @Example
69 @Example
/frameworks/ml/nn/tools/test_generator/
H A Dslicing.py46 from test_generator import Example namespace
127 Example.py_dump(example_file, override, self.__referenced_operands)
H A Dvts_generator.py38 from test_generator import Example namespace
247 Example.dump(example_file)
H A Dtest_generator.py567 class Example(): class in inherits:
570 Example.__examples.append(list_of_examples)
619 'float32_dict': Example.dump_dict(float32_dict),
620 'int32_dict': Example.dump_dict(int32_dict),
621 'uint8_dict': Example.dump_dict(uint8_dict)
627 if len(Example.__examples) > 0:
631 for i, o in Example.__examples:
634 inputs = Example.dump_mixed_types(i)
635 outputs = Example.dump_mixed_types(o)
655 if len(Example
[all...]

Completed in 156 milliseconds