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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/
xt_IDLETIMER.h 26 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 38 CLabel label = new CLabel(container, SWT.NONE); local
39 label.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, true, false, 1, 1));
40 label.setText(
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 25 String label = "label"; local
27 Organizations.TYPE_CUSTOM, label).toString();
28 assertEquals(label, display);
33 Organizations.TYPE_OTHER, label).toString();
37 Organizations.TYPE_WORK, label).toString();
  /cts/tools/dasm/src/java_cup/
production_part.java 4 * production. In this base class it contains only an optional label
29 /** Optional label for referring to the part within an action (null for
30 * no label).
34 /** Optional label for referring to the part within an action (null for
35 * no label).
37 public String label() {return _label;} method in class:production_part
56 if (label() != null)
57 return label().equals(other.label());
59 return other.label() == null
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 34 TextView label = (TextView) findViewById(R.id.label); local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 34 TextView label = (TextView) findViewById(R.id.label); local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 34 TextView label = (TextView) findViewById(R.id.label); local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 65 /** When using %label:TOKENNAME in a tree for parse(), we must
66 * track the label.
69 NSString *label; variable
72 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
  /external/doclava/res/assets/templates/
diff.cs 4 .package-label { property
8 .class-label { class
12 .method-label { property
139 <td class="package-label"><?cs var:package.name ?></td>
159 <td class="class-label"><?cs var:class.qualifiedName ?></td>
173 <td class="method-label"><?cs var:method.signature ?></td>
  /external/doclava/src/com/google/doclava/
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment) {
23 this.label = label;
29 data.setValue(base + ".label", this.label);
35 return Character.toUpperCase(this.label.charAt(0));
39 return this.label.compareToIgnoreCase(((KeywordEntry) that).label);
42 private String label; field in class:KeywordEntry
  /external/iproute2/lib/
mpls_ntop.c 17 uint32_t label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; local
18 int len = snprintf(dest, destlen, "%u", label);

Completed in 182 milliseconds

12 3 4 5 6 7 8 91011>>