HomeSort by relevance Sort by last modified time
    Searched refs:bar_ (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CodeGenCXX/
array-value-initialize.cpp 12 Foo(void) : bar_(), dbar_(), sbar_() {
14 printf("bar_[%d] = %d\n", i, bar_[i]);
20 int bar_[5]; member in struct:Foo
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.js 39 this.bar_ = containerDocument.createElement('div');
40 this.bar_.className = 'bar';
41 this.container_.appendChild(this.bar_);
45 this.bar_.appendChild(this.filled_);
49 this.bar_.appendChild(leftCap);
53 this.bar_.appendChild(rightCap);
  /external/chromium_org/ash/shelf/
shelf_button.cc 237 bar_(new BarView(this)),
250 AddChildView(bar_);
311 bar_->ShowAttention(true);
328 bar_->ShowAttention(false);
455 bar_->SetBarBoundsRect(button_bounds);
543 bar_->SetVisible(false);
566 bar_->SetImage(*image);
568 bar_->SetImage(gfx::ImageSkiaOperations::CreateRotatedImage(*image,
575 bar_->SetHorizontalAlignment(
581 bar_->SetVerticalAlignment
    [all...]
shelf_button.h 141 BarView* bar_; member in class:ash::internal::ShelfButton
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 453 bar_ = message_->field(1);
477 const FieldDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::DescriptorTest
504 EXPECT_EQ(bar_, message_->field(1));
516 EXPECT_EQ(bar_, message_->FindFieldByName("bar"));
531 EXPECT_EQ(bar_, message_->FindFieldByNumber(6));
546 EXPECT_EQ("bar", bar_->name());
553 EXPECT_EQ("TestMessage.bar", bar_->full_name());
564 EXPECT_EQ(foo_file_, bar_->file());
575 EXPECT_EQ(1, bar_->index());
582 EXPECT_EQ( 6, bar_->number())
902 const EnumValueDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
1076 const MethodDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1245 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
1424 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::ExtensionDescriptorTest
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 451 bar_ = message_->field(1);
475 const FieldDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::DescriptorTest
502 EXPECT_EQ(bar_, message_->field(1));
514 EXPECT_EQ(bar_, message_->FindFieldByName("bar"));
529 EXPECT_EQ(bar_, message_->FindFieldByNumber(6));
544 EXPECT_EQ("bar", bar_->name());
551 EXPECT_EQ("TestMessage.bar", bar_->full_name());
562 EXPECT_EQ(foo_file_, bar_->file());
573 EXPECT_EQ(1, bar_->index());
580 EXPECT_EQ( 6, bar_->number())
900 const EnumValueDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
1074 const MethodDescriptor* bar_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1243 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
1422 const Descriptor* bar_; member in class:google::protobuf::descriptor_unittest::ExtensionDescriptorTest
    [all...]
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 205 bar_(NULL),
219 bar_ = new BarSeparator;
220 AddChildView(bar_);
263 // Updates bar_, device_type_ icon, and more_ buttons.
267 bar_->SetVisible(false);
282 bar_->SetVisible(show_more);
331 // Layout either bar_ or device_type_ at the left of the more_ button.
336 view_left_to_more = bar_;
346 gfx::Size bar_size = bar_->GetPreferredSize();
350 bar_->SetBoundsRect(bar_bounds)
407 BarSeparator* bar_; member in class:ash::internal::tray::VolumeView
    [all...]
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 188 Bar* bar_; member in class:Foo
192 Use(bar_);
194 bar_->Work();
  /external/clang/test/FixIt/
fixit.cpp 216 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}} member in class:ShadowedTagType::Foo
218 void Foo::SetBar(Bar bar) { bar_ = bar; } // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 1139 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 1015 const MethodDescriptor* bar_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_controls.js 598 this.bar_ = document.createElement('div');
599 this.bar_.className = 'bar';
600 this.container_.appendChild(this.bar_);
604 this.bar_.appendChild(this.filled_);
608 this.bar_.appendChild(leftCap);
612 this.bar_.appendChild(rightCap);
637 return this.bar_;
693 var rect = this.bar_.getBoundingClientRect();
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1095 Bar<T> bar_; member in class:thread_annot_lock_68_modified::Foo
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1650 milliseconds