HomeSort by relevance Sort by last modified time
    Searched refs:included (Results 1 - 25 of 920) 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
  /external/libcxx/test/std/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
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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/clang/test/Preprocessor/Inputs/microsoft-header-search/a/
findme.h 3 #warning findme.h successfully included using Microsoft header search rules
  /external/clang/test/Preprocessor/Inputs/microsoft-header-search/
findme.h 3 #error Wrong findme.h included, Microsoft header search incorrect
  /frameworks/base/libs/hwui/debug/
wrap_gles.h 19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it
  /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/make/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]
  /external/skia/src/opts/
SkOpts_avx.cpp 14 #error We have included ucrt\math.h without protecting it against ODR violation.
  /prebuilts/ndk/r10/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/r11/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/r13/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.
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NoVariableIncludeTest.java 31 assertNotNull(mBinder.included);
32 assertNotNull(mBinder.included.textView);
34 assertEquals(expectedValue, mBinder.included.textView.getText().toString());
  /external/clang/include/clang/Config/
config.h 5 #error config.h can only be included once
config.h.cmake 4 #error config.h can only be included once
  /external/protobuf/ruby/lib/google/protobuf/
message_exts.rb 36 def self.included(klass) singleton method in class:Google.Protobuf.MessageExts
  /prebuilts/misc/android-arm/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-arm64/gdbserver64/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-mips/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-mips64/gdbserver64/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-x86/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)

Completed in 1783 milliseconds

1 2 3 4 5 6 7 8 91011>>