OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Exclude
(Results
1 - 9
of
9
) 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\.tests\.sigtest')
114
plan.
Exclude
('android\.performance.*')
118
plan.
Exclude
(r'android\.tests\.sigtest')
119
plan.
Exclude
(r'android\.core.*')
139
plan.
Exclude
('.*')
/frameworks/compile/mclinker/include/mcld/LD/
Archive.h
107
Exclude
,
/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).
/frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp
386
return Archive::Symbol::
Exclude
;
/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
450
#
Exclude
tools/acp when cross-compiling windows under linux
Completed in 186 milliseconds