Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 13 of 13) 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.java632 String get(String tableName, String code) { in get()
636 String get(String tableName, String subTableName, String code) { in get()
656 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.java639 String get(String tableName, String code) { in get()
643 String get(String tableName, String subTableName, String code) { in get()
663 public String get(String tableName, String subTableName, String code) { in get()
/external/perfetto/ui/src/controller/
Dtrack_controller.ts59 tableName(prefix: string) { method in TrackController
/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/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