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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
ldsym1.d 8 # value as _start, and will collate before _start and be chosen
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 443 schedule_node *chosen = NULL; local
449 if (!chosen || n->unblocked_time < chosen_time) {
450 chosen = n;
456 assert(chosen);
457 chosen->remove();
458 next_block_header->insert_before(chosen->inst);
471 for (int i = 0; i < chosen->child_count; i++) {
472 schedule_node *child = chosen->children[i];
475 time + chosen->child_latency[i]);
488 if (chosen->inst->is_math())
    [all...]
  /prebuilts/tools/common/m2/
Android.mk 5 # trove prebuilt. Module stem is chosen so it can be used as a static library.
  /external/dtc/tests/
run_tests.sh 540 check_tests obsolete-chosen-interrupt-controller.dts obsolete_chosen_interrupt_controller
716 run_wrap_test $DTPUT $dtb -c /chosen/son /chosen/daughter
717 run_fdtput_test "eva" $dtb /chosen/daughter name "" -ts "eva"
718 run_fdtput_test "adam" $dtb /chosen/son name "" -ts "adam"
721 run_wrap_error_test $DTPUT $dtb -c /chosen
722 run_wrap_error_test $DTPUT $dtb -c /chosen/son
736 run_wrap_test $DTPUT $dtb -cp /chosen
737 run_wrap_test $DTPUT $dtb -cp /chosen/son
743 run_wrap_test $DTPUT $dtb -c /chosen/node1 /chosen/node2 /chosen/node
    [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;
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 19 @ Make sure the architecture chosen by LLVM defaults to a compatible
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/expr/
ExprWriters.kt 54 val chosen = if (knownValues[myExpr.pred]!!) myExpr.ifTrue else myExpr.ifFalse
56 nl("$assign${chosen.toCode().generate()};")
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerNoOpUpdateTest.java 72 View chosen = mGlm.findViewByPosition(1); local
73 assertNotNull("test sanity", chosen);
  /external/android-clat/
config.c 246 in_addr_t chosen = INADDR_NONE; local
250 return chosen;
263 chosen = htonl(ipv4);
269 return chosen;
  /prebuilts/go/darwin-x86/src/math/cmplx/
sqrt.go 46 // Note that -w is also a square root of z. The root chosen
57 // The result r is chosen so that real(r) ? 0 and imag(r) has the same sign as imag(x).
  /prebuilts/go/linux-x86/src/math/cmplx/
sqrt.go 46 // Note that -w is also a square root of z. The root chosen
57 // The result r is chosen so that real(r) ? 0 and imag(r) has the same sign as imag(x).
  /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...]
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 262 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) {
263 if (!chosen.packageName.equals(toUse.packageName)) {
266 + chosen.packageName + " actual: " + toUse.packageName);
268 if (chosen.versionCode > toUse.versionCode) {
270 + "version code is lower than expected: " + chosen.versionCode
277 if (!signaturesEquals(chosen.signatures, toUse.signatures)) {
346 // Fetch package info and verify it against the chosen package
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 926 ICompletionProposal chosen = null; local
    [all...]
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 33 # is chosen so that it is just below the value that triggers the addition of +1
  /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;
  /system/bt/doc/
power_management.md 128 `BTA_DM_PM_NO_ACTION`. Only the highest power mode action is chosen from
130 - If the chosen action is `BTA_DM_PM_PARK` or `BTA_DM_PM_SNIFF` but the
134 - If the action chosen is `BTA_DM_PM_PARK`, `bta_dm_pm_park` is called,
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
142 - If the action chosen is `BTA_DM_PM_ACTIVE`, a call to `bta_dm_pm_active`
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-foundation-gicv2-psci.dts 45 chosen {
fvp-foundation-gicv2legacy-psci.dts 45 chosen {
fvp-foundation-gicv3-psci.dts 45 chosen {
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-foundation-gicv2-psci.dts 45 chosen { };

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>