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

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/
DerivedSources.cpp 478 // accidentally, so we'll throw an error whenever any file includes it.
480 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
  /external/webkit/Tools/Scripts/
find-extra-includes 29 # "find-extra-includes" script for WebKit Open Source Project
37 my %includes;
54 $includes{$file}{$include}++;
69 for my $include (keys %{ $includes{$file} }) {
82 for my $include (keys %{ $includes{$file} }) {
85 for my $i1 (sort keys %{ $includes{$file} }) {
86 for my $i2 (keys %{ $includes{$file} }) {
100 for my $file (sort keys %includes) {
report-include-statistics 38 my %includes;
56 $includes{$file}{$include}++;
71 for my $include (keys %{ $includes{$file} }) {
81 for my $file (keys %includes) {
92 for my $file (sort mostincludedcmp keys %includes) {
95 my $numIncludes = keys %{ $includes{$file} };
97 print "$file is included $count times, includes $numIncludes files directly, $numTotalIncludes files total.\n"
add-include 26 # Helper script to add includes to source files.
46 my %includes;
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
68 $includes{$currentCondition}{$include} = 1;
102 $includes{""}{"\"$headerToAdd\""} = 1;
111 for my $condition (sort keys %includes) {
113 $contents .= includesParagraph($includes{$condition});
126 my ($includes) = @_;
130 for my $include (sort keys %{$includes}) {
  /external/webkit/Source/JavaScriptCore/
wscript 52 includes = common_includes + full_dirs
54 includes.append(os.path.join(jscore_dir, 'icu'))
59 includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
70 includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(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
  /external/stlport/test/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2);
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
  /external/pcre/
pcre-config.in 56 includes=-I@includedir@
58 echo $includes @PCRE_STATIC_CFLAG@
  /external/bison/src/
lalr.c 72 static goto_number **includes; variable
236 includes = xnmalloc (ngotos, sizeof *includes);
283 includes[i] = NULL;
287 includes[i] = xnmalloc (nedges + 1, sizeof includes[i][0]);
289 includes[i][j] = edge[j];
290 includes[i][nedges] = END_NODE;
297 relation_transpose (&includes, ngotos);
307 relation_digraph (includes, ngotos, &F)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /external/libvpx/build/make/
gen_asm_deps.sh 45 includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
48 for inc in ${includes}; do
60 # Handle generated includes in the build root (which may not exist yet)
  /external/webkit/Tools/DumpRenderTree/
wscript 58 includes = ' '.join(include_paths),
  /external/webkit/Tools/wx/browser/
wscript 46 includes = ' '.join(include_paths),
  /external/webkit/Tools/wx/build/
wxpresets.py 69 includes = [os.path.join(wx_root, 'include')]
107 includes.append(configdir)
124 return (defines, includes, libs, libpaths)
  /external/ppp/pppd/plugins/radius/
ip_util.c 17 #include <includes.h>
util.c 17 #include <includes.h>
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
  /external/clang/lib/Serialization/
ChainedIncludesSource.cpp 62 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local
63 assert(!includes.empty() && "No '-chain-include' in options!");
71 for (unsigned i = 0, e = includes.size(); i != e; ++i) {
80 CInvok->getPreprocessorOpts().Includes.clear();
85 CInvok->getFrontendOpts().Inputs.push_back(std::make_pair(IK, includes[i]));
127 std::string pchName = includes[i-1];
143 if (!Clang->InitializeSourceManager(includes[i]))
156 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/chromium/chrome/browser/extensions/
convert_user_script.cc 115 ListValue* includes = new ListValue(); local
117 includes->Append(Value::CreateStringValue(script.globs().at(i)));
125 content_script->Set(keys::kIncludeGlobs, includes);
  /external/webkit/Source/WebKit/wx/bindings/python/
wscript 83 includes = ' '.join(include_paths),

Completed in 2743 milliseconds

1 2 3 4 5 6 7