/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
datavis.asm | 3 .global label1 9 label1: label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
absloop-err.asm | 2 label1: label 3 [absolute label1]
|
opt-align1.asm | 1 je label1 3 je label1 7 label1: label
|
opt-align2.asm | 1 je label1 2 je label1 8 label1: label
|
opt-circular3-err.asm | 0 label1: 6 times label2-label1+1 db 0 1 label1: label
|
opt-immexpand.asm | 0 label1: 9 push label2-label1 1 label1: label
|
opt-immnoexpand.asm | 0 label1: 10 push label2-label1 1 label1: label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
imm64.asm | 3 ;extern label1 4 label1: label 10 mov rax, label1 ; 32-bit imm <--- not 64-bit! 13 mov rax, qword label1 ; 64-bit imm 19 mov qword [rax], label1 ; 32-bit imm (matches default above) 25 add rax, label1 ; 32-bit imm (matches default above) 30 mov [label1], rax ; 32-bit disp 33 mov [qword label1], rax ; 64-bit disp
|
/external/chromium_org/tools/stats_viewer/ |
OpenDialog.Designer.cs | 36 this.label1 = new System.Windows.Forms.Label();
48 // label1
50 this.label1.AutoSize = true;
51 this.label1.Location = new System.Drawing.Point(12, 28);
52 this.label1.Name = "label1";
53 this.label1.Size = new System.Drawing.Size(91, 13);
54 this.label1.TabIndex = 1;
55 this.label1.Text = "Stats File to Open";
73 this.Controls.Add(this.label1);
85 private System.Windows.Forms.Label label1; field in class:StatsViewer.OpenDialog [all...] |
stats_viewer.Designer.cs | 43 this.label1 = new System.Windows.Forms.Label();
120 this.panelHeader.Controls.Add(this.label1);
139 // label1
141 this.label1.AutoSize = true;
142 this.label1.BackColor = System.Drawing.Color.Transparent;
143 this.label1.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
144 this.label1.Location = new System.Drawing.Point(12, 9);
145 this.label1.Name = "label1";
146 this.label1.Size = new System.Drawing.Size(140, 24); 370 private System.Windows.Forms.Label label1; field in class:StatsViewer.StatsViewer [all...] |
/external/libhevc/common/arm/ |
ihevc_itrans_recon_16x16.s | 671 bge label1 687 label1: label
|
/external/libhevc/common/arm64/ |
ihevc_itrans_recon_16x16.s | 715 bge label1 734 label1: label [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_manager_unittest.cc | 145 std::string label1 = MakeMediaAccessRequest(0); local 173 std::string label1 = MakeMediaAccessRequest(0); local 175 media_stream_manager_->CancelRequest(label1);
|
media_stream_dispatcher_host_unittest.cc | 494 const std::string label1 = host_->label_; local 510 EXPECT_NE(label1, label2); 523 const std::string label1 = host_->label_; local 536 EXPECT_NE(label1, label2); 552 const std::string label1 = host_->label_; local 568 EXPECT_NE(label1, label2); [all...] |
/external/chromium_org/win8/metro_driver/ |
metro_dialog_box.cc | 63 mswrw::HString label1; local 64 label1.Attach(MakeHString(dialog_box_info.button1_label)); 68 label1.Get(), this, label1_command.GetAddressOf());
|
/external/chromium_org/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 63 base::string16 label1, label2, label3; local 65 service, &label1, &label2, &label3); 66 EXPECT_EQ(label1.empty(), !is_error);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
BasicBlockList.java | 288 int label1 = succ1.get(i); local 291 if (label1 == primary1) { 303 if (label1 != label2) {
|
/dalvik/dx/src/com/android/dx/rop/code/ |
BasicBlockList.java | 286 int label1 = succ1.get(i); local 289 if (label1 == primary1) { 301 if (label1 != label2) {
|
/external/chromium_org/content/renderer/media/ |
media_stream_dispatcher_unittest.cc | 194 const std::string& label1 = CompleteGenerateStream(ipc_request_id1, options, local 204 EXPECT_EQ(dispatcher_->audio_session_id(label1, 0), 212 EXPECT_EQ(dispatcher_->video_session_id(label1, 0),
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
BasicBlockList.java | 286 int label1 = succ1.get(i); local 289 if (label1 == primary1) { 301 if (label1 != label2) {
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 1019 int label1 = b1.ropLabel; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaBasicBlock.java | 1020 int label1 = b1.ropLabel; local [all...] |
/cts/tools/vm-tests-tf/lib/ |
junit.jar | |
/external/dexmaker/lib/ |
junit.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/ |
junit.jar | |