Home
last modified time | relevance | path

Searched defs:tables (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_table.js44 function appendCommonFilename(tables) { argument
78 cvox.BrailleTable.forId = function(tables, id) { argument
92 cvox.BrailleTable.getUncontracted = function(tables, table) { argument
Dbraille_background.js37 cvox.BrailleTable.getAll(goog.bind(function(tables) { argument
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcompact_lang_det.cc16 const DetectionTables* tables, in DetectLanguage()
57 const DetectionTables* tables, in DetectLanguageSummary()
99 const DetectionTables* tables, in DetectLanguageSummary()
144 const DetectionTables* tables, in ExtDetectLanguageSummary()
186 const DetectionTables* tables, in ExtDetectLanguageSummary()
228 const DetectionTables* tables, in ExtDetectLanguageSummary()
/external/chromium_org/third_party/brotli/src/woff2/
Dwoff2_enc.cc74 bool ReadLongDirectory(Buffer* file, std::vector<Table>* tables, in ReadLongDirectory()
117 size_t ComputeWoff2Length(const std::vector<Table>& tables) { in ComputeWoff2Length()
129 size_t ComputeTTFLength(const std::vector<Table>& tables) { in ComputeTTFLength()
212 std::vector<Table> tables; in ConvertTTFToWOFF2() local
Dfont.h45 std::map<uint32_t, Table> tables; member
Dwoff2_dec.cc587 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { in FindTable()
597 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, in ReconstructTransformed()
639 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst) { in FixChecksums()
675 bool ReadShortDirectory(Buffer* file, std::vector<Table>* tables, in ReadShortDirectory()
772 std::vector<Table> tables(num_tables); in ConvertWOFF2ToTTF() local
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
Dstats.cc44 const TableMap* tables = font->GetTableMap(); in PrintComparison() local
72 const TableMap* tables = font->GetTableMap(); in PrintStats() local
/external/sfntly/cpp/src/sample/subtly/
Dstats.cc44 const TableMap* tables = font->GetTableMap(); in PrintComparison() local
72 const TableMap* tables = font->GetTableMap(); in PrintStats() local
/external/fonttools/Lib/fontTools/
Dmerge.py142 def merge(self, m, tables): argument
279 def merge(self, m, tables): argument
333 def merge(self, m, tables): argument
351 def merge(self, m, tables): argument
447 def merge(self, m, tables): argument
775 def mergeObjects(self, returnTable, logic, tables): argument
/external/pcre/dist/
Ddftables.c65 const unsigned char *tables; in main() local
Dpcre_byte_order.c100 pcre_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
Dpcretest.c242 #define PCRE_COMPILE8(re, pat, options, error, erroffset, tables) \ argument
286 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER8(rc, re, extra, tables) \ argument
330 #define PCRE_COMPILE16(re, pat, options, error, erroffset, tables) \ argument
379 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER16(rc, re, extra, tables) \ argument
422 #define PCRE_COMPILE32(re, pat, options, error, erroffset, tables) \ argument
471 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER32(rc, re, extra, tables) \ argument
563 #define PCRE_COMPILE(re, pat, options, error, erroffset, tables) \ argument
695 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER(rc, re, extra, tables) \ argument
791 #define PCRE_COMPILE(re, pat, options, error, erroffset, tables) \ argument
892 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER(rc, re, extra, tables) \ argument
[all …]
Dpcre_study.c1424 const pcre_uint8 *tables; in pcre_study() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteQueryBuilder.java15 public static String buildQueryString(boolean distinct, String tables, in buildQueryString()
/external/fonttools/MetaTools/
DbuildTableList.py18 tables = [] variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
Dparsecvs.php124 $tables = array(); variable
/external/chromium_org/third_party/cython/src/Cython/Plex/
DLexicons.py111 tables = None # StateTableMachine variable in Lexicon
/external/chromium_org/third_party/ots/src/
Dots.cc219 std::vector<OpenTypeTable> tables; in ProcessTTF() local
321 std::vector<OpenTypeTable> tables; in ProcessWOFF() local
418 const std::vector<OpenTypeTable>& tables, in ProcessGeneric()
Dwoff2.cc697 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { in FindTable()
707 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, in ReconstructTransformed()
749 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst) { in FixChecksums()
800 bool ReadShortDirectory(ots::Buffer* file, std::vector<Table>* tables, in ReadShortDirectory()
908 std::vector<Table> tables(num_tables); in ConvertWOFF2ToTTF() local
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Dstub_analysis_results.js9 this.tables = []; property in anonymousFunction463096b20100.StubAnalysisResults
/external/chromium_org/chrome/browser/predictors/
Dresource_prefetch_predictor.h287 void set_mock_tables(scoped_refptr<ResourcePrefetchPredictorTables> tables) { in set_mock_tables()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Doptions.js76 cvox.BrailleTable.getAll(function(tables) { argument
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp174 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, in RecognizableInstr()
247 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-open-file-private.hh116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member
/external/harfbuzz_ng/src/
Dhb-open-file-private.hh116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member

12