OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPORTS
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat
25
if "%
IMPORTS
%" == "" goto imports_error
38
echo IMPORT @%
IMPORTS
%\clib.imp >> mttest.def
39
echo IMPORT @%
IMPORTS
%\threads.imp >> mttest.def
40
echo IMPORT @%
IMPORTS
%\ws2nlm.imp >> mttest.def
70
echo Environment variable
IMPORTS
is not set - see install.nw
/external/openssl/crypto/threads/
netware.bat
25
if "%
IMPORTS
%" == "" goto imports_error
38
echo IMPORT @%
IMPORTS
%\clib.imp >> mttest.def
39
echo IMPORT @%
IMPORTS
%\threads.imp >> mttest.def
40
echo IMPORT @%
IMPORTS
%\ws2nlm.imp >> mttest.def
70
echo Environment variable
IMPORTS
is not set - see install.nw
/external/clang/include/clang/Serialization/
ASTBitCodes.h
248
IMPORTS
= 2,
[
all
...]
/device/generic/goldfish/opengl/
common.mk
49
# Managing module exports and
imports
.
70
#
imports
it.
82
# IMPORTANT:
Imports
are transitive, i.e. when module A
imports
B,
83
# it automatically
imports
anything imported by B too.
107
$(eval _emugl.$(_mod).
imports
:=) \
124
# Called to indicate that a module
imports
the exports of another module
143
$(if $(filter-out $(_emugl.$(_mod).
imports
),$1),\
144
$(eval _emugl.$(_mod).
imports
+= $1)\
145
$(foreach _sub,$(_emugl.$1.
imports
),\
[
all
...]
/sdk/emulator/opengl/
common.mk
51
# Managing module exports and
imports
.
72
#
imports
it.
84
# IMPORTANT:
Imports
are transitive, i.e. when module A
imports
B,
85
# it automatically
imports
anything imported by B too.
109
$(eval _emugl.$(_mod).
imports
:=) \
126
# Called to indicate that a module
imports
the exports of another module
145
$(if $(filter-out $(_emugl.$(_mod).
imports
),$1),\
146
$(eval _emugl.$(_mod).
imports
+= $1)\
147
$(foreach _sub,$(_emugl.$1.
imports
),\
[
all
...]
/external/clang/lib/Serialization/
GlobalModuleIndex.cpp
551
if (State == ControlBlock && Code ==
IMPORTS
) {
ASTWriter.cpp
788
RECORD(
IMPORTS
);
[
all
...]
ASTReader.cpp
[
all
...]
Completed in 1010 milliseconds