Searched
full:dataset (Results
601 -
625 of
923) sorted by null
<<21222324252627282930>>
/frameworks/base/core/java/android/view/autofill/ |
AutofillManager.java | 116 * <p>When the service returns datasets, the Android System displays an autofill dataset picker 117 * UI associated with the view, when the view is focused on and is part of a dataset. 120 * selects a dataset from the UI, all views present in the dataset are autofilled, through 157 * or a fully populated {@link android.service.autofill.Dataset} if 158 * a response or a dataset is being authenticated respectively. 162 * {@link android.service.autofill.Dataset} 207 /** Which bits in an authentication id are used for the dataset id */ 209 /** How many bits in an authentication id are used for the dataset id */ 293 * Makes an authentication id from a request id and a dataset id [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/ |
CustomVirtualView.java | 124 // User has just selected a Dataset from the list of autofill suggestions. 125 // The Dataset is comprised of a list of AutofillValues, with each AutofillValue meant
|
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
CustomVirtualView.java | 126 // User has just selected a Dataset from the list of autofill suggestions. 127 // The Dataset is comprised of a list of AutofillValues, with each AutofillValue meant
|
/external/devlib/devlib/trace/ |
ftrace.py | 244 # Match a new CPU dataset 251 # Match a new function dataset
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 16 use Dataset; 308 my $ds = Dataset->new(@data);
|
/external/icu/icu4j/perf-tests/perldriver/ |
Output.pm | 14 use Dataset; 306 my $ds = Dataset->new(@data);
|
/external/python/cpython2/Doc/library/ |
heapq.rst | 102 Return a list with the *n* largest elements from the dataset defined by 116 Return a list with the *n* smallest elements from the dataset defined by
|
/external/python/cpython3/Doc/library/ |
heapq.rst | 111 Return a list with the *n* largest elements from the dataset defined by 120 Return a list with the *n* smallest elements from the dataset defined by
|
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
reader_dataset_ops_test.py | 421 dataset = (core_readers.TFRecordDataset(self.test_filenames) 424 iterator = dataset.make_initializable_iterator()
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
evaluation_test.py | 161 the model has memorized the dataset (e.g. we can expect %100 accuracy). 279 the model has memorized the dataset (e.g. we can expect %100 accuracy).
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactSaveService.java | 95 public static final String EXTRA_DATA_SET = "dataSet"; 378 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet); 395 String dataSet = intent.getStringExtra(EXTRA_DATA_SET); 403 .withValue(RawContacts.DATA_SET, dataSet) [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
AccountType.java | 65 public String dataSet = null; 220 return AccountTypeWithDataSet.get(accountType, dataSet);
|
ExternalAccountType.java | 80 private static final String ATTR_DATA_SET = "dataSet"; 343 dataSet = value;
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ItemAdapter.java | 139 * Sets the list of item holders to serve as the dataset for this adapter and invokes 289 * the view layer. Properties that should be persisted across dataset changes can be
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
AccountType.java | 62 public String dataSet = null; 227 return AccountTypeWithDataSet.get(accountType, dataSet);
|
ExternalAccountType.java | 74 private static final String ATTR_DATA_SET = "dataSet"; 387 dataSet = value;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactMetadataProvider.java | 409 String dataSet = values.getAsString(MetadataSync.DATA_SET); 418 accountName, accountType, dataSet);
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
ViewAttributesTest.java | 154 .setPresentation(createPresentation("dataset"))
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 187 // Now we're ready to write out a full new dataset for the application. Note that
|
/development/vndk/tools/definition-tool/tools/ |
update_dataset.py | 225 # Merge regular expression patterns into final dataset
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/ |
Product.java | 28 * If there are no values in the dataset, or any of the values are
|
Sum.java | 27 * If there are no values in the dataset, or any of the values are
|
Completed in 1110 milliseconds
<<21222324252627282930>>