Searched refs:label (Results 226 - 250 of 286) sorted by path

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglObjectPtrLabelKHR.cpp1 /* void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label ) */
3 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
H A DglObjectPtrLabelKHR.java1 // C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
3 public static native void glObjectPtrLabelKHR(long ptr, String label); argument
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1745 String8 label(applicationHandle->getName());
1746 label.append(" - ");
1747 label.append(windowHandle->getName());
1748 return label;
H A DInputReader.cpp1089 const char* label = getAxisLabel(range.axis); local
1091 if (label) {
1092 strncpy(name, label, sizeof(name));
7128 const char* label = getAxisLabel(axis.axisInfo.axis); local
7129 if (label) {
7130 dump.appendFormat(INDENT4 "%s", label);
7135 label = getAxisLabel(axis.axisInfo.highAxis);
7136 if (label) {
7137 dump.appendFormat(" / %s (split at %d)", label, axis.axisInfo.splitValue);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java295 private static void appendNumbers(StringBuilder s, String label, argument
299 s.append(label);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java45 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
46 return Phone.getTypeLabel(res, type, label);
65 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
66 return Email.getTypeLabel(res, type, label);
105 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DDomainMatcher.java59 * Add sub-domains to this label.
61 * @param labels The iterator of domain label strings
83 * Return the Label for the give label string.
84 * @param labelString The label string to look for
122 // Create the root label.
164 Label label = mRoot;
167 label = label.getSubLabel(labelString);
168 if (label == null) {
170 } else if (label
[all...]
H A DUtils.java39 for (String label : labels) {
40 labelList.addFirst(label);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java139 TextView label = (TextView) view.findViewById(R.id.suw_items_title);
140 label.setText(getTitle());
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java793 final String label = contentValues.getAsString(Phone.LABEL);
811 phoneNumber, type, label, isPrimary);
814 appendTelLine(type, label, phoneNumber, isPrimary);
822 appendTelLine(type, label, phoneNumber, isPrimary);
869 appendTelLine(type, label, formatted, isPrimary);
945 final String label = contentValues.getAsString(Email.LABEL);
952 appendEmailLine(type, label, emailAddress, isPrimary);
1025 final String label = currentContentValues.getAsString(StructuredPostal.LABEL);
1026 appendPostalLine(currentType, label, currentContentValues, false, true);
1037 final String label
1444 appendPostalLine(final int type, final String label, final ContentValues contentValues, final boolean isPrimary, final boolean emitEveryTime) argument
1522 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1572 appendTelLine(final Integer typeAsInteger, final String label, final String encodedValue, boolean isPrimary) argument
[all...]
H A DVCardEntry.java313 public PhoneData(String data, int type, String label, boolean isPrimary) { argument
316 mLabel = label;
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) { argument
406 mLabel = label;
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;
525 final int type, final String label, boolean isPrimary, int vcardType) {
550 dataArray[4], dataArray[5], dataArray[6], type, label, isPrimar
505 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
524 constructPostalData(final List<String> propValueList, final int type, final String label, boolean isPrimary, int vcardType) argument
1354 SipData(String rawSip, int type, String label, boolean isPrimary) argument
1570 onElementGroupStarted(EntryLabel label) argument
1640 onElementGroupStarted(EntryLabel label) argument
1675 onElementGroupStarted(EntryLabel label) argument
1726 onElementGroupStarted(EntryLabel label) argument
1767 addPhone(int type, String data, String label, boolean isPrimary) argument
1808 addSip(String sipData, int type, String label, boolean isPrimary) argument
1822 addEmail(int type, String data, String label, boolean isPrimary) argument
1829 addPostal(int type, List<String> propValueList, String label, boolean isPrimary) argument
[all...]
H A DVCardPhoneNumberTranslationCallback.java34 public String onValueReceived(String rawValue, int type, String label, boolean isPrimary); argument
H A DVCardUtils.java189 * when not, which should be set to label.
197 String label = null;
247 label = labelCandidate;
270 return label;
277 public static boolean isMobilePhoneLabel(final String label) { argument
280 // To support mobile type at that time, this custom label had been used.
281 return ("_AUTO_CELL".equals(label) || sMobilePhoneLabelSet.contains(label));
284 public static boolean isValidInV21ButUnknownToContactsPhoteType(final String label) { argument
285 return sPhoneTypesUnknownToContactsSet.contains(label);
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java174 public void onElementGroupStarted(EntryLabel label) { argument
178 mLabel = label;
H A DVCardExporterTests.java1047 Integer type, String label) {
1050 + (label != null ? label : "") + ";;;;;;;;;;;;");
1046 getAndroidPropValue(final String mimeType, String value, Integer type, String label) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Blur.S1356 .macro prefill_list, macro, nextmacro, max_r, step, label
1357 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1360 \label\macro\line:
1361 prefill_\macro \label\nextmacro\line, \label\nextmacro\nextline, \ra, \rb, \step
1364 ifneeded \macro \nextmacro, 13, 12, xx, xx, \step, \label
1365 ifneeded \macro \nextmacro, 12, 11, xx, xx, \step, \label
1366 ifneeded \macro \nextmacro, 11, 10, xx, v17.16b, \step, \label
1367 ifneeded \macro \nextmacro, 10, 9, v18.16b, v19.16b, \step, \label
1368 ifneeded \macro \nextmacro, 9, 8, v20.16b, v21.16b, \step, \label
[all...]
H A DrsCpuIntrinsics_neon_Blur.S1355 .macro prefill_list, macro, nextmacro, max_r, step, label
1356 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1359 \label\macro\line:
1360 prefill_\macro \label\nextmacro\line, \label\nextmacro\nextline, \ra, \rb, \step
1364 ifneeded \macro \nextmacro, 13, 12, xx, xx, \step, \label
1365 ifneeded \macro \nextmacro, 12, 11, xx, xx, \step, \label
1366 ifneeded \macro \nextmacro, 11, 10, xx, xx, \step, \label
1367 ifneeded \macro \nextmacro, 10, 9, xx, xx, \step, \label
1368 ifneeded \macro \nextmacro, 9, 8, xx, xx, \step, \label
[all...]
/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp226 static void writeSummaryTableStart(GeneratedFile* file, const string& label, bool labelIsHeading) { argument
228 *file << "<h2 style='margin-bottom: 0px;'>" << label << "</h2>\n"; local
232 *file << " <tr><th colspan='2'>" << label << "</th></tr>\n"; local
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2718 * It must include an icon, a label, and a {@link PendingIntent} to be fired when the action is
3092 * Set a label to display while the wearable is preparing to automatically execute the
3095 * @param label the label to display while the action is being prepared to execute
3098 public WearableExtender setInProgressLabel(CharSequence label) { argument
3099 mInProgressLabel = label;
3104 * Get the label to display while the wearable is preparing to automatically execute
3107 * @return the label to display while the action is being prepared to execute
3114 * Set a label to display to confirm that the action should be executed.
3117 * @param label th
3120 setConfirmLabel(CharSequence label) argument
3142 setCancelLabel(CharSequence label) argument
[all...]
H A DRemoteInput.java56 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, argument
59 this.mLabel = label;
76 * Get the label to display to users when collecting this input.
150 * Set a label to be displayed to the user when collecting this input.
151 * @param label The label to show to users when they input a response.
154 public Builder setLabel(CharSequence label) { argument
155 mLabel = label;
H A DRemoteInputCompatBase.java81 RemoteInput build(String resultKey, CharSequence label, argument
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java424 * @param label The action label.
426 public AccessibilityActionCompat(int actionId, CharSequence label) { argument
428 ? new AccessibilityNodeInfo.AccessibilityAction(actionId, label) : null);
449 * Gets the label for this action. Its purpose is to describe the
452 * @return The label.
2524 * label for accessibility purposes.
2526 * @param labeled The view for which this info serves as a label.
2536 * label for accessibility purposes. If <code>virtualDescendantId</code>
2545 * @param root The root whose virtual descendant serves as a label
2579 setLabeledBy(View label) argument
[all...]
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java347 * @param label Menu label.
350 public Builder addMenuItem(@NonNull String label, @NonNull PendingIntent pendingIntent) { argument
353 bundle.putString(KEY_MENU_ITEM_TITLE, label);
/frameworks/support/design/jvm-tests/src/android/support/design/widget/
H A DDirectedAcyclicGraphTest.java199 TestNode(@NonNull String label) { argument
200 mLabel = label;

Completed in 1242 milliseconds

1234567891011>>