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

  /external/curl/docs/examples/
Makefile.netware 127 PRELUDE = $(NDK_LIBC)/imports/posixpre.o
129 PRELUDE = $(NDK_LIBC)/imports/libcpre.o
133 # PRELUDE = $(NDK_CLIB)/imports/clibpre.o
151 PRELUDE = $(NDK_LIBC)/imports/posixpre.gcc.o
153 PRELUDE = $(NDK_LIBC)/imports/libcpre.gcc.o
156 # PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
215 IMPORTS = @$(CURL_LIB)/libcurl.imp
223 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
236 IMPORTS += GetProcessSwitchCount RunningProcess
245 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.im
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/perl/
tftypes.pl 46 ."which the strings \@TYPEINFO\@ and \@IMPORTS\@ are replaced with"
72 my $typeinfo, my $imports;
175 $imports .= "import org.tensorflow.types.$tfname;\n";
184 $text =~ s/\@IMPORTS\@/$imports/;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 67 IMPORTS(Type.MULTIPLE_REFERENCE),
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 266 IMPORTS,
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
CompilationUnit.java 86 private NodeList<ImportDeclaration> imports; field in class:CompilationUnit
105 public CompilationUnit(PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDeclaration<?>> types, ModuleDeclaration module) {
106 this(null, packageDeclaration, imports, types, module);
113 public CompilationUnit(TokenRange tokenRange, PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDeclaration<?>> types, ModuleDeclaration module) {
116 setImports(imports);
150 * Retrieves the list of imports declared in this compilation unit or
153 * @return the list of imports or <code>none</code> if there is no import
157 return imports;
201 * Sets the list of imports of this compilation unit. The list is initially
204 * @param imports the list of import
    [all...]
  /device/generic/goldfish-opengl/
common.mk 64 # Managing module exports and imports.
85 # imports it.
97 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
98 # it automatically imports anything imported by B too.
126 $(eval _emugl.$(_mod).imports :=) \
143 # Called to indicate that a module imports the exports of another module
162 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
163 $(eval _emugl.$(_mod).imports += $1)\
164 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 578 if (State == ControlBlock && Code == IMPORTS) {
ASTWriter.cpp 920 RECORD(IMPORTS);
    [all...]
ASTReader.cpp 438 // the transitive closure of its imports, since unrelated modules cannot be
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java     [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 1137 milliseconds