Searched refs:label (Results 226 - 250 of 282) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h264 M_CASE $label
268 DCW ($label - _Switch$_SwNum)/2
270 DCB ($label - _Switch$_SwNum)/2
274 B $label
453 ;// label {,cc}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h267 M_CASE $label
271 DCW ($label - _Switch$_SwNum)/2
273 DCB ($label - _Switch$_SwNum)/2
277 B $label
456 ;// label {,cc}
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java856 * Returns the activity label, badging if necessary.
861 // If we are mocking, then return a mock label
870 * Returns the application label, badging if necessary.
875 // If we are mocking, then return a mock label
889 // If we are mocking, then return a mock label
914 // If we are mocking, then return a mock label
929 // If we are mocking, then return a mock label
943 // If we are mocking, then return a mock label
1009 * Returns the given label for a user, badging if necessary.
1011 private String getBadgedLabel(String label, in argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java326 * Gets a label to use when describing the database in log messages.
327 * @return The label.
331 return mConfigurationLocked.label;
1968 Log.d(TAG, "this database: " + mConfigurationLocked.label
2187 throw new IllegalStateException("The database '" + mConfigurationLocked.label
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java1234 CharSequence label =
1236 if (label != null) {
1237 event.getText().add(label);
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java1237 CharSequence label =
1239 if (label != null) {
1240 event.getText().add(label);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsApplication.java150 CharSequence label = pm.getApplicationLabel(appInfo);
151 mApplicationName = (label == null) ? null : label.toString();
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp667 /* void glObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label ) */
670 (JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) {
676 if (label) {
677 _nativelabel = _env->GetStringUTFChars(label, 0);
687 _env->ReleaseStringUTFChars(label, _nativelabel);
695 /* void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
702 /* void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label ) */
704 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
708 /* void glGetObjectPtrLabelKHR ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */
669 android_glObjectLabelKHR__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
H A Dandroid_opengl_GLES32.cpp707 /* void glObjectLabel ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label ) */
710 (JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) {
717 if (label) {
718 _nativelabel = _env->GetStringUTFChars(label, 0);
719 _stringlen = _env->GetStringUTFLength(label);
723 _exceptionMessage = "length of label is shorter than length argument";
737 _env->ReleaseStringUTFChars(label, _nativelabel);
745 /* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
752 /* void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label ) */
754 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
709 android_glObjectLabel__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
[all...]
H A Dandroid_view_MotionEvent.cpp491 jstring label) {
492 ScopedUtfChars axisLabel(env, label);
490 android_view_MotionEvent_nativeAxisFromString(JNIEnv* env, jclass clazz, jstring label) argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java3292 String label;
3295 label="idle";
3298 label="cell";
3301 label="phone";
3304 label="wifi";
3307 label="blue";
3310 label="scrn";
3313 label="flashlight";
3317 label = "uid";
3321 label
5844 dumpDailyLevelStepSummary(PrintWriter pw, String prefix, String label, LevelStepTracker steps, StringBuilder tmpSb, int[] tmpOutInt) argument
[all...]
H A DUserManager.java2116 * is itself a managed profile, then this returns a copy of the label with
2120 * @param label The label to change.
2122 * @return A label that combines the original label and a badge as
2126 public CharSequence getBadgedLabelForUser(CharSequence label, UserHandle user) { argument
2127 return mContext.getPackageManager().getUserBadgedLabel(label, user);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1972 mediaSizeText = mediaItem.label;
2158 final CharSequence label; field in class:PrintActivity.SpinnerItem
2160 public SpinnerItem(T value, CharSequence label) { argument
2162 this.label = label;
2167 return label.toString();
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2557 * It must include an icon, a label, and a {@link PendingIntent} to be fired when the action is
2938 * Set a label to display while the wearable is preparing to automatically execute the
2941 * @param label the label to display while the action is being prepared to execute
2944 public WearableExtender setInProgressLabel(CharSequence label) { argument
2945 mInProgressLabel = label;
2950 * Get the label to display while the wearable is preparing to automatically execute
2953 * @return the label to display while the action is being prepared to execute
2960 * Set a label to display to confirm that the action should be executed.
2963 * @param label th
2966 setConfirmLabel(CharSequence label) argument
2988 setCancelLabel(CharSequence label) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java916 String label, int[] screenStates, int[] memStates, int[] procStates,
927 if (label != null) {
928 pw.print(label);
915 dumpProcessSummaryDetails(PrintWriter pw, String prefix, String label, int[] screenStates, int[] memStates, int[] procStates, long now, long totalTime, boolean full) argument
/frameworks/base/tests/net/java/android/net/apf/
H A DApfTest.java93 private static String label(int code) { method in class:ApfTest
102 assertEquals(label(expected), label(got));
167 // Test jumping to pass label.
175 // Test jumping to drop label.
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h139 typedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
140 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
141 typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
142 typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
151 GL_APICALL void GL_APIENTRY glObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
152 GL_APICALL void GL_APIENTRY glGetObjectLabelKHR (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
153 GL_APICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
154 GL_APICALL void GL_APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1120 typedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
1121 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
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/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1124 * resource id from your application as the action id and an optional label that
1126 * id of a standard action id such as {@link #ACTION_CLICK} and an optional label that
2565 * label for accessibility purposes.
2567 * @param labeled The view for which this info serves as a label.
2575 * label for accessibility purposes. If <code>virtualDescendantId</code>
2589 * @param root The root whose virtual descendant serves as a label.
2601 * a label for accessibility purposes.
2616 * Sets the view which serves as the label of the view represented by
2619 * @param label The view that labels this node's source.
2621 public void setLabeledBy(View label) { argument
4100 AccessibilityAction(int actionId, @Nullable CharSequence label) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java651 final String label = mDayOfWeekLabels[col];
652 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java818 private void printProcessCPU(PrintWriter pw, String prefix, int pid, String label, argument
829 pw.print(label);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp76 print_poly(const char* label, Poly* pPoly) {
77 ALOGI("%s: %d verts", label, pPoly->n);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java1164 void timeNotification(int n, String label, long time) { argument
1168 .setContentTitle(label)
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1635 // Traverse downwards starting below break looking for set label, icon.
1639 String label = null;
1649 if (label == null) {
1650 label = r.taskDescription.getLabel();
1666 lastTaskDescription = new TaskDescription(label, null, iconFilename, colorPrimary,
/frameworks/base/tools/incident_report/
H A Dmain.cpp209 bool repeated = field->label() == FieldDescriptor::LABEL_REPEATED;

Completed in 811 milliseconds

1234567891011>>