/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 | 45 * Indexed by label of caller block: the locals specific to each caller's 68 * caller label. 128 for (int label = 0; label < sz; label++) { 129 LocalsArray la = secondaries.get(label); 133 + Hex.u2(label) + ')'); 150 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/chromium_org/tools/deep_memory_profiler/ |
accumulate.py | 15 # <template-name> is a label in templates.json. 131 for label in category_tree: 133 if (isinstance(category_tree[label], dict) or 134 isinstance(category_tree[label], OrderedDict)): 135 print >> output, '%s:' % label 136 print_category_tree(category_tree[label], output, depth + 1) 138 print >> output, '%s: %d' % (label, category_tree[label]) 146 for label, subtotal in flatten(category_tree): 147 flattened_labels.add(label) [all...] |
/external/chromium_org/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/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...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_rc.c | 72 #define FILL_PDU_QUEUE(index, ctype, label, pending) \ 75 btif_rc_cb.rc_pdu_info[index].label = label; \ 86 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \ 89 btif_rc_cb.rc_pdu_info[index].label = 0; \ 98 UINT8 label; member in struct:__anon684 103 UINT8 label; member in struct:__anon685 186 static void send_reject_response (UINT8 rc_handle, UINT8 label, 189 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, 191 static void register_volumechange(UINT8 label); [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 137 .macro magic_compare_and_branch w1 w2 label 138 /* Macro to compare registers w1 and w2 and conditionally branch to label. */ 143 bne \label 199 magic_compare_and_branch w1=r2, w2=r4, label=.L_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 137 .macro magic_compare_and_branch w1 w2 label 138 /* Macro to compare registers w1 and w2 and conditionally branch to label. */ 143 bne \label 199 magic_compare_and_branch w1=r2, w2=r4, label=.L_return_2 [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ |
Card.java | 236 * Set the label text for the progress if the card has a progress type of 269 * @param label 273 private void addAction(String label, int id, int type) { 275 cardAction.label = label; 417 * @param label The text to display for this action 422 public Builder addAction(String label, int id, int type) { 423 mCard.addAction(label, id, type); 449 * <li>{@link #PROGRESS_TYPE_LABEL} only displays a label text in the progress area 461 public Builder setProgressLabel(String label) { 612 public String label; field in class:Card.CardAction 639 private String label = ""; field in class:Card.CardProgress [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_download_unittest.cc | 135 field.label = ASCIIToUTF16("username"); 140 field.label = ASCIIToUTF16("First Name"); 145 field.label = ASCIIToUTF16("Last Name"); 150 field.label = ASCIIToUTF16("email"); 155 field.label = ASCIIToUTF16("email2"); 160 field.label = ASCIIToUTF16("password"); 165 field.label = base::string16(); 176 field.label = ASCIIToUTF16("address"); 181 field.label = ASCIIToUTF16("address2"); 186 field.label = ASCIIToUTF16("city") [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/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_update.css | 40 #update #update-upper-label { 44 #update #checking-updates-label { 48 #update #update-bottom-label {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
tree.css | 70 .tree-label { 75 .tree-label:empty::after { 80 .tree-rename > .tree-row > .tree-label {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
menu_gtk.h | 67 GtkWidget* AppendMenuItemWithLabel(int command_id, const std::string& label); 68 GtkWidget* AppendMenuItemWithIcon(int command_id, const std::string& label, 71 const std::string& label); 137 GtkWidget* BuildMenuItemWithImage(const std::string& label, 140 GtkWidget* BuildMenuItemWithImage(const std::string& label, 143 GtkWidget* BuildMenuItemWithLabel(const std::string& label,
|
/external/chromium_org/content/renderer/media/ |
media_stream_impl.h | 75 const std::string& label, 79 virtual void OnDeviceStopped(const std::string& label, 86 const std::string& label, 97 void OnLocalMediaStreamStop(const std::string& label); 156 const std::string& label, 167 UserMediaRequestInfo* FindUserMediaRequestInfo(const std::string& label);
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TextTrack.h | 58 static PassRefPtr<TextTrack> create(Document& document, TextTrackClient* client, const AtomicString& kind, const AtomicString& label, const AtomicString& language) 60 return adoptRef(new TextTrack(document, client, kind, label, language, emptyAtom, AddTrack)); 77 AtomicString label() const { return m_label; } function in class:WebCore::TextTrack 78 void setLabel(const AtomicString& label) { m_label = label; } 139 TextTrack(Document&, TextTrackClient*, const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType);
|
/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...] |