HomeSort by relevance Sort by last modified time
    Searched refs:getLabel (Results 26 - 50 of 749) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
DummyWidget.java 10 public String getLabel() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
EventDataItem.java 39 public String getLabel() {
57 !TextUtils.equals(getLabel(), that.getLabel())) {
RelationDataItem.java 39 public String getLabel() {
57 !TextUtils.equals(getLabel(), that.getLabel())) {
EmailDataItem.java 45 public String getLabel() {
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 64 if (toDelete.get(b.getLabel())) {
69 IntList preds = ropMethod.labelToPredecessors(b.getLabel());
105 if (toDelete.get(newBlocks.get(i).getLabel())) {
141 IntList preds = ropMethod.labelToPredecessors(bb.getLabel());
172 BasicBlock newBB = new BasicBlock(block.getLabel(),
175 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 69 if (toDelete.get(b.getLabel())) {
74 IntList preds = ropMethod.labelToPredecessors(b.getLabel());
110 if (toDelete.get(newBlocks.get(i).getLabel())) {
146 IntList preds = ropMethod.labelToPredecessors(bb.getLabel());
177 BasicBlock newBB = new BasicBlock(block.getLabel(),
180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 137 labelToIndex.set(li.getLabel(), i);
154 removeLabel(old.getLabel());
158 addLabelIndex(item.getLabel(), n);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java 92 Label label = implBuilder.getLabel("array_payload");
118 Label label = implBuilder.getLabel("array_payload");
155 implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_target")));
159 implBuilder.getLabel("switch_target_1"),
160 implBuilder.getLabel("switch_target_2"),
161 implBuilder.getLabel("switch_target_3"))));
174 implBuilder.getLabel("switch_payload")));
206 implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_target")));
210 new SwitchLabelElement(0, implBuilder.getLabel("switch_target_1")),
211 new SwitchLabelElement(5, implBuilder.getLabel("switch_target_2"))
    [all...]
FixGotoTest.java 21 Label gotoTarget = builder.getLabel("gotoTarget");
44 Label gotoTarget = builder.getLabel("gotoTarget");
67 Label gotoTarget = builder.getLabel("gotoTarget");
90 Label goto16Target = builder.getLabel("goto16Target");
97 Label gotoTarget = builder.getLabel("gotoTarget");
FixOffsetsTest.java 55 Label firstGotoTarget = builder.getLabel("firstGotoTarget");
74 Label secondGotoTarget = builder.getLabel("secondGotoTarget");
93 Label tryStart = builder.getLabel("tryStart");
94 Label tryEnd = builder.getLabel("tryEnd");
95 Label handler = builder.getLabel("handler");
  /cts/tests/tests/view/src/android/view/cts/
KeyboardShortcutInfoTest.java 22 assertEquals(TEST_LABEL, info.getLabel());
33 assertEquals(TEST_LABEL, info.getLabel());
69 assertEquals(TEST_LABEL, result.getLabel());
84 assertEquals(TEST_LABEL, result.getLabel());
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
JumpInsnNode.java 83 mv.visitJumpInsn(opcode, label.getLabel());
LineNumberNode.java 73 mv.visitLineNumber(line, start.getLabel());
TableSwitchInsnNode.java 101 labels[i] = ((LabelNode) this.labels.get(i)).getLabel();
103 mv.visitTableSwitchInsn(min, max, dflt.getLabel(), labels);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
Data.java 32 public String getLabel() {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
MediaSizeUtils.java 131 public @NonNull String getLabel(@NonNull Context context, @NonNull MediaSize mediaSize) {
135 label = mediaSize.getLabel(context.getPackageManager());
161 return getLabel(mContext, lhs).compareTo(getLabel(mContext, rhs));
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherActivityInfoCompat.java 32 public abstract CharSequence getLabel();
DeferredLauncherActivityInfo.java 65 public CharSequence getLabel() {
66 return getActualInfo().getLabel();
  /frameworks/support/compat/api20/android/support/v4/app/
RemoteInputCompatApi20.java 32 result[i] = factory.build(src.getResultKey(), src.getLabel(), src.getChoices(),
46 .setLabel(src.getLabel())
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AllAppsIconToHomeTest.java 49 UiObject2 icon = scrollAndFind(appsContainer, By.text(mSettingsApp.getLabel().toString()));
53 mDevice.findObject(By.text(mSettingsApp.getLabel().toString())).click();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java 41 public abstract String getLabel();
66 public String getLabel() {
89 return mIconId == key.getIconId() && key.getLabel() == null;
96 // {@link KeySpecParser#getLabel(String)}.
132 public String getLabel() {
155 return mLabel.equals(key.getLabel())
163 // {@link KeySpecParser#getLabel(String)}.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/
AlphabeticIndexTest.java 90 assertEquals("underflow", underflowBucket.getLabel());
95 assertEquals("overflow", overflowBucket.getLabel());
100 assertEquals("inflow", inflowBucket.getLabel());
  /frameworks/base/telecomm/java/android/telecom/
StatusHints.java 69 public CharSequence getLabel() {
143 return Objects.equals(otherHints.getLabel(), getLabel()) &&

Completed in 4016 milliseconds

12 3 4 5 6 7 8 91011>>