Searched refs:label (Results 251 - 275 of 286) sorted by relevance

<<1112

/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java581 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/base/tools/incident_report/
H A Dmain.cpp209 bool repeated = field->label() == FieldDescriptor::LABEL_REPEATED;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java571 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/ml/nn/common/operations/internal/optimized/
H A Ddepthwiseconv_uint8.h1173 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
1242 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
1355 gemmlowp::ScopedProfilingLabel label("DepthwiseConv/8bit");
1473 gemmlowp::ScopedProfilingLabel label("downquantize+store");
/frameworks/ml/nn/common/operations/internal/reference/
H A Dreference_ops.h780 gemmlowp::ScopedProfilingLabel label("BroadcastAdd");
831 gemmlowp::ScopedProfilingLabel label("BroadcastAdd/8bit");
913 gemmlowp::ScopedProfilingLabel label("BroadcastMul");
961 gemmlowp::ScopedProfilingLabel label("BroadcastMul/8bit");
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppRegistry.java105 private static final String ATTR_LABEL = "label";
1036 String label = parser.getAttributeValue(null, ATTR_LABEL);
1054 return new InstantAppInfo(packageName, label,
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java176 CharSequence label; field in class:TrustManagerService.AgentInfo
331 agentInfo.label = resolveInfo.loadLabel(pm);
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1741 typedef void (GL_APIENTRYP PFNGLOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
1742 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
1743 typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELPROC) (const void *ptr, GLsizei length, const GLchar *label);
1744 typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1786 GL_APICALL void GL_APIENTRY glObjectLabel (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
1787 GL_APICALL void GL_APIENTRY glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
1788 GL_APICALL void GL_APIENTRY glObjectPtrLabel (const void *ptr, GLsizei length, const GLchar *label);
1789 GL_APICALL void GL_APIENTRY glGetObjectPtrLabel (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
/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/native/services/inputflinger/
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);
H A DInputDispatcher.cpp1745 String8 label(applicationHandle->getName());
1746 label.append(" - ");
1747 label.append(windowHandle->getName());
1748 return label;
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1355 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
1359 return Resources.getSystem().getString(resourceId, label);
1361 return label;
H A DNotification.java1209 * It must include an icon, a label, and a {@link PendingIntent} to be fired when the action is
1679 * Set a label to display while the wearable is preparing to automatically execute the
1682 * @param label the label to display while the action is being prepared to execute
1685 public WearableExtender setInProgressLabel(CharSequence label) { argument
1686 mInProgressLabel = label;
1691 * Get the label to display while the wearable is preparing to automatically execute
1694 * @return the label to display while the action is being prepared to execute
1701 * Set a label to display to confirm that the action should be executed.
1704 * @param label th
1707 setConfirmLabel(CharSequence label) argument
1729 setCancelLabel(CharSequence label) argument
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1238 String label = a.getString(
1251 if (name == null || label == null || keyboardLayoutResId == 0) {
1252 Slog.w(TAG, "Missing required 'name', 'label' or 'keyboardLayout' "
1261 descriptor, label, collection, priority,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java144 * Get the string resource to be used as a label for the link to the resolver activity for an
149 * @return The string resource to be used as a label
1266 * Return the human-readable text label for this target.
1268 * @return user-visible target label
1614 // No duplicate labels. Use label for entry at start
1826 final CharSequence label = info.getDisplayLabel();
1827 if (!TextUtils.equals(holder.text.getText(), label)) {
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
H A DInputMethodUtilsTest.java824 CharSequence label, boolean isAuxIme, boolean isDefault,
837 si.nonLocalizedLabel = label;
823 createDummyInputMethodInfo(String packageName, String name, CharSequence label, boolean isAuxIme, boolean isDefault, List<InputMethodSubtype> subtypes) argument
/frameworks/native/opengl/include/EGL/
H A Deglext.h128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2155 String prefix, String label, long nowRTC, long nowELAPSED, SimpleDateFormat sdf) {
2158 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
2180 final String label = labelForType(a.type);
2181 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
2154 dumpAlarmList(PrintWriter pw, ArrayList<Alarm> list, String prefix, String label, long nowRTC, long nowELAPSED, SimpleDateFormat sdf) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java608 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java1431 long printMemoryCategory(PrintWriter pw, String prefix, String label, double memWeight, argument
1436 pw.print(label);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java2329 * Localized label for the engine.
2331 public String label; field in class:TextToSpeech.EngineInfo
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1486 private static native int nativeAxisFromString(String label); argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4558 * is itself a managed profile, then this returns a copy of the label with
4562 * @param label The label to change.
4564 * @return A label that combines the original label and a badge as
4567 public abstract CharSequence getUserBadgedLabel(CharSequence label, UserHandle user); argument
4609 * Return the label to use for this application.
4611 * @return Returns the label associated with this application, or null if
4613 * @param info The application to get the label of.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16901 final String label; field in class:ActivityManagerService.MemItem
16912 label = _label;
16922 label = _label;
16952 mi.label, stringifyKBSize(mi.swapPss));
16954 pw.printf("%s%s: %s\n", prefix, stringifyKBSize(mi.pss), mi.label);
16980 static final void appendMemBucket(StringBuilder out, long memKB, String label, argument
16982 int start = label.lastIndexOf('.');
16985 int end = label.length();
16991 out.append(label, start, end);
16997 out.append(label, star
[all...]

Completed in 1739 milliseconds

<<1112