OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ops
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
67
public OpsTemplate(int[]
_ops
, boolean[] _showPerms) {
68
ops =
_ops
;
/external/autotest/client/common_lib/
cartesian_config.py
569
_ops
= {"=": (r"\=", _op_set),
577
_ops_exp = re.compile("|".join([op[0] for op in
_ops
.values()]))
582
self.func =
_ops
[m.group()][1]
Completed in 84 milliseconds