OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inclusions
(Results
1 - 4
of
4
) sorted by null
/external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java
72
final List
inclusions
= new ArrayList ();
88
inclusions
.add (spec.substring (1));
90
inclusions
.add (spec);
95
return new WCInclExclFilter (
inclusions
, exclusions);
98
public static IInclExclFilter create (final String []
inclusions
,
101
return new WCInclExclFilter (
inclusions
, exclusions);
104
public static IInclExclFilter create (final List /* String */
inclusions
,
107
return new WCInclExclFilter (
inclusions
, exclusions);
118
// included set is (
inclusions
- exclusions), where null
inclusions
121
final WCMatcher []
inclusions
= m_
inclusions
;
local
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
579
int
inclusions
,
593
if ((
inclusions
& INCLUDE_ROTATE_MENU) != 0) {
626
if ((
inclusions
& INCLUDE_CROP_MENU) != 0) {
640
if ((
inclusions
& INCLUDE_SET_MENU) != 0) {
653
if ((
inclusions
& INCLUDE_SHARE_MENU) != 0) {
667
if ((
inclusions
& INCLUDE_DELETE_MENU) != 0) {
682
if ((
inclusions
& INCLUDE_DETAILS_MENU) != 0) {
693
if ((
inclusions
& INCLUDE_SHOWMAP_MENU) != 0) {
706
if ((
inclusions
& INCLUDE_VIEWPLAY_MENU) != 0) {
[
all
...]
/external/icu4c/common/
uniset_props.cpp
129
static UnicodeSet *
INCLUSIONS
[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
134
//
Inclusions
list
161
if (
INCLUSIONS
[i] != NULL) {
162
delete
INCLUSIONS
[i];
163
INCLUSIONS
[i] = NULL;
183
UMTX_CHECK(NULL, (
INCLUSIONS
[src] == NULL), needInit);
259
if (
INCLUSIONS
[src] == NULL) {
260
INCLUSIONS
[src] = incl;
271
return
INCLUSIONS
[src];
971
const UnicodeSet*
inclusions
= getInclusions(src, status);
local
[
all
...]
/external/emma/lib/
emma.jar
Completed in 276 milliseconds