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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrStencil.h 26 * > Normal stencil funcs allow the client to pass / fail regardless of the
55 // stencil funcs test against the current
120 2*sizeof(uint8_t) + // funcs
  /frameworks/rs/driver/
rsdCore.cpp 318 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy;
319 rsc->mHal.funcs.allocation.ioSend = sAllocationIoSend;
320 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
  /hardware/ril/rild/
rild.c 153 const RIL_RadioFunctions *funcs; local
369 funcs = rilInit(&s_rilEnv, argc, rilArgv);
372 RIL_register(funcs);
  /prebuilts/go/darwin-x86/src/crypto/md5/
gen.go 34 t := template.Must(template.New("main").Funcs(funcs).Parse(program))
62 var funcs = template.FuncMap{ var
  /prebuilts/go/linux-x86/src/crypto/md5/
gen.go 34 t := template.Must(template.New("main").Funcs(funcs).Parse(program))
62 var funcs = template.FuncMap{ var
  /device/google/contexthub/firmware/misc/cpu/cortexm4f/
Makefile 60 #all softfloat double funcs are forbidden
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.g3 60 | ^(FUNC .+) // ignore FUNCs - we added them to functionDefinitions already in parser.
ProfileTreeGrammar.g3 60 | ^(FUNC .+) // ignore FUNCs - we added them to functionDefinitions already in parser.
  /external/freetype/src/pshinter/
pshglob.c 787 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
789 funcs->create = psh_globals_new;
790 funcs->set_scale = psh_globals_set_scale;
791 funcs->destroy = psh_globals_destroy;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 787 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
789 funcs->create = psh_globals_new;
790 funcs->set_scale = psh_globals_set_scale;
791 funcs->destroy = psh_globals_destroy;
  /external/libmicrohttpd/src/microspdy/
io_openssl.h 81 * @return SPDY_NO if some openssl funcs fail. SPDY_YES otherwise
io_raw.h 73 * @return SPDY_NO if some funcs fail. SPDY_YES otherwise
  /external/libpcap/msdos/
pktdrvr.h 53 BYTE funcs; /* Basic/Extended/HiPerf functions */ member in struct:__anon17596
  /external/mksh/
Android.mk 29 src/expr.c src/funcs.c src/histrap.c src/jobs.c \
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 369 static const func_t funcs[] =
374 funcs[cn](frame, fgmask, modesUsed, weight, variance, mean, alphaT, prune, detectShadows, stream);
428 static const func_t funcs[] =
433 funcs[cn](modesUsed, weight, mean, dst, stream);
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 787 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
789 funcs->create = psh_globals_new;
790 funcs->set_scale = psh_globals_set_scale;
791 funcs->destroy = psh_globals_destroy;
  /external/selinux/libsemanage/src/
database.c 52 int commit_num = handle->funcs->get_serial(handle);
  /external/vboot_reference/tests/
vb2_rsa_utility_tests.c 34 * Test RSA utility funcs
  /frameworks/rs/
rsType.cpp 51 t->getContext()->mHal.funcs.freeRuntimeMem(ptr);
252 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Type), 0);
352 if (rsc->mHal.funcs.type.updateCachedObject != nullptr) {
353 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
  /ndk/build/tools/
build-gdb-stub.sh 5 . "$NDK_BUILDTOOLS_PATH/common-build-host-funcs.sh"
  /ndk/sources/host-tools/toolbox/
build-toolbox.sh 23 . $NDK_BUILDTOOLS_PATH/builder-funcs.sh
  /prebuilts/go/darwin-x86/src/go/doc/
doc_test.go 32 t.Funcs(template.FuncMap{
headscan.go 94 for _, d := range d.Funcs {
  /prebuilts/go/darwin-x86/src/html/template/
template.go 297 // Funcs adds the elements of the argument map to the template's function map.
301 func (t *Template) Funcs(funcMap FuncMap) *Template {
302 t.text.Funcs(template.FuncMap(funcMap))
368 // t, err := New(name).Funcs(xxx).ParseFiles(name)
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 32 t.Funcs(template.FuncMap{

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011>>