/external/protobuf/gtest/test/ |
gtest-tuple_test.cc | 38 using ::std::tr1::get; 124 EXPECT_EQ(n, get<1>(t)) 128 // the & operator for the return type of get<>(). 129 EXPECT_EQ(&n, &(get<1>(t))) 133 get<1>(t) = 2; 151 EXPECT_EQ(&n, &(get<0>(a))); 155 EXPECT_EQ(5, get<0>(b)); 156 EXPECT_EQ('a', get<1>(b)); 161 EXPECT_TRUE(get<0>(c)); 162 EXPECT_EQ(&m, &(get<1>(c))) [all...] |
/external/llvm/unittests/IR/ |
ValueMapTest.cpp | 30 ConstantV(ConstantInt::get(Type::getInt32Ty(getGlobalContext()), 0)), 49 VM[this->BitcastV.get()] = 7; 50 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); 51 EXPECT_EQ(0u, VM.count(this->AddV.get())); 52 this->BitcastV->replaceAllUsesWith(this->AddV.get()); 53 EXPECT_EQ(7, VM.lookup(this->AddV.get())); 54 EXPECT_EQ(0u, VM.count(this->BitcastV.get())); 56 EXPECT_EQ(0u, VM.count(this->AddV.get())); 57 EXPECT_EQ(0u, VM.count(this->BitcastV.get())); 68 VM[this->BitcastV.get()] = 7 [all...] |
/external/chromium_org/ui/wm/core/ |
window_animations_unittest.cc | 79 SetWindowVisibilityAnimationTransition(window.get(), ANIMATE_SHOW); 83 AnimateOnChildWindowVisibilityChanged(window.get(), true); 88 AnimateOnChildWindowVisibilityChanged(window.get(), false); 94 AnimateOnChildWindowVisibilityChanged(window.get(), true); 106 SetWindowVisibilityAnimationTransition(window.get(), ANIMATE_HIDE); 110 AnimateOnChildWindowVisibilityChanged(window.get(), true); 116 AnimateOnChildWindowVisibilityChanged(window.get(), false); 121 AnimateOnChildWindowVisibilityChanged(window.get(), true); 131 aura::test::CreateTestWindowWithId(1, parent.get())); 134 aura::test::CreateTestWindowWithId(2, parent.get())); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleMac.mm | 59 String currentLocaleLanguage = languageFromLocale(String([currentLocale.get() localeIdentifier])); 69 return LocaleMac::create(determineLocale(locale).get()); 90 NSString* language = [m_locale.get() objectForKey:NSLocaleLanguageCode]; 93 [m_gregorianCalendar.get() setLocale:m_locale.get()]; 103 return adoptPtr(new LocaleMac(locale.get())); 113 return createDateTimeFormatter(m_locale.get(), m_gregorianCalendar.get(), NSDateFormatterShortStyle, NSDateFormatterNoStyle); 121 NSArray *array = [shortDateFormatter().get() monthSymbols]; 137 NSArray *array = [shortDateFormatter().get() shortWeekdaySymbols] [all...] |
/external/lldb/source/API/ |
SBEvent.cpp | 36 m_opaque_ptr (m_event_sp.get()) 42 m_opaque_ptr (event_sp.get()) 71 Event *lldb_event = get(); 86 const Event *lldb_event = get(); 95 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x (%s)", get(), event_type, sstr.GetData()); 97 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x", get(), event_type); 108 const Event *lldb_event = get(); 117 const Event *lldb_event = get(); 136 Event *lldb_event = get(); 139 success = lldb_event->BroadcasterIs (broadcaster.get()); 168 SBEvent::get() const function in class:SBEvent [all...] |
SBFileSpecList.cpp | 35 if (rhs.m_opaque_ap.get()) 36 m_opaque_ap.reset (new FileSpecList (*(rhs.get()))); 41 rhs.m_opaque_ap.get(), m_opaque_ap.get()); 54 m_opaque_ap.reset (new lldb_private::FileSpecList(*(rhs.get()))); 100 return m_opaque_ap.get(); 104 SBFileSpecList::get() const function in class:SBFileSpecList 106 return m_opaque_ap.get(); 113 return *m_opaque_ap.get(); 119 return *m_opaque_ap.get(); [all...] |
/external/chromium_org/chrome/browser/extensions/api/app_window/ |
app_window_api.cc | 100 if (inner_property.get() && outer_property.get()) { 119 if (input_spec->left.get()) 121 if (input_spec->top.get()) 123 if (input_spec->width.get()) 125 if (input_spec->height.get()) 127 if (input_spec->min_width.get()) 129 if (input_spec->min_height.get()) 131 if (input_spec->max_width.get()) 133 if (input_spec->max_height.get()) [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_merger_unittest.cc | 25 if (!a.Get(path, &a_value)) { 31 if (!b.Get(path, &b_value)) { 70 policy_.get(), NULL, user_.get(), NULL)); 77 policy_.get(), NULL, user_.get(), NULL)); 84 policy_.get(), NULL, user_.get(), NULL)); 91 policy_.get(), NULL, user_.get(), NULL)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationStackTest.cpp | 24 timeline = AnimationTimeline::create(document.get()); 52 keyframes[0]->setPropertyValue(id, value.get()); 55 keyframes[1]->setPropertyValue(id, value.get()); 71 return Animation::create(element.get(), effect, timing); 76 return toLegacyStyleInterpolation(interpolation)->currentValue().get(); 86 play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 10); 87 play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(2))).get(), 15); 88 play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3))).get(), 5); 91 EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(2).get())); [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_handle.cc | 22 if (prerender_data_.get()) { 34 if (prerender_data_.get()) 40 if (prerender_data_.get()) 46 return prerender_data_.get() != NULL; 51 if (!prerender_data_.get()) 70 if (!prerender_data_.get()) 87 DCHECK(prerender_data_.get()); 96 DCHECK(prerender_data_.get()); 105 DCHECK(prerender_data_.get()); 135 return other && other->prerender_data_.get() && prerender_data_.get( [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
profile_loader_unittest.cc | 25 loader_.reset(new ProfileLoader(profile_store_.get())); 44 return loader_->keep_alive_.get() != NULL; 58 StartLoadingProfile(profile1_.get()); 61 StartLoadingProfile(profile2_.get()); 62 FinishLoadingProfile(profile1_.get()); 65 FinishLoadingProfile(profile2_.get()); 66 EXPECT_EQ(profile2_.get(), last_callback_result_); 74 StartLoadingProfile(profile1_.get()); 78 FinishLoadingProfile(profile1_.get()); 87 StartLoadingProfile(profile1_.get()); [all...] |
/external/chromium_org/device/hid/ |
device_monitor_linux.cc | 36 monitor_.reset(udev_monitor_new_from_netlink(udev_.get(), kUdevName)); 42 int ret = udev_monitor_enable_receiving(monitor_.get()); 48 monitor_fd_ = udev_monitor_get_fd(monitor_.get()); 67 g_device_monitor_linux_ptr.Get().reset(new DeviceMonitorLinux()); 68 return g_device_monitor_linux_ptr.Get().get(); 73 return g_device_monitor_linux_ptr.Get().get(); 92 udev_device_new_from_syspath(udev_.get(), path.c_str())); 98 ScopedUdevEnumeratePtr enumerate(udev_enumerate_new(udev_.get())); [all...] |
/external/chromium_org/third_party/skia/tests/ |
PDFPrimitivesTest.cpp | 123 SkAutoTUnref<SkPDFStream> stream(new SkPDFStream(streamData.get())); 125 reporter, stream.get(), 128 SimpleCheckObjectOutput(reporter, stream.get(), 139 SkAutoTUnref<SkPDFStream> stream(new SkPDFStream(streamData2.get())); 142 SkFlate::Deflate(streamData2.get(), &compressedByteStream); 151 CheckObjectOutput(reporter, stream.get(), 162 CheckObjectOutput(reporter, stream.get(), 173 int1.get()->ref(); 174 SkAutoTUnref<SkPDFInt> int1Again(int1.get()); 176 catalog.addObject(int1.get(), false) [all...] |
/external/clang/lib/AST/ |
ASTTypeTraits.cpp | 67 if (const TemplateArgument *TA = get<TemplateArgument>()) 69 else if (const NestedNameSpecifier *NNS = get<NestedNameSpecifier>()) 71 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) 73 else if (const QualType *QT = get<QualType>()) 75 else if (const TypeLoc *TL = get<TypeLoc>()) 77 else if (const Decl *D = get<Decl>()) 79 else if (const Stmt *S = get<Stmt>()) 81 else if (const Type *T = get<Type>()) 88 if (const Decl *D = get<Decl>()) 90 else if (const Stmt *S = get<Stmt>() [all...] |
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 123 SkAutoTUnref<SkPDFStream> stream(new SkPDFStream(streamData.get())); 125 reporter, stream.get(), 128 SimpleCheckObjectOutput(reporter, stream.get(), 139 SkAutoTUnref<SkPDFStream> stream(new SkPDFStream(streamData2.get())); 142 SkFlate::Deflate(streamData2.get(), &compressedByteStream); 151 CheckObjectOutput(reporter, stream.get(), 162 CheckObjectOutput(reporter, stream.get(), 173 int1.get()->ref(); 174 SkAutoTUnref<SkPDFInt> int1Again(int1.get()); 176 catalog.addObject(int1.get(), false) [all...] |
/external/chromium_org/third_party/angle/src/common/ |
RefCountObject.h | 46 RefCountObject *get() const { return mObject; } function in class:RefCountObjectBindingPointer 50 bool operator!() const { return (get() == NULL); } 61 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } function in class:BindingPointer 62 ObjectType *operator->() const { return get(); } 79 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } function in class:FramebufferTextureBindingPointer 80 ObjectType *operator->() const { return get(); } 115 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } function in class:OffsetBindingPointer [all...] |
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
alloc_const_Types.pass.cpp | 28 assert(std::get<0>(t) == 3); 34 assert(std::get<0>(t) == alloc_first(3)); 40 assert(std::get<0>(t) == alloc_last(3)); 46 assert(std::get<0>(t) == 10); 48 assert(std::get<1>(t) == alloc_first(15)); 56 assert(std::get<0>(t) == 1); 58 assert(std::get<1>(t) == alloc_first(2)); 60 assert(std::get<2>(t) == alloc_last(3)); 68 assert(std::get<0>(t) == 1); 70 assert(std::get<1>(t) == alloc_first(2)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
alloc_const_Types.pass.cpp | 28 assert(std::get<0>(t) == 3); 34 assert(std::get<0>(t) == alloc_first(3)); 40 assert(std::get<0>(t) == alloc_last(3)); 46 assert(std::get<0>(t) == 10); 48 assert(std::get<1>(t) == alloc_first(15)); 56 assert(std::get<0>(t) == 1); 58 assert(std::get<1>(t) == alloc_first(2)); 60 assert(std::get<2>(t) == alloc_last(3)); 68 assert(std::get<0>(t) == 1); 70 assert(std::get<1>(t) == alloc_first(2)) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
get_error_info.hpp | 32 get( exception const & x ) function in struct:boost::exception_detail::get_info 34 if( exception_detail::error_info_container * c=x.data_.get() ) 35 if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) ) 38 BOOST_ASSERT( 0!=dynamic_cast<ErrorInfo *>(eib.get()) ); 40 ErrorInfo * w = static_cast<ErrorInfo *>(eib.get()); 53 get( exception const & x ) function in struct:boost::exception_detail::get_info 65 get( exception const & x ) function in struct:boost::exception_detail::get_info 77 get( exception const & x ) function in struct:boost::exception_detail::get_info 104 return exception_detail::get_info<ErrorInfo>::get(x); 111 return exception_detail::get_info<ErrorInfo>::get(x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/ |
pointer.h | 55 * 1) A get() API for returning the stored pointer value. 70 get() const function in class:_Std_pointer_impl 111 get() const function in class:_Relative_pointer_impl 133 { return (reinterpret_cast<_UIntPtrType>(this->get()) 134 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 138 { return (reinterpret_cast<_UIntPtrType>(this->get()) 139 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 163 get() const function in class:_Relative_pointer_impl 185 { return (reinterpret_cast<_UIntPtrType>(this->get()) 186 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
pointer.h | 59 * 1) A get() API for returning the stored pointer value. 74 get() const function in class:_Std_pointer_impl 115 get() const function in class:_Relative_pointer_impl 137 { return (reinterpret_cast<_UIntPtrType>(this->get()) 138 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 142 { return (reinterpret_cast<_UIntPtrType>(this->get()) 143 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 167 get() const function in class:_Relative_pointer_impl 189 { return (reinterpret_cast<_UIntPtrType>(this->get()) 190 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
pointer.h | 59 * 1) A get() API for returning the stored pointer value. 74 get() const function in class:_Std_pointer_impl 115 get() const function in class:_Relative_pointer_impl 137 { return (reinterpret_cast<_UIntPtrType>(this->get()) 138 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 142 { return (reinterpret_cast<_UIntPtrType>(this->get()) 143 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 167 get() const function in class:_Relative_pointer_impl 189 { return (reinterpret_cast<_UIntPtrType>(this->get()) 190 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 49 * 1) A get() API for returning the stored pointer value. 64 get() const function in class:_Std_pointer_impl 105 get() const function in class:_Relative_pointer_impl 127 { return (reinterpret_cast<_UIntPtrType>(this->get()) 128 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 132 { return (reinterpret_cast<_UIntPtrType>(this->get()) 133 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 153 get() const function in class:_Relative_pointer_impl 175 { return (reinterpret_cast<_UIntPtrType>(this->get()) 176 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 49 * 1) A get() API for returning the stored pointer value. 64 get() const function in class:_Std_pointer_impl 105 get() const function in class:_Relative_pointer_impl 127 { return (reinterpret_cast<_UIntPtrType>(this->get()) 128 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 132 { return (reinterpret_cast<_UIntPtrType>(this->get()) 133 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 153 get() const function in class:_Relative_pointer_impl 175 { return (reinterpret_cast<_UIntPtrType>(this->get()) 176 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 49 * 1) A get() API for returning the stored pointer value. 64 get() const function in class:_Std_pointer_impl 105 get() const function in class:_Relative_pointer_impl 127 { return (reinterpret_cast<_UIntPtrType>(this->get()) 128 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } 132 { return (reinterpret_cast<_UIntPtrType>(this->get()) 133 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } 153 get() const function in class:_Relative_pointer_impl 175 { return (reinterpret_cast<_UIntPtrType>(this->get()) 176 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } [all...] |