HomeSort by relevance Sort by last modified time
    Searched refs:patterns (Results 251 - 275 of 575) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 651 String[] patterns = new String[] {"new\\s(T_" + opcodeName + "\\w*)",
655 for (String pattern : patterns) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 189 // parse by iterating through all available patterns
206 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; local
209 MessageFormat* pattern = patterns[style];
489 // there should be patterns for each plural rule in each time unit.
513 // get all the patterns for each plural rule in this locale.
546 // using patterns of plural count "other",
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 452 * MessageFormat.applyPattern allows illegal patterns.
477 UnicodeString patterns [] = { local
488 UnicodeString pattern = patterns[i];
560 * MessageFormat.applyPattern works wrong with illegal patterns.
735 * MessageFormat.parse fails for some patterns.
    [all...]
  /external/python/cpython2/Lib/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /external/valgrind/none/tests/
cmdline1.stdout.exp 123 text symbol. Patterns can contain ? and *.
125 specify patterns for function wrapping or replacement.
  /packages/services/Car/tools/bootanalyze/
bootanalyze.py 471 def extract_timing(s, patterns):
472 for k, p in patterns.iteritems():
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go 35 // It might make sense to expand this to allow statement patterns,
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 111 // matches any of the following patterns:
  /prebuilts/go/darwin-x86/src/path/filepath/
match.go 227 // if there is no matching file. The syntax of patterns is the same
  /prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go 35 // It might make sense to expand this to allow statement patterns,
  /prebuilts/go/linux-x86/src/go/build/
doc.go 111 // matches any of the following patterns:
  /prebuilts/go/linux-x86/src/path/filepath/
match.go 227 // if there is no matching file. The syntax of patterns is the same
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 668 # now check patterns
669 for pat, pat_delta in self.patterns:
728 patterns = [ variable in class:StackDepthTracker
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/
maven-dependency-plugin-2.8.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 69 * Verify that patterns have the correct values and could produce the
70 * the DateFormat instances that contain the correct localized patterns.
148 // Verify that patterns have the correct values
162 // localized patterns
3396 String[] patterns = new String[5]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 68 * Verify that patterns have the correct values and could produce the
69 * the DateFormat instances that contain the correct localized patterns.
147 // Verify that patterns have the correct values
161 // localized patterns
3395 String[] patterns = new String[5]; local
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 67 // Patterns syntax:
92 char *patterns = strdup(p); local
105 for(char *token = strtok(patterns, delim);
144 free(patterns);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java 912 String[] patterns = { local
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1xD.s 5 @ First we test the basic syntax and bit patterns of the opcodes.
vfp1xD_t2.s 8 @ First we test the basic syntax and bit patterns of the opcodes.

Completed in 1052 milliseconds

<<11121314151617181920>>