/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
CellSpan.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells spanning.
|
FixedWidth.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells having a fixed width and height.
|
HorizontalGravity.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells using a horizontal gravity.
|
VerticalGravity.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells using a vertical gravity.
|
Weight.java | 17 package android.widget.layout.table; 25 * Exercise table layout with cells having a weight.
|
/frameworks/base/tools/aapt2/compile/ |
IdAssigner.h | 29 // Assigns IDs to each resource in the table, respecting existing IDs and 37 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
PseudolocaleGenerator.h | 30 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
/frameworks/base/tools/aapt2/flatten/ |
TableFlattener.h | 45 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
map_to_7segment.h | 75 unsigned char table[128]; member in struct:seg7_conversion_map 80 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL; 84 struct seg7_conversion_map _name = { .table = { _map } } 94 * ASCII conversion table
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
map_to_7segment.h | 75 unsigned char table[128]; member in struct:seg7_conversion_map 80 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL; 84 struct seg7_conversion_map _name = { .table = { _map } } 94 * ASCII conversion table
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
udpmib.h | 27 MIB_UDP6ROW table[ANY_SIZE]; member in struct:_MIB_UDP6TABLE
|
/system/sepolicy/tools/sepolicy-analyze/ |
booleans.c | 21 return hashtab_map(policydb->p_bools.table, list_booleans, NULL);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-gidt.s | 1 # Instructions to load/store global/interrupt description table
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-3.d | 5 Unwind table index '.c6xabi.exidx.text.bar' .* 13 Unwind table index '.c6xabi.exidx' .*
|
/cts/common/host-side/tradefed/res/report/ |
compatibility_result.css | 26 table.title { 34 table.summary { 42 table.summary th { 48 table.summary td { 57 table.testsummary { 64 table.testsummary th { 70 table.testsummary td { 76 table.testdetails { 88 table.testdetails th { 97 table.testdetails td [all...] |
/external/freetype/src/gzip/ |
zutil.c | 75 local ptr_table table[MAX_PTR]; variable 76 /* This table is used to remember the original form of pointers 78 * Since MSDOS is not a preemptive multitasking OS, this table is not 98 table[next_ptr].org_ptr = buf; 103 table[next_ptr++].new_ptr = buf; 116 if (ptr != table[n].new_ptr) continue; 118 farfree(table[n].org_ptr); 120 table[n-1] = table[n];
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table,
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
28 requested root table index bits, and on return it is the actual root
29 table index bits. It will differ if the request is greater than the
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
36 code FAR * FAR *table;
43 unsigned root; /* number of index bits for root table */
44 unsigned curr; /* number of index bits for current table */
45 unsigned drop; /* code bits to drop for sub-table */
47 unsigned used; /* code entries in table used */ [all...] |
/external/zlib/src/ |
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 28 requested root table index bits, and on return it is the actual root 29 table index bits. It will differ if the request is greater than the 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) 36 code FAR * FAR *table; 43 unsigned root; /* number of index bits for root table */ 44 unsigned curr; /* number of index bits for current table */ 45 unsigned drop; /* code bits to drop for sub-table */ 47 unsigned used; /* code entries in table used * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 98 Composite table = getTable(); local 99 if (table == null || managedForm == null) { 104 for (Control c : table.getChildren()) { 129 ui_attr.createUiControl(table, managedForm); 141 createLabel(table, managedForm.getToolkit(), 165 Composite table = getTable(); local 167 if (table != null && table.getEnabled() != exists) { 168 table.setEnabled(exists); 169 for (Control c : table.getChildren()) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
i386-gen.c | 732 output_cpu_flags (FILE *table, bitfield *flags, unsigned int size, 737 fprintf (table, "%s{ { ", indent); 742 fprintf (table, "%d, ", flags[i].value); 744 fprintf (table, "%d,", flags[i].value); 749 fprintf (table, " \\\n %s", indent); 751 fprintf (table, "\n %s", indent); 755 fprintf (table, "%d } }%s\n", flags[i].value, comma); 759 process_i386_cpu_flag (FILE *table, char *flag, int macro, 819 output_cpu_flags (table, flags, ARRAY_SIZE (flags), macro, 824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size 1324 FILE *table; local [all...] |
/external/autotest/database/ |
db_utils.py | 32 @param mapping a dictionary of orig_name => new_name. Any table not matching 35 check_exists(manager, (table for table, _ in mapping.iteritems()), 38 manager.execute('RENAME TABLE `%s` TO `%s`' % (orig_name, new_name)) 45 If a table does not exist in the source database, this method fails without 53 for table in tables: 54 manager.execute('RENAME TABLE `%(db)s`.`%(table)s` TO `%(table)s`' 55 % dict(db=src_manager.get_db_name(), table=table) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformationStore.java | 16 private Map table = new HashMap(); field in class:SignerInformationStore 31 table.put(sid, all); 49 List list = (ArrayList)table.get(sid); 53 table.put(sid, list); 128 List list = (ArrayList)table.get(selector);
|
/external/guava/ |
javadoc-stylesheet.css | 61 table tr td dt code { 334 table tr td dl, table tr td dl dt, table tr td dl dd { 339 Table styles 341 .contentContainer table, .classUseContainer table, .constantValuesContainer table { 345 .contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
PageTestBase.java | 28 import org.jacoco.report.internal.html.table.LabelColumn; 29 import org.jacoco.report.internal.html.table.Table; 49 final Table table = new Table(); local 50 table.add("Element", null, new LabelColumn(), true); 61 public Table getTable() { 62 return table;
|
/external/libjpeg-turbo/java/doc/ |
stylesheet.css | 61 table tr td dt code { 334 table tr td dl, table tr td dl dt, table tr td dl dd { 339 Table styles 341 .contentContainer table, .classUseContainer table, .constantValuesContainer table { 345 .contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table [all...] |