HomeSort by relevance Sort by last modified time
    Searched refs:make_module (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/Bindings/OCaml/
linker.ml 37 let make_module name = var
44 let m1 = make_module "one"
45 and m2 = make_module "two" in
49 let m1 = make_module "one"
50 and m2 = make_module "two" in
54 let m1 = make_module "one"
55 and m2 = make_module "one" in
  /external/curl/packages/OS400/
make-lib.sh 24 make_module OS400 os400.c
49 make_module OS400SYS "${SCRIPTDIR}/os400sys.c"
50 make_module CCSIDCURL "${SCRIPTDIR}/ccsidcurl.c"
54 make_module "${MODULE}" "${SRC}"
167 make_module TFORMDATA formdata.c "'_FORM_DEBUG' 'CURLDEBUG'"
168 make_module TSTREQUAL strequal.c "'_FORM_DEBUG' 'CURLDEBUG'"
169 make_module TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
170 make_module TMPRINTF mprintf.c "'_FORM_DEBUG' 'CURLDEBUG'"
171 make_module TSTRERROR strerror.c "'_FORM_DEBUG' 'CURLDEBUG'"
make-tests.sh 86 make_module "${MODULE}" "${SOURCE}" "${PGMDEFINES}"
initscript.sh 164 # make_module module_name source_name [additional_definitions]
170 make_module() function
  /external/libxml2/os400/
make-src.sh 21 make_module OS400 os400.c
65 make_module --ebcdic DLFCN "${SCRIPTDIR}/dlfcn/dlfcn.c"
66 make_module --ebcdic ICONV "${SCRIPTDIR}/iconv/iconv.c"
67 make_module --ebcdic WRAPPERS "${SCRIPTDIR}/wrappers.c"
68 make_module TRANSCODE "${SCRIPTDIR}/transcode.c"
69 make_module RPGSUPPORT "${SCRIPTDIR}/rpgsupport.c"
75 make_module "${MODULE}" "${SRC}"
246 make_module --ebcdic --sysiconv LIBXMLMAIN "${SCRIPTDIR}/libxmlmain.c"
254 then make_module XMLLINT xmllint.c
278 then make_module --ebcdic XMLLINTCL "${SCRIPTDIR}/xmllintcl.c
    [all...]
initscript.sh 168 # make_module [option] module_name source_name
178 make_module() function
  /external/libmojo/third_party/jinja2/
environment.py 1006 def make_module(self, vars=None, shared=False, locals=None): member in class:Template
    [all...]

Completed in 329 milliseconds