HomeSort by relevance Sort by last modified time
    Searched defs:Tables (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 160 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 171 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 171 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 126 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
237 std::vector<wasm::WasmTable> Tables;
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 405 type Tables struct {
410 var tables = []struct { var
412 tab Tables
416 xml: `<Tables>` +
419 `</Tables>`,
420 tab: Tables{"hello", "world"},
423 xml: `<Tables>` +
426 `</Tables>`,
427 tab: Tables{"hello", "world"},
430 xml: `<Tables xmlns:f="http://www.w3schools.com/furniture" xmlns:h="http://www.w3.org/TR/html4/">`
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 405 type Tables struct {
410 var tables = []struct { var
412 tab Tables
416 xml: `<Tables>` +
419 `</Tables>`,
420 tab: Tables{"hello", "world"},
423 xml: `<Tables>` +
426 `</Tables>`,
427 tab: Tables{"hello", "world"},
430 xml: `<Tables xmlns:f="http://www.w3schools.com/furniture" xmlns:h="http://www.w3.org/TR/html4/">`
    [all...]
  /external/skia/src/effects/
SkTableColorFilter.cpp 120 struct Tables { const uint8_t *r, *g, *b, *a; };
121 p->append(SkRasterPipeline::byte_tables, alloc->make<Tables>(Tables{r,g,b,a}));
265 // Combines the two lookup tables so that making a lookup using res[] has
512 // differentiate different tables. For atlased instances we ensure they are using the
  /external/skqp/src/effects/
SkTableColorFilter.cpp 120 struct Tables { const uint8_t *r, *g, *b, *a; };
121 p->append(SkRasterPipeline::byte_tables, alloc->make<Tables>(Tables{r,g,b,a}));
265 // Combines the two lookup tables so that making a lookup using res[] has
501 // differentiate different tables. For atlased instances we ensure they are using the
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
IndexDatabaseHelper.java 47 public interface Tables {
94 "CREATE VIRTUAL TABLE " + Tables.TABLE_PREFS_INDEX + " USING fts4" +
136 "CREATE TABLE " + Tables.TABLE_META_INDEX +
142 "CREATE TABLE " + Tables.TABLE_SAVED_QUERIES +
150 "CREATE VIRTUAL TABLE " + Tables.TABLE_SITE_MAP + " USING fts4" +
161 "INSERT INTO " + Tables.TABLE_META_INDEX +
165 "SELECT " + MetaColumns.BUILD + " FROM " + Tables.TABLE_META_INDEX + " LIMIT 1;";
205 // We need to drop the tables and recreate them
217 // We need to drop the tables and recreate them
226 // We need to drop the tables and recreate the
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 61 public interface Tables {
107 // migrate from these legacy tables, if exist, after creating the calllog DB, which is
119 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" +
168 db.execSQL("CREATE TABLE " + Tables.VOICEMAIL_STATUS + " (" +
252 db.execSQL("ALTER TABLE " + Tables.CALLS + " ADD " + Calls.VIA_NUMBER +
260 db.execSQL("ALTER TABLE " + Tables.VOICEMAIL_STATUS + " ADD " + Status.SOURCE_TYPE +
284 * voicemail status tables.
301 Log.i(TAG, "Migrating from old tables...");
308 Log.i(TAG, "Source tables don't exist.");
323 calllog.insertOrThrow(Tables.CALLS, null, cv)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 212 std::vector<Table> Tables;

Completed in 807 milliseconds

12 3 4 5 6 7