/external/freetype/src/otvalid/ |
otvgdef.c | 5 /* OpenType GDEF table validation (body). */ 47 otv_O_x_Ox( FT_Bytes table, 50 FT_Bytes p = table; 59 Coverage = table + FT_NEXT_USHORT( p ); 75 func( table + FT_NEXT_USHORT( p ), otvalid ); 94 otv_CaretValue_validate( FT_Bytes table, 97 FT_Bytes p = table; 125 otv_Device_validate( table + FT_NEXT_USHORT( p ), otvalid ); 145 otv_MarkGlyphSets_validate( FT_Bytes table, 148 FT_Bytes p = table; [all...] |
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5block_arm.s | 10 #define Rtable R0 // Pointer to MD5 constants table 59 // Point to the table of constants 61 MOVW $·table(SB), Rtable 228 // MD5 constants table 231 DATA ·table+0x00(SB)/4, $0xd76aa478 232 DATA ·table+0x04(SB)/4, $0xe8c7b756 233 DATA ·table+0x08(SB)/4, $0x242070db 234 DATA ·table+0x0c(SB)/4, $0xc1bdceee 235 DATA ·table+0x10(SB)/4, $0xf57c0faf 236 DATA ·table+0x14(SB)/4, $0x4787c62 [all...] |
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5block_arm.s | 10 #define Rtable R0 // Pointer to MD5 constants table 59 // Point to the table of constants 61 MOVW $·table(SB), Rtable 228 // MD5 constants table 231 DATA ·table+0x00(SB)/4, $0xd76aa478 232 DATA ·table+0x04(SB)/4, $0xe8c7b756 233 DATA ·table+0x08(SB)/4, $0x242070db 234 DATA ·table+0x0c(SB)/4, $0xc1bdceee 235 DATA ·table+0x10(SB)/4, $0xf57c0faf 236 DATA ·table+0x14(SB)/4, $0x4787c62 [all...] |
/art/tools/ahat/etc/ |
style.css | 32 table td { 38 table th {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
infinite_loop_re.py | 15 foo = '<table cellspacing="0" cellpadding="0" style="border-collapse'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
pdeps.py | 36 table = {}
38 process(arg, table)
41 printresults(table)
44 inv = inverse(table)
48 reach = closure(table)
66 def process(filename, table):
71 table[mod] = list = []
94 def closure(table):
95 modules = table.keys()
97 # Initialize reach with a copy of table
[all...] |
/external/clang/test/CodeGenCXX/ |
partial-init.cpp | 20 static Foo table[] = { variable
|
/external/e2fsprogs/lib/et/ |
error_table.h | 19 const struct error_table *table; member in struct:et_list 23 #define ERRCODE_RANGE 8 /* # of bits to shift table number */
|
/external/e2fsprogs/lib/et/test_cases/ |
continuation.c | 22 const struct error_table * table; member in struct:et_list 43 if (et->table->msgs == text) 47 if (!link.table) 52 et->table = &et_ovk_error_table;
|
heimdal3.c | 23 const struct error_table * table; member in struct:et_list 44 if (et->table->msgs == text) 48 if (!link.table) 53 et->table = &et_h3test_error_table;
|
/external/e2fsprogs/lib/ss/ |
ss_err.c | 19 N_( "Request table not found"), 33 const struct error_table * table; member in struct:et_list 54 if (et->table->msgs == text) 58 if (!link.table) 63 et->table = &et_ss_error_table;
|
/external/elfutils/libebl/ |
eblcorenote.c | 59 #define ITEMS(type, table) \ 61 *items = table; \ 62 *nitems = sizeof table / sizeof table[0]; \
|
/external/freetype/src/sfnt/ |
ttpost.c | 5 /* PostScript name table processing for TrueType and OpenType fonts */ 21 /* The post table is not completely loaded by the core engine. This */ 66 /* table of Mac names. Thus, it is possible to build a version of */ 177 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 178 /* than the value in the maxp table (cf. cyberbit.ttf). */ 181 /* in this table, so the test for this threshold has been dropped. */ 204 /* compute number of names stored in table */ 243 FT_TRACE6(( "load_format_20: %d byte left in post table\n", 258 " truncating at end of post table (%d byte left)\n", 273 " all entries in post table are already parsed, 286 TT_Post_20 table = &face->postscript_names.names.format_20; local 364 TT_Post_25 table = &face->postscript_names.names.format_25; local 436 TT_Post_20 table = &names->names.format_20; local 451 TT_Post_25 table = &names->names.format_25; local 524 TT_Post_20 table = &names->names.format_20; local 547 TT_Post_25 table = &names->names.format_25; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
IntHashtable.java | 17 * Integer hash table. 30 table.remove(new Integer(key)); 32 table.put(new Integer(key), new Integer(value)); 37 Integer value = table.get(new Integer(key)); 43 private Map<Integer, Integer> table = new HashMap<Integer, Integer>(); field in class:IntHashtable
|
IntStringHashtable.java | 17 * Integer-String hash table. Uses Java Hashtable for now. 30 table.remove(new Integer(key)); 32 table.put(new Integer(key), value); 37 String value = table.get(new Integer(key)); 43 private Map<Integer, String> table = new HashMap<Integer, String>(); field in class:IntStringHashtable
|
LongHashtable.java | 29 table.remove(new Long(key)); 31 table.put(new Long(key), new Integer(value)); 36 Integer value = table.get(new Long(key)); 42 private Map<Long, Integer> table = new HashMap<Long, Integer>(); field in class:LongHashtable
|
/external/mesa3d/src/mapi/glapi/ |
glapi_nop.c | 28 * No-op dispatch table. 30 * This file defines a special dispatch table which is loaded with no-op 36 * In the past, the dispatch table was loaded with pointers to a single 113 * Defines for the table of no-op entry points. 122 /** Return pointer to new dispatch table filled with no-op functions */ 126 struct _glapi_table *table = malloc(num_entries * sizeof(_glapi_proc)); local 127 if (table) { 128 memcpy(table, __glapi_noop_table, 131 return table;
|
/external/perfetto/src/ftrace_reader/ |
cpu_reader_fuzzer.cc | 46 ProtoTranslationTable* table = GetTable("synthetic"); local 47 if (!table) { 49 "Could not read table. " 55 EventFilter filter(*table, {"sched_switch", "print"}); 59 CpuReader::ParsePage(g_page, &filter, &writer, table, &metadata);
|
/external/python/cpython2/Lib/test/crashers/ |
infinite_loop_re.py | 15 foo = '<table cellspacing="0" cellpadding="0" style="border-collapse'
|
/external/python/cpython2/Tools/scripts/ |
pdeps.py | 36 table = {} 38 process(arg, table) 41 printresults(table) 44 inv = inverse(table) 48 reach = closure(table) 66 def process(filename, table): 71 table[mod] = list = [] 94 def closure(table): 95 modules = table.keys() 97 # Initialize reach with a copy of table [all...] |
/external/python/cpython3/Lib/test/crashers/ |
infinite_loop_re.py | 15 foo = '<table cellspacing="0" cellpadding="0" style="border-collapse'
|
/external/python/cpython3/Tools/scripts/ |
pdeps.py | 36 table = {} 38 process(arg, table) 41 printresults(table) 44 inv = inverse(table) 48 reach = closure(table) 66 def process(filename, table): 71 table[mod] = list = [] 94 def closure(table): 95 modules = list(table.keys()) 97 # Initialize reach with a copy of table [all...] |
/external/selinux/libsepol/src/ |
symtab.c | 7 * Implementation of the symbol table type. 38 s->table = hashtab_create(symhash, symcmp, size); 39 if (!s->table) 49 if (s->table) 50 hashtab_destroy(s->table);
|
/external/syslinux/utils/ |
keytab-lilo | 22 $table[eval($`)] = eval($'); 31 printf("%c",$table[$i] ? $table[$i] : $i) || die "print: $!"; 89 $table[$tmp[$code]] = hex $1 unless $table[$tmp[$code]]; 94 $table[0] = 0;
|
/external/tensorflow/tensorflow/core/kernels/ |
lookup_table_init_op.h | 28 InitializableLookupTable* table);
|