HomeSort by relevance Sort by last modified time
    Searched defs:DataProvider (Results 1 - 4 of 4) sorted by null

  /external/testng/src/main/java/org/testng/annotations/
DataProvider.java 13 * The @Test method that wants to receive data from this DataProvider
14 * needs to use a dataProvider name equals to the name of this annotation.
20 public @interface DataProvider {
23 * The name of this DataProvider.
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
data_provider.py 15 """Contains code for the DataProvider.
17 A DataProvider is a class which provides some predefined data types from some
42 class DataProvider(object):
45 All data providers must inherit from DataProvider and implement the Get
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 36 public class DataProvider extends ContentProvider {
71 public static final String LOG_TAG = "DataProvider";
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 100 milliseconds