HomeSort by relevance Sort by last modified time
    Searched refs:label1 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 6 goto label1;
8 label1: // expected-note{{previous definition is here}}
12 label1: // expected-error{{redefinition of label 'label1'}}
  /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/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/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/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 3 .global label1
9 label1: label
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Action.java 55 * @param label1 The label to display on the first line of the Action.
58 public Action(long id, CharSequence label1, CharSequence label2) {
59 this(id, label1, label2, null);
66 * @param label1 The label to display on the first line of the Action.
70 public Action(long id, CharSequence label1, CharSequence label2, Drawable icon) {
72 setLabel1(label1);
  /external/llvm/test/MC/Mips/
hilo-addressing.s 20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
39 # Check that relocation isn't emitted for %hi(label1 - label2) and
40 # %lo(label1 - label2) expressions.
  /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);
  /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/clang/test/Analysis/
uninit-sometimes.cpp 81 label1:
87 goto label1;
  /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/tools/telemetry/telemetry/page/
page_filter_unittest.py 81 self.p1.label1 = True
82 self.p2.label1 = True
83 self.p3.label1 = False
89 options = MockLabelFilterOptions('label1,label2', '')
95 options = MockLabelFilterOptions('label1', 'label2')
  /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) {
  /external/srec/srec/ca/
cnfd_scr.c 209 char label1[MAX_ENTRY_LENGTH]; local
237 rc = srec_nbest_get_result(nbestlist, choice_number+1, label1, MAX_ENTRY_LENGTH, &cost1, choice_number);
242 rc = srec_nbest_get_result(nbestlist, choice_number+2, label1, MAX_ENTRY_LENGTH, &cost2, choice_number);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 128 label1 = label[len(ace_prefix):]
131 result = label1.decode("punycode")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 128 label1 = label[len(ace_prefix):]
131 result = label1.decode("punycode")
  /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);
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher_unittest.cc 193 const std::string& label1 = CompleteGenerateStream(ipc_request_id1, options, local
203 EXPECT_EQ(dispatcher_->audio_session_id(label1, 0),
211 EXPECT_EQ(dispatcher_->video_session_id(label1, 0),

Completed in 3486 milliseconds

1 2 3 4