/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 166 &je (&label("abort")); 180 &je (&label("RC4_CHAR")); 185 &jz (&label("loop1")); 189 &jz (&label("go4loop4")); 193 &jnc (&label("go4loop4")); 202 &jmp(&label("loop_mmx_enter")); 213 &jb (&label("loop_mmx")); 229 &je (&label("done")); 230 &jmp (&label("loop1")); 244 &jb (&label("loop4")) [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_manager.h | 109 // Cancel an open request identified by |label|. 110 virtual void CancelRequest(const std::string& label); 173 // Returns all devices currently opened by a request with label |label|. 174 // If no request with |label| exist, an empty array is returned. 176 const std::string& label) const; 216 void HandleAccessRequestResponse(const std::string& label, 218 void StopMediaStreamFromBrowser(const std::string& label); 220 void DoEnumerateDevices(const std::string& label); 224 // |label| has been opened and set the request state accordingly [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86.pl | 112 &jnz (&label("${p}1_loop_$sn")); 126 &jb (&label("${p}128")); 128 &je (&label("${p}192")); 232 &jnz (&label("${p}3_loop")); 274 &jnz (&label("${p}4_loop")); 311 &jmp (&label("_aesni_${p}rypt6_enter")); 331 &jnz (&label("${p}6_loop")); 368 &jz (&label("ecb_ret")); 371 &jz (&label("ecb_decrypt")); 376 &jb (&label("ecb_enc_tail")) [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86.pl | 112 &jnz (&label("${p}1_loop_$sn")); 126 &jb (&label("${p}128")); 128 &je (&label("${p}192")); 232 &jnz (&label("${p}3_loop")); 274 &jnz (&label("${p}4_loop")); 311 &jmp (&label("_aesni_${p}rypt6_enter")); 331 &jnz (&label("${p}6_loop")); 368 &jz (&label("ecb_ret")); 371 &jz (&label("ecb_decrypt")); 376 &jb (&label("ecb_enc_tail")) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
name_field_unittest.cc | 38 field.label = ASCIIToUTF16("First Name"); 42 field.label = ASCIIToUTF16("Middle Name"); 46 field.label = ASCIIToUTF16("Last Name"); 69 field.label = base::string16(); 73 field.label = base::string16(); 77 field.label = base::string16(); 100 field.label = base::string16(); 104 field.label = base::string16(); 124 field.label = ASCIIToUTF16("Name"); 128 field.label = ASCIIToUTF16("Name") [all...] |
/external/chromium_org/ui/webui/resources/css/ |
tree.css | 105 .tree-label { 112 html[dir=rtl] .tree-label { 116 html[dir=rtl] .tree-label, 117 html[dir=rtl] .tree-row[may-have-children] > .tree-label { 123 html[dir=rtl] .tree-item[expanded] > .tree-row > .tree-label { 129 tree[icon-visibility=hidden] .tree-label { 134 tree[icon-visibility=parent] .tree-label, 135 tree[icon-visibility=parent] .tree-row[has-children=false] > .tree-label { 139 .tree-label, 140 .tree-row[may-have-children] > .tree-label { [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 79 LabelWidget label = new LabelWidget(this); local 80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f)); 81 label.setLabel(shortName); 82 label.setBorder(BorderFactory.createEmptyBorder(6, 6, 0, 6)); 83 label.setAlignment(LabelWidget.Alignment.CENTER); 85 box.addChild(label); 87 label = new LabelWidget(this); 88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f)); 89 label.setLabel(getAddress(nodeName)); 90 label.setBorder(BorderFactory.createEmptyBorder(3, 6, 0, 6)) [all...] |
/external/chromium/chrome/browser/ui/ |
input_window_dialog_win.cc | 11 #include "views/controls/label.h" 29 const std::wstring& label, 38 const std::wstring& label() const { return label_; } function in class:WinInputWindowDialog 187 views::Label* label = new views::Label(delegate_->label()); local 188 layout->AddView(label); 203 const std::wstring& label, 207 label_(label), [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
tray_vpn.cc | 57 base::string16 label; local 59 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating); 65 SetLabel(label); 66 SetAccessibleName(label); 76 base::string16* label, 85 if (label) { 86 *label = l10n_util::GetStringUTF16( 95 if (label) { 96 *label = network_icon::GetLabelForNetwork(
|
/external/chromium_org/components/autofill/core/common/ |
form_field_data.cc | 78 return (label == field.label && 90 if (label == field.label) 93 return label < field.label; 99 pickle->WriteString16(field_data.label); 125 if (!iter->ReadString16(&field_data->label) || 154 << UTF16ToUTF8(field.label)
|
/packages/apps/Settings/src/com/android/settings/net/ |
UidDetailProvider.java | 61 * Resolve best descriptive label for the given UID. 94 detail.label = pm.getNameForUid(uid); 100 detail.label = res.getString(R.string.process_kernel_label); 104 detail.label = res.getString(UserManager.supportsMultipleUsers() 112 detail.label = res.getString(Utils.getTetheringLabel(cm)); 123 detail.label = res.getString(R.string.running_process_item_user_label, info.name); 135 detail.label = info.loadLabel(pm).toString(); 146 detail.label = pm.getText(packageName, packageInfo.sharedUserLabel, 155 if (TextUtils.isEmpty(detail.label)) { 156 detail.label = Integer.toString(uid) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 109 <ruleDescriptor.tokenLabels:{<it.label.text>_tree := nil;}; separator="\n"> 110 <ruleDescriptor.tokenListLabels:{<it.label.text>_tree := nil;}; separator="\n"> 117 <ruleDescriptor.tokenLabels:{<it.label.text>_tree: I<ASTLabelType>;}; separator="\n"> 118 <ruleDescriptor.tokenListLabels:{<it.label.text>_tree: I<ASTLabelType>;}; separator="\n"> 138 tokenRefTrack(token,label,elementIndex,terminalOptions) ::= << 140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n> 146 tokenRefTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 148 <listLabel(elem=label,...)> 152 tokenRefRuleRootTrack(token,label,elementIndex,terminalOptions) ::= << 154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
menu_util.cc | 17 GtkWidget* BuildMenuItemWithImage(const std::string& label, GtkWidget* image) { 18 GtkWidget* menu_item = gtk_image_menu_item_new_with_mnemonic(label.c_str()); 23 GtkWidget* BuildMenuItemWithImage(const std::string& label, 28 BuildMenuItemWithImage(label, gtk_image_new_from_pixbuf(pixbuf)); 33 GtkWidget* BuildMenuItemWithLabel(const std::string& label) { 34 return gtk_menu_item_new_with_mnemonic(label.c_str()); 103 std::string label = ui::ConvertAcceleratorsFromWindowsStyle( local 114 menu_item = gtk_check_menu_item_new_with_mnemonic(label.c_str()); 123 gtk_radio_menu_item_new_with_mnemonic(NULL, label.c_str()); 127 GTK_RADIO_MENU_ITEM(iter->second), label.c_str()) 231 std::string label = ui::ConvertAcceleratorsFromWindowsStyle( local [all...] |
/external/chromium_org/ui/views/controls/ |
styled_label.cc | 12 #include "ui/views/controls/label.h" 21 // a label. 23 Label label; local 24 return label.GetPreferredSize().height(); 27 scoped_ptr<Label> CreateLabelRange( 31 scoped_ptr<Label> result; 39 Label* label = new Label(text) local 219 scoped_ptr<Label> label; local [all...] |
/external/v8/src/ |
regexp-macro-assembler-tracer.cc | 52 static int LabelToInt(Label* label) { 53 return static_cast<int>(reinterpret_cast<intptr_t>(label)); 57 void RegExpMacroAssemblerTracer::Bind(Label* label) { 58 PrintF("label[%08x]: (Bind)\n", LabelToInt(label)); 59 assembler_->Bind(label); 69 void RegExpMacroAssemblerTracer::CheckGreedyLoop(Label* label) { [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uts46.cpp | 32 // where the last ("root") label is the empty label 35 // if there is a trailing dot for the root label. 68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, 72 labelToASCII(UnicodeString::fromUTF8(label), destString, 78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, 82 labelToUnicode(UnicodeString::fromUTF8(label), destString, 117 labelToASCII(const UnicodeString &label, UnicodeString &dest, 121 labelToUnicode(const UnicodeString &label, UnicodeString &dest, 133 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest 686 const UChar *label=dest.getBuffer()+labelStart; local 896 const UChar *label=dest.getBuffer()+labelStart; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 392 :{var <it.label.text>:<labelType>=null;}; separator="\n" 395 :{var list_<it.label.text>:Array=null;}; separator="\n" 397 <ruleDescriptor.ruleLabels:ruleLabelDef(label=it); separator="\n"> 398 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n"> 405 :{var <it.label.text>:<labelType>=null;}; separator="\n" 407 <ruleDescriptor.charLabels:{var <it.label.text>:int;}; separator="\n"> 410 :{var list_<it.label.text>:Array=null;}; separator="\n" 626 /** match a token optionally with a label in front */ 627 tokenRef(token,label,elementIndex,terminalOptions) ::= << 628 <if(label)><label>=<labelType>(<endif>matchStream(input,<token>,FOLLOW_<token>_in_<ruleName><elementIndex>)< (…) [all...] |
/external/srec/srec/ca/ |
ann_api.c | 57 hAnnotation->label = NULL; 100 if (hAnnotation->label) 101 VAR_FREE(hAnnotation->label, "annotation_label"); 102 hAnnotation->label = NULL; 130 annotation_decorate_labels(hAnnotation->data, hAnnotation->label); 201 void CA_SetAnnotationLabel(CA_Annotation *hAnnotation, char *label) 206 ASSERT(label); 208 if ((strchr(label, '<') || (strchr(label, '>')))) 210 if (hAnnotation->label) [all...] |
/dalvik/dexgen/src/com/android/dexgen/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...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RopMethod.java | 29 /** {@code >= 0;} label for the block which starts the method */ 34 * label 48 * @param firstLabel {@code >= 0;} the label of the first block to execute 76 * Gets the label for the first block in the method that this list 79 * @return {@code >= 0;} the first-block label 87 * an exception if there is no block with the given label. 89 * @param label {@code >= 0;} the label of the block in question 92 public IntList labelToPredecessors(int label) { 97 IntList result = predecessors[label]; 162 int label = one.getLabel(); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
menu_gtk.h | 65 GtkWidget* AppendMenuItemWithLabel(int command_id, const std::string& label); 66 GtkWidget* AppendMenuItemWithIcon(int command_id, const std::string& label, 69 const std::string& label); 127 GtkWidget* BuildMenuItemWithImage(const std::string& label, 130 GtkWidget* BuildMenuItemWithImage(const std::string& label, 133 GtkWidget* BuildMenuItemWithLabel(const std::string& label,
|
/external/chromium-trace/trace-viewer/src/ui/ |
filter_control.css | 12 .filter-control .hit-count-label { 41 .filter-control input + .hit-count-label { 45 .filter-control input:focus + .hit-count-label {
|
/external/chromium_org/chrome/common/metrics/variations/ |
experiment_labels.cc | 21 // This method builds a single experiment label for a Chrome Variation, 24 // after the label key to differentiate the labels. 33 base::string16 label(key); 34 label += ASCIIToUTF16("="); 35 label += value; 36 label += ASCIIToUTF16("|"); 37 label += installer::BuildExperimentDateString(current_time); 38 return label; 73 // First, split everything by the label separator. 77 // For each label, keep the ones that do not look like a Variations label [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctputils.cc | 53 std::string* label, 89 LOG(LS_WARNING) << "Could not read OPEN message label length."; 97 if (!buffer.ReadString(label, (size_t) label_length)) { 98 LOG(LS_WARNING) << "Could not read OPEN message label"; 131 const std::string& label, 162 NULL, 20 + label.length() + config.protocol.length(), 168 buffer.WriteUInt16(static_cast<uint16>(label.length())); 170 buffer.WriteString(label);
|
/external/clang/test/Analysis/ |
uninit-sometimes.cpp | 50 label: 54 goto label; 119 label: 123 goto label; 150 goto label; 153 label:
|