HomeSort by relevance Sort by last modified time
    Searched defs:tables (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/python/cpython2/Lib/msilib/
text.py 129 tables=['ActionText', 'UIText'] variable
sequence.py 126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence'] variable
  /external/python/cpython3/Lib/msilib/
text.py 129 tables=['ActionText', 'UIText'] variable
sequence.py 126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence'] variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
sequence.py 126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence'] variable
uisample.py 1400 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'BBControl', 'Billboard', 'Binary', 'CheckBox', 'Property', 'ComboBox', 'Control', 'ListBox', 'ActionText', 'ControlCondition', 'ControlEvent', 'Dialog', 'EventMapping', 'InstallExecuteSequence', 'InstallUISequence', 'ListView', 'RadioButton', 'TextStyle', 'UIText', '_Validation', 'Error'] variable
    [all...]
  /external/pcre/dist2/src/
dftables.c 43 character tables for PCRE2. The tables are built according to the current
66 const unsigned char *tables; local
85 tables = maketables();
86 base_of_tables = tables;
103 "program. It contains character tables that are used when no external\n"
104 "tables are passed to PCRE2 by the application that calls it. The tables\n"
139 fprintf(f, "%3d", *tables++);
150 fprintf(f, "%3d", *tables++)
    [all...]
pcre2_serialize.c 81 const uint8_t *tables; local
94 tables = NULL;
101 if (tables == NULL)
102 tables = re->tables;
103 else if (tables != re->tables)
124 memcpy(dst_bytes, tables, tables_length);
154 uint8_t *tables; local
171 /* Decode tables. The reference count for the tables is stored immediatel
    [all...]
  /external/python/cpython2/Tools/msi/
sequence.py 126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence'] variable
uisample.py 1400 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'BBControl', 'Billboard', 'Binary', 'CheckBox', 'Property', 'ComboBox', 'Control', 'ListBox', 'ActionText', 'ControlCondition', 'ControlEvent', 'Dialog', 'EventMapping', 'InstallExecuteSequence', 'InstallUISequence', 'ListView', 'RadioButton', 'TextStyle', 'UIText', '_Validation', 'Error'] variable
    [all...]
  /external/iptables/iptables/
xtables-config-parser.y 109 family : T_FAMILY T_STRING '{' tables '}'
116 tables : table label
117 | tables table
nft.h 37 struct builtin_table *tables; member in struct:nft_handle
54 * Operations with tables.
143 * Parse config for tables and chain helper functions
  /external/fonttools/MetaTools/
buildTableList.py 12 "Lib", "fontTools", "ttLib", "tables")
18 tables = [] variable
26 tables.append(tag.strip())
29 tables.sort()
36 file.write('\t"""Dummy function to let modulefinder know what tables may be\n')
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:]
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 44 const TableMap* tables = font->GetTableMap(); local
45 for (TableMap::const_iterator it = tables->begin(),
46 e = tables->end(); it != e; ++it) {
72 const TableMap* tables = font->GetTableMap(); local
73 for (TableMap::const_iterator it = tables->begin(),
74 e = tables->end(); it != e; ++it) {
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class in inherits:aetools.ComponentItem
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class in inherits:aetools.ComponentItem
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class in inherits:aetools.ComponentItem
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
xlat_tables_v2_helpers.h 44 /* Struct that holds all information about the translation tables. */
64 * Array of finer-grain translation tables.
68 uint64_t (*tables)[XLAT_TABLE_ENTRIES]; member in struct:xlat_ctx
89 * translation tables. These might get updated as we map/unmap memory
98 /* Set to 1 when the translation tables are initialized. */
155 .tables = _ctx_name##_xlat_tables, \
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DatabaseAnalyzer.java 78 * tables.
82 final List<String> tables = findTablesAndViews(db); local
84 Log.d(TAG, "Tables and views:");
86 final List<String> ret = new ArrayList<>(tables); // Start with the table/view list.
87 for (String name : tables) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
mkstringprep.py 47 ############## Read the tables in the RFC #######################
51 tables = [] variable
69 tables.append((curname, table))
107 ########### Generate compact Python versions of the tables #############
110 \"\"\"Library that exposes various tables found in the StringPrep RFC 3454.
112 There are two kinds of tables: sets, for which a member test is provided,
123 name, table = tables[0]
124 del tables[0]
146 name, table = tables[0]
147 del tables[0]
    [all...]
  /external/python/cpython2/Tools/unicode/
mkstringprep.py 47 ############## Read the tables in the RFC #######################
51 tables = [] variable
69 tables.append((curname, table))
107 ########### Generate compact Python versions of the tables #############
110 \"\"\"Library that exposes various tables found in the StringPrep RFC 3454.
112 There are two kinds of tables: sets, for which a member test is provided,
123 name, table = tables[0]
124 del tables[0]
146 name, table = tables[0]
147 del tables[0
    [all...]
  /external/python/cpython3/Tools/unicode/
mkstringprep.py 51 ############## Read the tables in the RFC #######################
56 tables = [] variable
73 tables.append((curname, table))
113 ########### Generate compact Python versions of the tables #############
116 \"\"\"Library that exposes various tables found in the StringPrep RFC 3454.
118 There are two kinds of tables: sets, for which a member test is provided,
129 name, table = tables[0]
130 del tables[0]
152 name, table = tables[0]
153 del tables[0
    [all...]
  /external/skia/src/core/
SkColorSpaceXform.cpp 210 // Build tables to transform src gamma to linear.
534 TablesContext tables; local
544 tables.fR = fDstGammaTables[0];
545 tables.fG = fDstGammaTables[1];
546 tables.fB = fDstGammaTables[2];
547 tables.fCount = SkColorSpaceXform_Base::kDstGammaTableSize;
548 pipeline.append(SkRasterPipeline::byte_tables_rgb, &tables);
  /external/skia/tests/
ICCTest.cpp 157 SkICC::Tables tables; local
158 bool result = icc->rawTransferFnData(&tables);
161 REPORTER_ASSERT(r, 0.0f == tables.red()[0]);
162 REPORTER_ASSERT(r, 0.0f == tables.green()[0]);
163 REPORTER_ASSERT(r, 0.0f == tables.blue()[0]);
164 REPORTER_ASSERT(r, 1.0f == tables.red()[tables.fRed.fCount - 1]);
165 REPORTER_ASSERT(r, 1.0f == tables.green()[tables.fGreen.fCount - 1])
    [all...]
  /external/skqp/src/core/
SkColorSpaceXform.cpp 210 // Build tables to transform src gamma to linear.
534 TablesContext tables; local
544 tables.fR = fDstGammaTables[0];
545 tables.fG = fDstGammaTables[1];
546 tables.fB = fDstGammaTables[2];
547 tables.fCount = SkColorSpaceXform_Base::kDstGammaTableSize;
548 pipeline.append(SkRasterPipeline::byte_tables_rgb, &tables);

Completed in 1008 milliseconds

1 2 3 4 5 6 7