/external/skia/third_party/lua/src/ |
ltm.h | 52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
|
lstate.h | 119 stringtable strt; /* hash table for strings */ 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 190 struct Table h;
|
/external/syslinux/com32/lua/src/ |
lparser.h | 29 VINDEXED, /* t = table register/upvalue; idx = index R/K */ 45 lu_byte t; /* table (register or upvalue) */ 98 Table *h; /* table to find (and reuse) elements in `k' */
|
lstring.h | 3 ** String table (keep all strings handled by Lua) 41 LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);
|
ltm.h | 52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
|
/frameworks/native/cmds/lshal/ |
TableEntry.h | 64 struct Table {
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadEntry.java | 22 @Entry.Table("download")
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdxmldom.h | 15 const BYTE *Table;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
micromips@loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
mips16@loc-swap-2.d | 33 The Directory Table is empty. 35 The File Name Table \(offset 0x.*\):
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
TerminalConOut.c | 830 UNICODE_TO_CHAR *Table;
840 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
841 if (Graphic == Table->Unicode) {
843 *PcAnsi = Table->PcAnsi;
847 *Ascii = Table->Ascii;
|
/external/flatbuffers/src/ |
idl_gen_text.cpp | 25 static bool GenStruct(const StructDef &struct_def, const Table *table, 181 reinterpret_cast<const Table *>(val), 190 reinterpret_cast<const Table *>(val), 227 const Table *table, bool fixed, 232 reinterpret_cast<const Struct *>(table)->GetField<T>(fd.value.offset) : 233 table->GetField<T>(fd.value.offset, 0), fd.value.type, indent, nullptr, 238 static bool GenFieldOffset(const FieldDef &fd, const Table *table, bool fixed [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 39 import org.eclipse.swt.widgets.Table; 73 private Table mCommonTagsTable; 74 private Table mAdvancedTagsTable; 176 private Table createTable(Composite c, String label, List<SystraceTag> supportedTags) { 181 Table table = new Table(c, SWT.CHECK | SWT.BORDER); local 184 table.setLayoutData(gd); 185 table.setHeaderVisible(false); 186 table.setLinesVisible(false) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Parser.py | 164 # Search table file and find all small tables
167 # @param Table: Table to insert records
172 def GetTableList(FileModelList, Table, Db):
177 TableName = Table + str(Record[0])
377 # @param Identifier: Table id
474 # @param Table: Table id
480 def SearchPpi(SqlCommand, Table, SourceFileID, SourceFileFullPath, ItemMode, PpiMode = 1):
503 SqlCommand = """select Value from %s where (Name like '%%%s.Guid%%' or Name like '%%%s->Guid%%') and Model = %s""" % (Table, Parameter, Parameter, MODEL_IDENTIFIER_ASSIGNMENT_EXPRESSION) [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===// 80 // Populate the identifier table with info about keywords for the current 162 const LangOptions &LangOpts, IdentifierTable &Table) { 178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); 187 IdentifierTable &Table) { 188 IdentifierInfo &Info = Table.get(Keyword, TokenCode); 196 IdentifierTable &Table) { 197 Table.get(Name).setObjCKeywordID(ObjCID); 200 /// AddKeywords - Add all keywords to the symbol table. 310 /// PrintStats - Print statistics about how well the identifier table is doin [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/ |
Makefile | 70 $(BASE_TOOLS_PATH)\Source\Python\Table\Table.py \
71 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDataModel.py \
72 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDec.py \
73 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDsc.py \
74 $(BASE_TOOLS_PATH)\Source\Python\Table\TableEotReport.py \
75 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFdf.py \
76 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFile.py \
77 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFunction.py \
78 $(BASE_TOOLS_PATH)\Source\Python\Table\TableIdentifier.py \ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lstate.h | 119 stringtable strt; /* hash table for strings */ 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 190 struct Table h;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
Event.c | 95 IN OUT VOID **Table
105 TableGuid - Name of entry to return in the system table
106 Table - Pointer in EFI system table associated with TableGuid
110 EFI_SUCCESS - Table returned;
111 EFI_NOT_FOUND - TableGuid not in EFI system table
119 *Table = gST->ConfigurationTable[Index].VendorTable;
|
/external/flatbuffers/python/flatbuffers/ |
table.py | 19 class Table(object): 20 """Table wraps a byte slice and provides read access to its data. 33 """Offset provides access into the Table's vtable. 78 """Union initializes any Table-derived type to point to the union at 80 assert type(t2) is Table
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
TableInC.go | 9 _tab flatbuffers.Table
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otConverters.py | 9 """Given a table spec from otData.py, build a converter object for each 10 field of the table. This is called for each table in otData.py, and 41 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 46 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 181 table = self.tableClass() 182 table.decompile(reader, font) 183 return table 197 pass # NULL table, ignore 202 table = self.tableClass( [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableTest.java | 26 * Test cases for a {@link Table} implementation supporting reads and writes. 35 Table<String, Integer, Character> table, Object... data) { 38 table.put( 52 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 54 table.clear(); 55 assertEquals(0, table.size()); 56 assertFalse(table.containsRow("foo")); 59 table.clear(); 66 assertNull(table.put("foo", 1, 'a')) [all...] |
/external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/ |
MetadataItem.java | 21 import com.google.flatbuffers.Table; 30 public final class MetadataItem extends Table {
|
/external/skia/src/core/ |
SkColorSpace_Base.h | 36 // Contains information for a gamma table. 37 struct Table { 41 const float* table(const SkGammas* base) const { function in struct:SkGammas::Table 64 Table fTable; 94 const float* table(int i) const { function in struct:SkGammas 96 return this->data(i).fTable.table(this);
|