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 41 this.bar_ = containerDocument.createElement('div');
42 this.bar_.className = 'bar';
43 this.container_.appendChild(this.bar_);
47 this.bar_.appendChild(this.filled_);
51 this.bar_.appendChild(leftCap);
55 this.bar_.appendChild(rightCap);
  /external/chromium_org/ash/system/audio/
volume_view.cc 141 bar_(NULL),
155 bar_ = new BarSeparator;
156 AddChildView(bar_);
201 bar_->SetVisible(false);
208 bar_->SetVisible(show_more);
258 // Layout either bar_ or device_type_ at the left of the more_ button.
263 view_left_to_more = bar_;
273 gfx::Size bar_size = bar_->GetPreferredSize();
277 bar_->SetBoundsRect(bar_bounds);
283 bar_->bounds().x(
    [all...]
volume_view.h 47 // Updates bar_, device_type_ icon, and more_ buttons.
72 BarSeparator* bar_; member in class:ash::tray::VolumeView
  /external/chromium_org/ash/shelf/
shelf_button.cc 221 bar_(new BarView(this)),
234 AddChildView(bar_);
288 bar_->ShowAttention(true);
297 bar_->ShowAttention(false);
414 bar_->SetBarBoundsRect(button_bounds);
502 bar_->SetVisible(false);
516 bar_->SetImage(*image);
518 bar_->SetImage(gfx::ImageSkiaOperations::CreateRotatedImage(*image,
525 bar_->SetHorizontalAlignment(
531 bar_->SetVerticalAlignment
    [all...]
shelf_button.h 136 BarView* bar_; member in class:ash::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/clang/test/Analysis/
misc-ps-region-store.cpp 184 Bar* bar_; member in class:Foo
188 Use(bar_);
190 bar_->Work();
  /external/clang/test/FixIt/
fixit.cpp 218 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}} member in class:ShadowedTagType::Foo
220 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/ui/file_manager/video_player/js/
media_controls.js 582 this.bar_ = document.createElement('div');
583 this.bar_.className = 'bar';
584 this.container_.appendChild(this.bar_);
588 this.bar_.appendChild(this.filled_);
592 this.bar_.appendChild(leftCap);
596 this.bar_.appendChild(rightCap);
621 return this.bar_;
677 var rect = this.bar_.getBoundingClientRect();
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1096 Bar<T> bar_; member in class:thread_annot_lock_68_modified::Foo
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1387 milliseconds