Searched refs:label (Results 1 - 25 of 190) sorted by relevance

12345678

/frameworks/native/opengl/tools/glgen/stubs/gles11/
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
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
/frameworks/base/docs/html/reference/
H A Dgcm_lists.js2 { id:0, label:"com.google.android.gcm", link:"reference/com/google/android/gcm/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gcm.GCMBaseIntentService", link:"reference/com/google/android/gcm/GCMBaseIntentService.html", type:"class", deprecated:"true" },
4 { id:2, label:"com.google.android.gcm.GCMBroadcastReceiver", link:"reference/com/google/android/gcm/GCMBroadcastReceiver.html", type:"class", deprecated:"true" },
5 { id:3, label:"com.google.android.gcm.GCMConstants", link:"reference/com/google/android/gcm/GCMConstants.html", type:"class", deprecated:"true" },
6 { id:4, label:"com.google.android.gcm.GCMRegistrar", link:"reference/com/google/android/gcm/GCMRegistrar.html", type:"class", deprecated:"true" },
7 { id:5, label:"com.google.android.gcm.server", link:"reference/com/google/android/gcm/server/package-summary.html", type:"package", deprecated:"false" },
8 { id:6, label:"com.google.android.gcm.server.Constants", link:"reference/com/google/android/gcm/server/Constants.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gcm.server.InvalidRequestException", link:"reference/com/google/android/gcm/server/InvalidRequestException.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gcm.server.Message", link:"reference/com/google/android/gcm/server/Message.html", type:"class", deprecated:"false" },
11 { id:9, label
[all...]
H A Dgms_lists.js2 { id:0, label:"com.google.android.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated:"false" },
8 { id:6, label:"com.google.android.gms.R.integer", link:"reference/com/google/android/gms/R.integer.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gms.R.raw", link:"reference/com/google/android/gms/R.raw.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated:"false" },
11 { id:9, label
[all...]
H A Dlists.js2 { id:0, label:"com.google.android.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated:"false" },
8 { id:6, label:"com.google.android.gms.R.integer", link:"reference/com/google/android/gms/R.integer.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gms.R.style", link:"reference/com/google/android/gms/R.style.html", type:"class", deprecated:"false" },
11 { id:9, label
[all...]
/frameworks/base/core/java/android/gesture/
H A DPrediction.java24 Prediction(String label, double predictionScore) { argument
25 name = label;
H A DInstance.java21 * An instance represents a sample if the label is available or a query if the
22 * label is null.
38 // the label can be null
39 final String label; field in class:Instance
47 label = sampleName;
69 * @param label
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) { argument
77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);
H A DLearner.java74 // the label can be null, as specified in Instance
75 if ((instance.label == null && name == null)
76 || (instance.label != null && instance.label.equals(name))) {
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DDocActivity.java24 static final String LABEL = "label";
29 String label = getIntent().getStringExtra(LABEL);
30 if (label != null) {
31 setTaskDescription(new ActivityManager.TaskDescription(label));
32 setTitle(label);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardPhoneNumberTranslationCallback.java34 public String onValueReceived(String rawValue, int type, String label, boolean isPrimary); argument
/frameworks/base/core/java/android/os/storage/
H A DDiskInfo.java54 public String label; field in class:DiskInfo
68 label = parcel.readString();
77 private boolean isInteresting(String label) { argument
78 if (TextUtils.isEmpty(label)) {
81 if (label.equalsIgnoreCase("ata")) {
84 if (label.toLowerCase().contains("generic")) {
87 if (label.toLowerCase().startsWith("usb")) {
90 if (label.toLowerCase().startsWith("multiple")) {
99 if (isInteresting(label)) {
100 return res.getString(com.android.internal.R.string.storage_sd_card_label, label);
[all...]
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java29 * with name of test as the label, e.g. EmailPerformanceTest.
34 * with the name of test case as the label, e.g. testSimpleSendMailSequence.
71 * @param label description of code block between beginSnapshot and
75 public void writeBeginSnapshot(String label); argument
93 * @param label description of code block between startTiming and
97 public void writeStartTiming(String label); argument
116 * @param label short description of the metric that was measured
119 public void writeMeasurement(String label, long value); argument
126 * @param label short description of the metric that was measured
129 public void writeMeasurement(String label, floa argument
139 writeMeasurement(String label, String value) argument
305 beginSnapshot(String label) argument
362 startTiming(String label) argument
387 addIteration(String label) argument
411 stopTiming(String label) argument
424 addMeasurement(String label, long value) argument
435 addMeasurement(String label, float value) argument
446 addMeasurement(String label, String value) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAction.java49 * @param label The label to display for the Action.
51 public Action(long id, CharSequence label) { argument
52 this(id, label, null);
59 * @param label1 The label to display on the first line of the Action.
60 * @param label2 The label to display on the second line of the Action.
70 * @param label1 The label to display on the first line of the Action.
71 * @param label2 The label to display on the second line of the Action.
96 * Sets the first line label for this Action.
98 public final void setLabel1(CharSequence label) { argument
112 setLabel2(CharSequence label) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DTitleBar.java30 public TitleBar(BridgeContext context, String label, int simulatedPlatformVersion) { argument
37 mTextView = setText(0, label, true);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabaseConfiguration.java39 // when constructing a label to use in log messages.
54 * The label to use to describe the database when it appears in logs.
57 public final String label; field in class:SQLiteDatabaseConfiguration
105 label = stripPathForLogs(path);
124 this.label = other.label;
/frameworks/base/core/java/android/util/
H A DTimingLogger.java56 /** A label to be included in every log. */
74 * @param label a string to be displayed with each log
76 public TimingLogger(String tag, String label) { argument
77 reset(tag, label);
86 * @param label a string to be displayed with each log
88 public void reset(String tag, String label) { argument
90 mLabel = label;
96 * the tag and label that was specified previously, either via
97 * the constructor or a call to reset(tag, label). If the
120 * @param splitLabel a label t
[all...]
/frameworks/base/core/java/android/content/pm/
H A DComponentInfo.java83 CharSequence label;
85 label = pm.getText(packageName, labelRes, ai);
86 if (label != null) {
87 return label;
94 label = pm.getText(packageName, ai.labelRes, ai);
95 if (label != null) {
96 return label;
H A DPermissionGroupInfo.java77 * @param pm A PackageManager from which the label can be loaded; usually
88 CharSequence label = pm.getText(packageName, descriptionRes, null);
89 if (label != null) {
90 return 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/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSeekBar.java50 public void setAccessibilityLabel(String label) { argument
51 mAccessibilityLabel = label;
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java28 * cause of the disconnect. Optionally, it may include a label and/or description to display to the
30 * the label and description. It also may contain a reason for the disconnect, which is intended for
95 * @param label The localized label to show to the user to explain the disconnect.
100 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason) { argument
101 this(code, label, description, reason, ToneGenerator.TONE_UNKNOWN);
108 * @param label The localized label to show to the user to explain the disconnect.
113 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason, argument
116 mDisconnectLabel = label;
[all...]
/frameworks/support/v4/donut/android/support/v4/app/
H A DRemoteInputCompatBase.java31 public RemoteInput build(String resultKey, CharSequence label, argument
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java59 String label; field in class:LocalePicker.LocaleInfo
62 public LocaleInfo(String label, Locale locale) { argument
63 this.label = label;
68 return label;
77 return this.label;
82 return sCollator.compare(this.label, another.label);
125 Log.v(TAG, "backing up and fixing " + previous.label + " to " +
128 previous.label
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfButtonsTest.java103 String label = labels[i];
107 String indexInfo = "index: " + i + ", label: " + label;
113 assertEquals(indexInfo, label, button.getText().toString());
122 String label = labels[i];
124 String indexInfo = "index: " + i + ", label: " + label;
130 assertEquals(indexInfo, label, button.getText().toString());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DDomainMatcher.java88 Label label = mRoot;
90 label = label.getSubLabel(labelString);
91 if (label == null) {
93 } else if (label.getMatch() != Match.None) {
94 return label.getMatch();

Completed in 1963 milliseconds

12345678