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

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.pom 42 <includes>
44 </includes>
  /external/grub/netboot/
Makefile.in 63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
366 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-config.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-config.Tpo" -c -o libdrivers_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c; \
370 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
373 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-config.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-config.Tpo" -c -o libdrivers_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`; \
377 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
380 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fsys_tftp.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" -c -o libdrivers_a-fsys_tftp.o `test -f 'fsys_tftp.c' || echo '$(srcdir)/'`fsys_tftp.c; \
384 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fsys_tftp.o `test -f 'fsys_tftp.c' || echo '$(srcdir)/'`fsys_tftp.c
387 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fsys_tftp.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" -c -o libdrivers_a-fsys_tftp.obj `if test -f 'fsys_tftp.c'; then $(CYGPATH_W) 'fsys_tftp.c'; else $(CYGPATH_W) '$(srcdir)/fsys_tftp.c'; fi`; \
391 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fsys_tftp.obj `if (…)
    [all...]
  /external/chromium_org/third_party/protobuf/java/
pom.xml 67 <includes>
69 </includes>
155 <includes>
180 </includes>
190 <includes>
192 </includes>
  /external/libvpx/libvpx/examples/
gen_example_doxy.php 22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files
26 if(!include_once('includes/PHP-Markdown-Extra-1.2.3/markdown.php'))
28 if(!include_once('includes/PHP-SmartyPants-1.5.1e/smartypants.php'))
30 if(!include_once('includes/geshi/geshi.php'))
152 include('includes/ASCIIMathPHP-2.0/ASCIIMathPHP-2.0.cfg.php');
153 require_once('includes/ASCIIMathPHP-2.0/ASCIIMathPHP-2.0.class.php');
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 97 List<String> includes = IncludeFinder.findIncludes(xml); local
98 Collections.sort(includes);
99 assertEquals(Arrays.asList("layout3", "layout4"), includes);
122 List<String> includes = IncludeFinder.findIncludes(xml); local
123 Collections.sort(includes);
124 assertEquals(Arrays.asList("myfragment"), includes);
  /system/core/sh/
mkinit.sh 41 includes=' "shell.h" "mystring.h" "init.h" '
61 [ "${includes}" != "${includes%* $2 }" ] && continue
62 includes="$includes$2 "
152 for f in $includes; do
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 84 "includes");//$NON-NLS-1$
93 /** Project that the include finder locates includes for */
222 // so there is no known data about includes.
238 * Create a String serialization of the includes map. The map attempts to be compact;
416 * Scan the whole project for XML layout resources that are performing includes.
435 * includes in it.
437 * @param resourceFile the {@link ResourceFile} to be scanned for includes (doesn't
441 * @return true if we updated the includes for the resource file
449 List<String> includes = Collections.emptyList(); local
463 includes = findIncludesInDocument(document)
544 List<String> includes = findIncludesInDocument(document, null); local
770 List<String> includes = mIncludes.get(from); local
    [all...]
  /external/chromium/sdch/open-vcdiff/
Makefile.in 173 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
182 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
185 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
Makefile.in 332 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.in     [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 137 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) {
138 Includes.append(RHS.begin(), RHS.end());
139 return Includes;
143 SmallVectorImpl<char> &Includes,
146 Includes += "#import \"";
148 Includes += "#include \"";
149 Includes += HeaderName;
150 Includes += "\"\n";
154 SmallVectorImpl<char> &Includes,
156 addHeaderInclude(Header->getName(), Includes, LangOpts)
    [all...]
  /external/chromium_org/gpu/
gpu.gyp 9 'includes': [
135 'includes': [
368 'includes': [ '../build/protoc.gypi' ],
390 'includes': [
405 'includes': [
417 'includes': [
429 'includes': [
442 'includes': [
452 'includes': [
468 'includes': [ '../build/protoc.gypi' ]
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 451 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    [all...]
  /external/chromium_org/chrome/test/base/
js2gtest.js 126 * Generate includes for the current |jsFile| by including them
128 * @param {Array.<string>} includes Paths to JavaScript files to
131 function GEN_INCLUDE(includes) {
132 for (var i = 0; i < includes.length; i++) {
133 var includePaths = includeFileToPaths(includes[i]);
  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 7 the includes tests are up to date.
100 * This test simply includes all the C headers to ensure they compile with a C
110 // This test simply includes all the C++ headers to ensure they compile with a
129 # Generate all_c_includes.h, which includes all C headers. This is part of
130 # tests/test_c_sizes.c, which includes all C API files to ensure that all
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_os2.c 19 * "This product includes software developed by the OpenSSL Project
33 * "This product includes software developed by the OpenSSL Project
50 * This product includes cryptographic software written by Eric Young
51 * (eay@cryptsoft.com). This product includes software written by Tim
115 /* Sample a bunch of system variables, includes various process & memory statistics */
  /external/openssl/crypto/rand/
rand_os2.c 19 * "This product includes software developed by the OpenSSL Project
33 * "This product includes software developed by the OpenSSL Project
50 * This product includes cryptographic software written by Eric Young
51 * (eay@cryptsoft.com). This product includes software written by Tim
115 /* Sample a bunch of system variables, includes various process & memory statistics */
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 147 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
155 * that includes faces.
164 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
188 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y.");
209 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z.");
  /external/marisa-trie/lib/
Makefile.in 84 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
334 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base.o -MD -MP -MF $(DEPDIR)/base.Tpo -c -o base.o `test -f 'marisa/base.cc' || echo '$(srcdir)/'`marisa/base.cc
338 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base.o `test -f 'marisa/base.cc' || echo '$(srcdir)/'`marisa/base.cc
341 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base.obj -MD -MP -MF $(DEPDIR)/base.Tpo -c -o base.obj `if test -f 'marisa/base.cc'; then $(CYGPATH_W) 'marisa/base.cc'; else $(CYGPATH_W) '$(srcdir)/marisa/base.cc'; fi`
345 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base.obj `if test -f 'marisa/base.cc'; then $(CYGPATH_W) 'marisa/base.cc'; else $(CYGPATH_W) '$(srcdir)/marisa/base.cc'; fi`
348 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT progress.o -MD -MP -MF $(DEPDIR)/progress.Tpo -c -o progress.o `test -f 'marisa/progress.cc' || echo '$(srcdir)/'`marisa/progress.cc
352 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o progress.o `test -f 'marisa/progress.cc' || echo '$(srcdir)/'`marisa/progress.cc
355 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT progress.obj -MD -MP -MF $(DEPDIR)/progress.Tpo -c -o progress.obj `if test -f 'marisa/progress.cc'; then $(CYGPATH_W) 'marisa/progress.cc'; else $(CYGPATH_W) '$(srcdir)/marisa/progress.cc'; fi`
359 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o progress.obj `if test -f 'marisa/progress.cc'; then $(CYGPATH_W) 'marisa/progress.cc'; else $(CYGPATH_W) '$(srcdir)/marisa/progress.cc'; fi`
362 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mapper.o -MD -MP -MF $(DEPDIR)/mapper.T (…)
    [all...]
  /development/samples/TicTacToeMain/
_index.html 4 <p>In this case, the TicTacToeMain application project includes a reference to
29 <p>The TicTacToeLib library project includes a single Activity,
33 <li>The library project includes an <a

Completed in 883 milliseconds

<<21222324252627282930>>