Searched refs:label (Results 1 - 25 of 178) 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 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...]
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...]
/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/libs/hwui/
H A DDisplayListLogBuffer.cpp81 fprintf(file, "%*s%s\n", 2 * tmpBufferPtr->level, "", tmpBufferPtr->label);
91 * Store the given level and label in the buffer and increment/wrap the mEnd
94 void DisplayListLogBuffer::writeCommand(int level, const char* label) { argument
96 mEnd->label = label;
H A DDisplayListLogBuffer.h34 void writeCommand(int level, const char* label);
43 const char* label; member in struct:android::uirenderer::DisplayListLogBuffer::OpLog
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DTitleBar.java29 public TitleBar(Context context, String label, int simulatedPlatformVersion) argument
37 mTextView = setText(0, label, true);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAction.java45 * @param label The label to display for the Action.
47 public Action(long id, CharSequence label) { argument
48 this(id, label, null);
55 * @param label1 The label to display on the first line of the Action.
56 * @param label2 The label to display on the second line of the Action.
66 * @param label1 The label to display on the first line of the Action.
67 * @param label2 The label to display on the second line of the Action.
92 * Set the first line label for this Action.
94 public final void setLabel1(CharSequence label) { argument
108 setLabel2(CharSequence label) argument
[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/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/telecomm/java/android/telecom/
H A DDisconnectCause.java29 * cause of the disconnect. Optionally, it may include a label and/or description to display to the
31 * the label and description. It also may contain a reason for the disconnect, which is intended for
98 * @param label The localized label to show to the user to explain the disconnect.
103 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason) { argument
104 this(code, label, description, reason, ToneGenerator.TONE_UNKNOWN);
111 * @param label The localized label to show to the user to explain the disconnect.
116 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason, argument
119 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/support/v4/java/android/support/v4/app/
H A DRemoteInput.java43 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, argument
46 this.mLabel = label;
61 * Get the label to display to users when collecting this input.
113 * Set a label to be displayed to the user when collecting this input.
114 * @param label The label to show to users when they input a response.
117 public Builder setLabel(CharSequence label) { argument
118 mLabel = label;
266 CharSequence label, CharSequence[] choices, boolean allowFreeFormInput,
268 return new RemoteInput(resultKey, label, choice
[all...]

Completed in 784 milliseconds

12345678