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

  /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 361 IMPORTS = 26,
    [all...]
  /sdk/emulator/opengl/
common.mk 53 # Managing module exports and imports.
74 # imports it.
86 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
87 # it automatically imports anything imported by B too.
111 $(eval _emugl.$(_mod).imports :=) \
128 # Called to indicate that a module imports the exports of another module
147 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
148 $(eval _emugl.$(_mod).imports += $1)\
149 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 787 RECORD(IMPORTS);
    [all...]
ASTReader.cpp     [all...]

Completed in 53 milliseconds