OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_module
(Results
1 - 7
of
7
) sorted by null
/external/llvm/test/Bindings/OCaml/
linker.ml
33
let
make_module
name =
var
40
let m1 =
make_module
"one"
41
and m2 =
make_module
"two" in
45
let m1 =
make_module
"one"
46
and m2 =
make_module
"two" in
50
let m1 =
make_module
"one"
51
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}"
162
make_module
TFORMDATA formdata.c "'_FORM_DEBUG' 'CURLDEBUG'"
163
make_module
TSTREQUAL strequal.c "'_FORM_DEBUG' 'CURLDEBUG'"
164
make_module
TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
165
make_module
TMPRINTF mprintf.c "'_FORM_DEBUG' 'CURLDEBUG'"
166
make_module
TSTRERROR strerror.c "'_FORM_DEBUG' 'CURLDEBUG'"
make-tests.sh
86
make_module
"${MODULE}" "${SOURCE}" "${PGMDEFINES}"
initscript.sh
157
#
make_module
module_name source_name [additional_definitions]
163
make_module
()
function
/external/libxml2/os400/
make-src.sh
21
make_module
OS400 os400.c
65
make_module
DLFCN "${SCRIPTDIR}/dlfcn/dlfcn.c" '' ebcdic
66
make_module
ICONV "${SCRIPTDIR}/iconv/iconv.c" '' ebcdic
67
make_module
WRAPPERS "${SCRIPTDIR}/wrappers.c" '' ebcdic
68
make_module
TRANSCODE "${SCRIPTDIR}/transcode.c"
69
make_module
RPGSUPPORT "${SCRIPTDIR}/rpgsupport.c"
75
make_module
"${MODULE}" "${SRC}"
initscript.sh
168
#
make_module
module_name source_name [additional_definitions]
174
make_module
()
function
/external/opencv3/3rdparty/jinja2/
environment.py
1006
def
make_module
(self, vars=None, shared=False, locals=None):
member in class:Template
[
all
...]
Completed in 1441 milliseconds