HomeSort by relevance Sort by last modified time
    Searched defs:chosen (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/libtextclassifier/
text-classifier_test.cc 1086 std::vector<int> chosen; local
1104 std::vector<int> chosen; local
1120 std::vector<int> chosen; local
1136 std::vector<int> chosen; local
1154 std::vector<int> chosen; local
    [all...]
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
Camera2Activity.java 92 final String chosen = cameraIds[0]; local
94 manager.openCamera(chosen, new CameraDevice.StateCallback() {
98 chosen);
99 Log.i(TAG, "Camera " + chosen + " is opened");
105 chosen);
106 Log.i(TAG, "Camera " + chosen + " is disconnected");
112 " Camera " + chosen + " experienced error " + i);
113 Log.e(TAG, "Camera " + chosen + " onError called with error " + i);
  /external/android-clat/
config.c 249 in_addr_t chosen = INADDR_NONE; local
253 return chosen;
266 chosen = htonl(ipv4);
272 return chosen;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 169 List<Location> chosen = new ArrayList<Location>(); local
173 chosen.add(absLocation);
176 return chosen.isEmpty() ? locations : chosen;
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
DiffUtilActivity.java 161 String chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; local
162 while (excludes.contains(chosen)) {
163 chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)];
165 return chosen;
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerNoOpUpdateTest.java 72 View chosen = mGlm.findViewByPosition(1); local
73 assertNotNull("test sanity", chosen);
GridLayoutManagerTest.java 809 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); local
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.c 289 int chosen = 0; local
291 temp.num = chosen;
301 chosen = getrandom(rd, b->listsize);
302 temp.num = chosen;
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
ChooserActivityTest.java 113 ResolveInfo[] chosen = new ResolveInfo[1]; local
115 chosen[0] = targetInfo.getResolveInfo();
123 assertThat(chosen[0], is(toChoose));
178 ResolveInfo[] chosen = new ResolveInfo[1]; local
180 chosen[0] = targetInfo.getResolveInfo();
194 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0)));
217 ResolveInfo[] chosen = new ResolveInfo[1]; local
219 chosen[0] = targetInfo.getResolveInfo();
232 assertThat(chosen[0], is(toChoose));
256 ResolveInfo[] chosen = new ResolveInfo[1] local
293 ResolveInfo[] chosen = new ResolveInfo[1]; local
    [all...]
ResolverActivityTest.java 90 ResolveInfo[] chosen = new ResolveInfo[1]; local
92 chosen[0] = targetInfo.getResolveInfo();
102 assertThat(chosen[0], is(toChoose));
152 ResolveInfo[] chosen = new ResolveInfo[1]; local
154 chosen[0] = targetInfo.getResolveInfo();
160 assertThat(chosen[0], is(toChoose));
180 ResolveInfo[] chosen = new ResolveInfo[1]; local
182 chosen[0] = targetInfo.getResolveInfo();
197 assertThat(chosen[0], is(toChoose));
217 ResolveInfo[] chosen = new ResolveInfo[1] local
262 ResolveInfo[] chosen = new ResolveInfo[1]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_schedule.c 465 struct schedule_node *chosen = NULL; local
476 if (!chosen) {
477 chosen = n;
486 !locks_scoreboard(chosen->inst)) {
487 chosen = n;
490 locks_scoreboard(chosen->inst)) {
494 /* If we would block on the previously chosen node, but would
497 if (chosen->unblocked_time > state->time &&
498 n->unblocked_time < chosen->unblocked_time) {
499 chosen = n
641 struct schedule_node *chosen = choose_instruction(state); local
    [all...]
vc4_qpu_schedule.c 575 struct schedule_node *chosen = NULL; local
652 if (!chosen) {
653 chosen = n;
659 chosen = n;
665 if (n->delay > chosen->delay) {
666 chosen = n;
668 } else if (n->delay < chosen->delay) {
673 return chosen;
913 struct schedule_node *chosen = local
922 uint64_t inst = chosen ? chosen->inst->inst : qpu_NOP()
    [all...]
  /external/tpm2/
RSAKeySieve.c 115 // The chosen bit is in the byte that was just accessed
555 // the one bits in the field is chosen for testing with Miller-Rabin. If the value is prime, pnP is updated with
557 // is chosen and tested. This process repeats until all values in the field have been checked. If all bits in the
559 // to be chosen.
577 INT32 chosen; local
624 chosen = FindNthSetBit(defaultFieldSize, field,((first % ones) + 1));
625 if(chosen >= ((defaultFieldSize) * 8))
628 BN_add_word(bnP, chosen * 2);
639 BN_sub_word(bnP, chosen * 2);
641 ClearBit(field, chosen);
    [all...]
  /external/dtc/
checks.c 940 struct node *chosen; local
947 chosen = get_node_by_path(dt, "/chosen");
948 if (!chosen)
951 prop = get_property(chosen, "interrupt-controller");
953 FAIL(c, dti, "/chosen has obsolete \"interrupt-controller\" "
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 190 int chosen = Hashing.consistentHash(h, shards); local
191 if (chosen != last) {
193 last = chosen;
  /external/curl/lib/
url.c 1052 struct connectdata *chosen = 0; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 926 ICompletionProposal chosen = null; local
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 

Completed in 449 milliseconds

1 2 3 4 5 6 7 8