HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 101 - 125 of 1990) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/vold/model/
EmulatedVolume.cpp 61 std::string label = mLabel; local
63 label = "emulated";
66 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str());
67 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str());
68 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str());
71 setPath(StringPrintf("/storage/%s", label.c_str()));
91 label.c_str(),
  /tools/dexter/slicer/export/slicer/
bytecode_encoder.h 46 virtual bool Visit(Label* label) override;
62 const Label* label; // target label member in struct:lir::BytecodeEncoder::LabelFixup
65 LabelFixup(dex::u4 offset, Label* label, bool short_fixup) :
66 offset(offset), label(label), short_fixup(short_fixup) {}
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
ThirdPartyWallpaperInfo.java 49 TextView label = (TextView) mView.findViewById(R.id.wallpaper_item_label); local
50 label.setText(mResolveInfo.loadLabel(context.getPackageManager()));
53 label.setCompoundDrawables(null, icon, null, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 30 import org.eclipse.swt.widgets.Label;
64 Label icon = new Label(this, SWT.NONE);
69 Label label = new Label(this, SWT.WRAP); local
71 label.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
84 label.setText(String.format("%1$s: %2$s", id, message));
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
IconHeaderItemPresenter.java 57 TextView label = (TextView) rootView.findViewById(R.id.header_label); local
58 label.setText(headerItem.getName());
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_CommonDataKinds_ImTest.java 44 assertCustomProtocolLabel("Custom Label");
52 assertCustomTypeLabel("Custom Label");
59 String label = mResources.getString(res); local
60 assertEquals(label, Im.getProtocolLabel(mResources, type, ""));
63 private void assertCustomProtocolLabel(String label) {
66 assertEquals(label, Im.getProtocolLabel(mResources, Im.PROTOCOL_CUSTOM, label));
73 String label = mResources.getString(res); local
74 assertEquals(label, Im.getTypeLabel(mResources, type, ""));
77 private void assertCustomTypeLabel(String label) {
    [all...]
Contacts_ContactMethodsTest.java 55 String label = "label"; local
57 ContactMethods.TYPE_CUSTOM, label).toString();
58 assertEquals(label, display);
63 ContactMethods.TYPE_HOME, label).toString();
67 ContactMethods.TYPE_OTHER, label).toString();
71 ContactMethods.TYPE_WORK, label).toString();
76 ContactMethods.TYPE_CUSTOM, label).toString();
80 ContactMethods.TYPE_CUSTOM, label).toString();
84 ContactMethods.TYPE_CUSTOM, label).toString()
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
41 * label) */
71 * Gets the instance for the start of the block with the given label.
73 * @param label {@code non-null;} the label of the block in question
76 public CodeAddress getStart(int label) {
77 return starts[label];
92 * the given label.
94 * @param label {@code non-null;} the label of the block in questio
132 int label = one.getLabel(); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 27 /** {@code >= 0;} label for this block */
28 private final int label; field in class:ByteBlock
45 * @param label {@code >= 0;} target label for this block
55 public ByteBlock(int label, int start, int end, IntList successors,
57 if (label < 0) {
58 throw new IllegalArgumentException("label < 0");
86 this.label = label;
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".."
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 27 /** {@code >= 0;} label for this block */
28 private final int label; field in class:ByteBlock
45 * @param label {@code >= 0;} target label for this block
55 public ByteBlock(int label, int start, int end, IntList successors,
57 if (label < 0) {
58 throw new IllegalArgumentException("label < 0");
86 this.label = label;
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".."
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
41 * label) */
71 * Gets the instance for the start of the block with the given label.
73 * @param label {@code non-null;} the label of the block in question
76 public CodeAddress getStart(int label) {
77 return starts[label];
92 * the given label.
94 * @param label {@code non-null;} the label of the block in questio
132 int label = one.getLabel(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 57 TextView label = new TextView(this); local
58 label.setText(R.string.table_layout_8_quit);
59 label.setPadding(3, 3, 3, 3);
66 row.addView(label, new TableRow.LayoutParams(1));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.h 7 int label; member in struct:_a
  /external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java 51 String label = labels.get(i).isString().stringValue(); local
52 if (label.equals(platform)) {
58 labelString.append(label);
  /external/doclava/src/com/google/doclava/
SeeTagInfo.java 45 public String label() { method in class:SeeTagInfo
46 return linkReference().label;
60 data.setValue(base + ".label", linkRef.label);
  /external/e2fsprogs/resize/
sim_progress.c 20 char *label; member in struct:ext2_sim_progress
33 fputs(prog->label, prog->f);
34 width = prog->labelwidth - strlen(prog->label);
79 const char *label,
91 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
96 strcpy(prog->label, label);
113 if (prog->label)
114 ext2fs_free_mem(&prog->label);
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LanguageData.java 44 public String label() method in class:LanguageData.Record
169 return languages[value - minLanguage].label();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ClassPage.java 60 final String label = context.getLanguageNames().getMethodName( local
63 addItem(new MethodItem(m, label, sourcePage));
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
graph_transformations.cc 32 void PrintModelStats(const string& label, const Model& model) {
39 LOG(INFO) << label << ": " << model.operators.size() << " operators, "
196 const auto& label = local
198 PrintModelStats(label, *model);
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 97 @property(nonatomic, readonly) NSString* label; variable
  /external/webrtc/talk/app/webrtc/
sctputils_unittest.cc 35 const std::string& label,
70 EXPECT_EQ(label.size(), label_length);
75 EXPECT_EQ(label, label_output);
84 std::string label = "abc"; local
88 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet));
90 VerifyOpenMessageFormat(packet, label, config);
97 EXPECT_EQ(label, output_label);
106 std::string label = "abc"; local
112 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet));
114 VerifyOpenMessageFormat(packet, label, config)
130 std::string label = "abc"; local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 89 * @param pm A PackageManager from which the label can be loaded; usually
100 CharSequence label = pm.getText(packageName, descriptionRes, null); local
101 if (label != null) {
102 return label;
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
SimpleJobIntentService.java 51 String label = intent.getStringExtra("label"); local
52 if (label == null) {
53 label = intent.toString();
55 toast("Executing: " + label);
  /frameworks/support/samples/SupportLeanbackJank/src/main/java/com/google/android/leanbackjank/presenter/
HeaderItemPresenter.java 62 TextView label = (TextView) rootView.findViewById(R.id.header_label); local
63 label.setText(headerItem.getName());
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 35 private static final String ARG_LABEL = "label";
37 public static void show(FragmentManager fragmentManager, long groupId, String label) {
41 args.putString(ARG_LABEL, label);
48 String label = getArguments().getString(ARG_LABEL); local
49 String message = getActivity().getString(R.string.delete_group_dialog_message, label);

Completed in 872 milliseconds

1 2 3 45 6 7 8 91011>>