HomeSort by relevance Sort by last modified time
    Searched defs:retain (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 27 static void retain(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplCF.cpp 38 static const void* retain(const void* info) function in namespace:WTF::StringWrapperCFAllocator
115 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 46 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
48 I->Retain();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 68 void retain() { function in class:clover::ref_counter
101 q->retain();
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 void Retain() const { ++ref_cnt; }
77 void Retain() const { ++ref_cnt; }
89 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
108 void Retain() const { ++RefCount; }
130 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
145 retain();
149 retain();
164 retain();
198 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
ImmutableSet.h 249 if (left) left->retain();
250 if (right) right->retain();
331 void retain() { ++refCount; } function in class:llvm::ImutAVLTree
953 if (Root) { Root->retain(); }
956 if (Root) { Root->retain(); }
960 if (X.Root) { X.Root->retain(); }
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 68 void retain() { function in class:clover::ref_counter
101 q->retain();
  /external/iproute2/tc/
m_pedit.c 47 "\t\tCMD:= clear | invert | set <setval>| retain\n "
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
154 tkey->val = htonl(tkey->val & retain);
155 tkey->mask = htonl(tkey->mask | ~retain);
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
192 retain <<= stride;
194 tkey->mask = retain|m[ind];
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
227 retain <<= stride;
228 tkey->mask = retain|m[ind]
341 __u32 len, retain; local
    [all...]
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 248 void retain() { ++count; } function in class:reference_count::control_block
260 control->retain();
264 control->retain();
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 176 DomainValue *retain(DomainValue *DV) { function in class:__anon5296::ExeDepsFix
253 retain(DV);
268 LiveRegs[rx].Value = retain(dv);
338 B->Next = retain(A);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 8 * * Redistributions of source code must retain the above copyright
1235 RefPtr<TimelineEvent> retain = record; local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 772 return ReferenceHandler<CPP_TYPE::cl_type>::retain((*param)()); \
1007 // cl_device_id does not have retain().
1008 static cl_int retain(cl_device_id) function in struct:cl::detail::ReferenceHandler
1018 // cl_platform_id does not have retain().
1019 static cl_int retain(cl_platform_id) function in struct:cl::detail::ReferenceHandler
1029 static cl_int retain(cl_context context) function in struct:cl::detail::ReferenceHandler
1038 static cl_int retain(cl_command_queue queue) function in struct:cl::detail::ReferenceHandler
1047 static cl_int retain(cl_mem memory) function in struct:cl::detail::ReferenceHandler
1056 static cl_int retain(cl_sampler sampler) function in struct:cl::detail::ReferenceHandler
1065 static cl_int retain(cl_program program) function in struct:cl::detail::ReferenceHandler
1074 static cl_int retain(cl_kernel kernel) function in struct:cl::detail::ReferenceHandler
1083 static cl_int retain(cl_event event) function in struct:cl::detail::ReferenceHandler
1126 cl_int retain() const function in class:cl::detail::Wrapper
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 772 return ReferenceHandler<CPP_TYPE::cl_type>::retain((*param)()); \
1007 // cl_device_id does not have retain().
1008 static cl_int retain(cl_device_id) function in struct:cl::detail::ReferenceHandler
1018 // cl_platform_id does not have retain().
1019 static cl_int retain(cl_platform_id) function in struct:cl::detail::ReferenceHandler
1029 static cl_int retain(cl_context context) function in struct:cl::detail::ReferenceHandler
1038 static cl_int retain(cl_command_queue queue) function in struct:cl::detail::ReferenceHandler
1047 static cl_int retain(cl_mem memory) function in struct:cl::detail::ReferenceHandler
1056 static cl_int retain(cl_sampler sampler) function in struct:cl::detail::ReferenceHandler
1065 static cl_int retain(cl_program program) function in struct:cl::detail::ReferenceHandler
1074 static cl_int retain(cl_kernel kernel) function in struct:cl::detail::ReferenceHandler
1083 static cl_int retain(cl_event event) function in struct:cl::detail::ReferenceHandler
1126 cl_int retain() const function in class:cl::detail::Wrapper
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1991 milliseconds

1 2