/external/e2fsprogs/resize/ |
Makefile.in | 121 $(top_srcdir)/.exclude-file: 125 | sed -e "s/e2fsprogs/$$a/" > $(top_srcdir)/.exclude-file 126 echo "$(SRCROOT)/build" >> $(top_srcdir)/.exclude-file 127 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file 128 echo "$(SRCROOT)/powerquest" >> $(top_srcdir)/.exclude-file 129 echo "$(SRCROOT)/.exclude-file" >> $(top_srcdir)/.exclude-file 131 >> $(top_srcdir)/.exclude-file 133 >> $(top_srcdir)/.exclude-file 135 source_tar_file: $(top_srcdir)/.exclude-fil [all...] |
/development/tools/idegen/ |
idegen.iml | 6 <exclude-output />
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Filter.java | 23 * or reject (exclude). Patterns can be of two kind: 67 * Checks if the given string passes the various include/exclude rules. 71 * <li> The string must not match any full exclude nor any prefix exclude.
|
/external/apache-harmony/support/src/test/resources/config/ |
excludes.xsd | 18 * A type contains one or more exclude elements. 27 <xsd:element ref="exclude" minOccurs="1" maxOccurs="unbounded"/> 34 * An exclude element can have an optional reason 37 <xsd:element name="exclude">
|
/external/chromium/net/base/ |
host_mapping_rules_unittest.cc | 17 "map *.com baz , map *.net bar:60, EXCLUDE *.foo.com"); 43 "map *.com:80 baz:111 , map *.com:443 blat:333, EXCLUDE *.foo.com"); 77 EXPECT_FALSE(rules.AddRuleFromString("EXCLUDE")); 78 EXPECT_FALSE(rules.AddRuleFromString("EXCLUDE foo bar"));
|
/external/chromium/net/data/heapcheck/ |
net_unittests.gtest.txt | 4 # Exclude tests that simulate a crash: they leak a lot of stuff.
|
/external/guava/ |
guava.iml | 4 <exclude-output />
|
/external/valgrind/tsan/ |
mk-self-contained-tsan-pin.sh | 45 # Exclude unneeded binaries. 46 TAR_EXCLUDE="$TAR_EXCLUDE --exclude=*/doc/* \ 47 --exclude=*/include/* \ 48 --exclude=*/examples/* \
|
/frameworks/base/tools/preload/ |
preload.iml | 6 <exclude-output />
|
/sdk/emulator/qtools/ |
parse_options.cpp | 30 " -e :kernel exclude all kernel symbols\n" 31 " -e :libs exclude all library symbols\n" 32 " -e <func> exclude function <func>\n" 33 " -e <pid> exclude process <pid>\n"
|
/development/tools/idegen/src/ |
Excludes.java | 21 * Decides whether or not to exclude certain paths. 37 public boolean exclude(String path) { method in class:Excludes
|
IntelliJ.java | 48 * IntelliJ excludes are module-wide. We explicitly exclude directories 59 // Exclude Eclipse's output directory. 63 // Exclude some other directories that take a long time to scan.
|
/external/icu4c/tools/gendraft/ |
genheaders.pl | 61 "--exclusion-list=s" => \$exclude, 68 usage() unless defined $exclude; 77 $excludeFH = IO::File->new($exclude,"r") 78 or die "could not open the file $exclude for reading: $! \n"; 79 my %exclude; 84 $exclude{$line}="EXCLUDE"; 87 writeFile($draftFile, $draftHeaderName, $destDir, $draftAppend, $draftDefine, \%exclude); 88 writeFile($deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%exclude); 89 writeFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%exclude); [all...] |
/external/oprofile/doc/ |
opannotate.1.in | 30 .BI "--exclude-dependent / -x" 36 .BI "--exclude-file [files]" 37 Exclude all files in the given comma-separated list of glob patterns. 40 .BI "--exclude-symbols / -e [symbols]" 41 Exclude all the symbols in the given comma-separated list.
|
opreport.1.in | 41 .BI "--exclude-dependent / -x" 47 .BI "--exclude-symbols / -e [symbols]" 48 Exclude all the symbols in the given comma-separated list.
|
/external/icu4c/data/ |
icu-config.xml | 495 <!-- Exclude unusable data --> 496 <!-- Need to allow alt=.* for ldml/collations, but exclude for others --> 497 <exclude xpath="//ldml/fallback/.*" alt=".*"/> 498 <exclude xpath="//ldml/localeDisplayNames/.*" alt=".*"/> 499 <exclude xpath="//ldml/layout/.*" alt=".*"/> 500 <exclude xpath="//ldml/characters/.*" alt=".*"/> 501 <exclude xpath="//ldml/delimiters/.*" alt=".*"/> 502 <exclude xpath="//ldml/measurement/.*" alt=".*"/> 503 <exclude xpath="//ldml/dates/.*" alt=".*"/> 504 <exclude xpath="//ldml/numbers/.*" alt=".*"/ [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_win.cc | 21 // TODO(hbono): http://b/1111369 if we exclude this popup window from the
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
gendef.pl | 16 if ( not $exclude{$1} ) {
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 286 Path::Point exclude[4]; local 287 exclude[0].x = max_x - difference; // Top left corner. 288 exclude[0].y = 0; 290 exclude[1].x = max_x; // Top right corner. 291 exclude[1].y = 0; 293 exclude[2].x = max_x; // Bottom right corner. 294 exclude[2].y = max_y; 296 exclude[3].x = max_x - difference; // Bottom left corner. 297 exclude[3].y = max_y; 300 gfx::Path exclude_path(exclude, arraysize(exclude)) [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
config.yaml | 38 # Exclude certain tag.parameter or tag.style.attribute combinations for a given regexp. 45 exclude:
|
/external/webkit/Tools/Scripts/ |
run-leaks | 29 # Script to run the Mac OS X leaks tool with more expressive '-exclude' lists. 47 " --exclude-callstack regexp Exclude leaks whose call stacks match the regular expression 'regexp'.\n" . 48 " --exclude-type regexp Exclude leaks whose data types match the regular expression 'regexp'.\n" . 56 'exclude-callstack:s' => \@callStacksToExclude, 57 'exclude-type:s' => \@typesToExclude,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 112 // We don't exclude RelativeLayout even if the current layout is RelativeLayout, 115 Set<String> exclude = new HashSet<String>(); local 116 exclude.add(VIEW_INCLUDE); 117 exclude.add(VIEW_MERGE); 118 exclude.add(VIEW_FRAGMENT); 122 exclude.add(mOldType); 124 mClassNames = WrapInWizard.addLayouts(mProject, mOldType, mTypeCombo, exclude, false);
|
/cts/tools/utils/cts/ |
tools.py | 117 all_packages: The full list of available packages. Subsequent calls to Exclude() and 123 def Exclude(self, pattern): 124 """Exclude all packages matching the given regular expression from the plan. 126 If this is the first call to Exclude() or Include(), all packages are selected before applying 130 pattern: A regular expression selecting the package names to exclude. 157 Requires Include() or Exclude() to be called prior to calling this method.
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ITestPlan.java | 45 * Gets the {@link TestFilter} that should be used to exclude tests from given package. 59 * @param testToExclude the test to exclude for given package
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-focus-and-exclude.html | 56 'Exclude selected function' (cross) button on the status bar; 67 For the 'Exclude selected function' function test, use
|