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

1 23 4 5 6 7 8 91011>>

  /hardware/broadcom/wlan/
.gitignore 6 # NOTE! Please use 'git-ls-files -i --exclude-standard'
  /hardware/ti/wlan/
.gitignore 6 # NOTE! Please use 'git-ls-files -i --exclude-standard'
  /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/guava/guava-tests/
pom.xml 69 <exclude>**/*.java</exclude>
  /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 113 // We don't exclude RelativeLayout even if the current layout is RelativeLayout,
116 Set<String> exclude = new HashSet<String>(); local
117 exclude.add(VIEW_INCLUDE);
118 exclude.add(VIEW_MERGE);
119 exclude.add(VIEW_FRAGMENT);
123 exclude.add(mOldType);
125 mClassNames = WrapInWizard.addLayouts(mProject, mOldType, mTypeCombo, exclude, false);
WrapInWizard.java 103 Set<String> exclude = Collections.singleton(VIEW_INCLUDE); local
104 mClassNames = addLayouts(mProject, mOldType, mTypeCombo, exclude, true);
167 Set<String> exclude, boolean addGestureOverlay) {
218 if (exclude == null || !exclude.contains(className)) {
254 if (exclude == null || !exclude.contains(className)) {
  /development/tools/idegen/src/
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/oprofile/doc/
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.
oprofile.1.in 87 .BI "session-exclude:"sessionlist
88 A comma-separated list of sessions to exclude.
97 .BI "image-exclude:"imagelist
109 .BI "lib-image-exclude:"imagelist
  /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
  /external/oprofile/pp/
oparchive_options.cpp 49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
50 "exclude libs, kernel, and module samples for applications"),
  /build/core/tasks/
collect_gpl_sources.mk 21 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
  /device/moto/stingray/overlay/frameworks/base/core/res/res/values/
config.xml 25 <!-- /dev/bus/usb/003 is the external bus. Exclude the others.
  /docs/source.android.com/src/tech/datausage/
excluding-network-types.md 17 A mobile operator may wish to exclude specific network types from the
  /external/chromium/chrome/common/extensions/
user_script_unittest.cc 102 // No match, because it matches the exclude glob.
105 // Match, because it matches the glob, doesn't match the exclude glob.
108 // Try with just a single exclude glob.
112 // Try with no globs or exclude globs.
  /external/chromium/net/base/
cookie_options.h 15 // Default is to exclude httponly, which means:
host_mapping_rules.h 29 // "EXCLUDE" <hostname_pattern>
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 18 /// Represents a request to include or exclude a checker or package from a
  /external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java 24 * collision volumes will exclude that frame from collision detection and a null texture will
  /external/webkit/Tools/CLWrapper/
CLWrapper.cpp 3 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  /libcore/
Docs.mk 14 # Note dalvik/system is non-recursive to exclude dalvik.system.profiler

Completed in 577 milliseconds

1 23 4 5 6 7 8 91011>>