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

<<51525354555657585960>>

  /external/tensorflow/tensorflow/core/util/
device_name_utils.h 111 static bool IsCompleteSpecification(const ParsedName& pattern,
device_name_utils_test.cc 281 static bool IsCSHelper(StringPiece pattern, StringPiece actual) {
283 EXPECT_TRUE(DeviceNameUtils::ParseFullName(pattern, &p));
306 static bool IsSpecHelper(StringPiece pattern, StringPiece actual) {
308 EXPECT_TRUE(DeviceNameUtils::ParseFullName(pattern, &p));
  /external/toolchain-utils/android_bench_suite/
fix_skia_results.py 45 "What label_name expects" meaning "we pattern match against the last few
  /external/toolchain-utils/crosperf/
machine_image_manager_unittest.py 60 def create_labels_and_duts_from_pattern(self, pattern):
63 for i, r in enumerate(pattern):
73 def check_matrix_against_pattern(self, matrix, pattern):
74 for i, s in enumerate(pattern):
  /external/vogar/src/vogar/android/
AndroidSdk.java 177 String pattern = outDir + "target/common/obj/JAVA_LIBRARIES/%s_intermediates/classes"; local
179 pattern = outDir + "host/common/obj/JAVA_LIBRARIES/%s_intermediates/classes";
181 pattern += ".jar";
187 compilationClasspath[i] = new File(String.format(pattern, jar));
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 256 const char* pattern = platform == PLATFORM_X64 ? "%s\\Bin\\VkLayer*.json" : "%s\\Bin32\\VkLayer*.json"; local
257 int filter_size = snprintf(NULL, 0, pattern, install_path) + 1;
262 snprintf(filter, filter_size, pattern, install_path);
521 const char* pattern = "SOFTWARE\\Khronos\\%s\\ExplicitLayers"; local
522 int registry_size = snprintf(NULL, 0, pattern, api_name) + 1;
524 snprintf(registry_key, registry_size, pattern, api_name);
633 const char* pattern = "%s%s-%ld-*-*-*-*%s"; local
634 int filter_size = snprintf(NULL, 0, pattern, path, name, abi_major, extension) + 1;
639 snprintf(filter, filter_size, pattern, path, name, abi_major, extension);
641 // Find all of the files that match the pattern
    [all...]
  /frameworks/av/media/libmedia/include/media/
CryptoHal.h 59 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
  /frameworks/av/media/libstagefright/include/
ACodecBufferChannel.h 77 CryptoPlugin::Pattern pattern,
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 89 * Format the specified {@code wallTime} using {@code pattern}. The output is returned.
91 public String format(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
100 formatInternal(pattern, wallTime, zoneInfo);
129 * Format the specified {@code wallTime} using {@code pattern}. The output is written to
132 private void formatInternal(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
133 CharBuffer formatBuffer = CharBuffer.wrap(pattern);
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/resource/
XmlResourcesTransformer.kt 28 import java.util.regex.Pattern
58 Pattern.compile("</?([a-zA-Z0-9.]+)"), // </{candidate} or <{candidate}
59 Pattern.compile("[a-zA-Z0-9:]+=\"([a-zA-Z0-9.\$_]+)\""), // any="{candidate}"
60 Pattern.compile(">\\s*([a-zA-Z0-9.\$_]+)<") // >{candidate}<
96 * For each pattern in [patterns] matching a portion of the string represented by [sb], applies
101 patterns: List<Pattern>,
106 for (pattern in patterns) {
110 val matcher = pattern.matcher(processedInput)
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java 65 import java.util.regex.Pattern;
313 static List<Pattern> getSubscribeLinkPatterns(Context context) {
318 List<Pattern> patterns = new ArrayList<>();
322 patterns.add(Pattern.compile(patternsArray.getString(i)));
331 static String findSubscribeLink(@NonNull List<Pattern> patterns, String response)
342 for (Pattern pattern : patterns) {
343 if (pattern.matcher(text).matches()) {
357 Pattern pattern = Pattern.compile("<" + tag + ">(.*)<\\/" + tag + ">") local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /system/extras/ksmutils/
ksminfo.c 52 uint16_t pattern; member in struct:ksm_page
286 kp->pages[kp->len].pattern =
349 if (kp->pages[i].pattern != NO_PATTERN) {
350 printf("0x%02x byte pattern: ", kp->pages[i].pattern);
  /toolchain/benchmark/
fix_skia_results.py 45 "What label_name expects" meaning "we pattern match against the last few
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
MicroBenchTest.java 47 import java.util.regex.Pattern;
65 private final static Pattern SLEEP_PATTERN = Pattern.compile(
67 private final static Pattern MEMSET_PATTERN = Pattern.compile(
69 private final static Pattern MEMCPY_PATTERN = Pattern.compile(
71 private final static Pattern MEMREAD_PATTERN = Pattern.compile(
143 private Pattern mPattern
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 70 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
81 # define re_compile_pattern(pattern, length, bufp) \
82 __re_compile_pattern (pattern, length, bufp)
172 /* This must be nonzero for the wordchar and notwordchar pattern
413 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
431 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
498 the range 0 to one less than the pattern buffer's re_nsub
508 pattern buffer, and one byte with the number of inner groups,
651 /* Common operations on the compiled pattern. *
2295 CHAR_T *pattern, *COMPILED_BUFFER_VAR; local
4558 UCHAR_T *pattern = (UCHAR_T*)bufp->buffer; local
4561 UCHAR_T *pattern = bufp->buffer; local
5574 UCHAR_T *pattern, *p; local
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 156 // This is a pattern-of-last-resort used when we can't load a usable pattern out
222 -1, // (no pattern character currently) - UDAT_TIME_SEPARATOR_FIELD
399 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
401 : fPattern(pattern),
419 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
422 : fPattern(pattern),
443 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
446 : fPattern(pattern),
465 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
    [all...]
msgfmt.cpp 17 * 06/11/97 helena Fixed addPattern to take the pattern correctly.
18 * 06/17/97 helena Fixed the getPattern to return the correct pattern.
230 // Creates a MessageFormat instance based on the pattern.
232 MessageFormat::MessageFormat(const UnicodeString& pattern,
250 applyPattern(pattern, success);
253 MessageFormat::MessageFormat(const UnicodeString& pattern,
272 applyPattern(pattern, success);
275 MessageFormat::MessageFormat(const UnicodeString& pattern,
295 applyPattern(pattern, parseError, success);
481 // Applies the new pattern and returns an error if the patter
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script.cc 1906 std::string pattern; member in struct:gold::Version_expression
2262 std::string pattern = exp.pattern; local
2429 std::string pattern = expression.pattern; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 
  /external/libtextclassifier/
model_generated.h 38 struct Pattern;
831 typedef Pattern TableType;
833 std::string pattern; member in struct:libtextclassifier2::RegexModel_::PatternT
847 struct Pattern FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
861 const flatbuffers::String *pattern() const { function in struct:libtextclassifier2::RegexModel_::FLATBUFFERS_FINAL_CLASS
884 verifier.Verify(pattern()) &&
895 static flatbuffers::Offset<Pattern> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PatternT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
902 fbb_.AddOffset(Pattern::VT_COLLECTION_NAME, collection_name);
904 void add_pattern(flatbuffers::Offset<flatbuffers::String> pattern) {
905 fbb_.AddOffset(Pattern::VT_PATTERN, pattern)
1045 std::string pattern; member in struct:libtextclassifier2::DatetimeModelPattern_::RegexT
1059 const flatbuffers::String *pattern() const { function in struct:libtextclassifier2::DatetimeModelPattern_::FLATBUFFERS_FINAL_CLASS
1257 std::string pattern; member in struct:libtextclassifier2::DatetimeModelExtractorT
1276 const flatbuffers::String *pattern() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]
  /build/blueprint/bootstrap/bpglob/
bpglob.go 36 flag.Var(&excludes, "e", "pattern to exclude from results")
  /build/kati/
shellutil_test.go 72 m, ok := matchExpr(expr{tc.sharg}, b.pattern)
  /build/soong/android/
singleton.go 64 // GlobWithDeps returns a list of files that match the specified pattern but do not match any
66 // builder whenever a file matching the pattern as added or removed, without rerunning if a
67 // file that does not match the pattern is added to a searched directory.
68 GlobWithDeps(pattern string, excludes []string) ([]string, error)
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 44 import java.util.regex.Pattern;
52 private static final Pattern LINKIFY_TEST_PATTERN = Pattern.compile(
53 "(test:)?[a-zA-Z0-9]+(\\.pattern)?");
172 text = "google.pattern, test:AZ0101.pattern";
177 assertEquals("test:google.pattern", spans[0].getURL());
178 assertEquals("test:AZ0101.pattern", spans[1].getURL());
185 assertEquals("google.pattern", spans[0].getURL());
186 assertEquals("test:AZ0101.pattern", spans[1].getURL())
397 Pattern pattern = Pattern.compile("\\\\b((http|https):\/\/)?android\\\\.com+\\\\b"); local
412 Pattern pattern = Pattern.compile("\\\\b((http|https):\/\/)?android\\\\.com+\\\\b"); local
428 Pattern pattern = Pattern.compile("\\\\b((http|https):\/\/)?android\\\\.com+\\\\b"); local
443 Pattern pattern = Pattern.compile("\\\\b((http|https):\/\/)?android\\\\.com+\\\\b"); local
    [all...]

Completed in 1474 milliseconds

<<51525354555657585960>>