HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 326 - 350 of 394) sorted by null

<<111213141516

  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py 510 funcs = itertools.cycle((
514 for f in funcs:
test_builtin.py 581 funcs = (None, bool, lambda x: True)
606 filter(funcs[0], cls(inp)),
607 filter(funcs[1], cls(inp))
609 for func in funcs:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 510 funcs = itertools.cycle((
514 for f in funcs:
test_builtin.py 581 funcs = (None, bool, lambda x: True)
606 filter(funcs[0], cls(inp)),
607 filter(funcs[1], cls(inp))
609 for func in funcs:
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 173 // Using the transition funcs helps us avoid mangling
  /prebuilts/go/darwin-x86/src/image/color/
color.go 151 // we use the func value directly, because funcs
  /prebuilts/go/linux-x86/src/html/template/
html.go 173 // Using the transition funcs helps us avoid mangling
  /prebuilts/go/linux-x86/src/image/color/
color.go 151 // we use the func value directly, because funcs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 510 funcs = itertools.cycle((
514 for f in funcs:
test_builtin.py 581 funcs = (None, bool, lambda x: True)
606 filter(funcs[0], cls(inp)),
607 filter(funcs[1], cls(inp))
609 for func in funcs:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 510 funcs = itertools.cycle((
514 for f in funcs:
test_builtin.py 581 funcs = (None, bool, lambda x: True)
606 filter(funcs[0], cls(inp)),
607 filter(funcs[1], cls(inp))
609 for func in funcs:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.c 193 #define def_am_insn(insname, variant, size, word, funcs...) \
198 ## funcs)
  /external/javasqlite/src/main/native/
sqlite_jni.c 66 struct hfunc *funcs; /* SQLite user defined function handles */ member in struct:__anon20886
828 while ((f = h->funcs)) {
829 h->funcs = f->next;
1110 h->funcs = 0;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 1433 const FunctionContainer funcs[] = local
    [all...]
es31fNegativeVertexArrayApiTests.cpp 1296 FunctionContainer funcs[] = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_builtin.py 579 funcs = (None, bool, lambda x: True)
604 filter(funcs[0], cls(inp)),
605 filter(funcs[1], cls(inp))
607 for func in funcs:
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 519 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
545 * The 'funcs' field is used for application
548 * For COMPAT types the funcs field gives a
733 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
  /external/freetype/src/cff/
cffgload.c 669 face->root.internal->incremental_interface->funcs->get_glyph_data(
712 face->root.internal->incremental_interface->funcs->free_glyph_data(
    [all...]
  /external/libdrm/radeon/
radeon_cs_gem.c 550 csm->base.funcs = &radeon_cs_gem_funcs;
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 64 // addValueFuncs adds to values the functions in funcs, converting them to reflect.Values.
81 // addFuncs adds to values the functions in funcs. It does no checking of the input -
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 64 // addValueFuncs adds to values the functions in funcs, converting them to reflect.Values.
81 // addFuncs adds to values the functions in funcs. It does no checking of the input -
  /external/freetype/src/sfnt/
sfobjs.c     [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 513 // We expect an error, so the tree set and funcs list are explicitly nil.

Completed in 1593 milliseconds

<<111213141516