/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLSL_impl.h | 11 template<typename Self> 13 inline Self GrGLSLExpr<Self>::VectorCastImpl(const T& expr) { 15 return Self(0); 18 return Self(1); 20 return Self(Self::CastStr(), expr.c_str()); 23 template<typename Self> 25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) [all...] |
GrGLSL.h | 86 template <typename Self> 94 return Self::ZerosStr(); 96 return Self::OnesStr(); 120 fExpr.appendf(Self::CastIntStr(), v); 169 static Self VectorCastImpl(const T& other); 180 static Self Mul(T0 in0, T1 in1); 187 static Self Add(T0 in0, T1 in1); 194 static Self Sub(T0 in0, T1 in1);
|
/external/skia/src/gpu/gl/ |
GrGLSL_impl.h | 11 template<typename Self> 13 inline Self GrGLSLExpr<Self>::VectorCastImpl(const T& expr) { 15 return Self(0); 18 return Self(1); 20 return Self(Self::CastStr(), expr.c_str()); 23 template<typename Self> 25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) [all...] |
GrGLSL.h | 86 template <typename Self> 94 return Self::ZerosStr(); 96 return Self::OnesStr(); 120 fExpr.appendf(Self::CastIntStr(), v); 169 static Self VectorCastImpl(const T& other); 180 static Self Mul(T0 in0, T1 in1); 187 static Self Add(T0 in0, T1 in1); 194 static Self Sub(T0 in0, T1 in1);
|
/art/runtime/ |
intern_table_test.cc | 30 SirtRef<mirror::String> foo_1(soa.Self(), intern_table.InternStrong(3, "foo")); 31 SirtRef<mirror::String> foo_2(soa.Self(), intern_table.InternStrong(3, "foo")); 32 SirtRef<mirror::String> foo_3(soa.Self(), mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")); 33 SirtRef<mirror::String> bar(soa.Self(), intern_table.InternStrong(3, "bar")); 50 SirtRef<mirror::String> foo(soa.Self(), mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")); 93 SirtRef<mirror::String> hello(soa.Self(), 94 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello")); 95 SirtRef<mirror::String> world(soa.Self(), [all...] |
scoped_thread_state_change.h | 32 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state) 34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) { 43 DCHECK_EQ(self, Thread::Current()); 46 old_thread_state_ = self->GetState(); 86 Thread* Self() const { 129 explicit ScopedObjectAccessUnchecked(Thread* self) 131 : ScopedThreadStateChange(self, kRunnable), 132 env_(reinterpret_cast<JNIEnvExt*>(self->GetJniEnv())), 200 Locks::mutator_lock_->AssertSharedHeld(Self()); 202 return down_cast<T>(Self()->DecodeJObject(obj)) [all...] |
/external/clang/lib/Sema/ |
SemaCast.cpp | 50 : Self(S), SrcExpr(src), DestType(destType), 63 Sema &Self; 90 castExpr = ImplicitCastExpr::Create(Self.Context, 91 Self.Context.ARCUnbridgedCastTy, 95 return Self.Owned(castExpr); 118 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange); 122 assert(Self.getLangOpts().ObjCAutoRefCount); 125 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) == 136 SrcExpr = Self.CheckPlaceholderExpr(SrcExpr.take()); 144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType [all...] |
/external/llvm/include/llvm/Support/ |
CFG.h | 33 typedef PredIterator<Ptr, USE_iterator> Self; 52 inline bool operator==(const Self& x) const { return It == x.It; } 53 inline bool operator!=(const Self& x) const { return !operator==(x); } 61 inline Self& operator++() { // Preincrement 67 inline Self operator++(int) { // Postincrement 68 Self tmp = *this; ++*this; return tmp; 110 typedef SuccIterator<Term_, BB_> Self; 136 inline const Self &operator=(const Self &I) { 146 inline bool operator==(const Self& x) const { return idx == x.idx; [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashBase.h | 79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; 122 friend class ChainIteratorBase<Self>; 123 friend class ChainIteratorBase<const Self>; 124 friend class EntryIteratorBase<Self>; 125 friend class EntryIteratorBase<const Self>;
|
HashEntry.h | 44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; 45 friend class EntryFactory<Self>;
|
/art/runtime/mirror/ |
object_test.cc | 57 Thread* self = Thread::Current(); local 58 SirtRef<String> string(self, String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in)); 94 SirtRef<ObjectArray<Object> > a1(soa.Self(), 95 class_linker_->AllocObjectArray<Object>(soa.Self(), 256)); 97 Object* clone = a1->Clone(soa.Self()); 104 SirtRef<ObjectArray<Object> > oa(soa.Self(), 105 class_linker_->AllocObjectArray<Object>(soa.Self(), 2)); 119 EXPECT_TRUE(soa.Self()->IsExceptionPending()); 120 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()) [all...] |
dex_cache_test.cc | 34 SirtRef<DexCache> dex_cache(soa.Self(), class_linker_->AllocDexCache(soa.Self(),
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGStaticPropertyTearOff.h | 35 typedef SVGStaticPropertyTearOff<ContextElement, PropertyType> Self; 40 static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update) 43 return adoptRef(new Self(contextElement, value, update));
|
SVGPropertyTearOff.h | 40 typedef SVGPropertyTearOff<PropertyType> Self; 44 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) 47 return adoptRef(new Self(animatedProperty, role, value)); 51 static PassRefPtr<Self> create(const PropertyType& initialValue) 53 return adoptRef(new Self(initialValue));
|
/art/runtime/native/ |
java_lang_reflect_Constructor.cc | 45 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); 46 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/InstantiationException;", 54 DCHECK(soa.Self()->IsExceptionPending()); 58 mirror::Object* receiver = c->AllocObject(soa.Self());
|
java_lang_Object.cc | 31 return soa.AddLocalReference<jobject>(o->Clone(soa.Self())); 37 o->Notify(soa.Self()); 43 o->NotifyAll(soa.Self()); 49 o->Wait(soa.Self()); 55 o->Wait(soa.Self(), ms, ns);
|
java_lang_DexCache.cc | 29 DCHECK_EQ(dex_cache->GetThinLockId(), soa.Self()->GetThinLockId()); 37 DCHECK(soa.Self()->IsExceptionPending());
|
java_lang_Throwable.cc | 25 return soa.Self()->CreateInternalStackTrace(soa);
|
java_lang_reflect_Array.cc | 39 mirror::Array* new_array = mirror::Array::CreateMultiArray(soa.Self(), element_class, dimensions_array); 57 CHECK(soa.Self()->IsExceptionPending()); 61 mirror::Array* new_array = mirror::Array::Alloc(soa.Self(), array_class, length);
|
java_lang_Thread.cc | 31 return soa.AddLocalReference<jobject>(soa.Self()->GetPeer()); 35 return static_cast<JNIEnvExt*>(env)->self->Interrupted() ? JNI_TRUE : JNI_FALSE; 40 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 61 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 98 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 105 MutexLock mu(soa.Self(), *Locks::thread_list_lock_); 116 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) { 117 soa.Self()->SetThreadName(name.c_str()); 145 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
|
dalvik_system_VMStack.cc | 31 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) { 32 return soa.Self()->CreateInternalStackTrace(soa); 70 NthCallerVisitor visitor(soa.Self(), 2); 99 ClosestUserClassLoaderVisitor visitor(soa.Self(), bootstrap, system); 107 NthCallerVisitor visitor(soa.Self(), 3);
|
/external/llvm/include/llvm/Analysis/ |
RegionIterator.h | 87 typedef RNSuccIterator<NodeType> Self; 111 inline bool operator==(const Self& x) const { 119 inline bool operator!=(const Self& x) const { return !operator==(x); } 127 inline Self& operator++() { 141 inline Self operator++(int) { 142 Self tmp = *this; 147 inline const Self &operator=(const Self &I) { 174 typedef RNSuccIterator<FlatIt<NodeType> > Self; 199 inline bool operator==(const Self& x) const [all...] |
/external/clang/include/clang/Serialization/ |
ContinuousRangeMap.h | 110 ContinuousRangeMap &Self; 116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { } 119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare()); 123 Self.Rep.push_back(Val);
|
/external/clang/test/SemaTemplate/ |
enum-argument.cpp | 6 typedef C<v> Self;
|
/art/runtime/gc/ |
heap_test.cc | 48 SirtRef<mirror::ObjectArray<mirror::Object> > array(soa.Self(), 49 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), c, 2048)); 51 array->Set(j, mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"));
|