/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ |
D | DataStoreName.java | 45 private final String dataStore; field in DataStoreName 107 public static DataStoreName of(String project, String location, String dataStore) { in of() 113 String project, String location, String dataStore) { in ofProjectLocationDataStoreName() 119 String project, String location, String collection, String dataStore) { in ofProjectLocationCollectionDataStoreName() 128 public static String format(String project, String location, String dataStore) { in format() 139 String project, String location, String dataStore) { in formatProjectLocationDataStoreName() 150 String project, String location, String collection, String dataStore) { in formatProjectLocationCollectionDataStoreName() 273 private String dataStore; field in DataStoreName.Builder 299 public Builder setDataStore(String dataStore) { in setDataStore() 327 private String dataStore; field in DataStoreName.ProjectLocationCollectionDataStoreBuilder [all …]
|
D | BranchName.java | 45 private final String dataStore; field in BranchName 115 public static BranchName of(String project, String location, String dataStore, String branch) { in of() 126 String project, String location, String dataStore, String branch) { in ofProjectLocationDataStoreBranchName() 137 String project, String location, String collection, String dataStore, String branch) { in ofProjectLocationCollectionDataStoreBranchName() 147 public static String format(String project, String location, String dataStore, String branch) { in format() 159 String project, String location, String dataStore, String branch) { in formatProjectLocationDataStoreBranchName() 171 String project, String location, String collection, String dataStore, String branch) { in formatProjectLocationCollectionDataStoreBranchName() 308 private String dataStore; field in BranchName.Builder 339 public Builder setDataStore(String dataStore) { in setDataStore() 373 private String dataStore; field in BranchName.ProjectLocationCollectionDataStoreBranchBuilder [all …]
|
D | ServingConfigName.java | 45 private final String dataStore; field in ServingConfigName 116 String project, String location, String dataStore, String servingConfig) { in of() 127 String project, String location, String dataStore, String servingConfig) { in ofProjectLocationDataStoreServingConfigName() 138 String project, String location, String collection, String dataStore, String servingConfig) { in ofProjectLocationCollectionDataStoreServingConfigName() 149 String project, String location, String dataStore, String servingConfig) { in format() 161 String project, String location, String dataStore, String servingConfig) { in formatProjectLocationDataStoreServingConfigName() 173 String project, String location, String collection, String dataStore, String servingConfig) { in formatProjectLocationCollectionDataStoreServingConfigName() 312 private String dataStore; field in ServingConfigName.Builder 343 public Builder setDataStore(String dataStore) { in setDataStore() 378 private String dataStore; field in ServingConfigName.ProjectLocationCollectionDataStoreServingConfigBuilder [all …]
|
D | SchemaName.java | 45 private final String dataStore; field in SchemaName 115 public static SchemaName of(String project, String location, String dataStore, String schema) { in of() 126 String project, String location, String dataStore, String schema) { in ofProjectLocationDataStoreSchemaName() 137 String project, String location, String collection, String dataStore, String schema) { in ofProjectLocationCollectionDataStoreSchemaName() 147 public static String format(String project, String location, String dataStore, String schema) { in format() 159 String project, String location, String dataStore, String schema) { in formatProjectLocationDataStoreSchemaName() 171 String project, String location, String collection, String dataStore, String schema) { in formatProjectLocationCollectionDataStoreSchemaName() 308 private String dataStore; field in SchemaName.Builder 339 public Builder setDataStore(String dataStore) { in setDataStore() 373 private String dataStore; field in SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder [all …]
|
D | DocumentName.java | 45 private final String dataStore; field in DocumentName 124 String project, String location, String dataStore, String branch, String document) { in of() 136 String project, String location, String dataStore, String branch, String document) { in ofProjectLocationDataStoreBranchDocumentName() 151 String dataStore, in ofProjectLocationCollectionDataStoreBranchDocumentName() 165 String project, String location, String dataStore, String branch, String document) { in format() 178 String project, String location, String dataStore, String branch, String document) { in formatProjectLocationDataStoreBranchDocumentName() 194 String dataStore, in formatProjectLocationCollectionDataStoreBranchDocumentName() 344 private String dataStore; field in DocumentName.Builder 380 public Builder setDataStore(String dataStore) { in setDataStore() 420 private String dataStore; field in DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder [all …]
|
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/pool/ |
D | RollbackTest.java | 83 MemoryDataStore dataStore = new MemoryDataStore(); in testRollback() local 95 MemoryDataStore dataStore = new MemoryDataStore(); in testRollback() local
|
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/ |
D | DexWriterTest.java | 71 MemoryDataStore dataStore = new MemoryDataStore(); in testAnnotationElementOrder() local 111 MemoryDataStore dataStore = new MemoryDataStore(); in testEncodedAnnotationElementOrder() local
|
/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/ |
D | SmaliTestUtils.java | 92 MemoryDataStore dataStore = new MemoryDataStore(); in compileSmali() local
|
/external/jetpack-camera-app/data/settings/src/androidTest/java/com/google/jetpackcamera/settings/ |
D | DataStoreModuleTest.kt | 48 val dataStore: DataStore<JcaSettings> = FakeDataStoreModule.provideDataStore( in <lambda>() constant
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/ |
D | DexPool.java | 107 public static void writeTo(@Nonnull DexDataStore dataStore, @Nonnull DexFile input) in writeTo()
|