/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_texture.h | 65 * This structure describes all the host surface characteristics so that it
|
/external/chromium_org/tools/android/forwarder2/ |
host_controller.h | 24 // threading characteristics as DeviceListener. In a nutshell, this class
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
values.pass.cpp | 19 // // engine characteristics
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 19 // // engine characteristics
|
/external/llvm/lib/MC/ |
MCSectionCOFF.cpp | 36 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.h | 65 * This structure describes all the host surface characteristics so that it
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
image.h | 56 * Updates the components characteristics of the image from the coding parameters.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraManager.java | 159 CameraCharacteristics characteristics = null; local 170 * Get the camera characteristics from the camera service directly if it supports it, 191 characteristics = LegacyMetadataMapper.createCharacteristics(parameters, info); 193 // Normal path: Get the camera characteristics directly from the camera service 198 characteristics = new CameraCharacteristics(info); 208 return characteristics; 233 CameraCharacteristics characteristics = getCameraCharacteristics(cameraId); local 246 characteristics); 465 throw new AssertionError("Expected to get non-empty characteristics"); [all...] |
/frameworks/base/docs/html/guide/practices/app-design/ |
index.jd | 10 <p>An outstanding user experience has three key characteristics: it is
|
/frameworks/base/rs/java/android/renderscript/ |
ProgramStore.java | 226 * characteristics: 248 * characteristics: 269 * characteristics: 293 * characteristics:
|
/frameworks/native/opengl/tests/lib/ |
WindowSurface.cpp | 42 fprintf(stderr, "ERROR: unable to get display characteristics\n");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
values.pass.cpp | 19 // // engine characteristics
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 19 // // engine characteristics
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
SearchQueue.java | 24 * Helper class to store characteristics and descriptors that will be
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 68 // TODO: Consider making this work across any metadata object, not just camera characteristics 90 * @param characteristics static info for a camera 91 * @throws IllegalArgumentException if characteristics was null 93 public StaticMetadata(CameraCharacteristics characteristics) { 94 this(characteristics, CheckLevel.WARN, /*collector*/null); 104 * @param characteristics static info for a camera 106 * @throws IllegalArgumentException if characteristics or collector was null. 108 public StaticMetadata(CameraCharacteristics characteristics, CameraErrorCollector collector) { 109 this(characteristics, CheckLevel.COLLECT, collector); 120 * @param characteristics static info for a camer [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsTestActivity.java | 102 CameraCharacteristics characteristics = manager.getCameraCharacteristics(id); local 103 if (characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL)
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_gatt_characteristic_client.h | 23 // Structure of properties associated with GATT characteristics. 86 // Adds and removes observers for events on all remote GATT characteristics.
|
fake_bluetooth_gatt_service_client.cc | 177 VLOG(2) << "Heart Rate service not visible. Not exposing characteristics."; 191 heart_rate_service_properties_->characteristics.ReplaceValue(char_paths);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_remote_gatt_service_chromeos.h | 137 // characteristics by identifier. 142 // Indicates whether or not the characteristics of this service are known to
|
/external/llvm/include/llvm/MC/ |
SubtargetFeature.h | 1 //===-- llvm/MC/SubtargetFeature.h - CPU characteristics --------*- C++ -*-===// 10 // This file defines and manages user or tool specified CPU characteristics.
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
StaticMetadataTest.java | 209 * Check if characteristics keys' presence match expectation. 212 * @param characteristicsKeys The characteristics keys to be checked 215 * @return {@code true} if characteristics keys' presence match expectation. 228 "characteristics key %s", 249 Characteristics keys are tested in ExtendedCameraCharacteristicsTest
|
/external/llvm/include/llvm/Object/ |
COFF.h | 60 support::ulittle16_t Characteristics; 252 support::ulittle32_t Characteristics; 257 return Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL && 286 support::ulittle32_t Characteristics; 312 support::ulittle32_t Characteristics;
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
CameraDeviceUserShim.java | 78 CameraCharacteristics characteristics, CameraLooper cameraInit, 83 mCameraCharacteristics = characteristics; 347 CameraCharacteristics characteristics = local 350 cameraId, legacyCamera, characteristics, threadCallbacks); 351 return new CameraDeviceUserShim(cameraId, device, characteristics, init, threadCallbacks);
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 165 uint32_t Characteristics = 0; 170 Characteristics = Section->Characteristics; 172 if (Characteristics & COFF::IMAGE_SCN_MEM_READ && 173 ~Characteristics & COFF::IMAGE_SCN_MEM_WRITE) // Read only. 282 Res = uint64_t(1) << (((Sec->Characteristics & 0x00F00000) >> 20) - 1); 289 Result = Sec->Characteristics & COFF::IMAGE_SCN_CNT_CODE; 296 Result = Sec->Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA; 303 Result = Sec->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; 318 Result = Sec->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraZslImpl.java | 139 /** The characteristics of this camera. */ 264 * @param characteristics The device's characteristics. 267 OneCameraZslImpl(CameraDevice device, CameraCharacteristics characteristics, Size pictureSize) { 271 mCharacteristics = characteristics; 272 mFullSizeAspectRatio = calculateFullSizeAspectRatio(characteristics); [all...] |