HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 676 - 700 of 792) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 81 class Table:
129 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
153 f.write("from msilib import Table\n")
159 f.write("\n%s = Table('%s')\n" % (name,name))
168 # Fill the _Validation table
175 # Table, Column, Nullable
210 table = r.StringData(1)
211 tables.append(table)
212 f.write("%s = [\n" % table)
213 v1 = seqmsi.OpenView("SELECT * FROM `%s`" % table)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 423 Add the Image Services to EFI Boot Services Table and install the protocol
461 Calcualte the 32-bit CRC in a EFI table using the service provided by the
585 Boot Service called to add, modify, or remove a system configuration table from
586 the EFI System Table.
590 @param Table Pointer to the configuration table for the entry to add,
593 @return EFI_SUCCESS Guid, Table pair added, updated, or removed.
603 IN VOID *Table
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 192 # Load the GDT table in GdtDesc
710 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
Flat32.asm 105 ; Load the GDT table in GdtDesc
593 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /external/bcc/src/python/bcc/
table.py 125 def Table(bpf, map_id, map_fd, keytype, leaftype, **kwargs):
126 """Table(bpf, map_id, map_fd, keytype, leaftype, **kwargs)
128 Create a python object out of a reference to a bpf table handle"""
159 raise Exception("Unknown table type %d" % ttype)
218 raise Exception("Could not update table: %s" % errstr)
257 # the leaf assignment changes a hash table bucket that is being
269 def __init__(self, table):
270 self.table = table
277 self.key = self.table.next(self.key
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 118 UResource.Table contextsTable = value.getTable();
176 // Note, by going through DataTable, this uses table lookup rather than straight lookup.
313 // "Languages" table.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 114 UResource.Table contextsTable = value.getTable();
172 // Note, by going through DataTable, this uses table lookup rather than straight lookup.
309 // "Languages" table.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 675 SDValue getPICJumpTableRelocBase(SDValue Table,
    [all...]
  /external/lua/src/
ldebug.c 238 Table *t = luaH_new(L); /* new table to store active lines */
243 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */
452 int t = GETARG_B(i); /* table index */
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.cpp 83 #pragma mark == Constants - Service Table ==
87 // Constants - Service Table
322 // Load menu accelerator table.
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 32 class Table:
80 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
100 def add_data(db, table, values):
101 v = db.OpenView("SELECT * FROM `%s`" % table)
121 raise MSIError("Could not insert "+repr(values)+" into "+table)
147 # Fill the validation table
176 for table in module.tables:
177 add_data(db, table, getattr(module, table))
228 """Create a new directory in the Directory table. There is a current componen
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 81 class Table:
129 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
153 f.write("from msilib import Table\n")
159 f.write("\n%s = Table('%s')\n" % (name,name))
168 # Fill the _Validation table
175 # Table, Column, Nullable
210 table = r.StringData(1)
211 tables.append(table)
212 f.write("%s = [\n" % table)
213 v1 = seqmsi.OpenView("SELECT * FROM `%s`" % table)
    [all...]
  /external/python/cpython3/Lib/msilib/
__init__.py 31 class Table:
79 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
99 def add_data(db, table, values):
100 v = db.OpenView("SELECT * FROM `%s`" % table)
120 raise MSIError("Could not insert "+repr(values)+" into "+table)
146 # Fill the validation table
173 for table in module.tables:
174 add_data(db, table, getattr(module, table))
225 """Create a new directory in the Directory table. There is a current componen
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 29 #include "sfntly/table/bitmap/eblc_table.h"
30 #include "sfntly/table/bitmap/ebdt_table.h"
31 #include "sfntly/table/bitmap/index_sub_table.h"
32 #include "sfntly/table/bitmap/index_sub_table_format1.h"
33 #include "sfntly/table/bitmap/index_sub_table_format2.h"
34 #include "sfntly/table/bitmap/index_sub_table_format3.h"
35 #include "sfntly/table/bitmap/index_sub_table_format4.h"
36 #include "sfntly/table/bitmap/index_sub_table_format5.h"
37 #include "sfntly/table/core/name_table.h"
296 // Add glyph to new glyf table
833 Table* table = font_->GetTable(*i); local
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 17 #include "sfntly/table/core/os2_table.h"
260 : Table(header, data) {
278 FontDataTablePtr table = new OS2Table(header(), data); local
279 return table.Detach();
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 372 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!");
400 "Table isn't big enough!");
417 "Table isn't big enough!");
437 "Table isn't big enough!");
458 "Table isn't big enough!");
478 "Table isn't big enough!");
766 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 69 cl::desc("Control jump table emission on Hexagon target"));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrFoldTables.cpp 24 // makes sorting these tables a simple matter of alphabetizing the table.
29 // in the build area. There are currently some bugs in the autogenerated table
30 // that require a manual review to copy them from the autogenerated table into
31 // this table. It is unclear if we will ever be able to fully automate this
    [all...]
  /external/v8/src/inspector/
v8-console-message.cc 42 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Table;
262 v8::Local<v8::Value> table = m_arguments[0]->Get(isolate); local
267 session->wrapTable(context, table, columns);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/dng_sdk/source/
dng_reference.cpp 1429 const bool hasEncodeTable = ((encodeTable != NULL) && (encodeTable->Table () != NULL));
1430 const bool hasDecodeTable = ((decodeTable != NULL) && (decodeTable->Table () != NULL));
1439 #if 0 // Not required with "2.5D" table optimization.
1466 if (valDivisions < 2) // Optimize most common case of "2.5D" table.
    [all...]
  /external/flatbuffers/go/
builder.go 368 // If you hit this, you're trying to construct a Table/Vector/String
369 // during the construction of its parent table (between the MyTableBuilder
384 // with your root table.

Completed in 1335 milliseconds

<<21222324252627282930>>