| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-port.h | 662 RE(const RE& other) { Init(other.pattern()); } 675 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/protobuf/gtest/src/ |
| gtest-internal-inl.h | 446 // Returns true iff the wildcard pattern matches the string. The 447 // first ':' or '\0' character in pattern marks the end of it. 451 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /external/python/cpython2/Lib/lib2to3/ |
| fixer_util.py | 221 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 223 if pattern.match(parent, results) and results["node"] is node:
|
| /external/python/cpython2/Lib/ |
| shutil.py | 140 for pattern in patterns: 141 ignored_names.extend(fnmatch.filter(names, pattern))
|
| /external/python/cpython3/Lib/lib2to3/ |
| fixer_util.py | 242 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 244 if pattern.match(parent, results) and results["node"] is node:
|
| /external/scapy/scapy/layers/ |
| dot11.py | 401 pattern="", ignorepattern=""): 404 self.ptrn = re.compile(pattern.encode())
|
| /external/skia/src/ports/ |
| SkFontMgr_android.cpp | 238 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { 239 return static_cast<SkTypeface_AndroidSystem*>(this->matchStyleCSS3(pattern));
|
| /external/skqp/src/ports/ |
| SkFontMgr_android.cpp | 238 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { 239 return static_cast<SkTypeface_AndroidSystem*>(this->matchStyleCSS3(pattern));
|
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| gtest-internal-inl.h | 378 // Returns true iff the wildcard pattern matches the string. The 379 // first ':' or '\0' character in pattern marks the end of it. 383 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
| dataset_serialization_test_base.py | 673 pattern = prefix + "*" 674 files = gfile.Glob(pattern)
|
| /external/tensorflow/tensorflow/contrib/graph_editor/ |
| select.py | 666 if regex.pattern.startswith("(?#ts)"): 668 if restrict_ops_regex and not regex.pattern.startswith("(?#ops)"): 732 if regex.pattern.startswith("(?#ops)"): 734 if restrict_ts_regex and not regex.pattern.startswith("(?#ts)"):
|
| /external/tensorflow/tensorflow/tools/graph_transforms/ |
| sparsify_gather.cc | 227 const TransformFuncContext& context, const OpTypePattern& pattern, 256 current_graph_def, pattern, 264 // The captured subgraph should be of the following pattern:
|
| /external/toybox/generated/ |
| globals.h | 376 char *file, *pattern; member in struct:stat_data 1308 // processed pattern list 1309 struct double_list *pattern; member in struct:sed_data
|
| /external/v8/testing/gtest/src/ |
| gtest-internal-inl.h | 387 // Returns true iff the wildcard pattern matches the string. The 388 // first ':' or '\0' character in pattern marks the end of it. 392 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest-internal-inl.h | 386 // Returns true iff the wildcard pattern matches the string. The 387 // first ':' or '\0' character in pattern marks the end of it. 391 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /external/walt/docs/ |
| AudioLatency.md | 22 WALT app follows this pattern.
|
| /frameworks/av/media/libstagefright/ |
| ACodecBufferChannel.cpp | 109 const uint8_t *iv, CryptoPlugin::Mode mode, CryptoPlugin::Pattern pattern, 146 result = mCrypto->decrypt(key, iv, mode, pattern,
|
| /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
| UiSelector.java | 22 import java.util.regex.Pattern; 102 static UiSelector patternBuilder(UiSelector container, UiSelector pattern) { 104 new UiSelector().containerSelector(container).patternSelector(pattern)); 134 return buildSelector(SELECTOR_TEXT_REGEX, Pattern.compile(regex)); 186 return buildSelector(SELECTOR_CLASS_REGEX, Pattern.compile(regex)); 238 return buildSelector(SELECTOR_DESCRIPTION_REGEX, Pattern.compile(regex)); 303 return buildSelector(SELECTOR_RESOURCE_ID_REGEX, Pattern.compile(regex)); 581 return buildSelector(SELECTOR_PACKAGE_NAME_REGEX, Pattern.compile(regex)); 653 Pattern getPattern(int criterion) { 654 return (Pattern) mSelectorAttributes.get(criterion, null) [all...] |
| /frameworks/base/core/java/android/widget/ |
| DatePickerSpinnerDelegate.java | 460 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), "yyyyMMMdd"); local 461 char[] order = ICU.getDateFormatOrder(pattern);
|
| /frameworks/base/media/jni/ |
| android_media_MediaCodec.cpp | 355 const CryptoPlugin::Pattern &pattern, 360 index, offset, subSamples, numSubSamples, key, iv, mode, pattern, 1445 CryptoPlugin::Pattern pattern; local [all...] |
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
| EnableZenModeDialog.java | 498 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); 499 final CharSequence formattedTime = DateFormat.format(pattern, nextAlarm);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| QuickStatusBarHeader.java | 591 String pattern = android.text.format.DateFormat local 593 return android.text.format.DateFormat.format(pattern, info.getTriggerTime()).toString();
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| IpConnectivityEventBuilder.java | 392 String pattern = IFNAME_PREFIXES[i]; local 393 if (ifname.startsWith(pattern)) {
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
| SyntheticPasswordTests.java | 330 final String PATTERN = "123654"; 342 mLocalService.setLockCredentialWithToken(PATTERN, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, 347 PasswordMetrics metric = PasswordMetrics.computeForPassword(PATTERN); 352 PATTERN, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, 0, PRIMARY_USER_ID) 359 final String PATTERN = "123654"; 373 mLocalService.setLockCredentialWithToken(PATTERN, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, 377 PATTERN, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, 0, PRIMARY_USER_ID) 384 final String PATTERN = "123654"; 397 mService.setLockCredential(PATTERN, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, PASSWORD, 467 final String pattern = "1236" local [all...] |
| /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
| LayoutFileParser.java | 419 private List<Node> get(Document doc, XPath xPath, String pattern) 421 final XPathExpression expr = xPath.compile(pattern);
|