HomeSort by relevance Sort by last modified time
    Searched full:tables (Results 1 - 25 of 7814) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dupfsblks/
name 1 blocks claimed by a file and bitmaps or inode tables
  /external/guava/guava-tests/test/com/google/common/collect/
TablesTest.java 28 * Tests for {@link Tables}.
38 = Tables.immutableCell("foo", 1, 'a');
44 = Tables.immutableCell("foo", 1, 'a');
48 = Tables.immutableCell(null, null, null);
54 = Tables.immutableCell("foo", 1, 'a');
57 .addEqualityGroup(entry, Tables.immutableCell("foo", 1, 'a'))
58 .addEqualityGroup(Tables.immutableCell("bar", 1, 'a'))
59 .addEqualityGroup(Tables.immutableCell("foo", 2, 'a'))
60 .addEqualityGroup(Tables.immutableCell("foo", 1, 'b'))
61 .addEqualityGroup(Tables.immutableCell(null, null, null)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table_test.extjs 23 * Tests that {@code getAll} can fetch and parse the tables file.
24 * NOTE: This will need to be adjusted when more tables are added.
27 cvox.BrailleTable.getAll(function(tables) {
28 expectEquals(68, tables.length);
30 cvox.BrailleTable.forId(tables, 'en-US-g1'),
32 for (var i = 0, table; table = tables[i]; ++i) {
43 cvox.BrailleTable.getAll(function(tables) {
44 var table = cvox.BrailleTable.forId(tables, 'bg-comp8');
46 table = cvox.BrailleTable.forId(tables, 'ar-g1');
48 table = cvox.BrailleTable.forId(tables, 'en-UEB-g1')
    [all...]
braille_table.js 28 cvox.BrailleTable.TABLE_PATH = 'chromevox/background/braille/tables.json';
39 * Retrieves a list of all available braille tables.
41 * Called asynchronously with an array of tables.
44 function appendCommonFilename(tables) {
46 tables.forEach(function(table) {
49 return tables;
73 * Finds a table in a list of tables by id.
74 * @param {!Array.<cvox.BrailleTable.Table>} tables tables to search in.
78 cvox.BrailleTable.forId = function(tables, id)
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/
cld_generated_score_deltaoctachrome_0406.cc 7 // score_me text [ 8] ja not found in tables
8 // score_me text [ 9] ko not found in tables
9 // score_me text [ 16] zh not found in tables
10 // score_me text [ 18] el not found in tables
11 // score_me text [ 26] un not found in tables
12 // score_me text [ 39] la not found in tables
13 // score_me text [ 41] ml not found in tables
14 // score_me text [ 43] ne not found in tables
15 // score_me text [ 44] te not found in tables
16 // score_me text [ 46] ta not found in tables
    [all...]
cld_generated_score_quadchrome_0406.cc 8 // score_me text [ 8] ja not found in tables
9 // score_me text [ 9] ko not found in tables
10 // score_me text [ 16] zh not found in tables
11 // score_me text [ 18] el not found in tables
12 // score_me text [ 26] un not found in tables
13 // score_me text [ 39] la not found in tables
14 // score_me text [ 41] ml not found in tables
15 // score_me text [ 43] ne not found in tables
16 // score_me text [ 44] te not found in tables
17 // score_me text [ 46] ta not found in tables
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
README.txt 3 substantially different storage schema from fts1, so tables will need
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.txt 3 substantially different storage schema from fts1, so tables will need
  /external/owasp/sanitizer/empiricism/
README.html 1 Spec lawyering is hard, so instead of trying to derive data tables for HTML
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 1 /* TTL modification module for IP tables
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 1 /* TTL modification module for IP tables
  /external/chromium_org/content/test/data/accessibility/
contenteditable-descendants.html 8 <table><td>Always expose editable tables as tables</td></table>
contenteditable-descendants-expected-win.txt 14 ROLE_SYSTEM_STATICTEXT name='Always expose editable tables as tables' IA2_STATE_EDITABLE
  /external/clang/test/CodeGen/
debug-info-gline-tables-only2.c 1 // RUN: %clang_cc1 %s -gline-tables-only -S -emit-llvm -o - | FileCheck %s
2 // Checks that clang with "-gline-tables-only" emits metadata for
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class in inherits:aetools.ComponentItem
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 14 * This file contains definitions of tables with AR coefficients,
15 * Gain coefficients and cosine tables.
26 /********************* AR Coefficient Tables ************************/
51 /* pointers to AR cdf tables */
54 /* pointers to AR representation levels tables */
58 /******************** GAIN Coefficient Tables ***********************/
74 /************************* Cosine Tables ****************************/
  /external/fonttools/MetaTools/
buildTableList.py 12 "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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 14 * This file contains definitions of tables with AR coefficients,
15 * Gain coefficients and cosine tables.
24 /********************* AR Coefficient Tables ************************/
49 /* pointers to AR cdf tables */
52 /* pointers to AR representation levels tables */
56 /******************** GAIN Coefficient Tables ***********************/
72 /************************* Cosine Tables ****************************/
  /external/pcre/dist/doc/
pcre_pattern_to_host_byte_order.3 31 \fItables\fP Pointer to character tables, or NULL to
pcre_maketables.3 19 This function builds a set of character tables for character values less than
21 internal, built-in tables (which were made by \fBpcre[16|32]_maketables()\fP when
23 locale. The function yields a pointer to the tables.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetGammaRamp.3 3 SDL_GetGammaRamp \- Gets the color gamma lookup tables for the display
11 Gets the gamma translation lookup tables currently used by the display\&. Each table is an array of 256 Uint16 values\&.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 101 * Provides handy methods for maintaining package and mime-type lookup tables.
124 public interface Tables {
152 // This list of tables contains auto-incremented sequences.
181 + " JOIN " + Tables.ACCOUNTS + " ON ("
187 public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.RAW_CONTACTS
188 + " JOIN " + Tables.ACCOUNTS + " ON ("
191 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
211 + " FROM " + Tables.ACCOUNTS
222 Tables.CONTACTS
223 + " INNER JOIN " + Tables.RAW_CONTACT
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_enc.cc 74 bool ReadLongDirectory(Buffer* file, std::vector<Table>* tables,
77 Table* table = &(*tables)[i];
117 size_t ComputeWoff2Length(const std::vector<Table>& tables) {
119 for (const auto& table : tables) {
122 for (const auto& table : tables) {
129 size_t ComputeTTFLength(const std::vector<Table>& tables) {
130 size_t size = 12 + 16 * tables.size(); // sfnt header
131 for (const auto& table : tables) {
139 for (const auto& i : font.tables) {
142 // Count transformed tables and non-transformed tables that do not hav
212 std::vector<Table> tables; member in namespace:woff2::__anon16328
    [all...]
  /dalvik/dx/tests/078-dex-local-variable-table/
info.txt 2 local variable tables get emitted properly.
  /external/clang/test/CodeGenCXX/
debug-info-blocks.cpp 1 // RUN: %clang_cc1 %s -gline-tables-only -fblocks -S -emit-llvm -o - | FileCheck %s

Completed in 2402 milliseconds

1 2 3 4 5 6 7 8 91011>>