HomeSort by relevance Sort by last modified time
    Searched refs:characteristics (Results 126 - 150 of 410) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/util/
LinkedHashMapTest.java 379 keys.spliterator().characteristics());
407 values.spliterator().characteristics());
419 m.entrySet().spliterator().characteristics());
TreeMapTest.java 647 keys.spliterator().characteristics());
683 values.spliterator().characteristics());
739 entries.spliterator().characteristics());
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 761 public int characteristics() { method in class:ThreadLocalRandom.RandomIntsSpliterator
816 public int characteristics() { method in class:ThreadLocalRandom.RandomLongsSpliterator
872 public int characteristics() { method in class:ThreadLocalRandom.RandomDoublesSpliterator
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
ReferencePipeline.java 494 && (collector.characteristics().contains(Collector.Characteristics.CONCURRENT))
495 && (!isOrdered() || collector.characteristics().contains(Collector.Characteristics.UNORDERED))) {
503 return collector.characteristics().contains(Collector.Characteristics.IDENTITY_FINISH)
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReadyForCapture.java 326 OneCameraCharacteristics characteristics;
328 characteristics = resourceConstructed.getOneCameraManager()
342 characteristics));
  /system/bt/service/
gatt_server.cc 75 for (const auto& characteristic : service.characteristics()) {
307 service.characteristics().push_back({curr.attribute_handle,
313 service.characteristics().back().descriptors().push_back(
  /toolchain/binutils/binutils-2.27/binutils/
windint.h 88 rc_uint_type characteristics; member in struct:rc_res_directory
183 /* Characteristics of the resource. Entirely user defined. In a
184 COFF file, the rc_res_directory structure has a characteristics
187 rc_uint_type characteristics; member in struct:rc_res_res_info
189 the rc_res_directory structure has a characteristics field, but I
207 bfd_byte characteristics[4]; member in struct:bin_res_info
  /developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.kt 339 val characteristics = manager.getCameraCharacteristics(cameraId)
340 val map = characteristics.get(SCALER_STREAM_CONFIGURATION_MAP) ?:
342 sensorOrientation = characteristics.get(SENSOR_ORIENTATION)
  /developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.kt 339 val characteristics = manager.getCameraCharacteristics(cameraId)
340 val map = characteristics.get(SCALER_STREAM_CONFIGURATION_MAP) ?:
342 sensorOrientation = characteristics.get(SENSOR_ORIENTATION)
  /frameworks/rs/script_api/
rs_for_each.spec 22 The other functions are used to get the characteristics of the invocation of
50 The kernel context contains common characteristics of the allocations being iterated
241 The kernel context contains common characteristics of the allocations being iterated
390 The kernel context contains common characteristics of the allocations being iterated
  /system/keymaster/tests/
android_keymaster_test_utils.cpp     [all...]
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 15 characteristics in the mid-frequency range: specifically ±10dB from
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 338 CameraCharacteristics characteristics = manager.getCameraCharacteristics(id); local
339 int hwLevel = characteristics.get(
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 405 const char *cameraIdStr, ACameraMetadata **characteristics) {
424 ALOGE("Get camera characteristics from camera service failed: %s",
430 *characteristics = new ACameraMetadata(
444 ALOGE("%s: cannot get camera characteristics for camera %s. err %d",
  /hardware/interfaces/keymaster/4.0/support/
Keymaster3.cpp 153 const V3_0::KeyCharacteristics& characteristics) {
154 _hidl_cb(convert(error), keyBlob, convert(characteristics));
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
ppc64.go 5 // This file encapsulates some of the odd characteristics of the
  /prebuilts/go/darwin-x86/src/syscall/
types_darwin.go 71 // Machine characteristics; for internal use.
types_dragonfly.go 66 // Machine characteristics; for internal use.
types_netbsd.go 68 // Machine characteristics; for internal use.
types_openbsd.go 67 // Machine characteristics; for internal use.
types_solaris.go 70 // Machine characteristics; for internal use.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
ppc64.go 5 // This file encapsulates some of the odd characteristics of the
  /prebuilts/go/linux-x86/src/syscall/
types_darwin.go 71 // Machine characteristics; for internal use.
types_dragonfly.go 66 // Machine characteristics; for internal use.
types_netbsd.go 68 // Machine characteristics; for internal use.

Completed in 785 milliseconds

1 2 3 4 56 7 8 91011>>