HomeSort by relevance Sort by last modified time
    Searched refs:Exclude (Results 1 - 7 of 7) sorted by null

  /sdk/traceview/src/com/android/traceview/
Selection.java 39 public static Selection exclude(String name, Object value) { method in class:Selection
40 return new Selection(Action.Exclude, name, value);
68 Highlight, Include, Exclude, Aggregate
  /cts/tools/utils/
buildCts.py 109 plan.Exclude(r'android\.core\.vm-tests-tf')
110 plan.Exclude('android\.performance.*')
113 plan.Exclude('android\.core\.vm-tests')
114 plan.Exclude('android\.performance.*')
118 plan.Exclude(r'android\.tests\.sigtest')
119 plan.Exclude(r'android\.core.*')
128 plan.Exclude(r'android\.core\.vm-tests-tf')
  /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.
  /external/iptables/extensions/
Android.mk 6 # Exclude some modules that are problematic to compile (types/header).
  /external/oprofile/events/i386/atom/
unit_masks 114 0x00 exclude_hw Exclude hardware prefetch
  /external/v8/tools/
tickprocessor.js 784 'Exclude ticks of unknown code entries from processing'],
  /build/core/
main.mk 459 # Exclude tools/acp when cross-compiling windows under linux

Completed in 310 milliseconds