HomeSort by relevance Sort by last modified time
    Searched full:exclude (Results 1 - 25 of 902) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/examples/
.krazy 0 EXCLUDE copyright
2 EXCLUDE license
  /external/eigen/doc/snippets/
.krazy 0 EXCLUDE copyright
2 EXCLUDE license
  /external/apache-harmony/support/src/test/resources/config/
jcltest-excludes.xml 11 <hy:exclude id="test_read$BII" shouldfix="true">
13 </hy:exclude>
14 <hy:exclude id="test_close" shouldfix="true">
16 </hy:exclude>
20 <hy:exclude id="test_ConstructorLjava_io_InputStream" shouldfix="true">
22 </hy:exclude>
26 <hy:exclude id="test_setDictionary$B" shouldfix="true">
28 </hy:exclude>
34 <hy:exclude id="testGolden" shouldfix="true">
36 </hy:exclude>
    [all...]
  /external/llvm/utils/lit/
MANIFEST.in 3 global-exclude *pyc
4 global-exclude *~
  /external/clang/test/Modules/Inputs/NoUmbrella.framework/
module.map 5 exclude header "Boom.h"
  /external/webkit/Source/WebCore/gyp/
copy-forwarding-and-icu-headers.sh 3 rsync -aq --exclude ".svn" --exclude ".DS_Store" "$SRCROOT/../ForwardingHeaders" "$BUILT_PRODUCTS_DIR/$PRIVATE_HEADERS_FOLDER_PATH"
4 rsync -aq --exclude ".svn" --exclude ".DS_Store" "$SRCROOT/../icu" "$BUILT_PRODUCTS_DIR/$PRIVATE_HEADERS_FOLDER_PATH"
WebCore.gyp 68 ['exclude', 'bindings/[^/]+/'],
74 ['exclude', 'thirdparty/'],
77 ['exclude', '(android|brew|cairo|chromium|curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mkl|openvg|pango|qt|skia|soup|symbian|texmap|iphone|v8|win|wince|wx)/'],
78 ['exclude', '(Android|Brew|Cairo|Curl|Chromium|Efl|Haiku|Gtk|Linux|OpenType|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
79 ['exclude', 'Chromium[^/]*\\.(cpp|mm?)$'],
81 ['exclude', 'platform/image-decoders/'],
82 ['exclude', 'platform/image-encoders/'],
84 ['exclude', 'bridge/testbindings\\.cpp$'], # Remove from GYPI?
85 ['exclude', 'bridge/testbindings\\.mm$'], # Remove from GYPI?
86 ['exclude', 'bridge/testqtbindings\\.cpp$'], # Remove from GYPI
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.pom 117 <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
118 <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
119 <exclude>org/apache/tools/ant/types/optional/**</exclude>
120 <exclude>org/apache/tools/ant/types/resolver/**</exclude>
121 <exclude>org/apache/tools/ant/util/ScriptRunner.java</exclude>
    [all...]
  /external/llvm/cmake/modules/
CMakeLists.txt 31 PATTERN .svn EXCLUDE
32 PATTERN LLVMConfig.cmake EXCLUDE
33 PATTERN LLVMConfigVersion.cmake EXCLUDE
34 PATTERN LLVM-Config.cmake EXCLUDE
35 PATTERN GetHostTriple.cmake EXCLUDE
36 PATTERN VersionFromVCS.cmake EXCLUDE
37 PATTERN CheckAtomic.cmake EXCLUDE)
  /external/oprofile/libutil++/
string_filter.cpp 3 * Filter strings based on exclude/include list
23 exclude(separate_token(exclude_patterns, ','))
31 exclude(exclude_patterns)
40 cit = find(exclude.begin(), exclude.end(), str);
41 if (cit != exclude.end())
glob_filter.cpp 3 * Filter strings based on globbed exclude/include list
30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str));
31 if (cit != exclude.end())
path_filter.cpp 3 * Filter paths based on globbed exclude/include list
26 // first, if any component of the dir is listed in exclude -> no
29 cit = find_if(exclude.begin(), exclude.end(),
31 if (cit != exclude.end())
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base));
44 if (cit != exclude.end())
string_filter.h 3 * Filter strings based on exclude/include list
19 * string_filter - filtering of a string based on include/exclude list
31 * Initialise the filter with the include and exclude list,
38 * Initialise the filter with the include and exclude list.
51 /// exclude patterns
52 std::vector<std::string> exclude; member in class:string_filter
  /external/webkit/PerformanceTests/SunSpider/
SunSpider.make 2 xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\tests" "$(DSTROOT)\AppleInternal\tests\SunSpider\tests" /e/v/i/h/y
3 xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\resources" "$(DSTROOT)\AppleInternal\tests\SunSpider\resources" /e/v/i/h/y
4 xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\sunspider" "$(DSTROOT)\AppleInternal\tests\SunSpider" /v/i/h/y
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
eclipse.inf 2 jarprocessor.exclude.children.sign = true
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
eclipse.inf 2 jarprocessor.exclude.children = true
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
eclipse.inf 2 jarprocessor.exclude.children.sign = true
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.gyp/
JavaScriptCore.gyp 114 # First exclude everything ...
115 ['exclude', '../'],
119 ['exclude', '../wtf/android'],
120 ['exclude', '../wtf/brew'],
121 ['exclude', '../wtf/efl'],
122 ['exclude', '../wtf/gobject'],
123 ['exclude', '../wtf/gtk'],
124 ['exclude', '../wtf/haiku'],
125 ['exclude', '../wtf/mac'],
126 ['exclude', '../wtf/qt'],
    [all...]
  /external/e2fsprogs/util/
all.exclude 12 .exclude-file
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.update/history/
1327097249000.xml 3 <site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.update/
platform.xml 3 <site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
  /external/webkit/Source/WebCore/WebCore.vcproj/
copyWebCoreResourceFiles.cmd 2 xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\inspector\front-end\*" "%CONFIGURATIONBUILDDIR%\bin\WebKit.resources\inspector"
3 xcopy /y /d /s /exclude:xcopy.excludes "%CONFIGURATIONBUILDDIR%\obj\WebCore\DerivedSources\InspectorBackendStub.js" "%CONFIGURATIONBUILDDIR%\bin\WebKit.resources\inspector"
5 xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\localizedStrings.js" "%CONFIGURATIONBUILDDIR%\bin\WebKit.resources\en.lproj"
6 xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\Localizable.strings" "%CONFIGURATIONBUILDDIR%\bin\WebKit.resources\en.lproj"
  /external/webkit/Source/JavaScriptCore/gyp/
JavaScriptCore.gyp 78 ['exclude', 'API/tests/'],
79 ['exclude', 'ForwardingHeaders/'],
80 ['exclude', '(?<!unicode)/icu/'],
81 ['exclude', 'os-win32/'],
82 ['exclude', 'qt/'],
83 ['exclude', 'wtf/(android|brew|efl|gtk|haiku|qt|wince|wx)/'],
84 ['exclude', 'wtf/unicode/brew/'],
85 ['exclude', 'wtf/unicode/glib/'],
86 ['exclude', 'wtf/unicode/qt4/'],
87 ['exclude', 'wtf/unicode/wince/']
    [all...]
  /external/mockito/
update_source.sh 14 EXCLUDE="
41 for exclude in ${EXCLUDE}; do
42 echo "Excluding $exclude"
43 rm -r $exclude
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml 15 <exclude>**/imports/*.*</exclude>

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>