HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 1 - 25 of 622) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /build/tools/droiddoc/src/
Sorter.java 19 public String label; field in class:Sorter
24 label = l;
30 return label.compareToIgnoreCase(((Sorter)other).label);
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment)
24 this.label = label;
31 data.setValue(base + ".label", this.label);
38 return Character.toUpperCase(this.label.charAt(0));
43 return this.label.compareToIgnoreCase(((KeywordEntry)that).label);
46 private String label; field in class:KeywordEntry
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
h245_analysis.h 30 void Analyze_MultimediaSystemControlMessage(PS_MultimediaSystemControlMessage x, const char* label, uint16 tag, uint16 indent);
31 void Analyze_RequestMessage(PS_RequestMessage x, const char* label, uint16 tag, uint16 indent);
32 void Analyze_ResponseMessage(PS_ResponseMessage x, const char* label, uint16 tag, uint16 indent);
33 void Analyze_CommandMessage(PS_CommandMessage x, const char* label, uint16 tag, uint16 indent);
34 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent);
35 void Analyze_NonStandardMessage(PS_NonStandardMessage x, const char* label, uint16 tag, uint16 indent);
36 void Analyze_NonStandardParameter(PS_NonStandardParameter x, const char* label, uint16 tag, uint16 indent);
37 void Analyze_NonStandardIdentifier(PS_NonStandardIdentifier x, const char* label, uint16 tag, uint16 indent);
38 void Analyze_H221NonStandard(PS_H221NonStandard x, const char* label, uint16 tag, uint16 indent);
39 void Analyze_MasterSlaveDetermination(PS_MasterSlaveDetermination x, const char* label, uint16 tag, uint16 indent)
    [all...]
analyzeper.h 75 void ShowPERNull(uint16 tag, uint16 indent, const char *label);
77 void ShowPERBoolean(uint16 tag, uint16 indent, const char *label, uint32 value);
79 void ShowPERInteger(uint16 tag, uint16 indent, const char *label, uint32 value);
81 void ShowPERSignedInteger(uint16 tag, uint16 indent, const char *label, int32 value);
83 void ShowPERUnboundedInteger(uint16 tag, uint16 indent, const char *label, uint32 value);
85 void ShowPEROctetString(uint16 tag, uint16 indent, const char *label, PS_OCTETSTRING x);
87 void ShowPERBitString(uint16 tag, uint16 indent, const char *label, PS_BITSTRING x);
89 void ShowPERCharString(uint16 tag, uint16 indent, const char *label, PS_int8STRING x);
91 void ShowPERObjectID(uint16 tag, uint16 indent, const char *label, PS_OBJECTIDENT x);
95 void ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring)
    [all...]
  /development/tools/idegen/src/
Stopwatch.java 24 void reset(String label) {
26 Log.info(label + ": " + (now - last) + "ms");
  /external/webkit/WebCore/html/
HTMLOptGroupElement.idl 24 attribute [ConvertNullToNullString] DOMString label;
  /frameworks/base/core/java/android/gesture/
Prediction.java 24 Prediction(String label, double predictionScore) {
25 name = label;
  /external/webkit/WebCore/rendering/style/
StyleDashboardRegion.h 37 String label; member in struct:WebCore::StyleDashboardRegion
49 return type == o.type && offset == o.offset && label == o.label;
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 74 * the given label.
76 * @param label {@code >= 0;} the block label
79 public void setStarts(int label, RegisterSpecSet specs) {
87 blockStarts[label] = specs;
90 throw new IllegalArgumentException("bogus label");
96 * given label. If there was not already an associated set, then this
101 * @param label {@code >= 0;} the block label
108 public boolean mergeStarts(int label, RegisterSpecSet specs)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
SpinnerOption.java 24 public String label; field in class:SpinnerOption
36 public SpinnerOption(Object value, String label) {
38 this.label = label;
43 return label;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
analyzeper.cpp 131 void ShowPERNull(uint16 tag, uint16 indent, const char* label)
135 OSCL_UNUSED_ARG(label);
139 sprintf(outString, "%s = NULL", label);
150 void ShowPERBoolean(uint16 tag, uint16 indent, const char* label, uint32 value)
154 OSCL_UNUSED_ARG(label);
161 sprintf(outString, "%s = TRUE", label);
165 sprintf(outString, "%s = FALSE", label);
177 void ShowPERInteger(uint16 tag, uint16 indent, const char* label, uint32 value)
181 OSCL_UNUSED_ARG(label);
186 sprintf(outString, "%s = %u", label, value)
    [all...]
  /external/openssl/ssl/
kssl_lcl.h 71 void print_krb5_data(char *label, krb5_data *kdata);
72 void print_krb5_authdata(char *label, krb5_authdata **adata);
73 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
  /external/quake/quake/src/QW/client/
asm_i386.h 25 #define C(label) label
27 #define C(label) _##label
  /external/quake/quake/src/QW/server/
asm_i386.h 25 #define C(label) label
27 #define C(label) _##label
  /external/quake/quake/src/WinQuake/
asm_i386.h 25 #define C(label) label
27 #define C(label) _##label
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PhonesTest.java 31 notes = "Test getDisplayLabel(Context context, int type, CharSequence label)",
36 CharSequence label = "label"; local
38 Phones.TYPE_CUSTOM, label).toString();
39 assertEquals(label, display);
44 Phones.TYPE_HOME, label).toString();
48 Phones.TYPE_MOBILE, label).toString();
52 Phones.TYPE_WORK, label).toString();
56 Phones.TYPE_FAX_WORK, label).toString();
60 Phones.TYPE_FAX_HOME, label).toString()
80 CharSequence label = "label"; local
    [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...]
  /external/openssl/crypto/
x86cpuid.pl 22 &jnc (&label("done"));
38 &jne (&label("notP4"));
41 &jne (&label("notP4"));
45 &jnc (&label("done"));
49 &ja (&label("done"));
65 &jnc (&label("notsc"));
77 &jnc (&label("nohalt")); # no TSC
81 &jnz (&label("nohalt")); # not enough privileges
86 &jnc (&label("nohalt")); # interrupts are disabled
117 &jnc (&label("nospin")); # interrupts are disable
    [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...]
ByteBlockList.java 50 * Gets the block with the given label.
52 * @param label the label to look for
53 * @return {@code non-null;} the block with the given label
55 public ByteBlock labelToBlock(int label) {
56 int idx = indexOfLabel(label);
59 throw new IllegalArgumentException("no such label: "
60 + Hex.u2(label));
  /external/openssl/crypto/perlasm/
cbc.pl 99 &jz(&label("decrypt"));
105 &jz(&label("encrypt_finish"));
142 &jnz(&label("encrypt_loop"));
148 &jz(&label("finish"));
149 &call(&label("PIC_point"));
152 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx"));
157 #&mov($count,&DWP(&label("cbc_enc_jmp_table"),"",$count,4));
170 &jmp(&label("ejend"));
201 &jmp(&label("finish"))
    [all...]
  /dalvik/dx/src/com/android/dx/util/_tests/
_Bits.java 29 assertEquals(label(0), 0, Bits.makeBitSet(0).length);
32 assertEquals(label(i), 1, Bits.makeBitSet(i).length); method
36 assertEquals(label(i), 2, Bits.makeBitSet(i).length); method
44 assertEquals(label(i), expect, Bits.makeBitSet(i).length); method
54 assertEquals(label(i), expect * 32, method
63 assertFalse(label(i), Bits.get(bits, i)); method
74 assertTrue(label(i), Bits.get(bits, i)); method
87 assertTrue(label(i), Bits.get(bits, i) == expect); method
104 assertEquals(label(1), 0x41, bits[0]);
105 assertEquals(label(2), 0xfffffbf7, bits[1])
132 assertTrue(label(i), Bits.get(bits, i) == expect); method
147 assertTrue(label(i), Bits.get(bits, i) == expect); method
165 assertTrue(label(i), Bits.get(bits, i) == expect); method
171 assertTrue(label(i), Bits.isEmpty(new int[i])); method
184 assertFalse(label(i), Bits.isEmpty(bits)); method
190 assertEquals(label(i), 0, Bits.bitCount(new int[i])); method
214 assertEquals(label(i), count, Bits.bitCount(bits)); method
222 assertFalse(label(i), Bits.anyInRange(bits, 0, i)); method
230 assertFalse(label(i), Bits.anyInRange(bits, i, 100)); method
238 assertFalse(label(i), Bits.anyInRange(bits, i, 100 - i)); method
249 assertTrue(label(i), Bits.anyInRange(bits, 0, i)); method
260 assertTrue(label(i), Bits.anyInRange(bits, i, 100)); method
271 assertTrue(label(i), Bits.anyInRange(bits, i, 100 - i)); method
279 assertEquals(label(i), -1, Bits.findFirst(bits, i)); method
290 assertEquals(label(i), i, Bits.findFirst(bits, i)); method
306 assertEquals(label(i), i + 5, Bits.findFirst(bits, i)); method
312 assertEquals(label(i), -1, Bits.findFirst(0, i)); method
318 assertEquals(label(i), i, Bits.findFirst(-1, i)); method
324 assertEquals(label(i), -1, Bits.findFirst((1 << i) >>> 1, i)); method
330 assertEquals(label(i), i, Bits.findFirst(1 << i, i)); method
336 assertEquals(label(i), i + 1, Bits.findFirst(1 << (i + 1), i)); method
344 assertEquals(label(i), i, Bits.findFirst(value, i)); method
348 private static String label(int n) { method in class:_Bits
    [all...]
  /build/tools/droiddoc/templates/
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/webkit/WebKit/chromium/public/
WebMenuItemInfo.h 47 WebString label; member in struct:WebKit::WebMenuItemInfo

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>