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

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UResource.java 288 * Interface for iterating over a resource bundle table resource.
291 public interface Table {
360 * @throws UResourceTypeMismatchException if this is not a table resource
362 public abstract Table getTable();
440 case UResourceBundle.TABLE:
441 return "(table)";
454 * The value is normally an array or table resource,
460 * Reuse for output values from Array and Table getters.
462 * Then reuse for output values from Array and Table getters.
464 * that is, its top-level table has the nofallback attribute
    [all...]
  /external/llvm/lib/LibDriver/
LibDriver.cpp 109 LibOptTable Table;
113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
  /external/llvm/lib/MC/
SubtargetFeature.cpp 84 /// getLongestEntryLength - Return the length of the longest entry in the table.
86 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) {
88 for (auto &I : Table)
101 // Print the CPU table.
107 // Print the Feature table.
169 // Find feature in table.
196 // Find feature in table.
233 "CPU table is not sorted");
235 "CPU features table is not sorted");
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 141 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
276 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 154 Table table = (Table) yaml.load(doc); local
155 assertNotNull(table);
156 assertEquals("id12", table.getId());
157 assertEquals("A table", table.getName());
158 List<Row> rows = table.getRows();
  /frameworks/av/media/libmedia/include/media/
TypeConverter.h 133 struct Table {
138 static const Table mTable[];
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 38 import org.eclipse.swt.widgets.Table;
54 private Table mTable;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 44 import org.eclipse.swt.widgets.Table;
54 private Table mTable;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
lgc.c 98 ** link table 'h' into list pointed by 'p'
105 ** from the table)
116 ** table. Non-collectable objects are never removed from weak
253 Table *mt = gco2u(o)->metatable;
355 static void traverseweakvalue (global_State *g, Table *h) {
368 hasclears = 1; /* table will have to be cleared */
378 static int traverseephemeron (global_State *g, Table *h) {
380 int hasclears = 0; /* true if table has white keys */
381 int prop = 0; /* true if table has entry "white-key -> white-value" */
397 hasclears = 1; /* table must be cleared *
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 25 from Table.TableDec import TableDec
146 #self.TblDec.Table = "Dec%s" % self.FileID
313 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
385 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Name), ConvertToSqlString2(Value), Record[3])
433 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(List[0]), ConvertToSqlString2(List[1]), SUP_MODULE_LIST_STRING, Record[3])
499 SqlCommand = """update %s set Value2 = '%s' where ID = %s""" % (self.TblDec.Table, ".".join((PcdToken[Key][0], PcdToken[Key][1])), Key)
InfClassObject.py 29 from Table.TableInf import TableInf
336 #self.TblInf.Table = "Inf%s" % self.FileID
545 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
666 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Family), ConvertToSqlString2(ToolChain), ConvertToSqlString2(Flag), Record[3])
761 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(LibClassName), ConvertToSqlString2(LibClassIns), ConvertToSqlString2(SupModelList), Record[3])
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
SerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 107 Creates Huffman Code mapping table according to code length array.
109 Creates Huffman Code mapping table for Extra Set, Char&Len Set
116 @param TableBits The width of the mapping table
117 @param Table The table to be created.
120 @retval BAD_TABLE The table is corrupted.
129 OUT UINT16 *Table
148 // The maximum mapping table width supported by this internal
193 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 49 import org.eclipse.swt.widgets.Table;
55 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
175 Table table = m_table.getTable();
176 int index = table.getSelectionIndex() - 1;
177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index);
187 Table table = m_table.getTable();
188 int index = table.getSelectionIndex() + 1
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 398 const uint8_t *Table;
401 Table = DecoderTable16;
404 Table = DecoderTable32;
407 Table = DecoderTable48;
419 return decodeInstruction(Table, MI, Inst, Address, this, STI);
  /external/skia/third_party/lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
lgc.c 98 ** link table 'h' into list pointed by 'p'
105 ** from the table)
116 ** table. Non-collectable objects are never removed from weak
253 Table *mt = gco2u(o)->metatable;
355 static void traverseweakvalue (global_State *g, Table *h) {
368 hasclears = 1; /* table will have to be cleared */
378 static int traverseephemeron (global_State *g, Table *h) {
380 int hasclears = 0; /* true if table has white keys */
381 int prop = 0; /* true if table has entry "white-key -> white-value" */
397 hasclears = 1; /* table must be cleared *
    [all...]
  /external/syslinux/com32/lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
lgc.c 98 ** link table 'h' into list pointed by 'p'
105 ** from the table)
116 ** table. Non-collectable objects are never removed from weak
253 Table *mt = gco2u(o)->metatable;
355 static void traverseweakvalue (global_State *g, Table *h) {
368 hasclears = 1; /* table will have to be cleared */
378 static int traverseephemeron (global_State *g, Table *h) {
380 int hasclears = 0; /* true if table has white keys */
381 int prop = 0; /* true if table has entry "white-key -> white-value" */
397 hasclears = 1; /* table must be cleared *
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 154 @param[in, out] Table The assemble table used. A new assemble entry will be created
165 IN OUT IP6_ASSEMBLE_TABLE *Table,
197 NET_LIST_FOR_EACH (Cur, &Table->Bucket[Index]) {
210 // Create a new entry if can not find an existing one, insert it to assemble table
223 InsertHeadList (&Table->Bucket[Index], &Assemble->Link);
500 number of input data blocks when building a fragment table.
580 // Rebuild fragment table from netbuf to ease ipsec process.
1126 Initialize an already allocated assemble table. This is generally
1127 the assemble table embedded in the IP6 service instance.
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 108 /Table [ p p p [<...>]]
464 // Outputs a table of words. It does use 16 bits
467 void Emit1Gamma(cmsIOHANDLER* m, cmsToneCurve* Table)
472 if (Table == NULL) return; // Error
474 if (Table ->nEntries <= 0) return; // Empty table
477 if (cmsIsToneCurveLinear(Table)) return;
480 gamma = cmsEstimateGamma(Table, 0.001);
498 for (i=0; i < Table->nEntries; i++) {
499 _cmsIOPrintf(m, "%d ", Table->Table16[i])
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 40 @param SystemTable the EFI System Table pointer
99 @param SystemTable The EFI System Table pointer.
217 Function returns a system configuration table that is stored in the
218 EFI System Table based on the provided GUID.
220 @param[in] TableGuid A pointer to the table's GUID type.
221 @param[in, out] Table On exit, a pointer to a system configuration table.
223 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
224 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
230 IN OUT VOID **Table
    [all...]

Completed in 2365 milliseconds

<<11121314151617181920>>