/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
FakeSettingsProvider.java | 64 * 3. Calling ContentResolver#notifyChange(getUriFor(table, arg), ...) on every settings change. 80 private Uri getUriFor(String table, String key) { 81 switch (table) { 89 throw new UnsupportedOperationException("Unknown settings table " + table); 97 String table = commands[1]; local 103 value = mTables.get(table).get(arg); 107 table, arg, value)); 116 table, arg, value)); 119 mTables.get(table).put(arg, value) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 65 // _Init_time_info: initialize table with 69 static void _Init_timeinfo_base(_Time_Info_Base& table) { 70 table._M_time_format = "%H:%M:%S"; 71 table._M_date_format = "%m/%d/%y"; 72 table._M_date_time_format = "%m/%d/%y"; 75 static void _Init_timeinfo(_Time_Info& table) { 78 table._M_dayname[i] = default_dayname[i]; 80 table._M_monthname[i] = default_monthname[i]; 81 table._M_am_pm[0] = "AM"; 82 table._M_am_pm[1] = "PM" 149 const string& format, const _TimeInfo& table, const tm* t) { variable 216 const _TimeInfo& table, const tm* t) { variable [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 65 // _Init_time_info: initialize table with 69 static void _Init_timeinfo_base(_Time_Info_Base& table) { 70 table._M_time_format = "%H:%M:%S"; 71 table._M_date_format = "%m/%d/%y"; 72 table._M_date_time_format = "%m/%d/%y"; 75 static void _Init_timeinfo(_Time_Info& table) { 78 table._M_dayname[i] = default_dayname[i]; 80 table._M_monthname[i] = default_monthname[i]; 81 table._M_am_pm[0] = "AM"; 82 table._M_am_pm[1] = "PM" 149 const string& format, const _TimeInfo& table, const tm* t) { variable 216 const _TimeInfo& table, const tm* t) { variable [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
CheckBoxPanelDisplay.java | 10 private FlexTable table = new FlexTable(); field in class:CheckBoxPanelDisplay 14 initWidget(table); 22 table.setWidget(row, col, checkbox);
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
HashBasedTable_CustomFieldSerializer.java | 27 public static void deserialize(SerializationStreamReader reader, HashBasedTable<?, ?, ?> table) { 35 public static void serialize(SerializationStreamWriter writer, HashBasedTable<?, ?, ?> table) 37 Table_CustomFieldSerializerBase.serialize(writer, table);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linkage.h | 57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, 61 memset(table, 0xff, table_size); 64 table[layout[i]] = first_slot_value + i;
|
/external/selinux/libsepol/tests/ |
test-expander-attr-map.c | 93 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5")); 94 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5_1_t")); 95 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_5_2_t")); 96 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8")); 97 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8_1_t")); 98 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_base_optional_disabled_8_2_t")); 99 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4")); 100 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4_1_t")); 101 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_4_2_t")); 102 CU_ASSERT(!hashtab_search((&base_expanded2)->p_types.table, "attr_check_mod_optional_disabled_7")) [all...] |
/frameworks/base/libs/hwui/ |
GammaFontRenderer.h | 41 const uint8_t* table = nullptr; local 43 table = &mGammaTable[0]; 45 mRenderer.reset(new FontRenderer(table));
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DatabaseModifier.java | 35 public abstract long insert(String table, String nullColumnHack, ContentValues values); 42 * Use this method to update a table which you would otherwise do using the 45 public abstract int update(Uri uri, String table, ContentValues values, 48 * Use this method to delete entries from a table which you would otherwise do using the 51 public abstract int delete(String table, String whereClause, String[] whereArgs);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
dysymtab-3.d | 11 ( )+table of content: off: 0x00000000 num: 0( )+\(endoff: 0x00000000\) 12 ( )+module table: off: 0x00000000 num: 0( )+\(endoff: 0x00000000\) 13 ( )+external reference table: off: 0x00000000 num: 0( )+\(endoff: 0x00000000\) 14 ( )+indirect symbol table: off: 0x00000170 num: 4( )+\(endoff: 0x00000180\) 15 ( )+external relocation table: off: 0x00000000 num: 0( )+\(endoff: 0x00000000\) 16 ( )+local relocation table: off: 0x00000000 num: 0( )+\(endoff: 0x00000000\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
bug-1403.s | 8 ldx #table 14 .globl table 15 table: .long 0 label
|
/external/autotest/frontend/client/src/autotest/common/table/ |
DataTable.java | 1 package autotest.common.table; 24 * A table to display data from JSONObjects. Each row displays data from one 30 * <li>.data-table - the entire table 40 // use CLICKABLE_WIDGET_COLUMN for widget that expect to receive clicks. The table will ignore 50 protected RightClickTable table; field in class:DataTable 59 // keep a list of JSONObjects corresponding to rows in the table 80 table = new RightClickTable(); 81 initWidget(table); 83 table.setCellSpacing(0) [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...] |
/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 */ 62 /* table of Mac names. Thus, it is possible to build a version of */ 173 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 174 /* than the value in the maxp table (cf. cyberbit.ttf). */ 177 /* in this table, so the test for this threshold has been dropped. */ 200 /* compute number of names stored in table */ 239 FT_TRACE6(( "load_format_20: %d byte left in post table\n", 254 " truncating at end of post table (%d byte left)\n", 269 " all entries in post table are already parsed, 282 TT_Post_20 table = &face->postscript_names.names.format_20; local 361 TT_Post_25 table = &face->postscript_names.names.format_25; local 433 TT_Post_20 table = &names->names.format_20; local 448 TT_Post_25 table = &names->names.format_25; local 521 TT_Post_20 table = &names->names.format_20; local 544 TT_Post_25 table = &names->names.format_25; local [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttpost.c | 5 /* Postcript name table processing for TrueType and OpenType fonts */ 21 /* The post table is not completely loaded by the core engine. This */ 62 /* table of Mac names. Thus, it is possible to build a version of */ 173 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 174 /* than the value in the maxp table (cf. cyberbit.ttf). */ 177 /* in this table, so the test for this threshold has been dropped. */ 200 /* compute number of names stored in table */ 239 FT_TRACE6(( "load_format_20: %d byte left in post table\n", 254 " truncating at end of post table (%d byte left)\n", 269 " all entries in post table are already parsed, 282 TT_Post_20 table = &face->postscript_names.names.format_20; local 359 TT_Post_25 table = &face->postscript_names.names.format_25; local 431 TT_Post_20 table = &names->names.format_20; local 446 TT_Post_25 table = &names->names.format_25; local 519 TT_Post_20 table = &names->names.format_20; local 542 TT_Post_25 table = &names->names.format_25; local [all...] |
/art/tools/ahat/src/ |
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]; \
|