HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 1376 - 1400 of 2236) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 233 ThreadInit* init = new ThreadInit; local
234 init->thread = this;
235 init->runnable = runnable;
241 thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)PreRun, init, flags,
282 int error_code = pthread_create(&thread_, &attr, PreRun, init);
336 ThreadInit* init = static_cast<ThreadInit*>(pv); local
337 ThreadManager::Instance()->SetCurrentThread(init->thread);
339 SetThreadName(GetCurrentThreadId(), init->thread->name_.c_str());
350 if (init->runnable) {
351 init->runnable->Run(init->thread)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
gs-test.c 487 static void init( void ) function
623 init();
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf.h 92 int (*init)(CONF *conf); member in struct:conf_method_st
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh.h 122 int (*init)(DH *dh); member in struct:dh_method
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
conf.h 92 int (*init)(CONF *conf); member in struct:conf_method_st
dh.h 122 int (*init)(DH *dh); member in struct:dh_method
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 55 Node* node = iter.init(fList, Iter::kHead_IterStart);
184 INHERITED::init(list.fList, start);
187 T* init(const SkTLList& list, IterStart start) { function in class:SkTLList::Iter
188 return this->nodeToObj(INHERITED::init(list.fList, start));
275 Node* freeNode = iter.init(fFreeList, Iter::kHead_IterStart);
295 Node* activeNode = iter.init(fList, Iter::kHead_IterStart);
325 // Helpers that insert the node and returns a pointer to where the new object should be init'ed.
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.h 49 this->init(id.getDomain(), id.getKey(), type, flags);
61 this->init(id.getDomain(), id.getKey(), type, flags);
106 void init(const GrCacheID::Domain domain, function in class:GrResourceKey
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h 96 void (*init) (char *, efunc); member in struct:__anon14557
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 476 function init() { function
494 init();
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 139 UmfPackLU() { init(); }
143 init();
287 void init() function in class:Eigen::UmfPackLU
  /external/icu4c/i18n/
tridpars.cpp 647 init(status);
854 init(status);
899 void TransliteratorIDParser::init(UErrorCode &status) { function in class:TransliteratorIDParser
ucoleitr.cpp 214 void init(const UCollator *coll);
224 init(elems->iteratordata_.coll);
227 void UCollationPCE::init(const UCollator *coll) function in class:UCollationPCE
302 elems->pce->init(elems->iteratordata_.coll);
  /external/kernel-headers/original/linux/
kxtf9.h 109 int (*init)(void); member in struct:kxtf9_platform_data
loop.h 139 int (*init)(struct loop_device *, const struct loop_info64 *); member in struct:loop_func_table
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 149 static void init(void) function
178 init();
194 init();
225 init();
267 init();
336 init();
682 // First, try to init with current set
774 // First, try to init with current set
  /external/libselinux/src/
label_file.c 395 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, function
690 return init(rec, opts, nopts);
  /external/llvm/lib/Analysis/
PathNumbering.cpp 234 void BallLarusDag::init() { function in class:BallLarusDag
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 206 void RegPressureTracker::init(const MachineFunction *mf, function in class:RegPressureTracker
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 41 cl::init(false),
47 cl::init(true),
53 cl::init(true),
59 cl::init(false),
85 void init(const MachineInstr &MI);
295 void RegDefsUses::init(const MachineInstr &MI) { function in class:RegDefsUses
564 RegDU.init(*Slot);
  /external/mesa3d/src/gallium/tests/graw/
gs-test.c 487 static void init( void ) function
623 init();
  /external/opencv/cv/src/
cvmorph.cpp 137 init( _operation, _max_width, _src_dst_type,
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type, function in class:CvMorphology
162 CV_FUNCNAME( "CvMorphology::init" );
191 CV_CALL( CvBaseImageFilter::init( _max_width, _src_dst_type, _src_dst_type,
292 void CvMorphology::init( int _max_width, int _src_type, int _dst_type, function in class:CvMorphology
297 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable,
    [all...]
cvsmooth.cpp 97 init( _max_width, _src_type, _dst_type, _normalized,
108 void CvBoxFilter::init( int _max_width, int _src_type, int _dst_type, function in class:CvBoxFilter
113 CV_FUNCNAME( "CvBoxFilter::init" );
128 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, 1, _ksize,
904 // init accumulator
    [all...]
  /external/openssl/crypto/conf/
conf.h 92 int (*init)(CONF *conf); member in struct:conf_method_st
  /external/openssl/crypto/dh/
dh.h 122 int (*init)(DH *dh); member in struct:dh_method

Completed in 535 milliseconds

<<51525354555657585960>>