Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/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 …]
Dcodec.h180 void WebRtcIsac_InitTransform(TransformTables* tables);
182 void WebRtcIsac_Time2Spec(const TransformTables* tables,
189 void WebRtcIsac_Spec2time(const TransformTables* tables,
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py55 self.tables = {}
59 self.tables[Tag(entry.tag)] = entry
66 return tag in self.tables
71 return self.tables.keys()
75 entry = self.tables[Tag(tag)]
92 del self.tables[Tag(tag)]
127 self.tables = {}
132 if tag in self.tables:
135 entry = self.tables[tag]
165 self.tables[tag] = entry
[all …]
D__init__.py133 self.tables = {}
225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True, argument
239 if not tables:
240 tables = list(self.keys())
241 if "GlyphOrder" not in tables:
242 tables = ["GlyphOrder"] + tables
245 if tag in tables:
246 tables.remove(tag)
247 numTables = len(tables)
269 tag = tables[i]
[all …]
/external/pcre/dist/
Ddftables.c65 const unsigned char *tables; in main() local
84 tables = pcre_maketables(); in main()
85 base_of_tables = tables; in main()
137 fprintf(f, "%3d", *tables++); in main()
148 fprintf(f, "%3d", *tables++); in main()
168 fprintf(f, "0x%02x", *tables++); in main()
196 fprintf(f, "0x%02x", *tables++); in main()
Dpcre_byte_order.c100 pcre_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order() argument
103 pcre16_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
106 pcre32_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
124 re->tables = tables; in pcre_pattern_to_host_byte_order()
153 re->tables = tables; in pcre_pattern_to_host_byte_order()
Dpcre_study.c1467 const pcre_uint8 *tables; in pcre_study() local
1513 tables = re->tables; in pcre_study()
1516 if (tables == NULL) in pcre_study()
1518 (void *)(&tables)); in pcre_study()
1520 if (tables == NULL) in pcre_study()
1522 (void *)(&tables)); in pcre_study()
1524 if (tables == NULL) in pcre_study()
1526 (void *)(&tables)); in pcre_study()
1529 compile_block.lcc = tables + lcc_offset; in pcre_study()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
[all …]
/external/sfntly/cpp/src/sample/subtly/
Dstats.cc44 const TableMap* tables = font->GetTableMap(); in PrintComparison() local
45 for (TableMap::const_iterator it = tables->begin(), in PrintComparison()
46 e = tables->end(); it != e; ++it) { in PrintComparison()
72 const TableMap* tables = font->GetTableMap(); in PrintStats() local
73 for (TableMap::const_iterator it = tables->begin(), in PrintStats()
74 e = tables->end(); it != e; ++it) { in PrintStats()
/external/fonttools/MetaTools/
DbuildTableList.py18 tables = [] variable
26 tables.append(tag.strip())
29 tables.sort()
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:]
/external/srtp/googlepatches/
Dgoogle-12-srtp-hide-aes-tables-main.patch15 ... //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 edit
25 +- Make main in tables/aes_tables.c hidable. If it is present, it conflicts
29 …ot/google3/third_party/libsrtp/tables/aes_tables.c#4 - /home/param/sources/gcomm-server/google3/th…
31 --- google3/third_party/libsrtp/tables/aes_tables.c 2010-02-25 06:36:30.000000000 -0800
32 +++ google3/third_party/libsrtp/tables/aes_tables.c 2011-07-29 11:52:25.000000000 -0700
/external/fonttools/Lib/fontTools/
Dmerge.py11 from fontTools.ttLib.tables import otTables, _h_e_a_d
12 from fontTools.ttLib.tables.DefaultTable import DefaultTable
142 def merge(self, m, tables): argument
150 return m.mergeObjects(self, self.mergeMap, tables)
152 return logic(tables)
279 def merge(self, m, tables): argument
280 DefaultTable.merge(self, m, tables)
333 def merge(self, m, tables): argument
334 for i,table in enumerate(tables):
344 return DefaultTable.merge(self, m, tables)
[all …]
/external/chromium-trace/catapult/firefighter/default/handlers/
Dquery.py52 tables = (constants.BUILDS_TABLE, constants.CURRENT_BUILDS_TABLE)
53 tables = ['[%s.%s@%d-]' % (constants.DATASET, table, query_start_time_ms)
54 for table in tables]
75 'FROM %s ' % ','.join(tables) +
/external/harfbuzz_ng/src/
Dhb-open-file-private.hh80 return tables[i]; in get_table()
89 if (t == tables[i].tag) in find_table_index()
109 …return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTable… in sanitize()
118 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member
120 DEFINE_SIZE_ARRAY (12, tables);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
Dparsecvs.php124 $tables = array(); variable
129 array_push($tables, $row[0]);
133 wmysql_query("OPTIMIZE TABLE " . join($tables, ","));
134 wmysql_query("ANALYZE TABLE " . join($tables, ","));
/external/autotest/database/
Ddb_utils.py41 def move_tables(manager, src_manager, tables): argument
52 check_exists(src_manager, tables, TABLE_TYPE)
53 for table in tables:
/external/pdfium/third_party/freetype/src/base/
Dftgxval.c40 FT_Bytes tables[FT_VALIDATE_GX_LENGTH], in FT_TrueTypeGX_Validate()
53 if ( !tables ) in FT_TrueTypeGX_Validate()
64 tables, in FT_TrueTypeGX_Validate()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Ddynamodb_dump52 def dynamodb_dump(tables, out_dir): argument
61 for t in tables:
75 dynamodb_dump(namespace.tables, namespace.out_dir)
Ddynamodb_load72 def dynamodb_load(tables, in_dir, create_tables): argument
74 for t in tables:
109 dynamodb_load(namespace.tables, namespace.in_dir, namespace.create_tables)
/external/icu/icu4c/source/data/mappings/
DREADME.emoji28 == How the -2012.ucm tables were modified in April 2013
50 The older tables relied on a hack in the ICU conversion code that
53 The new tables rely on a new feature in ICU4C 51:
62 == How the -2012.ucm tables were created in September 2012
82 The new conversion tables round-trip carrier Emoji symbol codes
95 == How the -2007.ucm tables were created
97 So far, we haven't obtained "official" conversion tables from the cell
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h211 void emitDecodePath(DisassemblerTables &tables) const;
219 RecognizableInstr(DisassemblerTables &tables,
231 static void processInstr(DisassemblerTables &tables,
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h89 table_range tables() { in tables() function
105 for (auto *T : tables()) in clear()
123 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
136 for (auto *ODT : tables()) { in condense()
232 for (auto *ODT : tables()) { in find()
257 for (auto *ODT : tables()) { in findAll()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dwrite.py106 tables = []
149 tables.append(zip(*rows))
150 pythons.append((version, tables))
161 for idx, (version, tables) in enumerate(pythons):
170 for table in tables:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwrite.py103 tables = []
146 tables.append(zip(*rows))
147 pythons.append((version, tables))
158 for idx, (version, tables) in enumerate(pythons):
167 for table in tables:
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
DMakefile.wine9 wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
12 wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
/external/libjpeg-turbo/
Dwizard.txt18 Ordinarily, cjpeg starts with a default set of tables (the same ones given
33 -qtables file Use the quantization tables given in the named file.
36 values. The file should contain one to four tables, each of 64 elements.
37 The tables are implicitly numbered 0,1,etc. in order of appearance. Table
44 duplicates the default quantization tables:
46 # Quantization tables given in JPEG spec, section K.1
68 If the -qtables switch is used without -quality, then the specified tables
70 tables taken from the file are scaled in the same fashion that the default
71 tables would be scaled for that quality setting. If -baseline appears, then
84 provide a -qtables file that defines three quantization tables and say

12345678910>>...21