Home
last modified time | relevance | path

Searched +full:balanced +full:- +full:match (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/oss-fuzz/infra/cifuzz/
Dpackage-lock.json16 "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz",
17 …"integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+o…
20 "@actions/http-client": "^1.0.11",
23 "tmp-promise": "^2.0.2"
28 "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz",
29 …"integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51O…
31 "@actions/http-client": "^1.0.11"
34 "node_modules/@actions/http-client": {
36 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
37 …"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvn…
[all …]
/external/jsoup/src/main/java/org/jsoup/parser/
DTokenQueue.java15 private static final char ESC = '\\'; // escape char for chomp balanced.
35 return queue.length() - pos; in remainingLength()
49 * Tests if the next characters on the queue match the sequence. Case insensitive.
51 * @return true if the next characters match.
58 Tests if the next characters match any of the sequences. Case insensitive.
82 …* Tests if the queue matches the sequence (as with match), and if they do, removes the matched str…
129 * throw an illegal state exception -- but you should be running match() against that condition.
136 throw new IllegalStateException("Queue did not match expected sequence"); in consume()
145 …* Pulls a string off the queue, up to but exclusive of the match sequence, or to the queue running…
151 if (offset != -1) { in consumeTo()
[all …]
/external/libcups/vcnet/regex/
Dregerror.c39 REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match",
45 REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced",
46 REG_EPAREN, "REG_EPAREN", "parentheses not balanced",
47 REG_EBRACE, "REG_EBRACE", "braces not balanced",
51 REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid",
53 REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug",
55 -1, "", "*** unknown regexp error code ***",
59 - regerror - the interface to error numbers
79 for (r = rerrs; r->code >= 0; r++) in regerror()
80 if (r->code == target) in regerror()
[all …]
Dregex.38 regcomp, regexec, regerror, regfree \- regular-expression library
36 transforms error codes from either into human-readable messages,
39 frees any dynamically-allocated storage used by the internal form
48 the former for compiled internal forms and the latter for match reporting.
96 Compile for newline-sensitive matching.
100 `[^' bracket expressions and `.' never match newline,
139 fails, it returns a non-zero error code;
160 the NUL-terminated string pointed to by
165 any other end-of-line marker is considered to have been removed
173 is not the beginning of a line, so the `^' anchor should not match before it.
[all …]
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DRopeByteStringTest.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
69 expectedHashCode = -1214197238; in setUp()
74 // minLength should match the Fibonacci sequence in testMinLength()
112 assertWithMessage("%s underlying bytes must match after balancing", classUnderTest) in testBalance()
116 assertWithMessage("%s balanced string must equal flat string", classUnderTest) in testBalance()
119 assertWithMessage("%s flat string must equal balanced string", classUnderTest) in testBalance()
122 assertWithMessage("%s balanced string must have same hash code as flat string", classUnderTest) in testBalance()
147 assertWithMessage("%s unicode bytes must match", classUnderTest) in testToString()
179 assertWithMessage("%s unicode bytes must match", classUnderTest) in testCharsetToString()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DRopeByteStringTest.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
69 expectedHashCode = -1214197238; in setUp()
74 // minLength should match the Fibonacci sequence in testMinLength()
112 assertWithMessage("%s underlying bytes must match after balancing", classUnderTest) in testBalance()
116 assertWithMessage("%s balanced string must equal flat string", classUnderTest) in testBalance()
119 assertWithMessage("%s flat string must equal balanced string", classUnderTest) in testBalance()
122 assertWithMessage("%s balanced string must have same hash code as flat string", classUnderTest) in testBalance()
147 assertWithMessage("%s unicode bytes must match", classUnderTest) in testToString()
179 assertWithMessage("%s unicode bytes must match", classUnderTest) in testCharsetToString()
/external/llvm/lib/Support/
Dregerror.c1 /*-
59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
73 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
79 - llvm_regerror - the interface to error numbers
95 for (r = rerrs; r->code != 0; r++) in llvm_regerror()
96 if (r->code == target) in llvm_regerror()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
Dregerror.c1 /*-
59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
73 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
79 - llvm_regerror - the interface to error numbers
95 for (r = rerrs; r->code != 0; r++) in llvm_regerror()
96 if (r->code == target) in llvm_regerror()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregerror.c1 /*-
59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
73 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
79 - llvm_regerror - the interface to error numbers
95 for (r = rerrs; r->code != 0; r++) in llvm_regerror()
96 if (r->code == target) in llvm_regerror()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregerror.c1 /*-
59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
73 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
79 - llvm_regerror - the interface to error numbers
95 for (r = rerrs; r->code != 0; r++) in llvm_regerror()
96 if (r->code == target) in llvm_regerror()
[all …]
/external/cronet/third_party/apache-portable-runtime/src/strings/
Dapr_fnmatch.c8 * http://www.apache.org/licenses/LICENSE-2.0
18 /* Derived from The Open Group Base Specifications Issue 7, IEEE Std 1003.1-2008
26 * character CONTINUES to specify a non-matching list; 2. an explicit <period> '.'
27 * in a bracket expression matching list, e.g. "[.abc]" does NOT match a leading
28 * <period> in a filename; 3. a <left-square-bracket> '[' which does not introduce
30 * number of consecutive slashes within pattern and string will NOT match;
38 * hyphen following a valid range expression will match only the ordinary
39 * <hyphen> and the ending character (e.g. "[a-m-z]" will match characters
40 * 'a' through 'm', a <hyphen> '-', or a 'z').
43 * Notably, non-POSIX locales with FNM_CASEFOLD produce undefined results,
[all …]
/external/skia/include/android/
DSkImageAndroid.h4 * Use of this source code is governed by a BSD-style license that can be
71 * draws to a gpu-target will come from that texture (and not by looking at the original image
77 * All successful calls must be balanced by an equal number of calls to UnpinTexture().
81 * - all drawing, pinning, unpinning must happen in the same thread as the GrContext.
88 * The balancing call to a successful invocation of PinAsTexture. When a balanced
95 * The context passed to unpin must match the one passed to pin.
/external/kotlinx.serialization/integration-test/kotlin-js-store/
Dyarn.lock5 ansi-colors@4.1.1:
7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344…
8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX…
10 ansi-regex@^5.0.1:
12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b…
13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM…
15 ansi-styles@^4.0.0, ansi-styles@^4.1.0:
17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a…
18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ…
20 color-convert "^2.0.1"
[all …]
/external/kotlinx.serialization/kotlin-js-store/
Dyarn.lock5 ansi-colors@4.1.1:
7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344…
8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX…
10 ansi-regex@^5.0.1:
12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b…
13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM…
15 ansi-styles@^4.0.0, ansi-styles@^4.1.0:
17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a…
18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ…
20 color-convert "^2.0.1"
[all …]
/external/webrtc/call/adaptation/
Dvideo_stream_adapter.h4 * Use of this source code is governed by a BSD-style license
78 // rate; adaptation is refused to avoid "double-adapting".
108 // has to match VideoStreamAdapter::adaptation_validation_id_ when applied.
154 // dropping. Does nothing if the degradation preference is not BALANCED or
155 // MAINTAIN_FRAMERATE. In the case of BALANCED, it will try twice to reduce
208 // if the degradation preference is BALANCED.
231 // Decides the next adaptation target in DegradationPreference::BALANCED.
238 // https://w3c.github.io/mst-content-hint/#dom-rtcdegradationpreference
Dvideo_stream_adapter.cc4 * Use of this source code is governed by a BSD-style license
54 // match the target. We pick 12/5 of the target. in GetIncreasedMaxPixelsWanted()
57 // the new target - or 12/5 - assuming the target is adjusted according to in GetIncreasedMaxPixelsWanted()
117 case DegradationPreference::BALANCED: in FilterRestrictionsByDegradationPreference()
137 // - VideoSourceRestrictor::DecreaseResolution() sets the max_pixels_per_frame()
139 // - VideoSourceRestrictor::IncreaseResolutionTo() sets the
243 BroadcastVideoRestrictionsUpdate(input_state_provider_->InputState(), in ClearRestrictions()
291 degradation_preference == DegradationPreference::BALANCED || in SetDegradationPreference()
292 degradation_preference_ == DegradationPreference::BALANCED; in SetDegradationPreference()
298 BroadcastVideoRestrictionsUpdate(input_state_provider_->InputState(), in SetDegradationPreference()
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DTargetPoolOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30-defined URL for the resource. This field is applicable only when the containing target pool is se…
42-defined URL for the resource. This field is applicable only when the containing target pool is se…
54-defined URL for the resource. This field is applicable only when the containing target pool is se…
141 …he primary pool is at or below this number, traffic arriving at the load-balanced IP will be direc…
153 …he primary pool is at or below this number, traffic arriving at the load-balanced IP will be direc…
330-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
342-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
354-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
404 * [Output Only] Server-defined URL for the resource.
[all …]
DForwardingRuleOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30- When the target is set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress…
42- When the target is set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress…
54- When the target is set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress…
67 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur…
80 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur…
93 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur…
107 …is field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load…
119 …is field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load…
469 …er every request to modify or update labels. You must always provide an up-to-date fingerprint has…
[all …]
DTargetPool.java8 * https://www.apache.org/licenses/LICENSE-2.0
103 …* 2-tuple hash on packet's source and destination IP addresses. Connections from the same source I…
113 …* 1-tuple hash only on packet's source IP address. Connections from the same source IP address wil…
123 …* 5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destin…
133 …* 3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for t…
179 UNRECOGNIZED(-1),
196 …* 2-tuple hash on packet's source and destination IP addresses. Connections from the same source I…
206 …* 1-tuple hash only on packet's source IP address. Connections from the same source IP address wil…
216 …* 5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destin…
226 …* 3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for t…
[all …]
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
53 * <p>Most of the operation here is inspired by the now-famous paper <a
54 ….org/web/20060202015456/http://www.cs.ubc.ca/local/reading/proceedings/spe91-95/spe/vol25/issue12/…
55 * BAP95 </a> Ropes: an Alternative to Strings hans-j. boehm, russ atkinson and michael plass
62 * relative to their depth cause a tree rebalance. More precisely, a tree of depth d is "balanced"
63 * in the terminology of BAP95 if its length is at least F(d+2), where F(n) is the n-th Fibonacci
71 * BAP95. Let Fn be the nth Fibonacci number. A {@link RopeByteString} of depth n is "balanced",
72 * i.e flat enough, if its length is at least Fn+2, e.g. a "balanced" {@link RopeByteString} of
79 * <p>For 32-bit integers, this array has length 46.
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
53 * <p>Most of the operation here is inspired by the now-famous paper <a
54 ….org/web/20060202015456/http://www.cs.ubc.ca/local/reading/proceedings/spe91-95/spe/vol25/issue12/…
55 * BAP95 </a> Ropes: an Alternative to Strings hans-j. boehm, russ atkinson and michael plass
62 * relative to their depth cause a tree rebalance. More precisely, a tree of depth d is "balanced"
63 * in the terminology of BAP95 if its length is at least F(d+2), where F(n) is the n-th Fibonacci
71 * BAP95. Let Fn be the nth Fibonacci number. A {@link RopeByteString} of depth n is "balanced",
72 * i.e flat enough, if its length is at least Fn+2, e.g. a "balanced" {@link RopeByteString} of
79 * <p>For 32-bit integers, this array has length 46.
[all …]
/external/llvm/unittests/Support/
DRegexTest.cpp1 //===- llvm/unittest/Support/RegexTest.cpp - Regex tests --===//
8 //===----------------------------------------------------------------------===//
22 Regex r1("^[0-9]+$"); in TEST_F()
23 EXPECT_TRUE(r1.match("916")); in TEST_F()
24 EXPECT_TRUE(r1.match("9")); in TEST_F()
25 EXPECT_FALSE(r1.match("9a")); in TEST_F()
28 Regex r2("[0-9]+"); in TEST_F()
29 EXPECT_TRUE(r2.match("aa216b", &Matches)); in TEST_F()
33 Regex r3("[0-9]+([a-f])?:([0-9]+)"); in TEST_F()
34 EXPECT_TRUE(r3.match("9a:513b", &Matches)); in TEST_F()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcompute_beta.globalForwardingRules.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.globalForwardingRules.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.forwardingRules.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]

1234567891011