HomeSort by relevance Sort by last modified time
    Searched full:label (Results 51 - 75 of 2069) sorted by null

1 23 4 5 6 7 8 91011>>

  /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;
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 13 <application android:label="RPC Performance">
16 android:label="RPC Performance"
25 android:label="Cross-process no-op Provider"
32 android:label="In-memory no-op Provider"
38 android:label="Playground Service"
  /dalvik/dx/src/com/android/dx/util/
LabeledItem.java 20 * An item that has an integer label.
25 * Gets the label of this block.
27 * @return {@code >= 0;} the label
  /system/core/rootdir/etc/
vold.fstab 8 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
9 ## label - Label for the volume
  /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...]
  /dalvik/dx/src/com/android/dx/cf/code/
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));
  /development/apps/launchperf/
AndroidManifest.xml 18 <application android:label="Launch Performance">
21 <activity android:name="SimpleActivity" android:label="Simple Activity">
28 <activity android:name="EmptyActivity" android:label="Empty Activity">
35 <activity android:name="ComplexActivity" android:label="Complex Activity">
46 android:label="Simple Activity Launch Performance">
51 android:label="Complex Activity Launch Performance">
56 android:label="Empty Activity Launch Performance">
61 android:label="Hello World Launch Performance">
  /development/pdk/pndk/samples/samplejni/
AndroidManifest.xml 6 <application android:icon="@drawable/icon" android:label="@string/app_name">
8 android:label="@string/app_name">
  /development/samples/FixedGridLayout/
AndroidManifest.xml 6 <application android:label="@string/app_name">
8 android:label="@string/app_name">
  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 49 // * The address of a Label pointing into the code may be resolved.
54 typedef MacroAssembler::Label Label;
88 void link(Jump jump, CodeLocationLabel label)
90 MacroAssembler::linkJump(code(), jump, label); local
93 void link(JumpList list, CodeLocationLabel label)
96 MacroAssembler::linkJump(code(), list.m_jumps[i], label); local
99 void patch(DataLabelPtr label, void* value)
101 MacroAssembler::linkPointer(code(), label.m_label, value);
104 void patch(DataLabelPtr label, CodeLocationLabel value
    [all...]
  /external/webkit/WebCore/manual-tests/qt/
qtplugin-scrolling.html 28 document.label1.setText("Label one");
29 document.label2.setText("Label two");
  /ndk/samples/bitmap-plasma/
AndroidManifest.xml 6 <application android:label="@string/app_name" android:debuggable="true">
8 android:label="@string/app_name">
  /ndk/samples/hello-jni/
AndroidManifest.xml 7 <application android:label="@string/app_name"
10 android:label="@string/app_name">
  /ndk/samples/hello-neon/
AndroidManifest.xml 6 <application android:label="@string/app_name">
8 android:label="@string/app_name">
  /ndk/samples/san-angeles/
AndroidManifest.xml 6 <application android:label="@string/app_name">
8 android:label="@string/app_name">
  /ndk/samples/two-libs/
AndroidManifest.xml 7 <application android:label="@string/app_name">
9 android:label="@string/app_name">
  /sdk/templates/
AndroidManifest.template 6 <application android:label="@string/app_name" ICON>
8 android:label="@string/app_name">
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 33 import org.eclipse.swt.widgets.Label;
112 Label label; local
117 Label logo = new Label(shell, SWT.BORDER);
126 label = new Label(textArea, SWT.NONE);
128 label.setText("Dalvik Debug Monitor Revision " + Main.sRevision);
130 label.setText("Dalvik Debug Monitor");
132 label = new Label(textArea, SWT.NONE)
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) {
76 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) {
179 void RegExpMacroAssemblerIrregexp::GoTo(Label* l) {
194 void RegExpMacroAssemblerIrregexp::PushBacktrack(Label* l) {
221 Label* on_tos_equals_current_position) {
228 Label* on_failure,
259 Label* on_less) {
266 Label* on_greater) {
272 void RegExpMacroAssemblerIrregexp::CheckCharacter(uint32_t c, Label* on_equal) {
283 void RegExpMacroAssemblerIrregexp::CheckAtStart(Label* on_at_start)
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 24 prefer this term) and 20 bits of flow label. Currently there exist
56 Flows with coinciding source address and flow label must have identical
75 flow label for another flow within the maximal lifetime has expired,
77 the label is taken over by another flow.
170 If \verb|sin6_flowinfo| does contain not zero flow label,
218 \section{Flow label management.}
225 label manager. There are at least three different approaches:
228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly
229 to user space. When user needs label he requests manager directly. The approach
235 control message, so that it will allocate label and assign it to socke
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 30 import org.eclipse.swt.widgets.Label;
57 * methods for creating typically UI (label and text, form text.)
109 * Creates a label widget.
114 * @param label The string for the label.
115 * @param tooltip An optional tooltip for the label and text. Can be null.
116 * @return The new created label
118 public Label createLabel(Composite parent, FormToolkit toolkit, String label,
120 return SectionHelper.createLabel(parent, toolkit, label, tooltip)
243 Label label = toolkit.createLabel(parent, label_text); local
264 Label label = toolkit.createLabel(parent, label_text); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_ContactMethodsTest.java 90 notes = "Test getDisplayLabel(Context context, int kind, int type, CharSequence label)",
95 String label = "label"; local
97 ContactMethods.TYPE_CUSTOM, label).toString();
98 assertEquals(label, display);
103 ContactMethods.TYPE_HOME, label).toString();
107 ContactMethods.TYPE_OTHER, label).toString();
111 ContactMethods.TYPE_WORK, label).toString();
116 ContactMethods.TYPE_CUSTOM, label).toString();
120 ContactMethods.TYPE_CUSTOM, label).toString()
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
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/clearsilver/cs/
test18.cs 3 <?cs set:foo["baz"].right.label = "dot right" ?>
25 <?cs def:set_info(side, label, value) ?>
26 <?cs set:rows[row][side].label = label ?>

Completed in 379 milliseconds

1 23 4 5 6 7 8 91011>>