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

1 2 3 4

  /external/webkit/WebCore/
DerivedSources.cpp 376 // accidentally, so we'll throw an error whenever any file includes it.
378 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
  /external/webkit/WebKitTools/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/JavaScriptCore/
wscript 74 includes = common_includes + full_dirs
76 includes.append(os.path.join(jscore_dir, 'icu'))
81 includes = '. .. assembler wrec DerivedSources ForwardingHeaders ' + ' '.join(includes),
92 includes = '. .. assembler wrec 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/sources/android/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);
  /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...]
  /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/WebKitTools/DumpRenderTree/
wscript 57 includes = ' '.join(include_paths),
  /external/webkit/WebKitTools/wx/browser/
wscript 45 includes = ' '.join(include_paths),
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 65 includes = [os.path.join(wx_root, 'include')]
103 includes.append(configdir)
120 return (defines, includes, libs, libpaths)
  /external/ppp/pppd/plugins/radius/
ip_util.c 17 #include <includes.h>
util.c 17 #include <includes.h>
clientid.c 12 #include <includes.h>
  /build/target/product/
generic_x86.mk 2 # It includes the base Android platform. If you need Google-specific features,
  /external/webkit/WebKit/wx/bindings/python/
wscript 89 includes = ' '.join(include_paths),
  /packages/apps/Phone/
Android.mk 18 # Build the Phone app which includes the emergency dialer. See Contacts
  /external/icu4c/stubdata/
Android.mk 38 # "Large" includes all the supported locales.
39 # Japanese includes US and Japan.
  /external/libxml2/
schematron.c 198 int nbIncludes; /* number of includes in the array */
200 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
607 ret->includes = NULL;
735 if (ctxt->includes == NULL) {
737 ctxt->includes = (xmlNodePtr *)
739 if (ctxt->includes == NULL) {
740 xmlSchematronPErrMemory(NULL, "allocating parser includes",
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
752 xmlSchematronPErrMemory(NULL, "allocating parser includes",
    [all...]
  /external/webkit/WebKit/wx/
wscript 90 includes = ' '.join(include_paths + js_include_dirs),
  /external/v8/src/
frames-inl.h 60 inline bool StackHandler::includes(Address address) const { function in class:v8::internal::StackHandler
  /bionic/libc/kernel/tools/
kernel.py 140 includes = list.findIncludes()
141 for inc in includes:
  /development/build/
Android.mk 11 # Normally the package rule runs aapt, which includes the resource,

Completed in 319 milliseconds

1 2 3 4