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

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
  /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
glob_filter.h 3 * Filter strings based on globbed exclude/include list
18 * glob_filter - filtering of a string based on globbed include/exclude list
28 * Initialise the filter with the include and exclude list,
36 * Initialise the filter with the include and exclude list.
path_filter.h 3 * Filter paths based on globbed exclude/include list
18 * path_filter - filtering of a string based on globbed include/exclude list
29 * Initialise the filter with the include and exclude list,
37 * Initialise the filter with the include and exclude list.
  /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
gen-tarball.in 10 exclude=/tmp/exclude
43 -print) | sed -e "s/^$base_e2fsprogs/$SRCROOT/" > $exclude
44 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
48 (cd $top_srcdir/.. ; tar -c -h -v -f - -X $exclude $SRCROOT) \
  /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/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml 15 <exclude>**/imports/*.*</exclude>
  /development/tools/idegen/templates/
android.iml 5 <exclude-output />
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 93 void silentSpillGPR(VirtualRegister spillMe, GPRReg exclude = InvalidGPRReg)
98 if (!info.needsSpill() || (info.gpr() == exclude))
112 void silentSpillFPR(VirtualRegister spillMe, GPRReg canTrample, FPRReg exclude = InvalidFPRReg)
117 if (!info.needsSpill() || (info.fpr() == exclude))
124 void silentFillGPR(VirtualRegister spillMe, GPRReg exclude = InvalidGPRReg)
127 if (info.gpr() == exclude)
152 void silentFillFPR(VirtualRegister spillMe, GPRReg canTrample, FPRReg exclude = InvalidFPRReg)
155 if (info.fpr() == exclude)
171 void silentSpillAllRegisters(GPRReg exclude, GPRReg preserve = InvalidGPRReg)
178 silentSpillGPR(name, exclude);
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp     [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>