OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
103
plan.
Exclude
('android\.performance.*')
107
plan.
Exclude
(r'android\.tests\.sigtest')
108
plan.
Exclude
(r'android\.core.*')
/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
777
'
Exclude
ticks of unknown code entries from processing'],
/build/core/
main.mk
407
#
Exclude
tools/acp when cross-compiling windows under linux
Completed in 365 milliseconds