/external/dexmaker/src/dx/java/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursslk.h | 43 // This inner class represents the attributes of a Soft Label Key (SLK) 50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key 52 int num; // The number of the Label 54 Soft_Label_Key() : label(NULL), format(Left), num(-1) { 58 delete[] label; 62 // Set the text of the Label 65 // Set the Justification of the Label 71 // Retrieve the text of the label 73 return label; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursslk.h | 43 // This inner class represents the attributes of a Soft Label Key (SLK) 50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key 52 int num; // The number of the Label 54 Soft_Label_Key() : label(NULL), format(Left), num(-1) { 58 delete[] label; 62 // Set the text of the Label 65 // Set the Justification of the Label 71 // Retrieve the text of the label 73 return label; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursslk.h | 43 // This inner class represents the attributes of a Soft Label Key (SLK) 50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key 52 int num; // The number of the Label 54 Soft_Label_Key() : label(NULL), format(Left), num(-1) { 58 delete[] label; 62 // Set the text of the Label 65 // Set the Justification of the Label 71 // Retrieve the text of the label 73 return label; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 418 :{my $<it.label.text> = undef;}; separator="\n" 421 :{List list_<it.label.text>=null;}; separator="\n" 423 <ruleDescriptor.ruleLabels:ruleLabelDef(label=it); separator="\n"> 424 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n"> 431 :{<labelType> <it.label.text>=null;}; separator="\n" 433 <ruleDescriptor.charLabels:{my $<it.label.text>;}; separator="\n"> 437 :{List list_<it.label.text>=null;}; separator="\n" 658 /** match a token optionally with a label in front */ 659 tokenRef(token,label,elementIndex,terminalOptions) ::= << 660 <if(label)>$<label> =<endif>$self->match($self->input, <token>, $FOLLOW_<token>_in_<ruleName><elementIndex>) [all...] |
/bionic/libc/arch-arm/cortex-a15/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...] |
/external/chromium_org/tools/gn/ |
loader.cc | 24 std::string GetOutputSubdirName(const Label& toolchain_label, bool is_default) { 40 LoadID(const SourceFile& f, const Label& tc_name) 52 Label toolchain_name; 57 // The default toolchain label can be empty for the first time the default 61 const Label& toolchain_label, 62 const Label& default_toolchain_label) 90 void Loader::Load(const Label& label) { 91 Load(BuildFileForLabel(label), label.GetToolchainLabel()) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
page_info_bubble_gtk.cc | 228 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.headline).c_str()); local 229 gtk_label_set_selectable(GTK_LABEL(label), TRUE); 230 labels_.push_back(label); 234 gtk_label_set_attributes(GTK_LABEL(label), attributes); 236 gtk_util::SetLabelWidth(label, 400); 239 gtk_label_set_line_wrap_mode(GTK_LABEL(label), PANGO_WRAP_WORD_CHAR); 240 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); local 242 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.description).c_str()); local 243 gtk_label_set_selectable(GTK_LABEL(label), TRUE); 244 labels_.push_back(label); 249 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ContextMenu.js | 35 * @param {string=} label 39 WebInspector.ContextMenuItem = function(topLevelMenu, type, label, disabled, checked) 42 this._label = label; 81 return { type: "item", id: this._id, label: this._label, enabled: !this._disabled }; 85 return { type: "checkbox", id: this._id, label: this._label, checked: !!this._checked, enabled: !this._disabled }; 94 * @param {string=} label 97 WebInspector.ContextSubMenuItem = function(topLevelMenu, label, disabled) 99 WebInspector.ContextMenuItem.call(this, topLevelMenu, "subMenu", label, disabled); 106 * @param {string} label 111 appendItem: function(label, handler, disabled [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
ResultActivity.java | 83 private void addRowForValue(String label, Object value) { 85 addRow(label, "null"); 87 addRowWithBitmap(label, (Bitmap)value); 89 addRow(label, "INTENT"); 92 addRow(label, "DATA"); 95 addRow(label, "ARRAY"); 101 addRow(label, String.valueOf(value)); 134 TextView label = new TextView(this); local 135 label.setPadding(4, 4, 4, 4); 136 label.setText(column0) [all...] |
/external/chromium_org/content/renderer/media/ |
media_stream_dispatcher.cc | 196 void MediaStreamDispatcher::CloseDevice(const std::string& label) { 198 DCHECK(!label.empty()); 200 << ", {label = " << label << "}"; 202 LabelStreamMap::iterator it = label_stream_map_.find(label); 207 Send(new MediaStreamHostMsg_CloseDevice(routing_id(), label)); 241 const std::string& label, 254 label_stream_map_[label] = new_stream; 257 request.request_id, label, audio_array, video_array); 259 << request.request_id << ", " << label << ")"; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
vpaes-x86.pl | 196 &jmp (&label("enc_entry")); 248 &jnz (&label("enc_loop")); 288 &jmp (&label("dec_entry")); 351 &jnz (&label("dec_loop")); 383 &jnz (&label("schedule_am_decrypting")); 387 &jmp (&label("schedule_go")); 398 &ja (&label("schedule_256")); 399 &je (&label("schedule_192")); 416 &jz (&label("schedule_mangle_last")); 418 &jmp (&label("loop_schedule_128")) [all...] |
/external/openssl/crypto/aes/asm/ |
vpaes-x86.pl | 196 &jmp (&label("enc_entry")); 248 &jnz (&label("enc_loop")); 288 &jmp (&label("dec_entry")); 351 &jnz (&label("dec_loop")); 383 &jnz (&label("schedule_am_decrypting")); 387 &jmp (&label("schedule_go")); 398 &ja (&label("schedule_256")); 399 &je (&label("schedule_192")); 416 &jz (&label("schedule_mangle_last")); 418 &jmp (&label("loop_schedule_128")) [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
RunnerController.java | 206 JLabel label = new JLabel(); local 210 label.setText(value.toString()); 211 label.setIcon(ImageFactory.getSingleton().TESTSUITE); 216 label.setText(value.toString()); 217 label.setIcon( node.hasFail ? 224 label.setIcon( (node.data.isPass())? 227 label.setText(value.toString()); 234 return label;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreePatternParser.cs | 95 // "%label:" prefix 96 string label = null; 102 label = tokenizer.sval.ToString(); 116 if (label != null) { 117 node.label = label; 147 if (label != null && node2.GetType() == typeof(TreeWizard.TreePattern)) { 148 ((TreeWizard.TreePattern)node2).label = label;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreePatternParser.cs | 111 // "%label:" prefix 112 string label = null; 120 label = tokenizer.sval.ToString(); 136 if ( label != null ) 138 node.label = label; 172 if ( label != null && node2.GetType() == typeof( TreeWizard.TreePattern ) ) 174 ( (TreeWizard.TreePattern)node2 ).label = label;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreePatternParser.java | 94 // "%label:" prefix 95 String label = null; local 101 label = tokenizer.sval.toString(); 115 if ( label!=null ) { 116 node.label = label; 146 if ( label!=null && node.getClass()==TreeWizard.TreePattern.class ) { 147 ((TreeWizard.TreePattern)node).label = label;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRParseTree.h | 46 + (id<ANTLRBaseTree>)newANTLRParseTree:(id<ANTLRToken>)label; 47 - (id)initWithLabel:(id<ANTLRToken>)label;
|
/external/bison/src/ |
graphviz.c | 63 output_node (int id, char const *label, FILE *fout) 65 fprintf (fout, " %d [label=\"%s\"]\n", id, label); 69 output_edge (int source, int destination, char const *label, 73 if (label) 74 fprintf (fout, " label=%s", quote (label)); 123 char *label = obstack_finish0 (out); local 124 fprintf (fout, "label=\"[%s]\", ", label); [all...] |
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_opt.c | 92 ** label: Transaction label. 101 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) 118 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd); 133 ** label: Transaction label. 146 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) 164 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd); 179 ** label: Transaction label [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avrc_api.h | 150 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode, 360 AVRC_API extern UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt); 374 ** label: Transaction label. 383 AVRC_API extern UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label); 397 ** label: Transaction label. 410 AVRC_API extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page); 425 ** label: Transaction label [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
bubble_decoration.h | 16 // and an optional text label to the right. 20 // |font| will be used when drawing the label, and cannot be |nil|. 27 void SetLabel(NSString* label); 37 // Helper returning bubble width for the given |image| and |label| 39 CGFloat GetWidthForImageAndLabel(NSImage* image, NSString* label); 56 // Label to draw to right of image. Can be |nil|.
|
/external/chromium_org/chrome/browser/resources/ |
identity_internals.css | 19 td.label {
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
main.css | 22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
bubble_decoration.h | 16 // and an optional text label to the right. 26 void SetLabel(NSString* label); 38 // Helper returning bubble width for the given |image| and |label| 40 CGFloat GetWidthForImageAndLabel(NSImage* image, NSString* label); 54 // Label to draw to right of image. Can be |nil|.
|