Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
Dtarget.py16 def serializeLookup(self, serializer, tableName, key, value): argument
20 def serializeUpdate(self, serializer, tableName, key, value): argument
37 def serializeTableDeclaration(self, serializer, tableName, argument
125 def serializeTableDeclaration(self, serializer, tableName, argument
144 def serializeLookup(self, serializer, tableName, key, value): argument
148 def serializeUpdate(self, serializer, tableName, key, value): argument
DebpfTable.py376 def runAction(self, serializer, tableName, valueName, program, nextNode): argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceTableAccess.java23 public static String getTableString(String path, ULocale locale, String tableName, in getTableString()
34 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString()
DLocaleDisplayNamesImpl.java631 String get(String tableName, String code) { in get()
635 String get(String tableName, String subTableName, String code) { in get()
655 public String get(String tableName, String subTableName, String code) { in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceTableAccess.java25 public static String getTableString(String path, ULocale locale, String tableName, in getTableString()
36 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString()
DLocaleDisplayNamesImpl.java638 String get(String tableName, String code) { in get()
642 String get(String tableName, String subTableName, String code) { in get()
662 public String get(String tableName, String subTableName, String code) { in get()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheFileMetadataIndex.java63 private @MonotonicNonNull String tableName; field in CacheFileMetadataIndex
79 String tableName = getTableName(hexUid); in delete() local
245 private static void dropTable(SQLiteDatabase writableDatabase, String tableName) { in dropTable()
DCachedContentIndex.java757 private String tableName; field in CachedContentIndex.DatabaseStorage
934 String tableName = getTableName(hexUid); in delete() local
950 private static void dropTable(SQLiteDatabase writableDatabase, String tableName) { in dropTable()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/database/
DVersionTable.java167 /* package */ static boolean tableExists(SQLiteDatabase readableDatabase, String tableName) { in tableExists()
/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts217 const tableName = constant
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java338 private static String[] getCodes(ULocale locale, String tableName) { in getCodes()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java335 private static String[] getCodes(ULocale locale, String tableName) { in getCodes()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDefaultDownloadIndex.java131 private final String tableName; field in DefaultDownloadIndex
/external/javasqlite/src/main/java/SQLite/
DShell.java24 String tableName; field in Shell
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1871 String tableName; in tradAlphaCount() local
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py5638 tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) variable
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py5638 tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) variable