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

12 3 4 5 6 7 8 91011>>

  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 21 import org.objectweb.asm.Label;
44 Label l0 = new Label();
56 Label l1 = new Label();
62 l0, // label start
63 l1, // label end
121 public void visitJumpInsn(int opcode, Label label) {
126 public void visitLabel(Label label)
    [all...]
  /packages/inputmethods/PinyinIME/res/xml/
skb_smiley.xml 27 <key label=":)" icon="@drawable/emotion_icon_00"
29 <key label=";)" icon="@drawable/emotion_icon_01"
31 <key label=":P" icon="@drawable/emotion_icon_02"
33 <key label=":D" icon="@drawable/emotion_icon_03"
35 <key label="^_^" icon="@drawable/emotion_icon_04"
37 <key label="^O^" icon="@drawable/emotion_icon_05"
39 <key label=":-*" icon="@drawable/emotion_icon_06"
44 <key label=":(" icon="@drawable/emotion_icon_10"
46 <key label=":'(" icon="@drawable/emotion_icon_11"
48 <key label=":S" icon="@drawable/emotion_icon_12
    [all...]
skb_phone.xml 26 <toggle_state state_id="@string/toggle_phone_sym" label="("/>
29 <toggle_state state_id="@string/toggle_phone_sym" label="/"/>
32 <toggle_state state_id="@string/toggle_phone_sym" label=")"/>
34 <key label="-"/>
39 <toggle_state state_id="@string/toggle_phone_sym" label="N"/>
42 <toggle_state state_id="@string/toggle_phone_sym" label="? ?" code="44"/>
45 <toggle_state state_id="@string/toggle_phone_sym" label=","/>
47 <key label="."/>
52 <toggle_state state_id="@string/toggle_phone_sym" label="*"
56 <toggle_state state_id="@string/toggle_phone_sym" label="? ?" code="51"/
    [all...]
  /external/e2fsprogs/misc/
findfs.8.in 7 findfs \- Find a filesystem by label or UUID
10 .BI LABEL= label
17 a label matching
18 .I label
e2label.c 2 * e2label.c - Print or change the volume label on an ext2 fs
80 char label[VOLNAMSZ+1]; local
83 strncpy(label, sb.s_volume_name, VOLNAMSZ);
84 label[VOLNAMSZ] = 0;
85 printf("%s\n", label);
88 static void change_label (char *dev, char *label)
94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
95 if (strlen(label) > VOLNAMSZ)
96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 50 virtual void Bind(Label* label);
51 virtual void CheckAtStart(Label* on_at_start);
52 virtual void CheckCharacter(uint32_t c, Label* on_equal);
55 Label* on_equal);
56 virtual void CheckCharacterGT(uc16 limit, Label* on_greater);
57 virtual void CheckCharacterLT(uc16 limit, Label* on_less);
60 Label* on_failure,
64 virtual void CheckGreedyLoop(Label* on_tos_equals_current_position);
65 virtual void CheckNotAtStart(Label* on_not_at_start)
    [all...]
  /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...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 33 // new labels are specified using a vector of pair<Label,Label>.
34 // Any label associations not specified are assumed to be identity
44 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
45 const vector<pair<typename A::Label, typename A::Label> >& opairs) {
47 typedef typename A::Label Label;
51 // construct label to label hash. Coul
    [all...]
  /device/htc/passion-common/
vold.fstab 9 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
10 ## label - Label for the volume
  /external/v8/src/
regexp-macro-assembler-irregexp.h 55 virtual void Bind(Label* label);
60 virtual void GoTo(Label* label);
61 virtual void PushBacktrack(Label* label);
75 Label* on_end_of_input,
78 virtual void CheckCharacter(uint32_t c, Label* on_equal);
81 Label* on_equal);
82 virtual void CheckCharacterGT(uc16 limit, Label* on_greater)
    [all...]
regexp-macro-assembler.h 36 Label* on_match;
68 // stack by an earlier PushBacktrack(Label*).
70 virtual void Bind(Label* label) = 0;
71 virtual void CheckAtStart(Label* on_at_start) = 0;
74 virtual void CheckCharacter(uint32_t c, Label* on_equal) = 0;
79 Label* on_equal) = 0;
80 virtual void CheckCharacterGT(uc16 limit, Label* on_greater) = 0;
81 virtual void CheckCharacterLT(uc16 limit, Label* on_less) = 0;
83 // fail to match then goto the on_failure label. If check_eos is set the
    [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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
activity.template 2 android:label="APPLICATION_NAME">
  /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/v8/src/x64/
regexp-macro-assembler-x64.h 44 virtual void Bind(Label* label);
45 virtual void CheckAtStart(Label* on_at_start);
46 virtual void CheckCharacter(uint32_t c, Label* on_equal);
49 Label* on_equal);
50 virtual void CheckCharacterGT(uc16 limit, Label* on_greater);
51 virtual void CheckCharacterLT(uc16 limit, Label* on_less);
54 Label* on_failure,
58 virtual void CheckGreedyLoop(Label* on_tos_equals_current_position);
59 virtual void CheckNotAtStart(Label* on_not_at_start)
    [all...]
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 25 * A special subclass of Intent that can have a custom label/icon
35 * Create a labeled intent from the given intent, supplying the label
39 * @param sourcePackage The package in which the label and icon live.
40 * @param labelRes Resource containing the label, or 0 if none.
54 * label and icon resource for it.
57 * @param sourcePackage The package in which the label and icon live.
58 * @param nonLocalizedLabel Concrete text to use for the label.
71 * Create a labeled intent with no intent data but supplying the label
74 * @param sourcePackage The package in which the label and icon live.
75 * @param labelRes Resource containing the label, or 0 if none
139 CharSequence label = pm.getText(mSourcePackage, mLabelRes, null); local
    [all...]
  /external/e2fsprogs/resize/
sim_progress.c 19 char *label; member in struct:ext2_sim_progress
32 fputs(prog->label, prog->f);
33 width = prog->labelwidth - strlen(prog->label);
78 const char *label,
90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
95 strcpy(prog->label, label);
112 if (prog->label)
113 ext2fs_free_mem(&prog->label);
    [all...]
  /external/jsr305/ri/nbproject/
project.xml 14 <label>src/main/java</label>
20 <label>src/main/resources</label>
26 <label>JSR305-ri</label>
51 <label>src/main/java</label>
55 <label>src/main/resources</label>
    [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/v8/src/arm/
regexp-macro-assembler-arm.h 51 virtual void Bind(Label* label);
52 virtual void CheckAtStart(Label* on_at_start);
53 virtual void CheckCharacter(uint32_t c, Label* on_equal);
56 Label* on_equal);
57 virtual void CheckCharacterGT(uc16 limit, Label* on_greater);
58 virtual void CheckCharacterLT(uc16 limit, Label* on_less);
61 Label* on_failure,
65 virtual void CheckGreedyLoop(Label* on_tos_equals_current_position);
66 virtual void CheckNotAtStart(Label* on_not_at_start)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 31 notes = "Test getDisplayLabel(Context context, int type, CharSequence label",
36 String label = "label"; local
38 Organizations.TYPE_CUSTOM, label).toString();
39 assertEquals(label, display);
44 Organizations.TYPE_OTHER, label).toString();
48 Organizations.TYPE_WORK, label).toString();
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 39 /** label offset for the parameter assignment block */
42 /** label offset for the return block */
45 /** label offset for the synchronized method final return block */
48 /** label offset for the first synchronized method setup block */
51 /** label offset for the second synchronized method setup block */
55 * label offset for the first synchronized method exception
61 * label offset for the second synchronized method exception
66 /** number of special label offsets */
78 /** max label (exclusive) of any original bytecode block */
104 * {@code non-null;} for each block (by label) that is used as an exceptio
379 int label = bb.getLabel(); local
582 int label = successors.get(i); local
906 int label = getAvailableLabel(); local
1035 int label = synch ? getSpecialLabel(SYNCH_SETUP_1) : 0; local
1101 int label = getSpecialLabel(RETURN); local
1285 int label = reachableSubroutineCallerLabels.get(i); local
    [all...]
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...]
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 16 <optgroup label="Group one"></optgroup>
19 <optgroup label="Group two"> </optgroup>
21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
29 <option value="2">Item inside an optgroup without a label</option>
32 <!-- for an optgroup with an empty label, IE will show an empty,
35 <optgroup label="">
36 <option value="3">Item inside an optgroup with an empty label</option>
41 <optgroup label="Group three">
45 <optgroup label="Nested group 1"></optgroup>
46 <optgroup label="Nested group 2"
    [all...]
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 210 // linked to a label marking its destination.
213 // Label:
215 // A Label records a point in the generated instruction stream, typically such that
217 class Label {
225 Label()
229 Label(AbstractMacroAssembler<AssemblerType>* masm)
230 : m_label(masm->m_assembler.label())
254 : m_label(masm->m_assembler.label())
276 : m_label(masm->m_assembler.label())
351 masm->m_assembler.linkJump(m_jmp, masm->m_assembler.label());
423 Label label() function in class:JSC::AbstractMacroAssembler
    [all...]

Completed in 497 milliseconds

12 3 4 5 6 7 8 91011>>