HomeSort by relevance Sort by last modified time
    Searched refs:LABEL (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
EventDataItem.java 40 return getContentValues().getAsString(Event.LABEL);
PhoneDataItem.java 55 return getContentValues().getAsString(Phone.LABEL);
RelationDataItem.java 40 return getContentValues().getAsString(Relation.LABEL);
ImDataItem.java 59 return getContentValues().getAsString(Im.LABEL);
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 73 * Alarm label.
77 String LABEL = "label";
ClockProvider.java 69 sAlarmsWithInstancesProjection.put(ALARMS_TABLE_NAME + "." + AlarmsColumns.LABEL,
70 ALARMS_TABLE_NAME + "." + AlarmsColumns.LABEL);
90 sAlarmsWithInstancesProjection.put(INSTANCES_TABLE_NAME + "." + InstancesColumns.LABEL,
91 INSTANCES_TABLE_NAME + "." + InstancesColumns.LABEL);
ClockDatabaseHelper.java 80 ClockContract.AlarmsColumns.LABEL + " TEXT NOT NULL, " +
95 ClockContract.InstancesColumns.LABEL + " TEXT NOT NULL, " +
123 ClockContract.AlarmsColumns.LABEL + cs +
169 alarm.label = cursor.getString(6);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 31 super(context, dbHelper, aggregator, Im.CONTENT_ITEM_TYPE, Im.TYPE, Im.LABEL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 97 #define ASM_OUTPUT_DWARF_OFFSET(FILE, SIZE, LABEL, SECTION) \
103 assemble_name (FILE, LABEL); \
112 assemble_name (FILE, LABEL); \
241 /* Output the label for an initialized variable. */
249 /* Output a reference to a label. Fastcall function symbols
371 #define PROFILE_HOOK(LABEL) \
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 61 #define LABEL(i) (data[(i) + 3 * count])
71 INFO("LABEL(%i) = %i\n", i, LABEL(i));
87 LABEL(i) = i;
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
125 return LABEL(v);
186 #undef LABEL
    [all...]
  /external/llvm/test/MC/Mips/
nacl-mask.s 21 # CHECK-LABEL: test1:
58 # CHECK-LABEL: test2:
126 # CHECK-LABEL: test3:
183 # CHECK-LABEL: test4:
258 # CHECK-LABEL: test5:
308 # CHECK-LABEL: test6:
mips_abi_flags_xx.s 21 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
34 # CHECK-OBJ-LABEL: }
cpsetup.s 30 # ALL-LABEL: t1:
61 # ALL-LABEL: t2:
88 # The '1:' label isn't emitted in all cases but we still want a label to match
98 # ALL-LABEL: t3:
139 # ALL-LABEL: t4:
157 # ALL-LABEL: t5:
177 # NXX-LABEL: SYMBOL TABLE:
  /external/elfutils/backends/
sh_reloc.def 48 RELOC_TYPE (LABEL, REL)
  /external/guice/util/
generate-latest-docs.sh 5 [ "$LABEL" == "ant" ] && \
compareBuilds.sh 92 [ "$LABEL" == "mvn" ]; then
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 142 #define md_do_align(N, FILL, LEN, MAX, LABEL) \
146 goto LABEL; \
tc-arm.h 121 /* NOTE: The fake label creation in stabs.c:s_stab_generic() has
241 #define md_do_align(N, FILL, LEN, MAX, LABEL) \
245 goto LABEL; \
331 # define TC_VALIDATE_FIX(FIX, SEGTYPE, LABEL) arm_validate_fix (FIX)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 45 Phone.LABEL,
85 String label = null; local
86 //Custom type? Then get the custom label
88 label = c.getString(COLUMN_PHONE_LABEL);
91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_swap_intel.s 7 # CHECK-LABEL: swap:
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 67 * and status data and the addition of phone number and label.
78 Phone.LABEL, // ...........................................7
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java 98 .setCustomColumn(Phone.LABEL));
116 Email.LABEL));
147 .setCustomColumn(Relation.LABEL));
173 .setCustomColumn(Event.LABEL));
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
DatabaseTestUtils.java 39 Phone.LABEL, // 2
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 40 LABEL(-1),
54 JMP(14), // Jump, e.g. "jmp label"
55 JEQ(15), // Compare equal and branch, e.g. "jeq R0,5,label"
56 JNE(16), // Compare not equal and branch, e.g. "jne R0,5,label"
57 JGT(17), // Compare greater than and branch, e.g. "jgt R0,5,label"
58 JLT(18), // Compare less than and branch, e.g. "jlt R0,5,label"
59 JSET(19), // Compare any bits set and branch, e.g. "jset R0,5,label"
60 JNEBS(20), // Compare not equal byte sequence, e.g. "jnebs R0,5,label,0x1122334455"
105 // When mOpcode == Opcodes.LABEL:
136 void setLabel(String label) throws IllegalInstructionException
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 331 values.put(Organizations.LABEL, "Club");
345 Organizations.LABEL);
364 values.put(Organizations.LABEL, "Club");
374 values.put(Organizations.LABEL, "Society");
392 values.put(Phones.LABEL, "Directory");
416 values.put(People.LABEL, "Directory");
423 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL);
434 values.put(Phones.LABEL, "Directory");
443 values.putNull(Phones.LABEL);
464 values.put(Phones.LABEL, "Directory")
    [all...]

Completed in 730 milliseconds

1 2 34 5 6 7 8 91011>>