HomeSort by relevance Sort by last modified time
    Searched full:funcs (Results 176 - 200 of 684) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/freetype/src/pshinter/
pshglob.h 159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
  /external/libdrm/freedreno/
freedreno_ringbuffer.h 47 const struct fd_ringbuffer_funcs *funcs; member in struct:fd_ringbuffer
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.h 159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
  /external/mesa3d/src/gallium/targets/
Makefile.va 28 # XXX: Hack, VA public funcs aren't exported
Makefile.vdpau 28 # XXX: Hack, VDPAU public funcs aren't exported if we link to libvdpautracker.a :(
Makefile.xvmc 28 # XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :(
  /external/nanopb-c/examples/network_server/
client.c 71 response.file.funcs.decode = &printfile_callback;
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.h 159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 156 mEngine->funcs->shutdown(mEngine);
361 engine->funcs->init(engine, __ttsSynthDoneCB, engConfigString);
422 int result = engine->funcs->isLanguageAvailable(engine, langNativeString,
452 int result = engine->funcs->setLanguage(engine, langNativeString,
481 int result = engine->funcs->loadLanguage(engine, langNativeString,
511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength);
546 int result = engine->funcs->synthesizeText(engine, textNativeString,
566 return (jint) engine->funcs->stop(engine);
607 engine->funcs->getLanguage(engine, lang, country, variant);
  /frameworks/rs/
rsContext.cpp 67 if (!mHal.funcs.initGraphics(this)) {
79 mHal.funcs.shutdownGraphics(this);
363 rsc->mHal.funcs.swap(rsc);
447 mHal.funcs.setPriority(this, mThreadPriority);
597 if (mHal.funcs.shutdownDriver && mHal.drv) {
598 mHal.funcs.shutdownDriver(this);
615 mHal.funcs.setSurface(this, w, h, sur);
713 if (mHal.funcs.finish) {
714 mHal.funcs.finish(this);
  /prebuilts/go/darwin-x86/src/go/types/
check.go 80 funcs []funcInfo // list of functions to type-check
139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
178 check.funcs = nil
package.go 41 // Consts, Vars, and Funcs).
  /prebuilts/go/darwin-x86/test/
closure.go 104 println("newfunc returned broken funcs")
  /prebuilts/go/linux-x86/src/go/types/
check.go 80 funcs []funcInfo // list of functions to type-check
139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
178 check.funcs = nil
package.go 41 // Consts, Vars, and Funcs).
  /prebuilts/go/linux-x86/test/
closure.go 104 println("newfunc returned broken funcs")
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 46 ReplaceFuncsWithNull("replace-funcs-with-null",
233 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) {
235 if (KeepMain && std::find(Funcs.begin(), Funcs.end(),
237 Funcs.end())
246 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
247 Function *CMF = cast<Function>(VMap[Funcs[i]]);
249 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty");
250 assert(CMF->getName() == Funcs[i]->getName() && "wrong name");
255 PrintFunctionList(Funcs);
    [all...]
  /ndk/build/tools/
gen-platforms.sh 399 local FUNCS="$2"
408 for func in $FUNCS; do
440 echo "$FUNCS" | tr ' ' '\n' > $DSTFILE.functions.txt
455 local CC funcs vars numfuncs numvars
474 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
476 funcs=$(remove_unwanted_function_symbols $ARCH libgcc.a $funcs)
477 funcs=$(remove_unwanted_function_symbols $ARCH $LIB $funcs)
480 numfuncs=$(echo $funcs | wc -w
    [all...]
  /art/test/968-default-partial-compile-generated/util-src/
generate_smali.py 271 {funcs}
318 funcs = "")
389 {funcs}
526 funcs = self.DEFAULT_FUNC_TEMPLATE.format(tree = self.get_tree())
528 funcs = self.ABSTRACT_FUNC_TEMPLATE.format()
530 funcs = ""
535 funcs = funcs,
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 109 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
181 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
  /external/opencv3/modules/cudaarithm/src/
core.cpp 112 static const func_t funcs[6][4] =
130 funcs[src.depth()][src.channels() - 1](src, dst, flipCode, StreamAccessor::getStream(stream));
  /external/opencv3/modules/cudaarithm/src/cuda/
absdiff_mat.cu 138 static const func_t funcs[] =
180 const func_t func = funcs[depth];
copy_make_border.cu 129 static const func_t funcs[6][4] =
149 const func_t func = funcs[depth][cn - 1];
minmaxloc.cu 78 static const func_t funcs[] =
101 const func_t func = funcs[src_depth];
mul_mat.cu 109 static const func_t funcs[7][7] =
185 const func_t func = funcs[sdepth][ddepth];

Completed in 814 milliseconds

1 2 3 4 5 6 78 91011>>