HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 976 - 1000 of 3741) sorted by null

<<31323334353637383940>>

  /external/elfutils/libdwfl/
dwfl_error.c 66 struct msgtable table; member in union:__anon20110
74 .table =
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTableTest.java 26 private Table<String, Integer, Boolean> forward;
36 final Table<String, Integer, Boolean> table = local
37 createProxyInstance(Table.class);
39 @Override protected Table<String, Integer, Boolean> delegate() {
40 return table;
112 assertEquals("[putAll(Table)]", getCalls());
  /external/icu/icu4c/source/common/
rbbidata.h 80 uint32_t fFTable; /* forward state transition table. */
82 uint32_t fRTable; /* Offset to the reverse state transition table. */
84 uint32_t fSFTable; /* safe point forward transition table */
86 uint32_t fSRTable; /* safe point reverse transition table */
92 uint32_t fStatusTable; /* Offset to the table of rule status values */
129 uint32_t fRowLen; /* Length of a state table row, in bytes. */
130 uint32_t fFlags; /* Option Flags for this state table */
167 void printTable(const char *heading, const RBBIStateTable *table);
170 #define printTable(heading, table)
184 /* number of int32_t values in the rule status table. Used to sanity check indexing *
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 337 pw.println(".dump ?TABLE? ... Dump database in text fmt");
346 pw.println(".mode insert TABLE Generate SQL insert stmts");
347 pw.println(".schema ?PATTERN? List table schema");
349 pw.println(".tables ?PATTERN? List table names");
384 "WHERE type='table' AND " +
394 "WHERE type='table' ORDER BY name");
654 if (args[1].compareTo("table") == 0) {
  /external/libxcam/modules/isp/iq/
x3a_ciq_bnr_ee_tuning_handler.cpp 113 memcpy(bnr_config.table, table_0_0_5, XCAM_BNR_TABLE_SIZE * sizeof(double));
115 memcpy(bnr_config.table, table_2_0, XCAM_BNR_TABLE_SIZE * sizeof(double));
  /external/llvm/test/MC/COFF/
cv-inline-linetable-unreachable.s 96 .cv_filechecksums # File index to string table offset subsection
97 .cv_stringtable # String table
  /external/lzma/CPP/Common/
CrcReg.cpp 14 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
16 UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table);
  /external/python/cpython2/Lib/sqlite3/test/
dump.py 16 """CREATE TABLE "index"("index" blob);"""
20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
24 "CREATE TABLE t1(id integer primary key, s1 text, " \
34 "CREATE TABLE t2(id integer, t2_i1 integer, " \
62 CREATE_ALPHA = """CREATE TABLE "alpha" ("one");"""
63 CREATE_BETA = """CREATE TABLE "beta" ("two");"""
  /external/python/cpython3/Lib/sqlite3/test/
dump.py 16 """CREATE TABLE "index"("index" blob);"""
20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
24 "CREATE TABLE t1(id integer primary key, s1 text, " \
32 "CREATE TABLE t2(id integer, t2_i1 integer, " \
60 CREATE_ALPHA = """CREATE TABLE "alpha" ("one");"""
61 CREATE_BETA = """CREATE TABLE "beta" ("two");"""
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 20 #include "sfntly/table/table.h"
38 TablePtr table = font->GetTable(tag); local
39 return static_cast<double>(table->DataLength()) / TotalFontSize(font) * 100;
43 fprintf(out, "====== Table Comparison (original v. subset) ======\n");
71 fprintf(out, "====== Table Stats ======\n");
  /external/sfntly/cpp/src/test/
otf_basic_editing_test.cc 20 #include "sfntly/table/core/font_header_table.h"
64 // ensure every table had a builder
68 TablePtr table = (*i).second; local
69 HeaderPtr header = table->header();
  /external/skia/tools/lua/
dumpops.lua 12 if type(v) == "table" then
  /external/skqp/tools/lua/
dumpops.lua 12 if type(v) == "table" then
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
sbft.c 35 * SRP boot firmware table
49 /* Table header */
50 .table = {
98 acpi_fix_checksum ( &sbftab.table.acpi );
100 DBGC ( &sbftab, "SRP Boot Firmware Table at %04x:%04x:\n",
  /external/syslinux/gpxe/src/interface/efi/
efi_init.c 28 /** System table passed to entry point */
32 * Look up EFI configuration table
34 * @v guid Configuration table GUID
35 * @ret table Configuration table, or NULL
53 * @v systab System table
63 /* Store image handle and system table pointer for future use */
100 if ( ( *(tab->table) = efi_find_table ( &tab->u.guid ) ) ) {
101 DBGC ( systab, "EFI configuration table %s is at %p\n",
102 uuid_ntoa ( &tab->u.uuid ), *(tab->table) );
    [all...]
  /external/tcpdump/
print-openflow.c 65 const struct tok *table = (vendor & 0xff000000) == 0 ? oui_values : onf_exp_str; local
66 return tok2str(table, "unknown", vendor);
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 62 void **table)
64 table_(table),
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.cpp 29 const audio_coef_t * table) {
33 mTable = table;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.CellSpan;
27 * {@link android.widget.layout.table.CellSpan} is
VerticalGravityTest.java 17 package android.widget.layout.table;
19 import android.widget.layout.table.VerticalGravity;
29 * {@link android.widget.layout.table.VerticalGravity} is
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 61 std::unique_ptr<ResourceTable> table; local
79 table = util::make_unique<ResourceTable>();
80 if (!DeserializeTableFromPb(pb_table, collection.get(), table.get(), &error)) {
113 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
119 std::unique_ptr<ResourceTable> table; local
123 table = util::make_unique<ResourceTable>();
129 BinaryResourceParser parser(diag, table.get(), source, data->data(), data->size(),
156 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
170 // List the files being referenced in the resource table.
208 // The resource table needs to be re-serialized since it might have changed
    [all...]
LoadedApk.h 60 std::unique_ptr<ResourceTable> table, std::unique_ptr<xml::XmlResource> manifest,
64 table_(std::move(table)),
91 * files that are not referenced in the resource table.
98 * referenced in the resource table. The provided filter chain is applied to each entry in the APK
  /frameworks/base/tools/aapt2/optimize/
ResourceDeduper.cpp 110 bool ResourceDeduper::Consume(IAaptContext* context, ResourceTable* table) {
111 for (auto& package : table->packages) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccServiceTableTest.java 37 public TestIccServiceTable(byte[] table) {
38 super(table);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DatabaseAnalyzer.java 31 * Class to extract table/view/column names from databases.
43 * Find and return all table/view names in a db.
48 "SELECT name FROM sqlite_master WHERE type in (\"table\", \"view\")", null)) {
57 * Find all columns in a table/view.
59 private static List<String> findColumns(SQLiteDatabase db, String table) {
62 // Open the table/view but requests 0 rows.
63 final Cursor c = db.rawQuery("SELECT * FROM " + table + " WHERE 0 LIMIT 0", null);
76 * Return all table/view names that clients shouldn't use in their queries -- basically the
77 * result contains all table/view names, except for the names that are column names of any
86 final List<String> ret = new ArrayList<>(tables); // Start with the table/view list
    [all...]

Completed in 401 milliseconds

<<31323334353637383940>>