Searched defs:tables (Results 1 - 25 of 66) sorted by path

123

/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/clang/lib/Serialization/
H A 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.
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() { function in class:clang::serialization::MultiOnDiskHashTable
103 /// \brief Delete all our current on-disk tables.
105 for (auto *T : tables())
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/flatbuffers/tests/
H A Dtest.cpp155 // Create an array of sorted tables, can be used with binary search when read:
294 // Example of accessing a vector of tables:
410 auto tables = monster->mutable_testarrayoftables(); local
411 auto first = tables->GetMutableObject(0);
738 // could also be any complex set of tables and other values.
770 // tables and other things out of other FlatBuffers into a FlatBufferBuilder,
975 // num_struct_definitions will be structs, the rest tables. For each
977 // referring to previously generated structs/tables.
1169 TestError("union Z { X } struct X { Y:int; }", "only tables");
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py63 a convenient way of accessing tables.
111 tables. For SING glyphlets, the cmap table is used to specify Unicode
119 individual tables during decompilation will be ignored, falling
133 self.tables = {}
225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True,
230 The 'tables' argument must either be false (dump all tables) or a
231 list of tables to dump. The 'skipTables' argument may be a list of tables
232 to skip, but only when the 'tables' argumen
789 from . import tables namespace
[all...]
/external/fonttools/MetaTools/
H A DbuildTableList.py12 "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/fonttools/Tools/fontTools/ttLib/
H A D__init__.py63 a convenient way of accessing tables.
111 tables. For SING glyphlets, the cmap table is used to specify Unicode
119 individual tables during decompilation will be ignored, falling
133 self.tables = {}
225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True,
230 The 'tables' argument must either be false (dump all tables) or a
231 list of tables to dump. The 'skipTables' argument may be a list of tables
232 to skip, but only when the 'tables' argumen
789 from . import tables namespace
[all...]
/external/freetype/src/gxvalid/
H A Dgxvbsln.c150 gxv_bsln_parts_fmt0_validate( FT_Bytes tables, argument
154 FT_Bytes p = tables;
169 gxv_bsln_parts_fmt1_validate( FT_Bytes tables, argument
173 FT_Bytes p = tables;
194 gxv_bsln_parts_fmt2_validate( FT_Bytes tables, argument
198 FT_Bytes p = tables;
238 gxv_bsln_parts_fmt3_validate( FT_Bytes tables, argument
242 FT_Bytes p = tables;
H A Dgxvmod.c104 tables[FT_VALIDATE_ ## _sfnt ## _INDEX] = (FT_Bytes)_sfnt
110 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
133 tables[i] = 0;
135 /* load tables */
147 /* validate tables */
108 gxv_validate( FT_Face face, FT_UInt gx_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_count ) argument
/external/freetype/src/pcf/
H A Dpcf.h53 PCF_Table tables; member in struct:PCF_TocRec_
H A Dpcfread.c100 PCF_Table tables; local
120 /* and there can be most 9 tables */
124 FT_TRACE0(( "pcf_read_TOC: adjusting number of tables"
131 if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) )
134 tables = face->toc.tables;
137 if ( FT_STREAM_READ_FIELDS( pcf_table_header, tables ) )
139 tables++;
142 /* Sort tables and check for overlaps. Because they are almost */
145 tables
373 pcf_seek_to_table_type( FT_Stream stream, PCF_Table tables, FT_ULong ntables, FT_ULong type, FT_ULong *aformat, FT_ULong *asize ) argument
412 pcf_has_table_type( PCF_Table tables, FT_ULong ntables, FT_ULong type ) argument
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c404 WOFF_Table tables = NULL; local
498 /* tag value, the tables themselves are not. We thus have to */
501 if ( FT_NEW_ARRAY( tables, woff.num_tables ) ||
514 WOFF_Table table = tables + nn;
640 /* Write the tables. */
644 WOFF_Table table = tables + nn;
719 FT_FREE( tables );
1170 /* Load tables */
1179 /* vertical metrics tables (i.e. `hhea' and `vhea' tables ar
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh79 { return tables.len; }
82 return tables[i];
90 if (start_offset >= tables.len)
93 *table_count = MIN<unsigned int> (*table_count, tables.len - start_offset);
95 const TableRecord *sub_tables = tables.array + start_offset;
100 return tables.len;
106 /* Linear-search for small tables to work around fonts with unsorted
108 int i = tables.len < 64 ? tables.lsearch (t) : tables
130 tables; member in struct:OT::OffsetTable
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXLocaleDistance.java421 StringDistanceTable(Map<String, Map<String, DistanceNode>> tables) { argument
422 subtables = tables;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLocaleDistance.java417 StringDistanceTable(Map<String, Map<String, DistanceNode>> tables) { argument
418 subtables = tables;
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/iptables/iptables/
H A Dnft.h37 struct builtin_table *tables; member in struct:nft_handle
54 * Operations with tables.
143 * Parse config for tables and chain helper functions
H A Dxtables-config-parser.y109 family : T_FAMILY T_STRING '{' tables '}'
116 tables : table label
117 | tables table
/external/javasqlite/src/main/java/SQLite/
H A DShell.java349 pw.println(".tables ?PATTERN? List table names");
377 if (cmd.compareTo(".tables") == 0) {
603 * tables of the current database and output create SQL statements
610 DBDump(Shell s, String tables[]) { argument
613 if (tables == null || tables.length == 0) {
624 for (int i = 0; i < tables.length; i++) {
625 arg[0] = tables[i];
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp191 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, argument
198 Spec = &tables.specForUID(UID);
264 void RecognizableInstr::processInstr(DisassemblerTables &tables, argument
272 RecognizableInstr recogInstr(tables, insn, uid);
276 recogInstr.emitDecodePath(tables);
812 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
813 // Special cases where the LLVM tables are not complete
893 tables.setTableFields(opcodeType,
899 tables.setTableFields(opcodeType,

Completed in 730 milliseconds

123