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

1 2 3 4 5 6 7 8 91011>>

  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
SystemOutListener.java 26 private static final String PATTERN = "%-65s: %s%n";
29 System.out.printf(PATTERN, c.getSimpleName() + " (" + getTypology(c) + ")", "Working!");
33 System.out.printf(PATTERN, c.getSimpleName() + "(" + getTypology(c) + ")", "KO - " + t);
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_2.cpp 18 // The message format pattern. It takes a single argument, an integer,
20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status);
main_3.cpp 18 // The message format pattern. It takes a single argument, an integer,
20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status);
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 18 // The message format pattern. It takes a single argument, an integer,
20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status);
  /packages/apps/Messaging/build/
process_style_output.py 26 PATTERN = re.compile(r"(?P<file>[^:]+):(?P<line>\d+)(?P<column>:\d+)?:\s(?P<message>.*)")
29 match = PATTERN.match(line)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 = """
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py 9 PATTERN = """funcdef < 'def' name='parrot' any* >"""
  /external/python/cpython2/Lib/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 = """

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>