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

<<41424344454647484950>>

  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 197 init() { function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 30 init(NULL);
35 init(prog);
39 BuildUtil::init(Program *prog) function in class:nv50_ir::BuildUtil
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.h 74 struct si_pm4_state *init; member in struct:si_state::__anon12755
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 423 static void init( void ) function
554 init();
quad-sample.c 296 static void init( void ) function
411 init();
tri-instanced.c 225 static void init( void ) function
349 init();
vs-test.c 374 static void init( void ) function
506 init();
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 131 static int init = 0; local
135 if (!init) {
141 ++init;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4.cpp 55 src_reg::init() function in class:brw::src_reg
64 init();
77 init();
82 init();
91 init();
100 init();
109 init();
148 dst_reg::init() function in class:brw::dst_reg
157 init();
162 init();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 657 static void TAG(init)( void ) function
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 74 BOOL Logger::init() function in class:Logger
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 83 /* Init function */
84 conf_init_func *init; member in struct:conf_module_st
305 tmod->init = ifunc;
368 if(pmod->init)
370 ret = pmod->init(imod, cnf);
  /external/chromium_org/third_party/skia/include/core/
SkTArray.h 69 this->init(NULL, 0, NULL, reserveCount);
76 this->init(array.fItemArray, array.fCount, NULL, 0);
85 this->init(array, count, NULL, 0);
337 this->init(NULL, 0, storage->get(), N);
347 this->init(array.fItemArray, array.fCount, storage->get(), N);
357 this->init(array, count, storage->get(), N);
360 void init(const T* array, int count, function in class:SkTArray
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 25 void SkActive::init() function in class:SkActive
  /external/chromium_org/third_party/skia/src/core/
SkRegion_path.cpp 22 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
110 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { function in class:SkRgnBuilder
334 if (!builder.init(bot - top,
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 165 bool init(const SkPath& src, SkPath* dst, SkStrokeRec* rec, function in class:SpecialLineRec
249 bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1, fIntervalLength);
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 319 function init() { function
398 init();
  /external/clang/test/CodeGenCXX/
copy-constructor-synthesis.cpp 5 int init = 100; variable
9 M() : iM(init++) {}
20 P() : iP(init++) {}
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 90 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { function in namespace:__tsan
190 init(thr, pc, fd, &fdctx.filesync);
199 init(thr, pc, newfd, ref(od->sync));
205 init(thr, pc, rfd, ref(s));
206 init(thr, pc, wfd, ref(s));
212 init(thr, pc, fd, allocsync());
217 init(thr, pc, fd, 0);
222 init(thr, pc, fd, 0);
227 init(thr, pc, fd, allocsync());
233 init(thr, pc, fd, &fdctx.socksync)
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 143 function init() { function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 164 /** Init a hash state
168 int (*init)(hash_state *hash); member in struct:ltc_hash_descriptor
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 20 static int init(void **a) function
57 if (init(a) != CRYPT_OK) {
394 &init,
ltm_desc.c 44 static int init(void **a) function
84 if (init(a) != CRYPT_OK) {
400 &init,
tfm_desc.c 44 static int init(void **a) function
80 if (init(a) != CRYPT_OK) {
688 &init,
  /external/e2fsprogs/ext2ed/
init.c 3 /usr/src/ext2ed/init.c
47 int init (void) function

Completed in 874 milliseconds

<<41424344454647484950>>