Home
last modified time | relevance | path

Searched full:tables (Results 1 – 25 of 3914) sorted by relevance

12345678910>>...157

/external/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt71 Doc/source/ttLib/tables.rst
177 Lib/fontTools/ttLib/tables/B_A_S_E_.py
178 Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py
179 Lib/fontTools/ttLib/tables/C_B_D_T_.py
180 Lib/fontTools/ttLib/tables/C_B_L_C_.py
181 Lib/fontTools/ttLib/tables/C_F_F_.py
182 Lib/fontTools/ttLib/tables/C_F_F__2.py
183 Lib/fontTools/ttLib/tables/C_O_L_R_.py
184 Lib/fontTools/ttLib/tables/C_P_A_L_.py
185 Lib/fontTools/ttLib/tables/D_S_I_G_.py
[all …]
/external/apache-commons-compress/src/test/resources/
DtestNumbersNew.numbers ... Index/Tables/DataList.iwa Index/Tables/DataList-5.iwa Index/Tables/HeaderStorageBucket ...
/external/fonttools/Doc/source/ttLib/
Dtables.rst2 tables title
5 .. automodule:: fontTools.ttLib.tables
12 .. automodule:: fontTools.ttLib.tables._a_v_a_r
19 .. automodule:: fontTools.ttLib.tables._c_m_a_p
26 .. automodule:: fontTools.ttLib.tables._c_v_a_r
33 .. automodule:: fontTools.ttLib.tables._c_v_t
40 .. automodule:: fontTools.ttLib.tables._f_e_a_t
47 .. automodule:: fontTools.ttLib.tables._f_p_g_m
54 .. automodule:: fontTools.ttLib.tables._f_v_a_r
61 .. automodule:: fontTools.ttLib.tables._g_a_s_p
[all …]
/external/python/cpython2/Tools/unicode/
Dmkstringprep.py47 ############## 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/
Dmkstringprep.py51 ############## 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/fonttools/Tests/varLib/
Dinterpolate_layout_test.py74 def expect_ttx(self, font, expected_ttx, tables): argument
76 font.saveXML(path, tables=tables)
85 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
89 self.expect_ttx(TTFont(path), expected_ttx, tables)
124 tables = ['GSUB']
126 self.expect_ttx(instfont, expected_ttx_path, tables)
127 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
148 tables = ['GSUB']
150 self.expect_ttx(instfont, expected_ttx_path, tables)
151 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
[all …]
DvarLib_test.py83 def expect_ttx(self, font, expected_ttx, tables): argument
85 font.saveXML(path, tables=tables)
94 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
98 self.expect_ttx(TTFont(path), expected_ttx, tables)
108 def _run_varlib_build_test(self, designspace_name, font_name, tables, argument
130 self.expect_ttx(varfont, expected_ttx_path, tables)
131 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
141 tables=['GDEF', 'HVAR', 'MVAR', 'fvar', 'gvar'],
159 tables=['avar'],
179 tables=['avar'],
[all …]
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h1 //===--- MultiOnDiskHashTable.h - Merged set of hash tables -----*- C++ -*-===//
13 // Multiple hash tables from different files are implicitly merged to improve
30 /// \brief A collection of on-disk hash tables, merged when relevant for performance.
33 /// A handle to a file, used when overriding tables.
67 /// \brief The current set of on-disk and merged tables.
72 TableVector Tables; variable
74 /// \brief Files corresponding to overridden tables that we've not yet
88 /// \brief The current set of on-disk tables.
89 table_range tables() { in tables() function
90 auto Begin = Tables.begin(), End = Tables.end(); in tables()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DTablesTest.java28 * Tests for {@link Tables}.
38 = Tables.immutableCell("foo", 1, 'a'); in testImmutableEntrySerialization()
44 = Tables.immutableCell("foo", 1, 'a'); in testImmutableEntryToString()
48 = Tables.immutableCell(null, null, null); in testImmutableEntryToString()
54 = Tables.immutableCell("foo", 1, 'a'); in testEntryEquals()
57 .addEqualityGroup(entry, Tables.immutableCell("foo", 1, 'a')) in testEntryEquals()
58 .addEqualityGroup(Tables.immutableCell("bar", 1, 'a')) in testEntryEquals()
59 .addEqualityGroup(Tables.immutableCell("foo", 2, 'a')) in testEntryEquals()
60 .addEqualityGroup(Tables.immutableCell("foo", 1, 'b')) in testEntryEquals()
61 .addEqualityGroup(Tables.immutableCell(null, null, null)) in testEntryEquals()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTablesTest.java26 * Tests for {@link Tables}.
35 = Tables.immutableCell("foo", 1, 'a'); in testImmutableEntryToString()
39 = Tables.immutableCell(null, null, null); in testImmutableEntryToString()
45 = Tables.immutableCell("foo", 1, 'a'); in testEntryEquals()
48 .addEqualityGroup(entry, Tables.immutableCell("foo", 1, 'a')) in testEntryEquals()
49 .addEqualityGroup(Tables.immutableCell("bar", 1, 'a')) in testEntryEquals()
50 .addEqualityGroup(Tables.immutableCell("foo", 2, 'a')) in testEntryEquals()
51 .addEqualityGroup(Tables.immutableCell("foo", 1, 'b')) in testEntryEquals()
52 .addEqualityGroup(Tables.immutableCell(null, null, null)) in testEntryEquals()
58 = Tables.immutableCell(null, null, null); in testEntryEqualsNull()
[all …]
/external/mesa3d/src/mesa/main/
Dget_hash_generator.py28 # Generate a C header file containing hash tables of glGet parameter
96 def print_tables(tables): argument
97 for table in tables:
101 for table in tables:
114 # Merge tables with matching parameter lists (i.e. GL and GL_CORE)
115 def merge_tables(tables): argument
117 for api, indices in sorted(tables.items()):
142 tables = defaultdict(lambda:{})
170 add_to_hash_table(tables[api], hash_val, len(params))
171 # Also add GLES2 items to the GLES3+ hash tables
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dtransform.c17 void WebRtcIsac_InitTransform(TransformTables* tables) { in WebRtcIsac_InitTransform() argument
24 tables->costab1[k] = cos(phase); in WebRtcIsac_InitTransform()
25 tables->sintab1[k] = sin(phase); in WebRtcIsac_InitTransform()
32 tables->costab2[k] = cos(phase); in WebRtcIsac_InitTransform()
33 tables->sintab2[k] = sin(phase); in WebRtcIsac_InitTransform()
38 void WebRtcIsac_Time2Spec(const TransformTables* tables, in WebRtcIsac_Time2Spec() argument
56 tmp1r = tables->costab1[k]; in WebRtcIsac_Time2Spec()
57 tmp1i = tables->sintab1[k]; in WebRtcIsac_Time2Spec()
73 tmp1r = tables->costab2[k]; in WebRtcIsac_Time2Spec()
74 tmp1i = tables->sintab2[k]; in WebRtcIsac_Time2Spec()
[all …]
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py11 classes, since whenever to number of tables changes or whenever
82 tables = {}
87 tables[tag] = entry
88 self.tables = OrderedDict(sorted(tables.items(), key=lambda i: i[1].offset))
95 return tag in self.tables
100 return self.tables.keys()
104 entry = self.tables[Tag(tag)]
121 del self.tables[Tag(tag)]
151 # default compression level for WOFF 1.0 tables and metadata
242 self.tables = OrderedDict()
[all …]
DttFont.py16 a convenient way of accessing tables.
17 Tables will be only decompiled when necessary, ie. when they're actually
67 tables. For SING glyphlets, the cmap table is used to specify Unicode
75 individual tables during decompilation will be ignored, falling
93 self.tables = {}
177 # don't reorder tables and save as is
182 # sort tables using the original font's order
222 The 'tables' argument must either be false (dump all tables) or a
223 list of tables to dump. The 'skipTables' argument may be a list of tables
224 to skip, but only when the 'tables' argument is false.
[all …]
/external/llvm/utils/TableGen/
DDisassemblerEmitter.cpp31 /// The emitter produces the tables that the disassembler uses to translate
32 /// instructions. The emitter generates the following tables:
41 /// returned.) This allows considerable space savings in other tables.
42 /// - Six tables (ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
52 /// occupy the same space in the decode tables. These conflicts are resolved as
56 /// (that is, the attributes specified for it in the LLVM tables specify
73 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are
75 /// (3) to fix the tables to reflect the actual context (for example, required
83 /// X86DisassemblerTables.h contains the interface for the instruction tables,
86 /// tables.
[all …]
/external/autotest/database/
Ddb_utils.py26 Renames specified tables in the database
28 Use this to rename a specified set of tables in a database. If a source in
41 def move_tables(manager, src_manager, tables): argument
43 Moves the specified tables from another database
50 @param tables a list of tables to move
52 check_exists(src_manager, tables, TABLE_TYPE)
53 for table in tables:
69 Checks if the tables or views exists.
78 info_table = 'TABLES'
/external/pcre/dist2/src/
Dpcre2_serialize.c81 const uint8_t *tables; in pcre2_serialize_encode() local
94 tables = NULL; in pcre2_serialize_encode()
101 if (tables == NULL) in pcre2_serialize_encode()
102 tables = re->tables; in pcre2_serialize_encode()
103 else if (tables != re->tables) in pcre2_serialize_encode()
124 memcpy(dst_bytes, tables, tables_length); in pcre2_serialize_encode()
137 specify the size of a pointer. If sizeof(uint8_t *) is used (tables is a in pcre2_serialize_encode()
144 (void)memset(dst_bytes + offsetof(pcre2_real_code, tables), 0, in pcre2_serialize_encode()
172 uint8_t *tables; in pcre2_serialize_decode() local
189 /* Decode tables. The reference count for the tables is stored immediately in pcre2_serialize_decode()
[all …]
/external/freetype/src/pcf/
Dpcfread.c100 PCF_Table tables; in pcf_read_TOC() local
120 /* and there can be most 9 tables */ in pcf_read_TOC()
124 FT_TRACE0(( "pcf_read_TOC: adjusting number of tables" in pcf_read_TOC()
131 if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC()
134 tables = face->toc.tables; in pcf_read_TOC()
137 if ( FT_STREAM_READ_FIELDS( pcf_table_header, tables ) ) in pcf_read_TOC()
139 tables++; in pcf_read_TOC()
142 /* Sort tables and check for overlaps. Because they are almost */ in pcf_read_TOC()
145 tables = face->toc.tables; in pcf_read_TOC()
159 if ( tables[i].offset > tables[i + 1].offset ) in pcf_read_TOC()
[all …]
/external/flatbuffers/src/
Dflatc_main.cpp50 "Generate C++ headers for tables/structs", flatbuffers::CPPMakeRule }, in main()
53 "Generate Go files for tables/structs", flatbuffers::GeneralMakeRule }, in main()
56 "Generate Java classes for tables/structs", in main()
60 "Generate JavaScript code for tables/structs", flatbuffers::JSTSMakeRule }, in main()
63 "Generate Dart classes for tables/structs", flatbuffers::DartMakeRule }, in main()
66 "Generate TypeScript code for tables/structs", flatbuffers::JSTSMakeRule }, in main()
69 "Generate C# classes for tables/structs", flatbuffers::GeneralMakeRule }, in main()
72 "Generate Python files for tables/structs", in main()
76 "Generate Lobster files for tables/structs", in main()
80 "Generate Lua files for tables/structs", in main()
[all …]
/external/python/cpython2/Lib/lib2to3/pgen2/
Dgrammar.py24 """Pgen parsing tables conversion class.
26 Once initialized, this class supplies the grammar tables for the
29 provide initialization of the tables; several subclasses exist to
32 The load() method reads the tables from a pickle file, which is
35 tables using a subclass). The report() method prints a readable
36 representation of the tables to stdout, for debugging.
89 """Dump the grammar tables to a pickle file.
93 pickled file to create the tables, but only changes OrderedDict to dict
95 So, the loaded tables are different from the original tables that were
106 """Load the grammar tables from a pickle file."""
[all …]
/external/python/cpython3/Lib/lib2to3/pgen2/
Dgrammar.py24 """Pgen parsing tables conversion class.
26 Once initialized, this class supplies the grammar tables for the
29 provide initialization of the tables; several subclasses exist to
32 The load() method reads the tables from a pickle file, which is
35 tables using a subclass). The report() method prints a readable
36 representation of the tables to stdout, for debugging.
89 """Dump the grammar tables to a pickle file.
93 pickled file to create the tables, but only changes OrderedDict to dict
95 So, the loaded tables are different from the original tables that were
106 """Load the grammar tables from a pickle file."""
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDisassemblerEmitter.cpp33 /// The emitter produces the tables that the disassembler uses to translate
34 /// instructions. The emitter generates the following tables:
43 /// returned.) This allows considerable space savings in other tables.
44 /// - Six tables (ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
54 /// occupy the same space in the decode tables. These conflicts are resolved as
58 /// (that is, the attributes specified for it in the LLVM tables specify
75 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are
77 /// (3) to fix the tables to reflect the actual context (for example, required
85 /// X86DisassemblerTables.h contains the interface for the instruction tables,
88 /// tables.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDisassemblerEmitter.cpp32 /// The emitter produces the tables that the disassembler uses to translate
33 /// instructions. The emitter generates the following tables:
42 /// returned.) This allows considerable space savings in other tables.
43 /// - Six tables (ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
53 /// occupy the same space in the decode tables. These conflicts are resolved as
57 /// (that is, the attributes specified for it in the LLVM tables specify
74 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are
76 /// (3) to fix the tables to reflect the actual context (for example, required
84 /// X86DisassemblerTables.h contains the interface for the instruction tables,
87 /// tables.
[all …]
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py73 relative_path=u'tables/{tableId}/columns/{columnId}',
99 relative_path=u'tables/{tableId}/columns/{columnId}',
125 relative_path=u'tables/{tableId}/columns',
151 relative_path=u'tables/{tableId}/columns',
177 relative_path=u'tables/{tableId}/columns/{columnId}',
203 relative_path=u'tables/{tableId}/columns/{columnId}',
307 relative_path=u'tables/{tableId}/styles/{styleId}',
333 relative_path=u'tables/{tableId}/styles/{styleId}',
359 relative_path=u'tables/{tableId}/styles',
385 relative_path=u'tables/{tableId}/styles',
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DTable_Suite.py1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,

12345678910>>...157