Home
last modified time | relevance | path

Searched defs:pattern (Results 851 – 875 of 7336) sorted by relevance

1...<<31323334353637383940>>...294

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMaxEvaluationsExceededException.java59 final String pattern, final Object ... arguments) { in MaxEvaluationsExceededException()
72 final Localizable pattern, final Object ... arguments) { in MaxEvaluationsExceededException()
H A DMaxIterationsExceededException.java59 final String pattern, final Object ... arguments) { in MaxIterationsExceededException()
72 final Localizable pattern, final Object ... arguments) { in MaxIterationsExceededException()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
H A DMathIllegalStateException.java44 public MathIllegalStateException(Localizable pattern, Object... args) { in MathIllegalStateException()
56 public MathIllegalStateException(Throwable cause, Localizable pattern, Object... args) { in MathIllegalStateException()
/aosp_15_r20/external/libxml2/example/
H A Dreader3.c30 extractFile(const char *filename, const xmlChar *pattern) { in extractFile()
76 const char *pattern = "preserved"; in main() local
/aosp_15_r20/frameworks/base/packages/StatementService/Parser/src/com/android/statementservice/parser/
H A DDalComponentParser.kt47 val pattern = buildString { in parseMatchingExpression() constant
/aosp_15_r20/external/googleapis/google/cloud/channel/v1/
H A Dproducts.proto40 pattern: "products/{product}" field
58 pattern: "products/{product}/skus/{sku}" field
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/
H A Dproducts.proto40 pattern: "products/{product}" field
58 pattern: "products/{product}/skus/{sku}" field
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
H A DSimpleGlobMatcher.kt34 val pattern = glob.replace("\\", "") constant
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dwebsecurityscanner.v1beta.json124 "pattern": "^projects/[^/]+$", string
152 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
177 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
213 "pattern": "^projects/[^/]+$", string
238 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
272 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
304 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
340 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
365 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
408 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
[all …]
Dwebsecurityscanner.v1.json124 "pattern": "^projects/[^/]+$", string
152 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
177 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
213 "pattern": "^projects/[^/]+$", string
238 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
272 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
304 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
340 "pattern": "^projects/[^/]+/scanConfigs/[^/]+$", string
365 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
408 "pattern": "^projects/[^/]+/scanConfigs/[^/]+/scanRuns/[^/]+$", string
[all …]
Dfirestore.v1beta1.json127 "pattern": "^projects/[^/]+/databases/[^/]+$", string
156 "pattern": "^projects/[^/]+/databases/[^/]+$", string
189 "pattern": "^projects/[^/]+/databases/[^/]+$", string
218 "pattern": "^projects/[^/]+/databases/[^/]+$", string
247 "pattern": "^projects/[^/]+/databases/[^/]+$", string
276 "pattern": "^projects/[^/]+/databases/[^/]+$", string
323 "pattern": "^projects/[^/]+/databases/[^/]+/documents/.*$", string
363 "pattern": "^projects/[^/]+/databases/[^/]+/documents/[^/]+/.*$", string
395 "pattern": "^projects/[^/]+/databases/[^/]+/documents/[^/]+/.*$", string
462 "pattern": "^projects/[^/]+/databases/[^/]+/documents/[^/]+/.*$", string
[all …]
Dadsense.v2.json123 "pattern": "^accounts/[^/]+$", string
188 "pattern": "^accounts/[^/]+$", string
218 "pattern": "^accounts/[^/]+/adclients/[^/]+$", string
255 "pattern": "^accounts/[^/]+$", string
285 "pattern": "^accounts/[^/]+/adclients/[^/]+/adunits/[^/]+$", string
311 "pattern": "^accounts/[^/]+/adclients/[^/]+/adunits/[^/]+$", string
348 "pattern": "^accounts/[^/]+/adclients/[^/]+$", string
385 "pattern": "^accounts/[^/]+/adclients/[^/]+/adunits/[^/]+$", string
415 "pattern": "^accounts/[^/]+/adclients/[^/]+/customchannels/[^/]+$", string
452 "pattern": "^accounts/[^/]+/adclients/[^/]+$", string
[all …]
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DRegexGlobMatcherTest.java39 protected PathMatcher matcher(String pattern) { in matcher()
45 protected PathMatcher realMatcher(String pattern) { in realMatcher()
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKLocalizedFieldPrinter.java96 public void test_localizedDayOfWeek(String pattern, String expected) { in test_localizedDayOfWeek()
123 public void test_print_WeekBasedYear(String pattern, String expectedText, LocalDate date) { in test_print_WeekBasedYear()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateSeedDurations.java52 SimpleDateFormat pattern = formats.getDateFormatFromSkeleton(numericUnit); in main() local
81 String pattern = in main() local
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/
H A Dlocker.proto77 pattern: "documents/{document}" field
94 pattern: "binders/{binder}" field
/aosp_15_r20/external/googleapis/google/cloud/apphub/v1/
H A Dservice.proto39 pattern: "projects/{project}/locations/{location}/applications/{application}/services/{service}" field
143 pattern: "projects/{project}/locations/{location}/discoveredServices/{discovered_service}" field
H A Dworkload.proto40pattern: "projects/{project}/locations/{location}/applications/{application}/workloads/{workload}" field
144 pattern: "projects/{project}/locations/{location}/discoveredWorkloads/{discovered_workload}" field
/aosp_15_r20/external/aws-sdk-java-v2/services/servicecatalogappregistry/src/main/resources/codegen-resources/
H A Dservice-2.json446 …"pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[a-z0-9]… string
452 "pattern":"[a-z0-9]+" string
458 …"pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applicati… string
533 …"pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.… string
665 …"pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\… string
697 "pattern":"[-.\\w]+" string
707 …"pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute… string
751 "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+" string
757 "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*" string
847 "pattern":"^(?!-)([a-z0-9-]+\\.)+(aws\\.internal|amazonaws\\.com(\\.cn)?)$" string
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dsre_parse.py93 def __init__(self, pattern, data=None): argument
725 def parse(str, flags=0, pattern=None): argument
759 def parse_template(source, pattern): argument
/aosp_15_r20/external/googleapis/google/cloud/servicehealth/v1/
H A Devent_resources.proto41 pattern: "projects/{project}/locations/{location}/events/{event}" field
214 pattern: "organizations/{organization}/locations/{location}/organizationEvents/{event}" field
406pattern: "organizations/{organization}/locations/{location}/organizationImpacts/{organization_impa… field
/aosp_15_r20/external/libxml2/fuzz/
H A DgenSeed.c234 processPattern(const char *pattern) { in processPattern()
316 char pattern[PATH_SIZE]; in processXPath() local
399 char pattern[PATH_SIZE]; in processXPathDir() local
/aosp_15_r20/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DMultiGroupConversionRule.java43 private final Pattern pattern; field in MultiGroupConversionRule
46 public MultiGroupConversionRule(Pattern pattern) { in MultiGroupConversionRule()
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/
H A Dresource.proto34 pattern: "projects/{project}/locations/{location}/customClasses/{custom_class}" field
59 pattern: "projects/{project}/locations/{location}/phraseSets/{phrase_set}" field
/aosp_15_r20/external/curl/lib/vtls/
H A Dhostcheck.c50 const char *pattern, size_t patternlen) in pmatch()
83 const char *pattern, in hostmatch()

1...<<31323334353637383940>>...294