HomeSort by relevance Sort by last modified time
    Searched refs:PATTERN (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
SynchronizedThisDetector.java 16 * The pattern of byte code of synchronized(this) is
23 private final int PATTERN[] = {ALOAD_0, DUP, 0xff, 0xff, MONITORENTER};
40 if (PATTERN[mStep] == seen) {
42 if (mStep == PATTERN.length) {
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_2.cpp 14 // The message format pattern. It takes a single argument, an integer,
16 static UnicodeString PATTERN(
28 MessageFormat msg(PATTERN, status);
main_3.cpp 14 // The message format pattern. It takes a single argument, an integer,
16 static UnicodeString PATTERN(
28 MessageFormat msg(PATTERN, status);
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 14 // The message format pattern. It takes a single argument, an integer,
16 static UnicodeString PATTERN(
28 MessageFormat msg(PATTERN, status);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_basestring.py 11 PATTERN = "'basestring'"
fix_buffer.py 16 PATTERN = """
fix_funcattrs.py 12 PATTERN = """
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_getcwdu.py 13 PATTERN = """
fix_long.py 14 PATTERN = "'long'"
fix_nonzero.py 10 PATTERN = """
fix_raw_input.py 11 PATTERN = """
fix_reduce.py 20 PATTERN = """
fix_standarderror.py 13 PATTERN = """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py 9 PATTERN = """funcdef < 'def' name='parrot' any* >"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_basestring.py 11 PATTERN = "'basestring'"
fix_buffer.py 16 PATTERN = """
fix_funcattrs.py 12 PATTERN = """
fix_future.py 14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
fix_getcwdu.py 13 PATTERN = """
fix_long.py 14 PATTERN = "'long'"
fix_nonzero.py 10 PATTERN = """
fix_raw_input.py 11 PATTERN = """
fix_reduce.py 20 PATTERN = """
fix_standarderror.py 13 PATTERN = """

Completed in 690 milliseconds

1 2 3 4 5 6 7