HomeSort by relevance Sort by last modified time
    Searched full:dataset (Results 426 - 450 of 923) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 101 * backup dataset or from the restore set used in the last wholesale restore operation,
179 * applications will be included in the dataset.
190 * Perform a full-dataset backup of the given applications via the currently active
216 * backup dataset being used for restore.
391 * Ask the framework which dataset, if any, the given package's data would be
396 * @param packageName The name of the package whose most-suitable dataset we
398 * @return The dataset token from which a restore should be attempted, or zero if
  /frameworks/base/core/java/android/service/autofill/
SaveInfo.java 58 * <p>Typically, the {@link SaveInfo} contains the same {@code id}s as the {@link Dataset}:
62 * .addDataset(new Dataset.Builder()
78 * {@link SaveInfo}, but no {@link Dataset Datasets}:
94 * .addDataset(new Dataset.Builder()
126 * (i.e., it's neither the same value passed in a {@link Dataset}, nor the initial value
128 * <li>There is no {@link Dataset} in the last {@link FillResponse} that completely matches the
129 * screen state (i.e., all required and optional fields in the dataset have the same value as
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 274 public final AccountType getAccountType(String accountType, String dataSet) {
275 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
287 * {@link AccountType#accountType}, {@link AccountType#dataSet}, and {@link DataKind#mimeType}.
597 account.name, account.type, type.dataSet));
626 // Accounts with a dataSet (e.g. Google plus accounts) are not writable.
656 * {@link AccountType#accountType}, {@link AccountType#dataSet}, and {@link DataKind#mimeType}.
708 accountTypeWithDataSet.accountType, accountTypeWithDataSet.dataSet);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MutableAutofillIdTest.java 226 mActivity.focusCell(1, 1); // No window change because it's not showing dataset picker.
233 mActivity.focusCell(1, 2); // No window change because it's not showing dataset picker.
257 mActivity.focusCell(1, 1); // No window change because it's not showing dataset picker.
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 72 * two booleans and an integer. With such a simple dataset, it's
74 * blob describing the last dataset backed up. The state file
112 // If we decided that we do in fact need to write our dataset, go
  /external/tensorflow/tensorflow/contrib/cloud/python/ops/
bigquery_reader_ops_test.py 42 _DATASET = "test-dataset"
58 "id": "test-project:test-dataset.test-table",
164 "id": "test-project:test-dataset.test-table",
  /external/tensorflow/tensorflow/contrib/eager/python/g3doc/
guide.md 289 # A toy dataset of points around 3 * x + 2
446 # A toy dataset of points around 3 * x + 2
812 If you're familiar with constructing `tf.data.Dataset` objects when building
814 However, the process of iterating over elements of the dataset differs between
824 # Create a source Dataset from in-memory numpy arrays.
825 # For reading from files on disk, you may want to use other Dataset classes
827 dataset = tf.data.Dataset.from_tensor_slices([1, 2, 3, 4, 5, 6])
830 dataset = dataset.map(tf.square).shuffle(2).batch(2
    [all...]
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
extenders_test.py 40 dataset = dataset_ops.Dataset.from_tensor_slices({'x': x, 'y': y})
41 iterator = dataset.make_one_shot_iterator()
  /external/tensorflow/tensorflow/contrib/factorization/examples/
mnist.py 44 # The MNIST dataset has 10 classes, representing the digits 0 through 9.
102 Precision value on the dataset.
324 help='Batch size. Must divide evenly into the dataset sizes.'
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
ActiveRestoreSession.java 333 // Check whether there is data for it in the current dataset, falling back
334 // to the ancestral dataset if not.
341 // If we didn't come up with a place to look -- no ancestral dataset and
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 73 * two booleans and an integer. With such a simple dataset, it's
75 * blob describing the last dataset backed up. The state file
113 // If we decided that we do in fact need to write our dataset, go
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.3/
sdk-common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.1/
sdk-common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.3/
sdk-common-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.2/
sdk-common-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.0/
sdk-common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta3/
sdk-common-24.4.0-beta3.jar 

Completed in 727 milliseconds

<<11121314151617181920>>