Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/bigtable/src/com/google/cloud/bigtable/data/v2/
H A DBaseBigtableDataClientTest.java218 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in mutateRowTest() local
244 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in mutateRowExceptionTest() local
259 String tableName = "tableName-1988717703"; in mutateRowTest2() local
285 String tableName = "tableName-1988717703"; in mutateRowExceptionTest2() local
300 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in mutateRowTest3() local
328 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in mutateRowExceptionTest3() local
344 String tableName = "tableName-1988717703"; in mutateRowTest4() local
372 String tableName = "tableName-1988717703"; in mutateRowExceptionTest4() local
441 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in checkAndMutateRowTest() local
472 TableName tableName = TableName.of("[PROJECT]", "[INSTANCE]", "[TABLE]"); in checkAndMutateRowExceptionTest() local
[all …]
H A DBaseBigtableDataClient.java279 TableName tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
320 String tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
365 TableName tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
411 String tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
560 TableName tableName, in checkAndMutateRow()
618 String tableName, in checkAndMutateRow()
679 TableName tableName, in checkAndMutateRow()
742 String tableName, in checkAndMutateRow()
1046 TableName tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) { in readModifyWriteRow()
1091 String tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) { in readModifyWriteRow()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/
DMigrationHelpers.java39 SQLiteDatabase db, String tableName, String backupTableName, String createTableQuery) { in copyAndUpdateTable()
48 static void copyAndUpdateTable(SQLiteDatabase db, String tableName, String backupTableName, in copyAndUpdateTable()
93 static void addIntColumnsIfAbsent(SQLiteDatabase db, String tableName, String[] columnNames) { in addIntColumnsIfAbsent()
101 SQLiteDatabase db, String tableName, String columnName) { in addIntColumnIfAbsent()
109 static void addDoubleColumnIfAbsent(SQLiteDatabase db, String tableName, String columnName) { in addDoubleColumnIfAbsent()
117 static void addTextColumnIfAbsent(SQLiteDatabase db, String tableName, String columnName) { in addTextColumnIfAbsent()
131 static boolean isColumnPresent(SQLiteDatabase db, String tableName, String columnName) { in isColumnPresent()
147 private static boolean isTablePresent(SQLiteDatabase db, String tableName) { in isTablePresent()
157 private static List<String> getTableColumnNames(SQLiteDatabase db, String tableName) { in getTableColumnNames()
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/test/java/utils/test/util/
H A DTableUtils.java69 public static void waitUntilExists(final DynamoDbClient dynamo, final String tableName) in waitUntilExists()
95 …public static void waitUntilExists(final DynamoDbClient dynamo, final String tableName, final int … in waitUntilExists()
123 public static void waitUntilActive(final DynamoDbClient dynamo, final String tableName) in waitUntilActive()
151 …public static void waitUntilActive(final DynamoDbClient dynamo, final String tableName, final int … in waitUntilActive()
182 …tatic TableDescription waitForTableDescription(final DynamoDbClient dynamo, final String tableName, in waitForTableDescription()
255 public TableNeverTransitionedToStateException(String tableName, TableStatus desiredStatus) { in TableNeverTransitionedToStateException()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/operations/
H A DDefaultOperationContext.java24 private final String tableName; field in DefaultOperationContext
27 private DefaultOperationContext(String tableName, String indexName) { in DefaultOperationContext()
32 public static DefaultOperationContext create(String tableName, String indexName) { in create()
36 public static DefaultOperationContext create(String tableName) { in create()
41 public String tableName() { in tableName() method in DefaultOperationContext
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DTelephonyAnalyticsUtil.java86 public synchronized void insert(String tableName, ContentValues values) { in insert()
115 String tableName, in getCursor()
156 String tableName, String overflowWhereClause, String oldDataWhereClause) { in deleteOverflowAndOldData()
161 protected void deleteOverFlowData(String tableName, String whereClause) { in deleteOverFlowData()
166 protected void deleteOldData(String tableName, String whereClause) { in deleteOldData()
173 public synchronized void delete(String tableName, String whereClause, String[] whereArgs) { in delete()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/shared/migration/
DMigrationHelpers.java26 static void addIntColumnsIfAbsent(SQLiteDatabase db, String tableName, String[] columnNames) { in addIntColumnsIfAbsent()
34 SQLiteDatabase db, String tableName, String columnName) { in addIntColumnIfAbsent()
42 static void addTextColumnsIfAbsent(SQLiteDatabase db, String tableName, String[] columnNames) { in addTextColumnsIfAbsent()
50 SQLiteDatabase db, String tableName, String columnName) { in addTextColumnIfAbsent()
58 static boolean isColumnPresent(SQLiteDatabase db, String tableName, String columnName) { in isColumnPresent()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java195 private static String buildCreateSchedulesSql(String tableName, ColumnInfo[] columns) { in buildCreateSchedulesSql()
206 String tableName, in buildCreateSql()
250 private static String buildInsertSql(String tableName, ColumnInfo[] columns) { in buildInsertSql()
269 private static String buildUpdateSql(String tableName, ColumnInfo[] columns) { in buildUpdateSql()
284 private static String buildDeleteSql(String tableName) { in buildDeleteSql()
288 private static String buildDropSql(String tableName) { in buildDropSql()
361 public Cursor query(String tableName, String[] projections) { in query()
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/
H A DCursorJoinerTest.java252 private void createTable(String tableName, String columnNames) { in createTable()
258 private void addValuesIntoTable(String tableName, int start, int end) { in addValuesIntoTable()
265 private void addValueIntoTable(String tableName, String value) { in addValueIntoTable()
269 private void deleteValueFromTable(String tableName, String value) { in deleteValueFromTable()
273 private Cursor getCursor(String tableName, String selection, String[] columnNames) { in getCursor()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/schemas/com.android.adservices.data.adselection.AdSelectionDatabase/
D10.json8 "tableName": "ad_selection", string
113 "tableName": "buyer_decision_logic", string
137 "tableName": "ad_selection_overrides", string
173 "tableName": "ad_selection_from_outcomes_overrides", string
209 "tableName": "registered_ad_interactions", string
247 "tableName": "ad_selection_buyer_logic_overrides", string
284 "tableName": "reporting_data", string
341 "tableName": "ad_selection_initialization", string
386 "tableName": "ad_selection_result", string
461 "tableName": "reporting_computation_info", string
[all …]
D7.json8 "tableName": "ad_selection", string
128 "tableName": "buyer_decision_logic", string
154 "tableName": "ad_selection_overrides", string
192 "tableName": "ad_selection_from_outcomes_overrides", string
230 "tableName": "registered_ad_interactions", string
270 "tableName": "ad_selection_buyer_logic_overrides", string
309 "tableName": "reporting_data", string
363 "tableName": "ad_selection_initialization", string
412 "tableName": "ad_selection_result", string
D9.json8 "tableName": "ad_selection", string
128 "tableName": "buyer_decision_logic", string
154 "tableName": "ad_selection_overrides", string
192 "tableName": "ad_selection_from_outcomes_overrides", string
230 "tableName": "registered_ad_interactions", string
270 "tableName": "ad_selection_buyer_logic_overrides", string
309 "tableName": "reporting_data", string
363 "tableName": "ad_selection_initialization", string
412 "tableName": "ad_selection_result", string
492 "tableName": "reporting_computation_info", string
[all …]
D8.json8 "tableName": "ad_selection", string
128 "tableName": "buyer_decision_logic", string
154 "tableName": "ad_selection_overrides", string
192 "tableName": "ad_selection_from_outcomes_overrides", string
230 "tableName": "registered_ad_interactions", string
270 "tableName": "ad_selection_buyer_logic_overrides", string
309 "tableName": "reporting_data", string
363 "tableName": "ad_selection_initialization", string
412 "tableName": "ad_selection_result", string
492 "tableName": "reporting_computation_info", string
D5.json8 "tableName": "ad_selection", string
116 "tableName": "buyer_decision_logic", string
142 "tableName": "ad_selection_overrides", string
180 "tableName": "ad_selection_from_outcomes_overrides", string
218 "tableName": "registered_ad_interactions", string
258 "tableName": "ad_selection_buyer_logic_overrides", string
D6.json8 "tableName": "ad_selection", string
128 "tableName": "buyer_decision_logic", string
154 "tableName": "ad_selection_overrides", string
192 "tableName": "ad_selection_from_outcomes_overrides", string
230 "tableName": "registered_ad_interactions", string
270 "tableName": "ad_selection_buyer_logic_overrides", string
D4.json8 "tableName": "ad_selection", string
116 "tableName": "buyer_decision_logic", string
142 "tableName": "ad_selection_overrides", string
180 "tableName": "ad_selection_from_outcomes_overrides", string
218 "tableName": "registered_ad_interactions", string
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/data/topics/
DTopicsDbTestUtil.java40 public static void deleteTable(String tableName) { in deleteTable()
69 SQLiteDatabase db, String tableName, int columnCount) { in doesTableExistAndColumnCountMatch()
77 public static Set<String> getTableColumns(SQLiteDatabase db, String tableName) { in getTableColumns()
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DTvPermissionTest.java46 public void verifyInsert(Uri uri, String tableName) throws Exception { in verifyInsert()
58 public void verifyUpdate(Uri uri, String tableName) throws Exception { in verifyUpdate()
70 public void verifyDelete(Uri uri, String tableName) throws Exception { in verifyDelete()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/schemas/com.android.adservices.data.signals.ProtectedSignalsDatabase/
D4.json8 "tableName": "protected_signals", string
68 "tableName": "encoder_endpoints", string
110 "tableName": "encoder_logics", string
159 "tableName": "encoded_payload", string
207 "tableName": "signals_update_metadata", string
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java80 public DbModifierWithNotification(String tableName, SQLiteDatabase db, Context context) { in DbModifierWithNotification()
84 public DbModifierWithNotification(String tableName, InsertHelper insertHelper, in DbModifierWithNotification()
89 private DbModifierWithNotification(String tableName, SQLiteDatabase db, in DbModifierWithNotification()
94 public DbModifierWithNotification(String tableName, SQLiteDatabase db, in DbModifierWithNotification()
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/schemas/com.android.cobalt.data.CobaltDatabase/
D2.json8 "tableName": "AggregateStore", string
115 "tableName": "GlobalValues", string
141 "tableName": "ObservationStore", string
167 "tableName": "Reports", string
214 "tableName": "SystemProfiles", string
240 "tableName": "StringHashes", string
D1.json8 "tableName": "AggregateStore", string
115 "tableName": "GlobalValues", string
141 "tableName": "ObservationStore", string
167 "tableName": "Reports", string
214 "tableName": "SystemProfiles", string
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/client/
H A DDefaultDynamoDbIndex.java41 private final String tableName; field in DefaultDynamoDbIndex
47 String tableName, in DefaultDynamoDbIndex()
107 public String tableName() { in tableName() method in DefaultDynamoDbIndex
H A DDefaultDynamoDbAsyncIndex.java41 private final String tableName; field in DefaultDynamoDbAsyncIndex
47 String tableName, in DefaultDynamoDbAsyncIndex()
107 public String tableName() { in tableName() method in DefaultDynamoDbAsyncIndex
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/provider/
DLauncherDbUtils.java51 android.database.sqlite.SQLiteDatabase db, @org.jetbrains.annotations.NotNull() in queryIntArray()
62 android.database.sqlite.SQLiteDatabase db, @org.jetbrains.annotations.NotNull() in tableExists()
69 android.database.sqlite.SQLiteDatabase db, @org.jetbrains.annotations.NotNull() in dropTable()

12345678910>>...27