| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| lapi.c | 609 Table *reg = hvalue(&G(L)->l_registry); 610 const TValue *gt; /* global table */ 643 api_check(L, ttistable(t), "table expected"); 653 api_check(L, ttistable(t), "table expected"); 665 api_check(L, ttistable(t), "table expected"); 674 Table *t; 688 Table *mt = NULL; 735 Table *reg = hvalue(&G(L)->l_registry); 736 const TValue *gt; /* global table */ 775 api_check(L, ttistable(t), "table expected") [all...] |
| lstate.c | 163 ** Create registry table and its predefined values 168 Table *registry = luaH_new(L); 174 /* registry[LUA_RIDX_GLOBALS] = table of globals */ 188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| DateTimePatternGenerator.java | 200 UResource.Table itemsTable = value.getTable(); 214 UResource.Table itemsTable = value.getTable(); 216 if (value.getType() != UResourceBundle.TABLE) { 217 // Typically get either UResourceBundle.TABLE = 2 or ICUResourceBundle.ALIAS = 3. 220 // UResource.Table detailsTable = value.getTable() 227 UResource.Table detailsTable = value.getTable(); 264 UResource.Table formatsTable = value.getTable(); 283 // 1) A nested table is an alias to /LOCALE/... 285 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, 374 UResource.Table timeData = value.getTable() [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| DateTimePatternGenerator.java | 204 UResource.Table itemsTable = value.getTable(); 218 UResource.Table itemsTable = value.getTable(); 220 if (value.getType() != UResourceBundle.TABLE) { 221 // Typically get either UResourceBundle.TABLE = 2 or ICUResourceBundle.ALIAS = 3. 224 // UResource.Table detailsTable = value.getTable() 231 UResource.Table detailsTable = value.getTable(); 268 UResource.Table formatsTable = value.getTable(); 287 // 1) A nested table is an alias to /LOCALE/... 289 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, 378 UResource.Table timeData = value.getTable() [all...] |
| /external/lua/src/ |
| lapi.c | 606 Table *reg = hvalue(&G(L)->l_registry); 651 api_check(L, ttistable(t), "table expected"); 662 api_check(L, ttistable(t), "table expected"); 675 api_check(L, ttistable(t), "table expected"); 685 Table *t; 699 Table *mt; 760 Table *reg = hvalue(&G(L)->l_registry); 807 api_check(L, ttistable(o), "table expected"); 822 api_check(L, ttistable(o), "table expected"); 836 api_check(L, ttistable(o), "table expected") [all...] |
| /external/pdfium/third_party/lcms/src/ |
| cmsopt.c | 873 // Store the precalculated table of nodes 878 // Store the precalculated table of offsets 920 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table; [all...] |
| lcms2_internal.h | 774 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags); 775 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags); 782 // In the case of table-based, Eval pointer is set to NULL 791 cmsInterpParams** SegInterp; // Array of private optimizations for interpolation in table-based segments 795 // 16 bit Table-based representation follows 796 cmsUInt32Number nEntries; // Number of table elements 797 cmsUInt16Number* Table16; // The table itself. [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| Function.cpp | 227 // We only need a symbol table for a function if the context keeps value names 249 // Delete all of the method arguments and unlink from symbol table... 253 // Remove the function from the on-the-side GC table. 351 // Metadata is stored in a side-table. 487 /// Table of string intrinsic names indexed by enum value. 495 /// Table of per-target intrinsic name tables. 501 /// target as \c Name, or the generic table if \c Name is not target specific. 529 // an index into a sub-table. 853 // Check to see if the intrinsic's type was expressible by the table. 868 // into a single word in the table itself, decode it now [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| WasmObjectFile.cpp | 200 wasm::WasmTable Table; 201 Table.ElemType = readUint8(Ctx); 202 Table.Limits = readLimits(Ctx); 203 return Table; 737 Im.Table = readTable(Ctx); 738 if (Im.Table.ElemType != wasm::WASM_TYPE_ANYFUNC) 739 return make_error<GenericBinaryError>("Invalid table element type", 777 return make_error<GenericBinaryError>("Invalid table element type", 782 return make_error<GenericBinaryError>("Table section ended prematurely", [all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
| ArmV7Support.S | 244 # Set the Address of the Vector Table in the VBAR register
249 # Set the Address of the Vector Table in the VBAR register
|
| ArmV7Support.asm | 241 // Set the Address of the Vector Table in the VBAR register
246 // Set the Address of the Vector Table in the VBAR register
|
| /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/ |
| Flat32.asm | 57 ; Load the GDT table in GdtDesc
136 ; ROM-based Global-Descriptor Table for the PEI Phase
|
| /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/ |
| KlcParser.java | 35 import com.google.common.collect.Table; 59 private final Table<String, Integer, String> virtualKeyAndIndexPlaceToLigature;
|
| /external/elfutils/tests/ |
| run-readelf-loc.sh | 175 Table at Offset 0x0: 267 Table at Offset 0x64: 516 Table at Offset 0x0: 624 Table at Offset 0x0: [all...] |
| /external/flatbuffers/tests/MyGame/ |
| MonsterExtra.cs | 13 private Table __p;
|
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| ArbitraryInstances.java | 67 import com.google.common.collect.Table; 268 .put(Table.class, ImmutableTable.of())
|
| /external/llvm/lib/MC/ |
| MCContext.cpp | 470 MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[CUID]; 471 return Table.getFile(Directory, FileName, FileNumber);
|
| /external/mesa3d/docs/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 79 The new table is: 102 Table 3.5: DrawPixels and ReadPixels formats. The third column 172 described in the table below:
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| MCContext.cpp | 579 MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[CUID]; 580 return Table.tryGetFile(Directory, FileName, Checksum, Source, FileNumber);
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| table_test.cc | 16 #include "tensorflow/core/lib/io/table.h" 35 namespace table { namespace in namespace:tensorflow 154 // BlockBuilder/TableBuilder and Block/Table. 235 // Open the table 238 return Table::Open(table_options, source_, sink.contents().size(), &table_); 258 Table* table_; 430 // Test empty table/block. 635 } // namespace table
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
| EfiCommonLib.h | 28 IN OUT VOID **Table
38 TableGuid - Name of entry to return in the system table
39 Table - Pointer in EFI system table associated with TableGuid
43 EFI_SUCCESS - Table returned;
44 EFI_NOT_FOUND - TableGuid not in EFI system table
130 SystemTable - A pointer to the EFI System Table.
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
| BiosSnp16.h | 326 @param StatisticsSize The buffer of statistics table.
[all...] |
| /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
| SecEntry.S | 77 # Load the GDT table in GdtDesc
243 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
| Ip4Config2Impl.c | 109 // static, we have to free default router table and all addresses.
127 // Create new default interface and route table.
383 @param[out] Table The built IP4 route table.
385 @retval EFI_SUCCESS The route table is successfully build
386 @retval EFI_NOT_FOUND Failed to allocate the memory for the rotue table.
392 OUT EFI_IP4_ROUTE_TABLE *Table
411 // Copy the route entry to EFI route table. Keep the order of
414 // and those from the default route table's route area.
423 EFI_IP4 (Table[Count].SubnetAddress) = HTONL (RtEntry->Dest & RtEntry->Netmask); [all...] |
| /external/flatbuffers/tests/MyGame/Example/ |
| TypeAliases.java | 11 public final class TypeAliases extends Table {
|