HomeSort by relevance Sort by last modified time
    Searched full:includes (Results 1176 - 1200 of 11040) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
cstdlib 25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
stdarg.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
stdio.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
string.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
cstdlib 25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
stdarg.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
stdio.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
string.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
cstdlib 25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
stdarg.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
stdio.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
string.h 17 * eMbedded Visual C++. The standard .rc file includes windows header files,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 33 INCLUDES,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 173 List<IPath> includes = new ArrayList<IPath>(); local
183 includes.add(Path.fromPortableString(line.substring(2)));
197 mIncludePaths = includes.toArray(new IPath[includes.size()]);
  /sdk/emulator/opengl/
gen-encoder.sh 6 # (b) The emugen binary must already be built. Any normal build that includes
  /external/chromium_org/third_party/libxslt/libxslt/
imports.c 217 docptr = style->includes;
224 docptr = docptr->includes;
246 include->includes = style->includes;
247 style->includes = include;
259 style->includes = include->includes;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mod.c 2 /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
21 * "This product includes software developed by the OpenSSL Project
35 * "This product includes software developed by the OpenSSL Project
52 * This product includes cryptographic software written by Eric Young
53 * (eay@cryptsoft.com). This product includes software written by Tim
88 * "This product includes cryptographic software written by
94 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 67 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local
68 assert(!includes.empty() && "No '-chain-include' in options!");
76 for (unsigned i = 0, e = includes.size(); i != e; ++i) {
85 CInvok->getPreprocessorOpts().Includes.clear();
90 FrontendInputFile InputFile(includes[i], IK);
133 std::string pchName = includes[i-1];
163 std::string pchName = includes.back() + ".pch-final";
  /external/libxslt/libxslt/
imports.c 217 docptr = style->includes;
224 docptr = docptr->includes;
246 include->includes = style->includes;
247 style->includes = include;
259 style->includes = include->includes;
  /external/openssl/crypto/bn/
bn_mod.c 2 /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
21 * "This product includes software developed by the OpenSSL Project
35 * "This product includes software developed by the OpenSSL Project
52 * This product includes cryptographic software written by Eric Young
53 * (eay@cryptsoft.com). This product includes software written by Tim
88 * "This product includes cryptographic software written by
94 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 166 * Unless otherwise specified, the include list scans for and includes all
174 protected Set includes = new HashSet(); field in class:Antlr3Mojo
261 // Includes
263 for (String e : (Set<String>) includes) {
415 // What are the sets of includes (defaulted or otherwise).
417 Set includes = getIncludesPatterns(); local
425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes);
465 if (includes == null || includes.isEmpty()) {
468 return includes;
    [all...]
  /external/chromium_org/ppapi/generators/
idl_c_header.py 240 # Generate set of includes
246 includes = set([])
250 includes.add(depfile)
251 includes = [GetHeaderFromNode(
252 include, relpath=gpath).replace(os.sep, '/') for include in includes]
253 includes.append('ppapi/c/pp_macros.h')
257 includes.append('ppapi/c/pp_stdint.h')
259 includes = sorted(set(includes))
262 for include in includes
    [all...]
  /external/valgrind/main/memcheck/tests/
Makefile.in 52 # The Android toolchain includes all kinds of stdlib helpers present in
576 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
580 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    [all...]
  /external/libpng/
Makefile.in 129 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
567 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-png.lo -MD -MP -MF $(DEPDIR)/libpng_la-png.Tpo -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
571 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-png.lo `test -f 'png.c' || echo '$(srcdir)/'`png.c
574 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngset.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngset.Tpo -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
578 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo '$(srcdir)/'`pngset.c
581 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngget.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngget.Tpo -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
585 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo '$(srcdir)/'`pngget.c
588 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpng_la-pngrutil.lo -MD -MP -MF $(DEPDIR)/libpng_la-pngrutil.Tpo -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo '$(srcdir)/'`pngrutil.c
592 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpng_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpng_la-pngrutil.lo `test -f 'pn (…)
    [all...]
  /external/apache-xml/
NOTICE 12 This product includes software developed at
26 this product includes software developed by the following:
39 Xalan Java) of this product includes software developed by the following:
56 This product includes software developed at
73 This product includes software developed at

Completed in 1647 milliseconds

<<41424344454647484950>>