Searched defs:retain (Results 1 - 21 of 21) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h27 static void retain(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp44 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
/external/chromium_org/third_party/WebKit/Source/core/platform/text/cf/
H A DStringImplCF.cpp38 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/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h88 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
119 retain();
123 retain();
140 retain();
177 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } function in class:llvm::IntrusiveRefCntPtr
H A DImmutableSet.h249 if (left) left->retain();
250 if (right) right->retain();
331 void retain() { ++refCount; } function in class:llvm::ImutAVLTree
946 if (Root) { Root->retain(); }
949 if (Root) { Root->retain(); }
953 if (X.Root) { X.Root->retain(); }
1030 if (Root) { Root->retain(); }
1125 if (Root) { Root->retain(); }
1130 if (Root) { Root->retain(); }
1134 if (X.Root) { X.Root->retain(); }
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h7 * 1. Redistributions of source code must retain the above copyright
109 virtual void setShouldRetainAutocorrectionIndicator(bool retain) { m_shouldRetainAutocorrectionIndicator = retain; } argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp68 void retain() { function in class:clover::ref_counter
101 q->retain();
/external/iproute2/tc/
H A Dm_pedit.c47 "\t\tCMD:= clear | invert | set <setval>| retain\n "
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
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) argument
192 retain <<= stride;
194 tkey->mask = retain|m[ind];
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
227 retain <<= stride;
228 tkey->mask = retain|
268 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
341 __u32 len, retain; local
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp68 void retain() { function in class:clover::ref_counter
101 q->retain();
/external/openfst/src/include/fst/
H A Dshortest-distance.h65 // ShortestDistance(source) when 'retain' is true for improved
81 bool retain)
84 first_path_(opts.first_path), retain_(retain), source_id_(0),
77 ShortestDistanceState( const Fst<Arc> &fst, vector<Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, bool retain) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h50 // ShortestDistance(source) when 'retain' is true for improved
64 bool retain)
67 delta_(opts.delta), retain_(retain) {
60 ShortestDistanceState( const Fst<Arc> &fst, vector<Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, bool retain) argument
/external/clang/test/Analysis/
H A DNewDelete-checker-test.cpp216 void retain() { ++count; } function in class:reference_count::control_block
228 control->retain();
232 control->retain();
/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp124 ((UnicodeSet*) set)->UnicodeSet::retain(start, end);
128 uset_retainAll(USet* set, const USet* retain) { argument
129 ((UnicodeSet*) set)->UnicodeSet::retainAll(*(const UnicodeSet*)retain);
/external/icu4c/common/
H A Duset.cpp124 ((UnicodeSet*) set)->UnicodeSet::retain(start, end);
128 uset_retainAll(USet* set, const USet* retain) { argument
129 ((UnicodeSet*) set)->UnicodeSet::retainAll(*(const UnicodeSet*)retain);
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp168 DomainValue *retain(DomainValue *DV) { function in class:__anon21126::ExeDepsFix
243 retain(DV);
258 LiveRegs[rx].Value = retain(dv);
328 B->Next = retain(A);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1803 public void invoke(final String origin, final boolean allow, final boolean retain) { argument
1807 if (retain) {
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp772 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_progra 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/
H A Dcl.hpp772 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_progra 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/v8/src/
H A Dheap.cc6 // * Redistributions of source code must retain the above copyright
1325 Object* retain = retainer->RetainAs(candidate); local
1326 if (retain != NULL) {
1329 head = retain;
1333 tail->set_next_function_link(retain);
1336 candidate_function = reinterpret_cast<JSFunction*>(retain);
1339 ASSERT(retain->IsUndefined() || retain->IsJSFunction());
1341 if (retain == undefined) break;
1365 Object* retain local
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3983 milliseconds