/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/ |
DataItemTests.java | 161 mValues1.put(Event.LABEL, customLabel1); 162 mValues2.put(Event.LABEL, customLabel1); 163 mValues3.put(Event.LABEL, customLabel2); 345 mValues1.put(Relation.LABEL, customRelation1); 346 mValues2.put(Relation.LABEL, customRelation1); 347 mValues3.put(Relation.LABEL, customRelation2);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
FallbackSource.java | 200 Phone.LABEL)); 213 .setCustomColumn(Phone.LABEL)); 240 Email.LABEL)); 267 .setCustomColumn(StructuredPostal.LABEL)); 359 .setCustomColumn(Organization.LABEL)); 509 return Phone.LABEL; 512 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { 517 return res.getString(labelRes, label == null ? "" : label); 525 final String label = cursor.getString(cursor.getColumnIndex(getLabelColumn())) local 531 final String label = values.getAsString(getLabelColumn()); local [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/ |
obj0.go | 161 p.Mark |= LABEL | LEAF | SYNC 163 p.Link.Mark |= LABEL 171 p.Mark |= LABEL | SYNC 175 p.Mark |= LABEL | SYNC 186 p.Mark |= LABEL | SYNC 192 p.Mark |= LABEL | SYNC 234 q1.Mark |= LABEL 238 // p.Mark |= LABEL 242 q1.Mark |= LABEL 249 p.Link.Mark |= LABEL [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
obj0.go | 161 p.Mark |= LABEL | LEAF | SYNC 163 p.Link.Mark |= LABEL 171 p.Mark |= LABEL | SYNC 175 p.Mark |= LABEL | SYNC 186 p.Mark |= LABEL | SYNC 192 p.Mark |= LABEL | SYNC 234 q1.Mark |= LABEL 238 // p.Mark |= LABEL 242 q1.Mark |= LABEL 249 p.Link.Mark |= LABEL [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
rtl.h | 114 /* The flags and bitfields of an ADDR_DIFF_VEC. BASE is the base label 122 unsigned min_after_vec: 1; /* minimum address target label is 124 unsigned max_after_vec: 1; /* maximum address target label is 126 unsigned min_after_base: 1; /* minimum address target label is 128 unsigned max_after_base: 1; /* maximum address target label is 294 non-local label. 303 1 in a CODE_LABEL if the label is used for nonlocal gotos 441 /* Predicate yielding nonzero iff X is a label insn. */ [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
ConcreteSyntaxModel.java | 537 CsmElement.conditional(ObservableProperty.LABEL, IS_PRESENT, CsmElement.sequence(CsmElement.space(), CsmElement.child(ObservableProperty.LABEL))), 556 CsmElement.conditional(ObservableProperty.LABEL, IS_PRESENT, CsmElement.sequence(CsmElement.space(), CsmElement.child(ObservableProperty.LABEL))), 660 CsmElement.child(ObservableProperty.LABEL), [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardImporterTests.java | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 274 p.Mark |= LABEL | LEAF | SYNC 276 p.Link.Mark |= LABEL 283 p.Mark |= LABEL | SYNC 320 p.Mark |= LABEL | SYNC 326 p.Mark |= LABEL | SYNC 397 q1.Mark |= LABEL 400 p.Mark |= LABEL 404 q1.Mark |= LABEL 416 p.Link.Mark |= LABEL 814 if(p->mark & (LABEL|SYNC)) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 274 p.Mark |= LABEL | LEAF | SYNC 276 p.Link.Mark |= LABEL 283 p.Mark |= LABEL | SYNC 320 p.Mark |= LABEL | SYNC 326 p.Mark |= LABEL | SYNC 397 q1.Mark |= LABEL 400 p.Mark |= LABEL 404 q1.Mark |= LABEL 416 p.Link.Mark |= LABEL 814 if(p->mark & (LABEL|SYNC)) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsTest.java | 254 Phones.NUMBER_KEY, Phones.LABEL, Phones.ISPRIMARY}; 299 value.put(Phones.LABEL, customeLabel); 333 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL, 383 value.put(Organizations.LABEL, customOrganizationsLabel); 554 ContactMethods.LABEL, ContactMethods.ISPRIMARY}; 607 value.put(ContactMethods.LABEL, customLabel); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
DisablePaging64.asm | 82 mTransitionEnd LABEL BYTE
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiException.asm | 36 gcStmPsd LABEL BYTE
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
SmiException.asm | 41 gcStmPsd LABEL BYTE
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
TelecomUtils.java | 55 ContactsContract.PhoneLookup.LABEL, 130 * Return the label for the given phone number. 133 * @return the label if it is found, 0 otherwise. 154 int labelColumn = cursor.getColumnIndex(PhoneLookup.LABEL); 155 String label = cursor.getString(labelColumn); local 157 Phone.getTypeLabel(res, type, label); 282 public static String getCallInfoText(Context context, UiCall call, CharSequence label) { 287 if (!TextUtils.isEmpty(durationString) && !TextUtils.isEmpty(label)) { 288 text = context.getString(R.string.phone_label_with_info, label, durationString); 291 } else if (!TextUtils.isEmpty(label)) { [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
AlarmInstance.java | 65 LABEL, 101 values.put(LABEL, instance.mLabel);
|
/packages/apps/Dialer/java/com/android/dialer/databasepopulator/ |
ContactsPopulator.java | 232 .withValue(ContactsContract.CommonDataKinds.Phone.LABEL, phoneNumber.label) 245 .withValue(ContactsContract.CommonDataKinds.Email.LABEL, email.label) 359 public final String label; field in class:ContactsPopulator.PhoneNumber 364 label = "simulator phone number"; 371 public final String label; field in class:ContactsPopulator.Email 376 label = "simulator email";
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
DeclNodes.inc | 96 #ifndef LABEL 97 # define LABEL(Type, Base) NAMED(Type, Base) 99 LABEL(Label, NamedDecl) 100 #undef LABEL 516 DECL_RANGE(Named, Label, UnresolvedUsingValue)
|