/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCameraManagerTest.java | 30 private final CameraCharacteristics characteristics = field in ShadowCameraManagerTest 36 shadowOf(cameraManager).addCamera(null, characteristics); in testAddCameraNullCameraId() 55 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testAddCameraExistingId() 58 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testAddCameraExistingId() 72 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraIdListSingleCamera() 79 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraIdListInOrderOfAdd() 80 shadowOf(cameraManager).addCamera(CAMERA_ID_1, characteristics); in testGetCameraIdListInOrderOfAdd() 108 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraCharacteristicsRecognizedCameraId() 110 assertThat(cameraManager.getCameraCharacteristics(CAMERA_ID_0)).isSameAs(characteristics); in testGetCameraCharacteristicsRecognizedCameraId()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCameraManager.java | 33 CameraCharacteristics characteristics = cameraIdToCharacteristics.get(cameraId); in getCameraCharacteristics() local 34 Preconditions.checkArgument(characteristics != null); in getCameraCharacteristics() 35 return characteristics; in getCameraCharacteristics() 45 public void addCamera(@NonNull String cameraId, @NonNull CameraCharacteristics characteristics) { in addCamera() argument 47 Preconditions.checkNotNull(characteristics); in addCamera() 50 cameraIdToCharacteristics.put(cameraId, characteristics); in addCamera()
|
/external/nos/host/android/hals/keymaster/ |
D | KeymasterDevice.cpp | 465 KeyCharacteristics characteristics; in generateKey() local 468 _hidl_cb(ErrorCode::INVALID_ARGUMENT, blob, characteristics); in generateKey() 481 pb_to_hidl_params(response.characteristics().software_enforced(), in generateKey() 482 &characteristics.softwareEnforced); in generateKey() 483 pb_to_hidl_params(response.characteristics().tee_enforced(), in generateKey() 484 &characteristics.hardwareEnforced); in generateKey() 487 blob, characteristics); in generateKey() 509 KeyCharacteristics characteristics; in getKeyCharacteristics() local 510 pb_to_hidl_params(response.characteristics().software_enforced(), in getKeyCharacteristics() 511 &characteristics.softwareEnforced); in getKeyCharacteristics() [all …]
|
/external/nos/host/android/hals/keymaster/test/ |
D | import_wrapped_key_test.cpp | 386 KeyCharacteristics characteristics) { in TEST() argument 393 EXPECT_EQ(characteristics.hardwareEnforced.size(), 2u); in TEST() 394 EXPECT_EQ(characteristics.hardwareEnforced[0].tag, Tag::ALGORITHM); in TEST() 395 EXPECT_EQ(characteristics.hardwareEnforced[0].f.algorithm, in TEST() 397 EXPECT_EQ(characteristics.hardwareEnforced[1].tag, Tag::KEY_SIZE); in TEST() 398 EXPECT_EQ(characteristics.hardwareEnforced[1].f.integer, in TEST()
|
D | import_key_test.cpp | 383 KeyCharacteristics characteristics) { in TEST() argument 387 EXPECT_EQ(characteristics.hardwareEnforced.size(), 1u); in TEST() 388 EXPECT_EQ(characteristics.hardwareEnforced[0].tag, Tag::ALGORITHM); in TEST() 389 EXPECT_EQ(characteristics.hardwareEnforced[0].f.algorithm, in TEST()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
D | CameraActivity.java | 308 CameraCharacteristics characteristics, int requiredLevel) { in isHardwareLevelSupported() argument 309 int deviceLevel = characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in isHardwareLevelSupported() 321 final CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in chooseCamera() local 324 final Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in chooseCamera() 330 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in chooseCamera() 340 || isHardwareLevelSupported(characteristics, in chooseCamera()
|
D | CameraConnectionFragment.java | 367 final CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in setUpCameraOutputs() local 370 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in setUpCameraOutputs() 378 sensorOrientation = characteristics.get(CameraCharacteristics.SENSOR_ORIENTATION); in setUpCameraOutputs()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | CameraActivity.java | 306 CameraCharacteristics characteristics, int requiredLevel) { in isHardwareLevelSupported() argument 307 int deviceLevel = characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in isHardwareLevelSupported() 319 final CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in chooseCamera() local 322 final Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in chooseCamera() 328 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in chooseCamera() 338 || isHardwareLevelSupported(characteristics, in chooseCamera()
|
D | CameraConnectionFragment.java | 367 final CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in setUpCameraOutputs() local 370 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in setUpCameraOutputs() 372 sensorOrientation = characteristics.get(CameraCharacteristics.SENSOR_ORIENTATION); in setUpCameraOutputs()
|
/external/perfetto/test/cts/ |
D | end_to_end_integrationtest_cts.cc | 41 std::string characteristics(chars); in TestMockProducer() local 42 if (characteristics.find("watch") != std::string::npos) { in TestMockProducer()
|
/external/libmtp/logs/ |
D | README.TXT | 3 and device behaviour characteristics.
|
/external/chromium-trace/catapult/common/py_trace_event/ |
D | README.txt | 3 characteristics. It uses the trace event format used in Chromium/Chrome's
|
/external/autotest/server/site_tests/android_Invariants/ |
D | control | 13 A simple test to verify basic characteristics common to all Android devices.
|
/external/curl/m4/ |
D | xc-lt-iface.m4 | 83 # taking in account that, depending on host characteristics, libtool 132 # depending on host characteristics, libtool may modify PIC default 177 dnl characteristics. 312 dnl about host characteristics.
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 583 CameraCharacteristics characteristics; in GetTestProfile() local 589 device_info = characteristics.Find(usb_info.substr(0, 4), in GetTestProfile() 594 if (!characteristics.ConfigFileExists()) { in GetTestProfile() 605 if (!characteristics.ConfigFileExists()) { in GetTestProfile()
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | Camera2BasicFragment.java | 504 CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in setUpCameraOutputs() local 507 Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in setUpCameraOutputs() 513 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in setUpCameraOutputs() 531 int sensorOrientation = characteristics.get(CameraCharacteristics.SENSOR_ORIENTATION); in setUpCameraOutputs()
|
/external/freetype/src/winfonts/ |
D | winfnt.h | 82 FT_ULong characteristics; member
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 142 KeyCharacteristics characteristics = 3; field 153 KeyCharacteristics characteristics = 2; field 167 KeyCharacteristics characteristics = 3; field
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | configure.in | 40 dnl Checks for typedefs, structures, and compiler characteristics.
|
/external/iptables/extensions/ |
D | libxt_owner.man | 1 This module attempts to match various characteristics of the packet creator,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 13 in LLVM to measure host machine instruction characteristics like latency or port 93 characteristics. The clusters will be written out to `/tmp/clusters.csv` in the
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
D | configure.ac | 53 dnl * Checks for typedefs, structures, and compiler characteristics.
|
/external/blktrace/btreplay/doc/ |
D | abstract.tex | 33 This document will discuss the operating characteristics of
|
/external/cros/system_api/dbus/ |
D | mtp_storage_info.proto | 9 // This protobuf is for sending the characteristics of a storage from a mtp/ptp
|
/external/googletest/googletest/ |
D | configure.ac | 65 # and architecture characteristics.
|