HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 1201 - 1225 of 4320) sorted by null

<<41424344454647484950>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 109 * "pattern1[:pattern2...] (or an empty string for the default). A pattern is
162 for (final String pattern : patterns) {
163 final int posEqual = pattern.indexOf('=');
165 throw new DeviceOverridePatternSyntaxError("Pattern has no '='", condition);
167 final String key = pattern.substring(0, posEqual);
172 final String patternRegexpValue = pattern.substring(posEqual + 1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 42 PATTERN = """
76 self.pattern.match(node.parent)):
78 # pattern when its parent matches the second alternative
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 42 PATTERN = """
76 self.pattern.match(node.parent)):
78 # pattern when its parent matches the second alternative
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite_test.go 12 // construct the bit pattern 000...111, nlz(x) + nto(0) = 64
25 // construct the bit pattern 000...111, with bit 33 set as well.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite_test.go 12 // construct the bit pattern 000...111, nlz(x) + nto(0) = 64
25 // construct the bit pattern 000...111, with bit 33 set as well.
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest.py 166 expected_output_re.pattern)))
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_list_tests_unittest.py 166 expected_output_re.pattern)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 42 PATTERN = """
76 self.pattern.match(node.parent)):
78 # pattern when its parent matches the second alternative
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 42 PATTERN = """
76 self.pattern.match(node.parent)):
78 # pattern when its parent matches the second alternative
  /prebuilts/tools/common/api-generator/
api-generator-22.9.4.jar 
api-generator-25.0.0.jar 
api-generator-26.0.0.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
bundle.s 4 # We use these macros to test each pattern at every offset from
  /tools/tradefederation/core/prod-tests/src/com/android/build/tests/
ImageStats.java 43 import java.util.regex.Pattern;
69 @Option(name = "aggregation-pattern", description = "A key value pair consists of a regex as "
72 + "pattern are grouped together for summing; this also means that a file could be "
177 protected Map<Pattern, String> processAggregationPatterns(Map<String, String> rawPatterns) {
178 Map<Pattern, String> ret = new HashMap<>();
180 Pattern p = Pattern.compile(e.getKey());
216 matcher.pattern(), marker, rawLabel);
240 Map<Pattern, String> patterns) {
248 for (Map.Entry<Pattern, String> pattern : patterns.entrySet())
    [all...]
  /bionic/tests/
glob_test.cpp 142 // The pattern we're about to pass doesn't have a trailing '/'...
211 static void CheckGlob(const char* pattern, const std::vector<std::string>& expected_matches) {
216 ASSERT_EQ(expected_result, glob(pattern, GLOB_ALTDIRFUNC, nullptr, &g)) << pattern;
  /build/blueprint/
singleton_ctx.go 69 // specified pattern but do not match any of the patterns in excludes.
72 // the pattern as added or removed, without rerunning if a file that
73 // does not match the pattern is added to a searched directory.
74 GlobWithDeps(pattern string, excludes []string) ([]string, error)
244 func (s *singletonContext) GlobWithDeps(pattern string,
246 return s.context.glob(pattern, excludes)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport_support.py 191 pattern = 'File "%s", line 2, in %s'
195 expected = pattern % (script_name, "__main__.Test")
204 expected = pattern % (run_name, "__main__.Test")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
main.py 37 -p pattern Pattern to match test files ('test*.py' default)
182 parser.add_option('-p', '--pattern', dest='pattern', default='test*.py',
183 help="Pattern to match tests ('test*.py' default)")
191 for name, value in zip(('start', 'pattern', 'top'), args):
207 pattern = options.pattern
211 self.test = loader.discover(start_dir, pattern, top_level_dir)
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 148 pattern = 'A:\s*%s\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)'
149 pattern_x = pattern % '00'
150 pattern_y = pattern % '01'
232 # Get the re search pattern for firmware_version file name
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 49 pattern = "^([^ =]*) *= *(.*[^ ]) *# [^#]*$"
52 matched = re.match(pattern, line.strip())
277 pattern = re.compile("Firmware copy: (.*)")
279 matched = pattern.match(line)
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 154 pattern = str("\\[ *(\\d+\\.\\d+)\\].*(%s: (\\d{3}) \\w{%d})" %
156 matcher = re.compile(pattern)
158 logging.info('%s', pattern)
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 83 pattern = '/usr/local/bin/equery-*'
84 cmd = CommandPrefix() + ['sh', '-c', 'echo %s' % pattern]
86 # If there was no match, we get the literal pattern string echoed back.
87 if wrappers and wrappers[0] == pattern:
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 317 final String pattern = getMessage (namespace, code);
319 // assertion: pattern != null
323 return pattern;
329 return MessageFormat.format (pattern, arguments);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java 83 private static final String kPATTERN = "PATTERN=";
108 String pattern = null; local
114 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y'
116 pattern = spec.substring(kPATTERN.length());
118 format = new SimpleDateFormat(pattern, loc);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
SimpleFormatterTest.java 272 String pattern = "{0} don't can''t '{5}''}{a' again '}'{1} to the '{end"; local
273 SimpleFormatter spf = SimpleFormatter.compile(pattern);
274 MessageFormat mf = new MessageFormat(pattern, ULocale.ROOT);

Completed in 1258 milliseconds

<<41424344454647484950>>