/prebuilts/go/linux-x86/src/go/doc/ |
headscan.go | 94 for _, d := range d.Funcs {
|
/prebuilts/go/linux-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)
|
/external/boringssl/src/crypto/asn1/ |
bio_ndef.c | 110 const ASN1_AUX *aux = it->funcs; 229 aux = ndef_aux->it->funcs;
|
tasn_utl.c | 97 const ASN1_AUX *aux = it->funcs; 124 aux = it->funcs;
|
/external/freetype/include/ |
ftincrem.h | 295 * inc_int.funcs = my_funcs; 316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftincrem.h | 295 * inc_int.funcs = my_funcs; 316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
add_mat.cu | 118 static const func_t funcs[7][7] = 217 const func_t func = funcs[sdepth][ddepth];
|
bitwise_scalar.cu | 132 static const func_t funcs[3][6][4] = 168 funcs[op][depth][cn - 1](src, value, dst, stream);
|
cmp_mat.cu | 159 static const func_t funcs[7][4] = 214 const func_t func = funcs[depth][code];
|
div_mat.cu | 123 static const func_t funcs[7][7] = 199 const func_t func = funcs[sdepth][ddepth];
|
minmax_mat.cu | 213 static const func_t funcs[2][7] = 240 funcs[op][depth](src, value[0], dst, stream);
|
sub_mat.cu | 118 static const func_t funcs[7][7] = 217 const func_t func = funcs[sdepth][ddepth];
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
bilateral_filter.cu | 151 static caller_t funcs[] = 159 funcs[borderMode](src, dst, kernel_size, gauss_spatial_coeff, gauss_color_coeff, stream);
|
/external/opencv3/modules/cudalegacy/src/ |
gmg.cpp | 174 static const func_t funcs[6][4] = 214 funcs[frame.depth()][frame.channels() - 1](frame, fgmask, colors_, weights_, nfeatures_, frameNum_,
|
/external/opencv3/modules/cudawarping/test/ |
test_resize.cpp | 111 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs}; local 113 funcs[interpolation][src.depth()](src, dst, fx, fy);
|
/external/opencv3/modules/superres/src/ |
input_array_utility.cpp | 139 static const func_t funcs[10][10] = local 159 const func_t func = funcs[src_kind][dst_kind];
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftincrem.h | 295 * inc_int.funcs = my_funcs; 316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
|
/external/selinux/libsemanage/src/ |
database_llist.c | 24 cache_serial = handle->funcs->get_serial(handle); 91 int cache_serial = handle->funcs->get_serial(handle);
|
database_policydb.c | 58 int cache_serial = handle->funcs->get_serial(handle); 77 cache_serial = handle->funcs->get_serial(handle);
|
/external/v8/test/mjsunit/es6/ |
collections.js | 400 funcs: [ 'add', 'has', 'delete' ], 404 funcs: [ 'get', 'set', 'has', 'delete' ], 408 funcs: [ 'get', 'set', 'has', 'delete' ], 412 funcs: [ 'add', 'has', 'delete' ], 419 var funcs = testSet[i].funcs; 421 for (var j = 0; j < funcs.length; j++) { 422 var func = proto[funcs[j]]; [all...] |
/frameworks/native/cmds/atrace/ |
atrace.cpp | 587 static bool verifyKernelTraceFuncs(const char* funcs) 608 // Make sure that every function listed in funcs is in the list we just 611 char* myFuncs = strdup(funcs); 631 static bool setKernelTraceFuncs(const char* funcs) 635 if (funcs == NULL || funcs[0] == '\0') { 653 char* myFuncs = strdup(funcs); 663 ok &= verifyKernelTraceFuncs(funcs); [all...] |
/prebuilts/go/darwin-x86/src/text/template/ |
template.go | 163 // Funcs adds the elements of the argument map to the template's function map. 167 func (t *Template) Funcs(funcMap FuncMap) *Template {
|
/prebuilts/go/linux-x86/src/text/template/ |
template.go | 163 // Funcs adds the elements of the argument map to the template's function map. 167 func (t *Template) Funcs(funcMap FuncMap) *Template {
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftincrem.h | 295 * inc_int.funcs = my_funcs; 316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
|
/toolchain/binutils/binutils-2.25/libiberty/ |
pex-msdos.c | 68 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs 92 ret = pex_init_common (flags, pname, tempbase, funcs);
|