| /development/build/ |
| Android.mk | 165 --pattern $(TOPDIR)prebuilts/tools/common/api-versions/android-%/android.jar \ 166 --pattern $(TOPDIR)prebuilts/sdk/%/android.jar \
|
| /development/vndk/snapshot/ |
| update.py | 87 logger().info('Fetching {pattern} from {branch} (bid: {build})'.format( 88 pattern=artifact_pattern, branch=branch, build=build))
|
| /development/vndk/tools/sourcedr/sourcedr/blueprint/ |
| blueprint.py | 343 '(' + pattern + ')' for _, pattern in LEXER_PATTERNS)) 759 def glob_sub_files(pattern, sub_file_name): 760 """List the sub file paths that match with the pattern with 763 for path in glob.glob(pattern):
|
| /device/google/marlin/camera/QCamera2/HAL/ |
| QCameraParametersIntf.h | 149 int32_t setFrameSkip(enum msm_vfe_frame_skip_pattern pattern);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
| msilib.py | 565 def glob(self, pattern, exclude = None):
567 glob pattern. Individual files can be excluded in the exclude list."""
568 files = glob.glob1(self.absolute, pattern)
580 def removefile(self, key, pattern):
582 add_data(self.db, "RemoveFile", [(self.component+key, self.component, pattern, self.logical, 2)])
|
| /external/ImageMagick/coders/ |
| Make.com | 88 $call Make pattern.c 156 meta,miff,mpc,mpr,msl,mpeg,mono,mtv,mvg,null,otb,pattern,pcd,pcl,pcx,pdb, -
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| MathUtils.java | 131 * @param pattern the pattern to use for any thrown exception. 137 private static long addAndCheck(long a, long b, Localizable pattern) { 141 ret = addAndCheck(b, a, pattern); 151 throw MathRuntimeException.createArithmeticException(pattern, a, b); 165 throw MathRuntimeException.createArithmeticException(pattern, a, b); [all...] |
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| XSLTAttributeDef.java | 214 // <!-- Used for the type of an attribute value that is a pattern.--> 819 * an XPath match pattern value. 825 * @param value A match pattern string. 827 * @return An XPath pattern that may be used to evaluate the XPath. 830 * {@link javax.xml.transform.TransformerException} if the match pattern 841 XPath pattern = handler.createMatchPatternXPath(value, owner); local 843 return pattern; 1172 XPath pattern = local [all...] |
| /external/brotli/ |
| setup.py | 46 test_suite = test_loader.discover('python', pattern='*_test.py')
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| logcat_monitor.py | 99 logger.debug('Waiting %d seconds for "%s"', timeout, success_regex.pattern)
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| RuleBasedNumberFormat.java | 504 * <td style="width: 166; vertical-align: top;">a DecimalFormat pattern</td> 506 * DecimalFormat with the specified pattern. The pattern must begin with 0 or #.</td> 616 * filled in if the rule set never uses a DecimalFormat pattern. 1579 String pattern = getPattern(locale, NUMBERSTYLE); local [all...] |
| /external/icu/icu4c/source/i18n/unicode/ |
| rbnf.h | 502 * <td>a DecimalFormat pattern</td> 504 * DecimalFormat with the specified pattern. The pattern must begin with 0 or #.</td> [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| dcfmapts.cpp | 125 const UnicodeString pattern("#,##0.# FF"); 126 DecimalFormat pat(pattern, status); 128 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)"); 140 DecimalFormat cust1(pattern, symbols, status); 142 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)"); 146 DecimalFormat cust2(pattern, *symbols, status); 148 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)"); 336 logln((UnicodeString)"Pattern is " + funkyPat); 340 logln((UnicodeString)"Localized pattern is " + locPat); 347 logln((UnicodeString)"Applying pattern " + p1) [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| RuleBasedNumberFormat.java | 503 * <td style="width: 166; vertical-align: top;">a DecimalFormat pattern</td> 505 * DecimalFormat with the specified pattern. The pattern must begin with 0 or #.</td> 619 * filled in if the rule set never uses a DecimalFormat pattern. 1617 String pattern = getPattern(locale, NUMBERSTYLE); local [all...] |
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| logcat_monitor.py | 92 logging.debug('Waiting %d seconds for "%s"', timeout, success_regex.pattern)
|
| /external/ltp/testcases/kernel/io/disktest/ |
| main.h | 130 /* Pattern Flags */ 131 #define CLD_FLG_RPTYPE 0x0000000000010000ULL /* random pattern */ 132 #define CLD_FLG_FPTYPE 0x0000000000020000ULL /* fixed pattern */ 133 #define CLD_FLG_CPTYPE 0x0000000000040000ULL /* counting pattern */ 134 #define CLD_FLG_LPTYPE 0x0000000000080000ULL /* lba pattern */ 211 OFF_T pattern; /* pattern data */ member in struct:child_args
|
| /external/python/cpython2/Lib/lib2to3/tests/ |
| test_main.py | 29 self.fail("regexp %s MATCHED text %r" % (regexp.pattern, text))
|
| /external/python/cpython2/Tools/msi/ |
| msilib.py | 560 def glob(self, pattern, exclude = None): 562 glob pattern. Individual files can be excluded in the exclude list.""" 563 files = glob.glob1(self.absolute, pattern) 575 def removefile(self, key, pattern): 577 add_data(self.db, "RemoveFile", [(self.component+key, self.component, pattern, self.logical, 2)])
|
| /external/python/cpython3/Lib/test/ |
| test_dbm.py | 180 def load_tests(loader, tests, pattern):
|
| /external/robolectric/v1/lib/main/ |
| commons-codec-1.6.jar | |
| /external/swiftshader/third_party/LLVM/utils/Misc/ |
| zkill | 23 def re_full_match(pattern, str): 24 m = re.match(pattern, str)
|
| /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
| graph_io_test.py | 54 def _mock_glob(self, pattern): 55 if _VALID_FILE_PATTERN == pattern: 57 if _VALID_FILE_PATTERN_2 == pattern: 59 self.assertEqual(_INVALID_FILE_PATTERN, pattern)
|
| /external/tensorflow/tensorflow/core/platform/cloud/ |
| gcs_file_system.h | 73 Status GetMatchingPaths(const string& pattern,
|
| /external/v8/src/builtins/ |
| builtins-constructor.cc | 415 Node* pattern, 446 literal_index, pattern, flags)); 457 Node* pattern = Parameter(FastCloneRegExpDescriptor::kPattern); local 461 Return(EmitFastCloneRegExp(closure, literal_index, pattern, flags, context));
|
| /external/v8/src/inspector/ |
| v8-debugger-agent-impl.h | 167 Response setBlackboxPattern(const String16& pattern);
|