HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 176 - 200 of 1399) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 28 /** {@code >= 0;} target label for this block */
29 private final int label; field in class:BasicBlock
50 * @param label {@code >= 0;} target label for this block
59 public BasicBlock(int label, InsnList insns, IntList successors,
61 if (label < 0) {
62 throw new IllegalArgumentException("label < 0");
109 this.label = label;
138 * Gets the target label of this block
    [all...]
RopMethod.java 29 /** {@code >= 0;} label for the block which starts the method */
34 * label
48 * @param firstLabel {@code >= 0;} the label of the first block to execute
76 * Gets the label for the first block in the method that this list
79 * @return {@code >= 0;} the first-block label
87 * an exception if there is no block with the given label.
89 * @param label {@code >= 0;} the label of the block in question
92 public IntList labelToPredecessors(int label) {
97 IntList result = predecessors[label];
162 int label = one.getLabel(); local
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label); local
64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label); local
64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
  /development/apps/Development/src/com/android/development/
Details.java 87 TextView label = makeView(cd.key, true, 12); local
90 mLinearLayout.addView(label, lazy());
InstrumentationList.java 99 CharSequence label = info.loadLabel(mPM); local
100 text.setText(label != null ? label : info.name);
ShowActivity.java 59 mLabel = (TextView)findViewById(R.id.label);
84 CharSequence label = mActivityInfo.loadLabel(pm); local
85 mLabel.setText("\"" + (label != null ? label : "") + "\"");
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; local
69 SampleInfo sample = new SampleInfo(label, target);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 62 static MyFragment newInstance(CharSequence label) {
65 b.putCharSequence("label", label);
93 CharSequence label = args.getCharSequence("label"); local
94 if (label != null) {
95 mLabel = label;
107 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)");
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; local
69 SampleInfo sample = new SampleInfo(label, target);
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/
SupportDesignDemos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/SupportPercentDemos/src/com/example/android/support/percent/
SupportPercentDemos.java 84 String label = labelSeq != null local
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java 63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label); local
64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 80 TextView label = (TextView) g.getChildAt(0); local
88 label.setOnClickListener(leftLabelListener);
102 label.setText(ssb);
105 label.setText("");
  /device/google/dragon/audio/hal/
cras_dsp_ini.h 47 const char *label; /* label like "Eq" */ member in struct:plugin
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 50 /** For o-A->o type NFA tranitions, record the label that leads to this
54 public Label incidentEdgeLabel;
127 // knows about the label of the incoming edge.
128 Label label = e.label; local
129 if ( label.isAtom() || label.isSet() ) {
133 ((NFAState)e.target).incidentEdgeLabel = e.label;
  /external/autotest/frontend/client/src/autotest/common/ui/
Paginator.java 11 import com.google.gwt.user.client.ui.Label;
24 protected Label label; field in class:Paginator.LinkWithDisable
28 label = new Label(text);
31 panel.add(label);
33 label.setStyleName("paginator-link");
40 label.setVisible(!enabled);
55 protected Label statusLabel = new Label();
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListDisplay.java 13 import com.google.gwt.user.client.ui.Label;
20 private String label; field in class:ParameterizedFieldListDisplay.FieldWidget
23 public FieldWidget(String label) {
24 this.label = label;
28 return label;
44 addFieldPanel.add(new Label("Add custom field:"));
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 28 /** {@code >= 0;} target label for this block */
29 private final int label; field in class:BasicBlock
50 * @param label {@code >= 0;} target label for this block
59 public BasicBlock(int label, InsnList insns, IntList successors,
61 if (label < 0) {
62 throw new IllegalArgumentException("label < 0");
109 this.label = label;
138 * Gets the target label of this block
    [all...]
RopMethod.java 30 /** {@code >= 0;} label for the block which starts the method */
35 * label
49 * @param firstLabel {@code >= 0;} the label of the first block to execute
77 * Gets the label for the first block in the method that this list
80 * @return {@code >= 0;} the first-block label
88 * an exception if there is no block with the given label.
90 * @param label {@code >= 0;} the label of the block in question
93 public IntList labelToPredecessors(int label) {
98 IntList result = predecessors[label];
163 int label = one.getLabel(); local
    [all...]
  /external/doclava/src/com/google/doclava/
Proofread.java 94 String label = see.label(); local
95 if (label == null) {
96 label = "";
98 writeIndented("{" + see.name() + " ... " + label + "}");

Completed in 375 milliseconds

1 2 3 4 5 6 78 91011>>