HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 401 - 425 of 1015) sorted by null

<<11121314151617181920>>

  /frameworks/base/cmds/incident_helper/src/parsers/
PageTypeInfoParser.cpp 36 Table table(PageTypeInfoProto::Block::_FIELD_NAMES,
106 if (!table.insertField(&proto, blockHeader[i], blockCounts[i+1])) {
ProcrankParser.cpp 36 Table table(ProcrankProto::Process::_FIELD_NAMES, ProcrankProto::Process::_FIELD_IDS, ProcrankProto::Process::_FIELD_COUNT);
71 if (!table.insertField(&proto, header[i], record[i])) {
85 table.insertField(&proto, header[header.size() - i].c_str(), record[record.size() - i].c_str());
PsParser.cpp 30 vector<int> columnIndices; // task table can't be split by purely delimiter, needs column positions.
36 Table table(PsProto::Process::_FIELD_NAMES, PsProto::Process::_FIELD_IDS, PsProto::Process::_FIELD_COUNT);
39 table.addEnumTypeMap("pcy", pcyNames, pcyValues, 3);
42 table.addEnumTypeMap("s", sNames, sValues, 7);
76 if (!table.insertField(&proto, header[i], record[i])) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /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();
  /toolchain/binutils/binutils-2.27/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.27/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.27/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 (the ".gosymtab" section in ELF)
    [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 (the ".gosymtab" section in ELF)
    [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...]

Completed in 2619 milliseconds

<<11121314151617181920>>