/external/webkit/Source/WebCore/ |
DerivedSources.cpp | 479 // accidentally, so we'll throw an error whenever any file includes it. 481 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
|
/tools/motodev/src/plugins/emulator/ |
build.properties | 19 bin.includes = META-INF/,\
|
/tools/motodev/src/plugins/launch/ |
build.properties | 19 bin.includes = META-INF/,\
|
/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),
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
build.properties | 12 bin.includes = about.html,\ 26 src.includes = src/
|
/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);
|
/frameworks/native/opengl/tests/angeles/ |
Android.mk | 7 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/fillrate/ |
Android.mk | 14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/filter/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/finish/ |
Android.mk | 14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_basic/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_basic/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_perf/ |
Android.mk | 14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/linetex/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/swapinterval/ |
Android.mk | 14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/textures/ |
Android.mk | 13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|