HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 326 - 350 of 823) sorted by null

<<11121314151617181920>>

  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
43 class FontHeaderTable : public Table, public RefCounted<FontHeaderTable> {
horizontal_device_metrics_table.cc 17 #include "sfntly/table/core/horizontal_device_metrics_table.h"
76 : Table(header, data), num_glyphs_(num_glyphs) {
96 FontDataTablePtr table = new HorizontalDeviceMetricsTable(header(), data, local
98 return table.Detach();
109 HorizontalDeviceMetricsTable* table = local
111 if (table) {
112 table->num_glyphs_ = num_glyphs;
horizontal_metrics_table.cc 17 #include "sfntly/table/core/horizontal_metrics_table.h"
88 : Table(header, data),
108 FontDataTablePtr table = local
110 return table.Detach();
125 HorizontalMetricsTable* table = local
127 table->num_hmetrics_ = num_hmetrics;
133 HorizontalMetricsTable* table = local
135 table->num_glyphs_ = num_glyphs;
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 30 // TODO(arthurhsu): IMPLEMENT: CMap table subsetter
86 Table* table = font_->GetTable(*tag); local
87 if (table) {
88 font_builder->NewTableBuilder(*tag, table->ReadFontData());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 45 import org.eclipse.swt.widgets.Table;
60 private Table mTable;
83 * Internal struct to store library info in the table item.
141 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE);
360 private void adjustColumnsWidth(final Table table,
363 // Add a listener to resize the column to the full width of the table
364 table.addControlListener(new ControlAdapter() {
367 Rectangle r = table.getClientArea();
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 123 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
213 struct HubInfoRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
241 struct HubInfoResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
434 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
462 struct NanoappListEntry FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
536 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
587 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
685 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
737 /// (root type), so we must wrap it in a table.
738 struct MessageContainer FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 89 The Directory Table is empty.
91 The File Name Table \(offset 0x.*\):
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 89 The Directory Table is empty.
91 The File Name Table \(offset 0x.*\):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@loc-swap.d 37 The Directory Table is empty\.
39 The File Name Table \(offset 0x.*\):
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 10 // The table format is a variant of the format used in Plan 9's a.out
27 // A Sym represents a single symbol table entry.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format.
107 // Use the keys of Table.Files to obtain a list of source files.
115 // Table represents a Go symbol table. It stores all of the
118 type Table struct {
124 go12line *LineTable // Go 1.2 line number table
280 // NewTable decodes the Go symbol table in data
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 10 // The table format is a variant of the format used in Plan 9's a.out
27 // A Sym represents a single symbol table entry.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format.
107 // Use the keys of Table.Files to obtain a list of source files.
115 // Table represents a Go symbol table. It stores all of the
118 type Table struct {
124 go12line *LineTable // Go 1.2 line number table
280 // NewTable decodes the Go symbol table in data
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.c 2 Build a table, each item is (Key, Info) pair.
3 And give a interface of query a string out of a table.
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
EventProvider.java 27 import android.inputmethodservice.cts.db.Table;
61 protected List<Table> getTables() {
62 return Collections.singletonList(DeviceEvent.TABLE);
83 uriHelper.table, projection, uriHelper.buildSelection(selection),
98 final long rowId = mDatabase.insert(uriHelper.table, values);
118 final int count = mDatabase.delete(uriHelper.table, uriHelper.buildSelection(selection),
139 final int count = mDatabase.update(uriHelper.table, values,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 56 # Search table file and find all specific type files
67 ## Get the table list
69 # Search table file and find all small tables
71 def GetTableList(FileModelList, Table, Db):
76 TableName = Table + str(Record[0])
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 95 Initialize an already allocated assemble table. This is generally
96 the assemble table embedded in the IP4 service instance.
98 @param[in, out] Table The assemble table to initialize.
103 IN OUT IP4_ASSEMBLE_TABLE *Table
109 InitializeListHead (&Table->Bucket[Index]);
115 Clean up the assemble table: remove all the fragments
118 @param[in] Table The assemble table to clean up
123 IN IP4_ASSEMBLE_TABLE *Table
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 68 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 70 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
621 // Handle the identifier table
625 std::unique_ptr<InterestingIdentifierTable> Table(
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
631 DEnd = Table->data_end();
650 /// table.
734 // Populate the hash table
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 271 void *Table[] = {&&DirectJump, &&Later};
272 goto *Table[n]; // expected-warning {{jump from this indirect goto statement to one of its possible targets is incompatible with C++98}}
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.cs 11 private Table __p;
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.cs 11 private Table __p;
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.cs 11 private Table __p;
TableInC.cs 9 public sealed class TableInC : Table {
TableInFirstNS.cs 11 private Table __p;
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.cs 11 private Table __p;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UResource.java 290 * Interface for iterating over a resource bundle table resource.
293 public interface Table {
362 * @throws UResourceTypeMismatchException if this is not a table resource
364 public abstract Table getTable();
442 case UResourceBundle.TABLE:
443 return "(table)";
456 * The value is normally an array or table resource,
462 * Reuse for output values from Array and Table getters.
464 * Then reuse for output values from Array and Table getters.
466 * that is, its top-level table has the nofallback attribute
    [all...]

Completed in 2806 milliseconds

<<11121314151617181920>>