| /packages/modules/Bluetooth/system/gd/dumpsys/internal/ | 
| D | filter_internal_test.cc | 128   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local143   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 159   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 174   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 189   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 204   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 219   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 234   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 249   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 264   flatbuffers::Table* table = GetMutableTable();  in TEST_F()  local
 [all …]
 
 | 
| D | filter_internal.cc | 35 void internal::ScrubFromTable(flatbuffers::Table* table, flatbuffers::voffset_t field_offset) {  in ScrubFromTable()108 bool internal::FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev…  in FilterTypeBool()
 130     const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) {  in FilterTypeInteger()
 168 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe…  in FilterTypeFloat()
 203 bool internal::FilterTypeLong(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev…  in FilterTypeLong()
 229 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL…  in FilterTypeString()
 272 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL…  in FilterTypeStruct()
 
 | 
| /packages/modules/Bluetooth/system/gd/dumpsys/ | 
| D | filter.cc | 53   virtual bool FilterField(const reflection::Field* field, flatbuffers::Table* table) {  in FilterField()65   virtual void FilterObject(const reflection::Object* object, flatbuffers::Table* table){};  in FilterObject()
 75   virtual void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table){};  in FilterTable()
 98 bool UserPrivacyFilter::FilterField(const reflection::Field* field, flatbuffers::Table* table) {  in FilterField()
 130 void UserPrivacyFilter::FilterObject(const reflection::Object* object, flatbuffers::Table* table) {  in FilterObject()
 142 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) {  in FilterTable()
 189 …flatbuffers::Table* table = const_cast<flatbuffers::Table*>(flatbuffers::GetRoot<flatbuffers::Tabl…  in FilterInPlace()  local
 
 | 
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ | 
| D | BaseDatabaseHelperUpgradeTest.java | 201         TableStructure table = createOneColumnTable("foo", INTEGER, false, null);  in testAssertHasColumn_Match()  local206         TableStructure table = new TableStructure();  in testAssertHasColumn_Empty()  local
 217         TableStructure table = createOneColumnTable("foo", INTEGER, false, null);  in testAssertHasColumn_ColumnNotExist()  local
 228         TableStructure table = createOneColumnTable("foo", INTEGER, false, null);  in testAssertHasColumn_TypeMismatch()  local
 239         TableStructure table = createOneColumnTable("foo", INTEGER, false, null);  in testAssertHasColumn_NotNullMismatch()  local
 250         TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz");  in testAssertHasColumn_DefaultMatch()  local
 255         TableStructure table = createOneColumnTable("foo", INTEGER, false, "bar");  in testAssertHasColumn_DefaultMismatch()  local
 266         TableStructure table = createOneColumnTable("foo", INTEGER, false, null);  in testAssertHasColumn_DefaultMismatch_Null1()  local
 277         TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz");  in testAssertHasColumn_DefaultMismatch_Null2()  local
 289         TableStructure table = new TableStructure();  in createOneColumnTable()  local
 
 | 
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | DatabaseModifier.java | 35     public abstract long insert(String table, String nullColumnHack, ContentValues values);  in insert()45     public abstract int update(Uri uri, String table, ContentValues values,  in update()
 51     public abstract int delete(String table, String whereClause, String[] whereArgs);  in delete()
 
 | 
| D | DbModifierWithNotification.java | 109     public long insert(String table, String nullColumnHack, ContentValues values) {  in insert()173     public int update(Uri uri, String table, ContentValues values, String whereClause,  in update()
 266     private void updateLastModified(String table, String whereClause, String[] whereArgs) {  in updateLastModified()
 276     public int delete(String table, String whereClause, String[] whereArgs) {  in delete()
 
 | 
| /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ | 
| D | MediaView.java | 89     public static void showAudioData(TableDisplay table, Bundle tags) {  in showAudioData()112             TableDisplay table,  in showVideoData()
 133             TableDisplay table,  in showExifData()
 193             TableDisplay table,  in showCoordiantes()
 236                     TableDisplay table = MediaView.this;  in getAddress()  local
 286     private static void addDimensionsRow(TableDisplay table, Resources resources, Bundle tags) {  in addDimensionsRow()
 
 | 
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ | 
| D | MoreDatabaseUtils.java | 38     public static String buildCreateIndexSql(String table, String field) {  in buildCreateIndexSql()51     public static String buildDropIndexSql(String table, String field) {  in buildDropIndexSql()
 60     public static String buildIndexName(String table, String field) {  in buildIndexName()
 
 | 
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ | 
| D | FilterStackDBHelper.java | 69     protected static void createTable(SQLiteDatabase db, String table, String[][] columns) {  in createTable()92     protected static void dropTable(SQLiteDatabase db, String table) {  in dropTable()
 
 | 
| /packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ | 
| D | CardContentProvider.java | 93             final String table = getTableFromMatch(uri);  in bulkInsert()  local167             final String table = getTableFromMatch(uri);  in query()  local
 202         String table;  in getTableFromMatch()  local
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/model/ | 
| D | ModelDbController.java | 135     public Cursor query(String table, String[] projection, String selection,  in query()152     public int insert(String table, ContentValues initialValues) {  in insert()
 168     public int delete(String table, String selection, String[] selectionArgs) {  in delete()
 183     public int update(String table, ContentValues values,  in update()
 
 | 
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ | 
| D | DatabaseWrapper.java | 301     public long queryNumEntries(final String table, final String selection,  in queryNumEntries()337     public int update(final String table, final ContentValues values,  in update()
 358     public int delete(final String table, final String whereClause, final String[] whereArgs) {  in delete()
 379     public long insert(final String table, final String nullColumnHack,  in insert()
 399     public long replace(final String table, final String nullColumnHack,  in replace()
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ | 
| D | WidgetsListTableViewHolderBinder.java | 92         WidgetsListTableView table = holder.tableContainer;  in bindViewHolder()  local136     private void recycleTableBeforeBinding(TableLayout table,  in recycleTableBeforeBinding()
 
 | 
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ | 
| D | ResultActivity.java | 178         TableLayout table = (TableLayout)findViewById(R.id.table);  in addRow()  local188         TableLayout table = (TableLayout)findViewById(R.id.table);  in addSeparator()  local
 
 | 
| /packages/apps/Gallery2/src/com/android/photos/data/ | 
| D | PhotoProvider.java | 295         String table = getTableFromMatch(match, uri);  in insertInTransaction()  local320         String table = getTableFromMatch(match, uri);  in query()  local
 339             String table = getTableFromMatch(match, uri);  in updateInTransaction()  local
 391         String table;  in getTableFromMatch()  local
 455     protected static String nestWhere(String matchColumn, String table, String nestedWhere) {  in nestWhere()
 498         String table = getTableFromMatch(match, uri);  in deleteCascade()  local
 518     protected Cursor query(String table, String[] columns, String selection,  in query()
 
 | 
| D | PhotoDatabase.java | 136     protected static void createTable(SQLiteDatabase db, String table, List<String[]> columns) {  in createTable()186     protected static void dropTable(SQLiteDatabase db, String table) {  in dropTable()
 
 | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/shared/ | 
| D | SharedDbHelper.java | 196     private void copyOrMigrateTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) {  in copyOrMigrateTable()209     private void copyTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) {  in copyTable()
 219     private void migrateEnrollmentTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) {  in migrateEnrollmentTable()
 
 | 
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ | 
| D | PhotoTableDream.java | 39         PhotoTable table = (PhotoTable) findViewById(R.id.table);  in onDreamingStarted()  local
 | 
| D | KeyboardInterpreter.java | 33     public KeyboardInterpreter(PhotoTable table) {  in KeyboardInterpreter()
 | 
| D | EdgeSwipeDetector.java | 34     public EdgeSwipeDetector(Context context, PhotoTable table) {  in EdgeSwipeDetector()
 | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/ | 
| D | MeasurementDbMigratorV14.java | 148             @NonNull SQLiteDatabase db, String table, Map<String, Uri> enrollmentIdToReportingUrl) {  in insertRegistrationOriginOrDelete()  argument188     private void deleteRecord(SQLiteDatabase db, String table, String recordId) {  in deleteRecord()
 
 | 
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ | 
| D | hashtable_lookup_float.mod.py | 22 table = [x for x in range(rows * features)]  variable
 | 
| D | hashtable_lookup_quant8.mod.py | 22 table = [x for x in range(rows * features)]  variable
 | 
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ | 
| D | hashtable_lookup_float_relaxed.mod.py | 22 table = [x for x in range(rows * features)]  variable
 | 
| /packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ | 
| D | UpsertTableRequest.java | 61     public UpsertTableRequest(@NonNull String table, @NonNull ContentValues contentValues) {  in UpsertTableRequest()65     public UpsertTableRequest(  in UpsertTableRequest()
 
 |