/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Pick.java | 19 public abstract class Pick { class 28 private Pick pick; field in Pick.Target 31 private Multiset<Pick> stack = LinkedHashMultiset.create(); 33 public static Target make(Pick pick, Random random, Quoter quoter) { in make() argument 35 result.pick = pick; in make() 46 pick.addTo(this); in next() 49 for (Pick pick : e.target.stack.elementSet()) { in next() 50 System.out.println(pick.name + ": " + e.target.stack.count(pick)); in next() 93 public void exitStack(Pick pick) { in exitStack() argument 94 stack.remove(pick); in exitStack() [all …]
|
H A D | BNF.java | 21 private Pick pick = null; field in BNF 22 private Pick.Target target = null; 32 return pick.getInternal(0, new HashSet()); in getInternal() 106 Pick expression = (Pick) map.get(key); in complete() 114 Pick expression2 = (Pick) map.get(key2); in complete() 118 pick = (Pick) map.get("$root"); in complete() 119 target = Pick.Target.make(pick, random, quoter); in complete() 159 Pick rule = getAlternation(); in addRule() 168 protected boolean addPick(String s, Pick rule) { in addPick() 180 addPick(variable, Pick.codePoint(set)); in addSet() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestBNF.java | 12 import org.unicode.cldr.util.Pick; 79 Pick p = Pick.maybe(75,Pick.unquoted("a")); 81 p = Pick.or(new String[]{"", "a", "bb", "ccc"}); 83 p = Pick.repeat(3, 5, new int[]{20, 30, 20}, "a"); 85 p = Pick.codePoint("[a-ce]"); 87 p = Pick.codePoint("[a-ce]"); 89 p = Pick.string(2, 8, p); 92 p = Pick.or(new String[]{"", "a", "bb", "ccc"}); 93 p = Pick.and(p).and2(p).and2("&"); 101 static void testMatch(Pick p, String source) { in testMatch() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/Mips/ |
H A D | dsp-patterns-cmp-vselect.ll | 5 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 22 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 39 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 56 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 73 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 90 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 107 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 124 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 141 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 158 ; CHECK: pick.qb ${{[0-9]+}}, $7, $6 [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/ |
H A D | weighted_picker_test.cc | 43 EXPECT_EQ(picker.Pick(&rnd), -1); in TEST() 49 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 50 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 51 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 67 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 68 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 69 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 76 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 77 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() 78 EXPECT_EQ(picker.Pick(&rnd), 0); in TEST() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | bigquery_v2.datasets.html | 132 …"dataset": { # [Pick one] A grant authorizing all resources of a particular type in a pa… 143 …"domain": "A String", # [Pick one] A domain to grant access to. Any users sign… 144 …"groupByEmail": "A String", # [Pick one] An email address of a Google Group to… 145 …"iamMember": "A String", # [Pick one] Some other type of member that appears i… 147 …"routine": { # [Pick one] A routine from a different dataset to grant access to. Queries… 152 …"specialGroup": "A String", # [Pick one] A special group to grant access to. P… 153 …"userByEmail": "A String", # [Pick one] An email address of a user to grant ac… 154 …"view": { # [Pick one] A view from a different dataset to grant access to. Queries execu… 200 …"dataset": { # [Pick one] A grant authorizing all resources of a particular type in a pa… 211 …"domain": "A String", # [Pick one] A domain to grant access to. Any users sign… [all …]
|
D | cloudtasks_v2.projects.locations.queues.html | 146 …lled with new tokens based on max_dispatches_per_second. Cloud Tasks will pick the value of `max_b… 147 …sts decreases. If unspecified when the queue is created, Cloud Tasks will pick the default. The ma… 148 …om this queue. If unspecified when the queue is created, Cloud Tasks will pick the default. * The … 151 …t be >= -1. If unspecified when the queue is created, Cloud Tasks will pick the default. -1 ind… 152 …ld be retried. If unspecified when the queue is created, Cloud Tasks will pick the default. `max_b… 153 …0s, 300s, .... If unspecified when the queue is created, Cloud Tasks will pick the default. This f… 154 … is unlimited. If unspecified when the queue is created, Cloud Tasks will pick the default. `max_r… 155 …ld be retried. If unspecified when the queue is created, Cloud Tasks will pick the default. `min_b… 181 …lled with new tokens based on max_dispatches_per_second. Cloud Tasks will pick the value of `max_b… 182 …sts decreases. If unspecified when the queue is created, Cloud Tasks will pick the default. The ma… [all …]
|
/aosp_15_r20/external/mesa3d/bin/pick/ |
H A D | core_test.py | 21 """Tests for pick's core data structures and routines.""" 326 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 327 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true): 338 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 339 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_false): 350 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 361 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 372 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 383 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): 394 with mock.patch('bin.pick.core.asyncio.create_subprocess_exec', s.mock): [all …]
|
/aosp_15_r20/external/pytorch/.github/scripts/ |
H A D | cherry_pick.py | 26 parser = ArgumentParser("cherry pick a landed PR onto a release branch") 37 help="the cherry pick category", 44 help="the GitHub issue that the cherry pick fixes", 54 will only cherry pick PRs that have been merged into main 98 Create a local branch to cherry pick the commit and submit it as a pull request 137 msg = f"The cherry pick PR is at {cherry_pick_pr}" 141 … msg += f" and it is recommended to link a {classification} cherry pick PR with an issue." 159 Create a local branch and cherry pick the commit. Return the name of the local 168 cherry_pick_branch = f"cherry-pick-{pr.pr_num}-by-{github_actor}" 173 repo._run_git("cherry-pick", "-x", commit_sha) [all …]
|
/aosp_15_r20/external/executorch/.github/scripts/ |
H A D | cherry_pick.py | 33 parser = ArgumentParser("cherry pick a landed PR onto a release branch") 44 help="the cherry pick category", 51 help="the GitHub issue that the cherry pick fixes", 61 will only cherry pick PRs that have been merged into main 105 Create a local branch to cherry pick the commit and submit it as a pull request 144 msg = f"The cherry pick PR is at {cherry_pick_pr}" 148 … msg += f" and it is recommended to link a {classification} cherry pick PR with an issue." 166 Create a local branch and cherry pick the commit. Return the name of the local 175 cherry_pick_branch = f"cherry-pick-{pr.pr_num}-by-{github_actor}" 179 repo._run_git("cherry-pick", "-x", "-X", "theirs", commit_sha) [all …]
|
/aosp_15_r20/external/curl/lib/ |
H A D | headers.c | 75 struct Curl_header_store *pick = NULL; in curl_easy_header() local 94 pick = hs; in curl_easy_header() 105 hs = pick; in curl_easy_header() 134 struct Curl_llist_node *pick; in curl_easy_nextheader() local 146 pick = prev->anchor; in curl_easy_nextheader() 147 if(!pick) in curl_easy_nextheader() 150 pick = Curl_node_next(pick); in curl_easy_nextheader() 153 pick = Curl_llist_head(&data->state.httphdrs); in curl_easy_nextheader() 155 if(pick) { in curl_easy_nextheader() 158 hs = Curl_node_elem(pick); in curl_easy_nextheader() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/res/ |
H A D | ResBundleTest.java | 35 TypedResource v = resMap.pick(resName, from("v18")); in closestMatchIsPicked() 46 TypedResource v = resMap.pick(resName, from("en-v18")); in firstValIsPickedWhenNoMatch() 57 TypedResource v = resMap.pick(resName, from("v26")); in bestValIsPickedForSdkVersion() 68 TypedResource v = resMap.pick(resName, from("land-v18")); in eliminatedValuesAreNotPickedForVersion() 79 TypedResource v = resMap.pick(resName, from("v18")); in greaterVersionsAreNotPicked() 90 TypedResource v = resMap.pick(resName, from("v18")); in greaterVersionsAreNotPickedReordered() 97 // to pick the first qualifier when none of the qualifiers are a "perfect" match. in greaterVersionsAreNotPickedMoreQualifiers() 103 TypedResource v = resMap.pick(resName, from("v18")); in greaterVersionsAreNotPickedMoreQualifiers() 114 TypedResource v = resMap.pick(resName, from("v18")); in onlyMatchingVersionsQualifiersWillBePicked() 124 resMap.pick(resName, from("nosuchqualifier")); in illegalResourceQualifierThrowsException() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/ |
H A D | static_stride_scheduler_test.cc | 74 ++picks[scheduler->Pick()]; in TEST() 89 ++picks[scheduler->Pick()]; in TEST() 104 picks[i] = scheduler->Pick(); in TEST() 112 EXPECT_EQ(scheduler->Pick(), picks[i % 3]); in TEST() 128 picks.push_back(scheduler->Pick()); in TEST() 133 EXPECT_EQ(scheduler->Pick(), picks[j]); in TEST() 150 picks.push_back(scheduler->Pick()); in TEST() 153 // Rewind and make each pick with a new scheduler instance. This should give in TEST() 162 EXPECT_EQ(rebuild->Pick(), picks[i]); in TEST() 183 if (scheduler->Pick() == 2) { in TEST() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ |
H A D | RetryConfig.java | 79 * If unspecified when the queue is created, Cloud Tasks will pick the 109 * If unspecified when the queue is created, Cloud Tasks will pick the 136 * If unspecified when the queue is created, Cloud Tasks will pick the 165 * If unspecified when the queue is created, Cloud Tasks will pick the 195 * If unspecified when the queue is created, Cloud Tasks will pick the 222 * If unspecified when the queue is created, Cloud Tasks will pick the 249 * If unspecified when the queue is created, Cloud Tasks will pick the 277 * If unspecified when the queue is created, Cloud Tasks will pick the 304 * If unspecified when the queue is created, Cloud Tasks will pick the 331 * If unspecified when the queue is created, Cloud Tasks will pick the [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/ |
H A D | RetryConfig.java | 79 * If unspecified when the queue is created, Cloud Tasks will pick the 109 * If unspecified when the queue is created, Cloud Tasks will pick the 136 * If unspecified when the queue is created, Cloud Tasks will pick the 165 * If unspecified when the queue is created, Cloud Tasks will pick the 194 * If unspecified when the queue is created, Cloud Tasks will pick the 220 * If unspecified when the queue is created, Cloud Tasks will pick the 246 * If unspecified when the queue is created, Cloud Tasks will pick the 273 * If unspecified when the queue is created, Cloud Tasks will pick the 299 * If unspecified when the queue is created, Cloud Tasks will pick the 325 * If unspecified when the queue is created, Cloud Tasks will pick the [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | RELEASE.md | 93 * Q: What is cherry-pick ? 94 …pick is a process of propagating commits from the main into the release branch, utilizing git's bu… 234 …release after the release branch has been cut we typically employ the use of a cherry pick tracker. 241 **NOTE**: The cherry pick process is not an invitation to add new features, it is mainly there to f… 245 You can now use `pytorchbot` to cherry pick a PyTorch PR that has been committed 246 to the main branch using `@pytorchbot cherry-pick` command as follows. 249 usage: @pytorchbot cherry-pick --onto ONTO [--fixes FIXES] -c 252 Cherry pick a pull request onto a release branch for inclusion in a release 255 --onto ONTO Branch you would like to cherry pick onto (Example: release/2.2) 258 A machine-friendly classification of the cherry-pick reason. [all …]
|
/aosp_15_r20/external/ltp/doc/developers/ |
H A D | test_case_tutorial.rst | 273 mess that up then it may be possible to cherry pick 'dangling' commits out of 834 pick 5ca627b78 tutorial: Add a step-by-step C test tutorial 835 pick 5d93b84d8 Add statx and other syscall numbers 836 pick 6f8c16438 statx: stage 3 (Add statx01) 837 pick 98f5bc7ac statx: stage 4 838 pick 76e03d714 statx: stage 5a 839 pick bfeef7902 statx: stage 5b 840 pick 09dd2c829 statx: stage 6 841 pick 568a3f7be fixup! tutorial 842 pick 1e24a5fb5 fixup! tutorial [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | PunctuationTests.java | 58 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT, in testWordThenSpaceThenPunctuationFromKeyboardTwice() 72 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT, in testManualPickThenPunctuationFromStripTwiceThenType() 83 assertEquals("manual pick then manual pick a word with punct at start", EXPECTED_RESULT, in testManualPickThenManualPickWithPunctAtStart() 94 assertEquals("manually pick word then colon", in testManuallyPickedWordThenColon() 105 assertEquals("manually pick word then open paren", in testManuallyPickedWordThenOpenParen() 116 assertEquals("manually pick word then close paren", in testManuallyPickedWordThenCloseParen() 127 assertEquals("manually pick word then press the smiley key", in testManuallyPickedWordThenSmiley() 138 assertEquals("manually pick word then press the .com key", in testManuallyPickedWordThenDotCom() 189 // Only pick selection if that was a word, because if that was not a word, in testAutoSpaceWithDoubleQuotes()
|
D | InputLogicTests.java | 72 assertEquals("pick typed word over auto-correction then backspace", WORD_TO_PICK, in testPickAutoCorrectionThenBackspace() 75 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT, in testPickAutoCorrectionThenBackspace() 86 assertEquals("pick typed word over auto-correction then backspace", WORD_TO_TYPE, in testPickTypedWordOverAutoCorrectionThenBackspace() 89 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT, in testPickTypedWordOverAutoCorrectionThenBackspace() 101 assertEquals("pick different suggestion then backspace", WORD_TO_PICK, in testPickDifferentSuggestionThenBackspace() 104 assertEquals("pick different suggestion then backspace", EXPECTED_RESULT, in testPickDifferentSuggestionThenBackspace() 366 assertEquals("no space after manual pick", EXPECTED_RESULT, in testNoSpaceAfterManualPick() 377 assertEquals("manual pick then type", EXPECTED_RESULT, mEditText.getText().toString()); in testManualPickThenType() 387 assertEquals("manual pick then separator", EXPECTED_RESULT, mEditText.getText().toString()); in testManualPickThenSeparator() 411 assertEquals("manual pick then \\n then manual pick", EXPECTED_RESULT, in testManualPickThenStripperThenPick() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ |
H A D | RetryConfig.java | 205 * If unspecified when the queue is created, Cloud Tasks will pick the 234 * If unspecified when the queue is created, Cloud Tasks will pick the 265 * If unspecified when the queue is created, Cloud Tasks will pick the 297 * If unspecified when the queue is created, Cloud Tasks will pick the 326 * If unspecified when the queue is created, Cloud Tasks will pick the 355 * If unspecified when the queue is created, Cloud Tasks will pick the 385 * If unspecified when the queue is created, Cloud Tasks will pick the 414 * If unspecified when the queue is created, Cloud Tasks will pick the 443 * If unspecified when the queue is created, Cloud Tasks will pick the 484 * If unspecified when the queue is created, Cloud Tasks will pick the [all …]
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | PickResult.java | 56 * get pick duration 58 * @return pick duration 65 * increase pick duration. 75 * set the pick start time. 102 * check whether this pick is under searching. 111 * set whether this pick is under searching. 138 * get the mime type of the pick file. 147 * set the mime type of the pick file. 158 * @return repeatedly pick count 167 * @param times the repeatedly pick times
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 18.2.6.rst | 71 - bin/get-pick-list.sh: simplify git oneline printing 72 - bin/get-pick-list.sh: prefix output with "[stable] " 73 - bin/get-pick-list.sh: handle "typod" usecase. 74 - bin/get-pick-list.sh: handle the fixes tag 75 - bin/get-pick-list.sh: tweak the commit sha matching pattern 76 - bin/get-pick-list.sh: flesh out is_sha_nomination 77 - bin/get-pick-list.sh: handle fixes tag with missing colon 78 - bin/get-pick-list.sh: handle unofficial "broken by" tag 79 - bin/get-pick-list.sh: use test instead of [ ] 80 - bin/get-pick-list.sh: handle reverts prior to the branchpoint
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageCurves.java | 222 int pick = 0; in pickControlPoint() local 233 pick = i; in pickControlPoint() 242 return pick; in pickControlPoint() 300 int pick = mCurrentPick; in onTouchEvent() local 302 pick = pickControlPoint(posX, posY); in onTouchEvent() 303 if (pick == -1) { in onTouchEvent() 305 pick = spline.addPoint(mCurrentControlPoint); in onTouchEvent() 308 mCurrentControlPoint = spline.getPoint(pick); in onTouchEvent() 310 mCurrentPick = pick; in onTouchEvent() 313 if (spline.isPointContained(posX, pick)) { in onTouchEvent() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/ |
H A D | lb_policy.h | 155 // This approach means that if a pick modifies metadata but then we 156 // discard the pick because the subchannel is not connected, the 187 /// Called when a subchannel call is started after an LB pick. 205 /// A successful pick. 212 /// Note that if the pick is abandoned by the channel, this may never 223 /// Pick cannot be completed until something changes on the control 224 /// plane. The client channel will queue the pick and try again the 228 /// Pick failed. If the call is wait_for_ready, the client channel 238 /// Pick will be dropped with the status specified. 247 // A pick result must be one of these types. [all …]
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/ |
H A D | FuzzedDataProvider.java | 285 * @param collection the {@link Collection} to pick an element from. 306 * @param array the array to pick an element from. 318 * @param array the array to pick an element from. 329 * @param array the array to pick an element from. 340 * @param array the array to pick an element from. 351 * @param array the array to pick an element from. 362 * @param array the array to pick an element from. 373 * @param array the array to pick an element from. 384 * @param array the array to pick an element from. 395 * @param array the array to pick an element from. [all …]
|