HomeSort by relevance Sort by last modified time
    Searched refs:included (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
file_to_include.h 2 #warning file successfully included
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/
includes.pass.cpp 15 #error <cstddef> has not been included
19 #error <string> has not been included
23 #error <stdexcept> has not been included
27 #error <iosfwd> has not been included
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 34 * included stylesheets.</li>
89 Stylesheet included = getIncludeComposed(i); local
93 int s = included.getOutputCount();
96 recomposableElements.addElement(included.getOutput(j));
101 s = included.getAttributeSetCount();
104 recomposableElements.addElement(included.getAttributeSet(j));
109 s = included.getDecimalFormatCount();
112 recomposableElements.addElement(included.getDecimalFormat(j));
117 s = included.getKeyCount();
120 recomposableElements.addElement(included.getKey(j))
284 Stylesheet included = including.getInclude(i); local
    [all...]
  /build/tools/
filter-product-graph.py 14 def gather(included, deps):
16 for inc in included:
49 included = set(targets)
51 while prevLen != len(included):
52 prevLen = len(included)
53 included = gather(included, deps)
55 deps = [dep for dep in deps if dep[1] in included]
56 infos = [info for info in infos if info[0] in included]
  /ndk/sources/android/cpufeatures/
Android.mk 8 # This is included by the platform build system.
12 # This is included by the NDK build system.
  /external/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 7 # - All constants should be defined when <stdint.h> is included from a C program
9 # - When included from a C++ program, limit-related macros should only be
12 # - When included from a C++ program, constant-related macros should only be
  /bionic/libc/kernel/arch-x86/asm/
bitops_32.h 22 #error only <linux/bitops.h> can be included directly
  /development/ndk/platforms/android-9/arch-x86/include/asm/
bitops_32.h 22 #error only <linux/bitops.h> can be included directly
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
hashtable.h 26 * This is an internal header file, included by other library headers.
40 # error C++0x header cannot be included from TR1 header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fenv.h 41 # error C++0x header cannot be included from TR1 header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
functional_hash.h 26 * This is an internal header file, included by other library headers.
36 # error TR1 header cannot be included from C++0x header
hashtable.h 26 * This is an internal header file, included by other library headers.
36 # error TR1 header cannot be included from C++0x header
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
bitops_32.h 16 #error only <linux/bitops.h> can be included directly

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 91011>>