/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/ |
asm-tree-5.0.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.4/ |
asm-tree-5.0.4.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/4.0/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.3/ |
asm-tree-5.0.3.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.4/ |
asm-tree-5.0.4.jar | |
/external/llvm/test/MC/Mips/ |
macro-dla.s | 6 bits_32_to_47_0x0000: # CHECK-LABEL: bits_32_to_47_0x0000: 78 bits_32_to_47_0x0001: # CHECK-LABEL: bits_32_to_47_0x0001: 183 bits_32_to_47_0x0002: # CHECK-LABEL: bits_32_to_47_0x0002: 290 bits_32_to_47_0x4000: # CHECK-LABEL: bits_32_to_47_0x4000: [all...] |
macro-dli.s | 6 bits_32_to_47_0x0000: # CHECK-LABEL: bits_32_to_47_0x0000: 78 bits_32_to_47_0x0001: # CHECK-LABEL: bits_32_to_47_0x0001: 183 bits_32_to_47_0x0002: # CHECK-LABEL: bits_32_to_47_0x0002: 290 bits_32_to_47_0x4000: # CHECK-LABEL: bits_32_to_47_0x4000: [all...] |
mips-expansions.s | 135 ulh_imm: # CHECK-LABEL: ulh_imm: 231 ulh_reg: # CHECK-LABEL: ulh_reg: 337 ulhu_imm: # CHECK-LABEL: ulhu_imm: [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | 793 final String label = contentValues.getAsString(Phone.LABEL); local 945 final String label = contentValues.getAsString(Email.LABEL); local 1025 final String label = currentContentValues.getAsString(StructuredPostal.LABEL); local 1037 final String label = contentValues.getAsString(StructuredPostal.LABEL); local 1209 final String label = contentValues.getAsString(Im.LABEL); local [all...] |
VCardEntry.java | 313 public PhoneData(String data, int type, String label, boolean isPrimary) { 316 mLabel = label; 330 builder.withValue(Phone.LABEL, mLabel); 370 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber, 403 public EmailData(String data, int type, String label, boolean isPrimary) { 406 mLabel = label; 420 builder.withValue(Email.LABEL, mLabel); 460 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress, 506 String region, String postalCode, String country, int type, String label, 516 mLabel = label; 2184 String label = null; local 2225 String label = null; local 2323 final String label; local 2435 String label = null; local [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
RawContactModifier.java | 695 // If the provided phone number provides a custom phone type but not a label, 696 // replace it with mobile (by default) to avoid the "Enter custom label" from 699 TextUtils.isEmpty(values.getAsString(Phone.LABEL))) { [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
PhoneAccountRegistrar.java | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 306 Phone.LABEL, 729 PhoneLookup.LABEL, 757 PhoneLookup.LABEL, [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 532 row2.put(Email.LABEL, "Green Bot");
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
HandleApiCalls.java | 301 alarm.label = message; 347 final String label = getMessageFromIntent(intent); local 350 // Attempt to reuse an existing timer that is Reset with the same length and label. 355 if (!TextUtils.equals(label, t.getLabel())) { continue; } 363 timer = DataModel.getDataModel().addTimer(lengthMillis, label, skipUi); 429 selection.append(" AND ").append(Alarm.LABEL).append("=?");
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ContactInfoHelper.java | 200 info.label = phoneLookupCursor.getString(PhoneQuery.LABEL); 320 if (!TextUtils.equals(updatedInfo.label, callLogInfo.label)) { 321 values.put(Calls.CACHED_NUMBER_LABEL, updatedInfo.label); 364 values.put(Calls.CACHED_NUMBER_LABEL, updatedInfo.label); 438 info.label = c.getString(CallLogQuery.CACHED_NUMBER_LABEL);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExchangeSource.java | 146 .setSpecificMax(1).setCustomColumn(Phone.LABEL));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 35 /* This structure is used to map a gimple statement to a label, 90 /* Map gimple stmt to tree label (or list of labels) for transaction 301 #define LABEL(x) ((x) < 1024*10 ? 'b' : ((x) < 1024*1024*10 ? 'k' : 'M'))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 17 .macro load_c V, LABEL, OFF, R0, R1 18 lis \R0, \LABEL@ha 19 la \R1, \LABEL@l(\R0)
|
/external/protobuf/src/google/protobuf/ |
extension_set.cc | 245 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \ 246 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \ [all...] |
generated_message_reflection.cc | 156 USAGE_CHECK_NE(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \ 159 USAGE_CHECK_EQ(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \ 162 #define USAGE_CHECK_ALL(METHOD, LABEL, CPPTYPE) \ 164 USAGE_CHECK_##LABEL(METHOD); \ [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_DataTest.java | 654 values.put(CommonDataKinds.Phone.LABEL, "free directory assistance"); [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 218 /* statement : [ label ":" ]* labeled.statement 249 String label = lex.getString(); local 251 return Stmnt.make(LABEL, new Symbol(label), parseStatement(tbl)); 387 * swtich.block : ( switch.label statement* )* 389 * swtich.label : DEFAULT ":" [all...] |
/external/libnl/lib/route/ |
addr.c | 19 * @note The maximum size of an address label is IFNAMSIZ. 36 * // The label of the address can be specified, currently only supported 87 * // The label of the address can be specified, currently only supported 356 nl_dump(p, " label %s", addr->a_label); 490 diff |= ADDR_DIFF(LABEL, strcmp(a->a_label, b->a_label)); 515 __ADD(ADDR_ATTR_LABEL, label) 712 * - label (rtnl_addr_set_label(), IPv4/DECnet only) 767 int rtnl_addr_set_label(struct rtnl_addr *addr, const char *label) 769 if (strlen(label) > sizeof(addr->a_label) - 1) 772 strcpy(addr->a_label, label); [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 199 STRINGIFY_CODE(TYPE_CODE, LABEL)
|