OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATTERN
(Results
26 - 50
of
150
) sorted by null
1
2
3
4
5
6
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py
9
PATTERN
= """funcdef < 'def' name='parrot' any* >"""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py
17
PATTERN
= """
fix_paren.py
15
PATTERN
= """
fix_repr.py
14
PATTERN
= """
fix_callable.py
20
PATTERN
= """
fix_input.py
15
PATTERN
= """
fix_types.py
56
PATTERN
= '|'.join(_pats)
fix_xreadlines.py
13
PATTERN
= """
fix_zip.py
17
PATTERN
= """
fix_exec.py
21
PATTERN
= """
fix_filter.py
24
PATTERN
= """
fix_itertools.py
17
PATTERN
= """
38
# function (to be consistant with the second part of the
pattern
)
fix_sys_exc.py
18
PATTERN
= """
fix_unicode.py
14
PATTERN
= "STRING | 'unicode' | 'unichr'"
fix_ws_comma.py
16
PATTERN
= """
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py
17
PATTERN
= """
fix_paren.py
15
PATTERN
= """
fix_repr.py
14
PATTERN
= """
fix_callable.py
20
PATTERN
= """
fix_input.py
15
PATTERN
= """
fix_types.py
56
PATTERN
= '|'.join(_pats)
fix_xreadlines.py
13
PATTERN
= """
fix_zip.py
17
PATTERN
= """
/external/chromium_org/tools/android/findbugs_plugin/lib/
chromiumPlugin.jar
/cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java
38
private static final float[]
PATTERN
= new float[] { 15, 5, 10, 5 };
44
PathEffect effect = new DashPathEffect(
PATTERN
, OFFSET);
61
PatternIterator iterator = new PatternIterator(
PATTERN
, OFFSET);
88
* Create an instance that iterates through the given
pattern
starting at the given offset.
90
PatternIterator(final float[]
pattern
, int offset) {
91
mPattern =
pattern
;
Completed in 739 milliseconds
1
2
3
4
5
6