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

1 2 3 4 5 6 7

  /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/base/core/tests/coretests/src/com/android/internal/app/
ResolverActivityTest.java 87 ResolveInfo[] chosen = new ResolveInfo[1]; local
89 chosen[0] = targetInfo.getResolveInfo();
99 assertThat(chosen[0], is(toChoose));
121 ResolveInfo[] chosen = new ResolveInfo[1]; local
123 chosen[0] = targetInfo.getResolveInfo();
129 assertThat(chosen[0], is(toChoose));
149 ResolveInfo[] chosen = new ResolveInfo[1]; local
151 chosen[0] = targetInfo.getResolveInfo();
166 assertThat(chosen[0], is(toChoose));
186 ResolveInfo[] chosen = new ResolveInfo[1] local
231 ResolveInfo[] chosen = new ResolveInfo[1]; local
    [all...]
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...]
  /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/com/example/android/supportv7/util/
DiffUtilActivity.java 160 String chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; local
161 while (excludes.contains(chosen)) {
162 chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)];
164 return chosen;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerNoOpUpdateTest.java 72 View chosen = mGlm.findViewByPosition(1); local
73 assertNotNull("test sanity", chosen);
GridLayoutManagerTest.java 775 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;
  /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 717 struct node *chosen; local
724 chosen = get_node_by_path(dt, "/chosen");
725 if (!chosen)
728 prop = get_property(chosen, "interrupt-controller");
730 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 3369 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 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 

Completed in 1077 milliseconds

1 2 3 4 5 6 7