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

12 3 4 5 6 7

  /external/skqp/tests/
ICCTest.cpp 157 SkICC::Tables tables; local
158 bool result = icc->rawTransferFnData(&tables);
161 REPORTER_ASSERT(r, 0.0f == tables.red()[0]);
162 REPORTER_ASSERT(r, 0.0f == tables.green()[0]);
163 REPORTER_ASSERT(r, 0.0f == tables.blue()[0]);
164 REPORTER_ASSERT(r, 1.0f == tables.red()[tables.fRed.fCount - 1]);
165 REPORTER_ASSERT(r, 1.0f == tables.green()[tables.fGreen.fCount - 1])
    [all...]
  /frameworks/support/room/rxjava2/src/test/java/androidx/room/
RxRoomTest.java 100 String[] tables = {"a", "b"}; local
101 Set<String> tableSet = new HashSet<>(Arrays.asList(tables));
102 Flowable<Object> flowable = RxRoom.createFlowable(mDatabase, tables);
120 String[] tables = {"a", "b"}; local
121 Set<String> tableSet = new HashSet<>(Arrays.asList(tables));
122 final Flowable<String> flowable = RxRoom.createFlowable(mDatabase, tables,
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 1 //===--- 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.
72 TableVector 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
90 auto Begin = Tables.begin(), End = Tables.end()
    [all...]
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 79 { 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.bsearch (t)
130 tables; member in struct:OT::OffsetTable
    [all...]
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 211 ByteString tables = FPDF_ReadStringFromFile(pFile, nTables * 16); local
212 if (tables.IsEmpty())
215 ByteString names = FPDF_LoadTableFromTT(pFile, tables.raw_str(), nTables,
231 auto pInfo = pdfium::MakeUnique<FontFaceInfo>(path, facename, tables, offset,
233 ByteString os2 = FPDF_LoadTableFromTT(pFile, tables.raw_str(), nTables,
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 186 private int tables = 0; // table nesting level field in class:HtmlTreeBuilder.TableFixer
200 if (tables > 0) {
203 tables++;
220 if (tables > 0) {
234 if (tables > 0 && element.getType() == HTML.Element.TABLE_TYPE) {
246 X.assertTrue(tables > 0);
247 tables--;
248 state = (tables > 0) ? IN_CELL : NULL;
256 if (tables > 0 &&
264 X.assertTrue(tables == 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 73 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
172 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 80 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
186 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 80 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
186 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 73 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
172 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 80 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
186 std::vector<wasm::WasmTable> Tables;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 80 const std::vector<wasm::WasmTable>& tables() const { return Tables; } function in class:llvm::object::WasmObjectFile
186 std::vector<wasm::WasmTable> Tables;
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowPerformanceDigestServlet.java 220 List<String> tables = new ArrayList<>(); local
237 tables.add(table);
252 request.setAttribute("tables", tables);
  /frameworks/support/room/testing/src/main/java/androidx/room/testing/
MigrationTestHelper.java 165 * result matches the expected schema. Handling of dropped tables depends on the
167 * finds a table that is not registered in the Database. If set to false, extra tables in the
175 * tables.
367 final Map<String, EntityBundle> tables = mDatabaseBundle.getEntitiesByTableName(); local
368 for (EntityBundle entity : tables.values()) {
377 // now ensure tables that should be removed are removed.
386 if (!tables.containsKey(tableName)) {
428 throw new UnsupportedOperationException("cannot drop all tables in the test");
  /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-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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
schema.py 580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb] variable
619 (u'AppSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
655 (u'CCPSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
    [all...]

Completed in 1715 milliseconds

12 3 4 5 6 7