/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | transform.c | 17 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 …]
|
D | codec.h | 180 void WebRtcIsac_InitTransform(TransformTables* tables); 182 void WebRtcIsac_Time2Spec(const TransformTables* tables, 189 void WebRtcIsac_Spec2time(const TransformTables* tables,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/ |
D | pcfread.c | 93 PCF_Table tables; in pcf_read_TOC() local 121 if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC() 124 tables = face->toc.tables; in pcf_read_TOC() 127 if ( FT_STREAM_READ_FIELDS( pcf_table_header, tables ) ) in pcf_read_TOC() 129 tables++; in pcf_read_TOC() 135 tables = face->toc.tables; in pcf_read_TOC() 149 if ( tables[i].offset > tables[i + 1].offset ) in pcf_read_TOC() 151 tmp = tables[i]; in pcf_read_TOC() 152 tables[i] = tables[i + 1]; in pcf_read_TOC() 153 tables[i + 1] = tmp; in pcf_read_TOC() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 55 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__.py | 133 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/ |
D | dftables.c | 65 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()
|
D | pcre_byte_order.c | 100 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()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | stats.cc | 44 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
D | gxvbsln.c | 150 gxv_bsln_parts_fmt0_validate( FT_Bytes tables, in gxv_bsln_parts_fmt0_validate() argument 154 FT_Bytes p = tables; in gxv_bsln_parts_fmt0_validate() 169 gxv_bsln_parts_fmt1_validate( FT_Bytes tables, in gxv_bsln_parts_fmt1_validate() argument 173 FT_Bytes p = tables; in gxv_bsln_parts_fmt1_validate() 194 gxv_bsln_parts_fmt2_validate( FT_Bytes tables, in gxv_bsln_parts_fmt2_validate() argument 198 FT_Bytes p = tables; in gxv_bsln_parts_fmt2_validate() 238 gxv_bsln_parts_fmt3_validate( FT_Bytes tables, in gxv_bsln_parts_fmt3_validate() argument 242 FT_Bytes p = tables; in gxv_bsln_parts_fmt3_validate()
|
D | README | 8 `gxvalid' is a module to validate TrueType GX tables: a collection of 9 additional tables in TrueType font which are used by `QuickDraw GX 11 validates `kern' tables which have been extended for AAT. Like the 24 - supported TrueType GX tables 26 - permissive error handling of broken GX tables 30 2. Supported tables 33 The following GX tables are currently supported. 46 The following GX tables are currently unsupported. 55 The following GX tables won't be supported. 60 The following undocumented tables in TrueType fonts designed for Apple [all …]
|
/external/fonttools/MetaTools/ |
D | buildTableList.py | 18 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/ |
D | google-12-srtp-hide-aes-tables-main.patch | 15 ... //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/ |
D | merge.py | 11 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/sfntly/ |
D | README.md | 11 …tables in a font. The tables are the individual data structures within the font for each of the fe…
|
/external/harfbuzz_ng/src/ |
D | hb-open-file-private.hh | 80 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/chromium-trace/catapult/firefighter/default/handlers/ |
D | query.py | 54 tables = (constants.BUILDS_TABLE, constants.CURRENT_BUILDS_TABLE) 55 tables = ['[%s.%s]' % (constants.DATASET, table) for table in tables] 81 'FROM %s ' % ','.join(tables) +
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | parsecvs.php | 124 $tables = array(); variable 129 array_push($tables, $row[0]); 133 wmysql_query("OPTIMIZE TABLE " . join($tables, ",")); 134 wmysql_query("ANALYZE TABLE " . join($tables, ","));
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | dynamodb_dump | 52 def dynamodb_dump(tables, out_dir): argument 61 for t in tables: 75 dynamodb_dump(namespace.tables, namespace.out_dir)
|
D | dynamodb_load | 72 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/autotest/database/ |
D | db_utils.py | 41 def move_tables(manager, src_manager, tables): argument 52 check_exists(src_manager, tables, TABLE_TYPE) 53 for table in tables:
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftgxval.c | 40 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/pdfium/third_party/freetype/src/base/ |
D | ftgxval.c | 40 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/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 211 void emitDecodePath(DisassemblerTables &tables) const; 219 RecognizableInstr(DisassemblerTables &tables, 231 static void processInstr(DisassemblerTables &tables,
|
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 28 == 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/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 89 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()
|