/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
PropertyEditorPresentation.java | 15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
|
/external/freetype/include/ |
ftotval.h | 75 * Validate BASE table. 78 * Validate GDEF table. 81 * Validate GPOS table. 84 * Validate GSUB table. 87 * Validate JSTF table. 90 * Validate MATH table. 133 * A pointer to the BASE table. 136 * A pointer to the GDEF table. 139 * A pointer to the GPOS table. 142 * A pointer to the GSUB table [all...] |
/external/freetype/src/psaux/ |
psobjs.h | 50 ps_table_new( PS_Table table, 55 ps_table_add( PS_Table table, 61 ps_table_done( PS_Table table ); variable 65 ps_table_release( PS_Table table ); variable
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableTable.java | 31 * An immutable {@link Table} with reliable user-specified iteration order. 44 public abstract class ImmutableTable<R, C, V> implements Table<R, C, V> { 45 /** Returns an empty immutable table. */ 51 /** Returns an immutable table containing a single cell. */ 58 * Returns an immutable copy of the provided table. 60 * <p>The {@link Table#cellSet()} iteration order of the provided table 61 * determines the iteration ordering of all views in the returned table. Note 62 * that some views of the original table and the copied table may hav [all...] |
/external/icu/icu4c/source/tools/makeconv/ |
makeconv.h | 30 /* converter table type for writing */ 52 (*addTable)(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
|
/external/iptables/include/ |
ip6tables.h | 10 extern int do_command6(int argc, char *argv[], char **table,
|
iptables.h | 10 extern int do_command4(int argc, char *argv[], char **table,
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_among.h | 11 * Write-once-read-many hash table, used for checking if a given 24 * hash table, which are stored also in form of pairs of integers 40 int table[257]; member in struct:ebt_mac_wormhash
|
/external/libxml2/ |
save.h | 24 void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table);
|
/external/opencv/otherlibs/highgui/ |
bitstrm.h | 130 int GetHuff( const short* table ); 150 int GetHuff( const short* table ); 224 void PutHuff( int val, const int* table ); 247 void PutHuff( int val, const ulong* table );
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftotval.h | 75 * Validate BASE table. 78 * Validate GDEF table. 81 * Validate GPOS table. 84 * Validate GSUB table. 87 * Validate JSTF table. 90 * Validate MATH table. 133 * A pointer to the BASE table. 136 * A pointer to the GDEF table. 139 * A pointer to the GPOS table. 142 * A pointer to the GSUB table [all...] |
/external/pdfium/core/src/fxge/android/ |
fx_android_font.h | 25 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftotval.h | 75 * Validate BASE table. 78 * Validate GDEF table. 81 * Validate GPOS table. 84 * Validate GSUB table. 87 * Validate JSTF table. 90 * Validate MATH table. 133 * A pointer to the BASE table. 136 * A pointer to the GDEF table. 139 * A pointer to the GPOS table. 142 * A pointer to the GSUB table [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.h | 50 ps_table_new( PS_Table table, 55 ps_table_add( PS_Table table, 61 ps_table_done( PS_Table table ); variable 65 ps_table_release( PS_Table table ); variable
|
/external/regex-re2/benchlog/ |
mktable | 4 sub table() { subroutine 7 <table border=0> 17 </table> 118 "table" => \&table,
|
/external/skia/src/core/ |
SkDeviceProfile.h | 81 * Given a luminance byte (0 for black, 0xFF for white), generate a table 84 void generateTableForLuminanceByte(U8CPU lumByte, uint8_t table[256]) const;
|
/frameworks/av/media/libeffects/testlibs/ |
AudioCoefInterpolator.h | 29 // M-dimensional function. The approximation is based on a table of output 32 // Access to values are done by specifying input values in table index units, 39 // inDims An array of size nInDims with the size of the table on each 42 // table The coefficient table. Should be of size: 44 // func([i,j,k]) = table(i,j,k,:) 46 size_t nOutDims, const audio_coef_t * table); 71 // The coefficient table.
|
/frameworks/base/tools/aapt/ |
Images.h | 24 ResourceTable* table, const sp<AaptFile>& file);
|
/frameworks/rs/cpu_ref/linkloader/lib/ |
StubLayout.cpp | 26 StubLayout::StubLayout() : table(NULL), count(0) { 30 table = table_; 49 unsigned char *stub = table; 54 table += getUnitStubSize();
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 26 * this program makes the table to link function names 110 const char *table[SIZE]; variable 160 table[p->token-FIRSTTOKEN] = p->name; 163 if (table[i]==0) 166 printf("\t%s,\t/* %s */\n", table[i], names[i]);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
ContactsTableUtil.java | 34 * Methods for operating on the contacts table. 44 final String table = Tables.CONTACTS; local 46 db.execSQL("CREATE INDEX contacts_has_phone_index ON " + table + " (" + 50 db.execSQL("CREATE INDEX contacts_name_raw_contact_id_index ON " + table + " (" + 54 db.execSQL(MoreDatabaseUtils.buildCreateIndexSql(table,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 9 * Write-once-read-many hash table, used for checking if a given 22 * hash table, which are stored also in form of pairs of integers 40 int table[257]; member in struct:ebt_mac_wormhash
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 9 * Write-once-read-many hash table, used for checking if a given 22 * hash table, which are stored also in form of pairs of integers 40 int table[257]; member in struct:ebt_mac_wormhash
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
iprtrmib.h | 105 MIB_IFROW table[ANY_SIZE]; member in struct:_MIB_IFTABLE 108 #define SIZEOF_IFTABLE(X) (FIELD_OFFSET(MIB_IFTABLE,table[0]) + ((X) *sizeof(MIB_IFROW)) + ALIGN_SIZE) 217 MIB_UDPROW table[ANY_SIZE]; member in struct:_MIB_UDPTABLE 222 #define SIZEOF_UDPTABLE(X) (FIELD_OFFSET(MIB_UDPTABLE,table[0]) + ((X) *sizeof(MIB_UDPROW)) + ALIGN_SIZE) 227 MIB_UDPROW_OWNER_PID table[ANY_SIZE]; member in struct:_MIB_UDPTABLE_OWNER_PID 230 #define SIZEOF_UDPTABLE_OWNER_PID(X) (FIELD_OFFSET(MIB_UDPTABLE_OWNER_PID,table[0]) + ((X) *sizeof(MIB_UDPROW_OWNER_PID)) + ALIGN_SIZE) 234 MIB_UDPROW_OWNER_MODULE table[ANY_SIZE]; member in struct:_MIB_UDPTABLE_OWNER_MODULE 237 #define SIZEOF_UDPTABLE_OWNER_MODULE(X) (FIELD_OFFSET(MIB_UDPTABLE_OWNER_MODULE,table[0]) + ((X) *sizeof(MIB_UDPROW_OWNER_MODULE)) + ALIGN_SIZE) 241 MIB_UDP6ROW_OWNER_PID table[ANY_SIZE]; member in struct:_MIB_UDP6TABLE_OWNER_PID 244 #define SIZEOF_UDP6TABLE_OWNER_PID(X) (FIELD_OFFSET(MIB_UDP6TABLE_OWNER_PID,table[0]) + ((X) *sizeof(MIB_UDP6ROW_OWNER_PID)) + ALIGN_SIZE 248 MIB_UDP6ROW_OWNER_MODULE table[ANY_SIZE]; member in struct:_MIB_UDP6TABLE_OWNER_MODULE 364 MIB_TCPROW table[ANY_SIZE]; member in struct:_MIB_TCPTABLE 374 MIB_TCPROW_OWNER_PID table[ANY_SIZE]; member in struct:_MIB_TCPTABLE_OWNER_PID 381 MIB_TCPROW_OWNER_MODULE table[ANY_SIZE]; member in struct:_MIB_TCPTABLE_OWNER_MODULE 388 MIB_TCP6ROW_OWNER_PID table[ANY_SIZE]; member in struct:_MIB_TCP6TABLE_OWNER_PID 395 MIB_TCP6ROW_OWNER_MODULE table[ANY_SIZE]; member in struct:_MIB_TCP6TABLE_OWNER_MODULE 452 MIB_IPADDRROW table[ANY_SIZE]; member in struct:_MIB_IPADDRTABLE 506 MIB_IPFORWARDROW table[ANY_SIZE]; member in struct:_MIB_IPFORWARDTABLE 526 MIB_IPNETROW table[ANY_SIZE]; member in struct:_MIB_IPNETTABLE 559 MIB_IPMCAST_MFE table[ANY_SIZE]; member in struct:_MIB_MFE_TABLE 598 MIB_IPMCAST_MFE_STATS table[ANY_SIZE]; member in struct:_MIB_MFE_STATS_TABLE 631 MIB_IPMCAST_MFE_STATS_EX table[ANY_SIZE]; member in struct:_MIB_MFE_STATS_TABLE_EX 652 MIB_IPMCAST_IF_ENTRY table[ANY_SIZE]; member in struct:_MIB_IPMCAST_IF_TABLE 666 MIB_IPMCAST_BOUNDARY table[ANY_SIZE]; member in struct:_MIB_IPMCAST_BOUNDARY_TABLE 721 MIB_IPDESTROW table[ANY_SIZE]; member in struct:_MIB_IPDESTTABLE [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 31 int table[257]; member in struct:ebt_mac_wormhash
|