Searched refs:ThreadLocal (Results 1 – 25 of 45) sorted by relevance
12
27 private static final ThreadLocal<Matrix> sMatrix = new ThreadLocal<>();28 private static final ThreadLocal<RectF> sRectF = new ThreadLocal<>();
50 private final static ThreadLocal<IHandlerCallback> sCallbacks =51 new ThreadLocal<IHandlerCallback>();
45 private ThreadLocal<SocketTags> mThreadSocketTags = new ThreadLocal<SocketTags>() {
63 private final ThreadLocal<Integer> mLockCount =64 new ThreadLocal<Integer>() {
68 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
849 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations =850 new ThreadLocal<ArrayList<ViolationInfo>>() {1166 private static final ThreadLocal<ArrayList<ViolationInfo>> violationsBeingTimed =1167 new ThreadLocal<ArrayList<ViolationInfo>>() {1174 private static final ThreadLocal<Handler> threadHandler = new ThreadLocal<Handler>() {1180 private static final ThreadLocal<AndroidBlockGuardPolicy>1181 threadAndroidPolicy = new ThreadLocal<AndroidBlockGuardPolicy>() {2061 private static final ThreadLocal<ThreadSpanState> sThisThreadSpanState =2062 new ThreadLocal<ThreadSpanState>() {
55 private static ThreadLocal sInFinalizer = new ThreadLocal();
31 private static final ThreadLocal<TypedValue> TL_TYPED_VALUE = new ThreadLocal<>();
42 private static ThreadLocal<SocketTags> threadSocketTags = new ThreadLocal<SocketTags>() {
47 private static final ThreadLocal<HdmiLogger> sLogger = new ThreadLocal<>();
44 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>();
36 private static ThreadLocal<ScopeEntry> sScopeItems = new ThreadLocal<ScopeEntry>();
64 private static final ThreadLocal<ReceiverInfo> sReceiverInfo = new ThreadLocal<ReceiverInfo>();
640 if (f_pEData != NULL && ResolveInfo::ThreadLocal != f_pEData->type()) { in finalizeTargetSymbols()643 if (f_p_EData != NULL && ResolveInfo::ThreadLocal != f_p_EData->type()) { in finalizeTargetSymbols()647 ResolveInfo::ThreadLocal != f_pBSSStart->type()) { in finalizeTargetSymbols()650 if (f_pEnd != NULL && ResolveInfo::ThreadLocal != f_pEnd->type()) { in finalizeTargetSymbols()653 if (f_p_End != NULL && ResolveInfo::ThreadLocal != f_p_End->type()) { in finalizeTargetSymbols()795 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()853 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()
75 private static ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>77 new ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>();
39 private static final ThreadLocal<char[]> BUFFER = new ThreadLocal<char[]>() {
427 private static ThreadLocal<DelayedAnimationHelper> sAnimationHelper =428 new ThreadLocal<DelayedAnimationHelper>();
96 private static final ThreadLocal<Choreographer> sThreadInstance =97 new ThreadLocal<Choreographer>() {
31 private static final ThreadLocal<FocusFinder> tlFocusFinder =32 new ThreadLocal<FocusFinder>() {
566 if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) { in finalizeStandardSymbols()579 if (f_pEText != NULL && ResolveInfo::ThreadLocal != f_pEText->type()) { in finalizeStandardSymbols()583 if (f_p_EText != NULL && ResolveInfo::ThreadLocal != f_p_EText->type()) { in finalizeStandardSymbols()588 ResolveInfo::ThreadLocal != f_p__EText->type()) { in finalizeStandardSymbols()607 if (f_pEData != NULL && ResolveInfo::ThreadLocal != f_pEData->type()) { in finalizeStandardSymbols()611 if (f_p_EData != NULL && ResolveInfo::ThreadLocal != f_p_EData->type()) { in finalizeStandardSymbols()616 ResolveInfo::ThreadLocal != f_pBSSStart->type()) { in finalizeStandardSymbols()621 if (f_pEnd != NULL && ResolveInfo::ThreadLocal != f_pEnd->type()) { in finalizeStandardSymbols()625 if (f_p_End != NULL && ResolveInfo::ThreadLocal != f_p_End->type()) { in finalizeStandardSymbols()1550 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()[all …]
53 private static ThreadLocal<RenderTarget> mCurrentTarget = new ThreadLocal<RenderTarget>();
610 private static ThreadLocal<GraphRunner> mThreadRunner = new ThreadLocal<GraphRunner>();
56 ThreadLocal = 6, enumerator
139 protected static ThreadLocal<AnimationHandler> sAnimationHandler =140 new ThreadLocal<AnimationHandler>();
81 private final ThreadLocal<SQLiteSession> mThreadSession = new ThreadLocal<SQLiteSession>() {