HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 276 - 300 of 1553) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 476 :{<labelType> <it.label.text>=null;}; separator="\n"
479 :{List list_<it.label.text>=null;}; separator="\n"
482 :ruleLabelDef(label=it); separator="\n"
693 /** match a token optionally with a label in front */
694 tokenRef(token,label,elementIndex) ::= <<
696 <if(label)>
697 <label> = input.LT(1);<\n>
704 tokenRefAndListLabel(token,label,elementIndex) ::= <<
709 listLabel(label) ::= <<
710 if (list_<label>==null) list_<label>=new ArrayList()
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
226 char label[100][10]; member in struct:android::ArmToMipsAssembler::cond_mode_t
257 void label(const char* string);
260 uint32_t* pcForLabel(const char* label);
362 void B(const char* label);
363 void BEQ(int Rs, int Rt, const char* label);
364 void BNE(int Rs, int Rt, const char* label);
420 const char* label; member in struct:android::MIPSAssembler::branch_target_t
    [all...]
  /external/iproute2/ip/
ifcfg 32 label="label $1"
59 ip -4 addr flush dev $dev $label || exit 1
101 label=
105 ip addr del $pfx dev $dev $label || exit 1
122 if ! ip address add $pfx brd + dev $dev $label; then
  /external/openssl/crypto/bn/asm/
via-mont.pl 116 &jnz (&label("leave")); # num % 4 != 0
118 &jb (&label("leave")); # num < 8
120 &ja (&label("leave")); # num > 1024
202 &loop (&label("sub")); # doesn't affect CF!
220 &loop (&label("copy"));
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 61 String label; field in class:LocalePicker.LocaleInfo
64 public LocaleInfo(String label, Locale locale) {
65 this.label = label;
70 return label;
79 return this.label;
84 return sCollator.compare(this.label, another.label);
90 * {@link LocaleInfo#label}.
156 preprocess[finalSize-1].label+" to "
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 87 private String label; field in class:SuperFloppyFormatter
144 * Sets the volume label of the file system to create.
146 * TODO: throw an exception early if label is invalid (too long, ...)
148 * @param label the new file system label, may be {@code null}
152 public SuperFloppyFormatter setVolumeLabel(String label) {
153 this.label = label;
158 * Returns the volume label that will be given to the new file system.
160 * @return the file system label, may be {@code null
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 47 * Indexed by label of caller block: the locals specific to each caller's
70 * caller label.
130 for (int label = 0; label < sz; label++) {
131 LocalsArray la = secondaries.get(label);
135 + Hex.u2(label) + ')');
152 for (int label = 0; label < sz; label++)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/v8/tools/
profile.js 290 * Calculates a top down profile for a node with the specified label.
293 * @param {string} opt_label Node label.
301 * Calculates a bottom up profile for a node with the specified label.
304 * @param {string} opt_label Node label.
315 * @param {string} opt_label Node label.
331 * the specified label. If no name specified, starts from the root.
333 * @param {string} opt_label Starting node label.
345 if (!(node.label in precs)) {
346 precs[node.label] = 0;
348 var nodeLabelIsRootLabel = node.label == rootLabel
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 922 :{it | <labelType> *<it.label.text> = nil;}; separator="\n">
924 :{it | AMutableArray *list_<it.label.text> = nil;}; separator="\n"
927 <ruleDescriptor.ruleListLabels:{ll|ANTLRParserRuleReturnScope *<ll.label.text> = nil;}; separator="\n">
934 :{it | <labelType> *<it.label.text>=nil;}; separator="\n"
936 <ruleDescriptor.charLabels:{it | NSInteger <it.label.text>;}; separator="\n">
938 ruleDescriptor.ruleListLabels]:{it | AMutableArray *list_<it.label.text>=nil; }; separator="\n">
955 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{it | [list_<it.label.text> release];}; separator="\n">
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 105 .macro m_cbz reg label
107 cbz \reg, \label
110 beq \label
114 .macro m_cbnz reg label
116 cbnz \reg, \label
119 bne \label
132 .macro magic_compare_and_branch w1 w2 label
133 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
138 bne \label
192 magic_compare_and_branch w1=r2, w2=r4, label=return_2
    [all...]
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 105 .macro m_cbz reg label
107 cbz \reg, \label
110 beq \label
114 .macro m_cbnz reg label
116 cbnz \reg, \label
119 bne \label
132 .macro magic_compare_and_branch w1 w2 label
133 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
138 bne \label
192 magic_compare_and_branch w1=r2, w2=r4, label=return_2
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 89 labels.add(e.label.getSet());
103 for (IntSet label : labels)
104 tokens.add(label.toString(g));
121 IntSet label = labels.get(i); local
122 // find NFA state with edge whose label matches labels[i]
126 // walk p's transitions, looking for label
129 if (!t.isEpsilon() && !t.label.getSet().and(label).isNil()
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 37 list > * > .label {
52 html[dir=rtl] list .label {
56 list > .folder > .label {
61 list > * > .label:empty:after,
109 list [editing] .label input,
132 html[os=mac] .tree-label [editing] input {
136 html:not([os=mac]) list .label input,
145 list [editing] .label,
162 html[dir=rtl] list > .folder > .label {
166 html[os=mac] list > .folder > .label {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.cc 34 GtkWidget* label = gtk_label_new(NULL); local
36 gtk_label_set_markup(GTK_LABEL(label), markup);
40 gtk_misc_set_alignment(GTK_MISC(label), 0.5, 0.5);
41 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
45 gtk_widget_modify_fg(label, GTK_STATE_NORMAL, &white);
47 return label;
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 47 typedef typename Arc::Label Label;
87 bool Find(Label match_label);
105 void AddOpenParen(Label label) {
106 if (label == 0) {
107 FSTERROR() << "ParenMatcher: Bad open paren label: 0";
109 open_parens_.Insert(label);
113 void AddCloseParen(Label label) {
250 Label label = match_type_ == MATCH_INPUT ? local
265 Label label = match_type_ == MATCH_INPUT ? local
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 143 * The label to display to the user in the AppWidget picker. If not supplied in the
144 * xml, the application label will be used.
146 * <p>This field corresponds to the <code>android:label</code> attribute in
149 public String label; field in class:AppWidgetProviderInfo
218 this.label = in.readString();
246 out.writeString(this.label);
266 that.label = this.label == null ? null : this.label.substring(0);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java 103 String label = labels[i]; local
107 String indexInfo = "index: " + i + ", label: " + label;
113 assertEquals(indexInfo, label, button.getText().toString());
122 String label = labels[i]; local
124 String indexInfo = "index: " + i + ", label: " + label;
130 assertEquals(indexInfo, label, button.getText().toString());
  /packages/apps/Settings/src/com/android/settings/
AppPicker.java 79 CharSequence label; field in class:AppPicker.MyApplicationInfo
104 info.label = info.info.loadLabel(getPackageManager()).toString();
109 info.label = context.getText(R.string.no_application);
121 holder.appName.setText(info.label);
139 return collator.compare(a.label, b.label);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 758 <[ruleDescriptor.tokenLabels,ruleDescriptor.tokenListLabels]:{<it.label.text> := nil;}; separator="\n">
759 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text> := nil;}; separator="\n">
760 <ruleDescriptor.ruleLabels:ruleLabelDef(label=it); separator="\n">
761 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text> := nil;}; separator="\n">
765 <[ruleDescriptor.tokenLabels,ruleDescriptor.tokenListLabels]:{<it.label.text>: I<labelType>;}; separator="\n">
766 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text>: IList\<IANTLRInterface\>;}; separator="\n">
767 <ruleDescriptor.ruleLabels:ruleLabelDefVar(label=it); separator="\n">
768 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text>: <ruleLabelType(referencedRule=ll.referencedRule)>;}; separator="\n">
775 :{<it.label.text> := nil;}; separator="\n"
777 <ruleDescriptor.charLabels:{int <it.label.text>;}; separator="\n"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 45 Phone.LABEL,
85 String label = null; local
86 //Custom type? Then get the custom label
88 label = c.getString(COLUMN_PHONE_LABEL);
91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 36 GTK_MISC(GTK_CHROME_LINK_BUTTON(instructions_link_)->label), 0, 0.5);
43 GTK_CHROME_LINK_BUTTON(instructions_link_)->label, 13.4);
46 g_signal_connect(GTK_CHROME_LINK_BUTTON(instructions_link_)->label, "map",
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 52 GtkWidget* label = gtk_label_new( local
54 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
55 gtk_box_pack_start(GTK_BOX(content_area), label, FALSE, FALSE, 0); local
  /external/marisa-trie/tools/
marisa-lookup.cc 84 int label; local
85 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
86 switch (label) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-lookup.cc 84 int label; local
85 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
86 switch (label) {

Completed in 3788 milliseconds

<<11121314151617181920>>