HomeSort by relevance Sort by last modified time
    Searched full:characteristics (Results 351 - 375 of 842) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 435 CameraCharacteristics characteristics local
439 if (characteristics.get(CameraCharacteristics.LENS_FACING)
444 StreamConfigurationMap map = characteristics.get(
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 435 CameraCharacteristics characteristics local
439 if (characteristics.get(CameraCharacteristics.LENS_FACING)
444 StreamConfigurationMap map = characteristics.get(
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 408 CameraCharacteristics characteristics local
412 if (characteristics.get(CameraCharacteristics.LENS_FACING)
417 StreamConfigurationMap map = characteristics.get(
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 108 // to the list of known characteristics and included services. Observers
119 // characteristic from its GATT service. The number of characteristics with
122 // will usually operate on the whole set of characteristics and not just
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 158 unsigned short Characteristics;
230 unsigned long Characteristics;
239 /* These defines are for the Characteristics bitfield. */
404 unsigned long characteristics; member in struct:_PDB_SYMBOL_RANGE
416 unsigned long characteristics; member in struct:_PDB_SYMBOL_RANGE_EX
    [all...]
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 102 Store based on the following device characteristics:</p>
259 In order to categorize devices by their screen type, Android defines two characteristics for
291 <p>In addition to restricting your app's availability based on device characteristics,
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 59 * Static sensor characteristics
69 // Output image data characteristics
115 // Output image data characteristics
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 59 <p>The characteristics of a base sensor might be different from the
60 characteristics of its underlying physical sensor.</p>
89 is what is reported in the sensor static characteristics through the HAL. </li>
245 <p>Just like base sensors, the characteristics of the composite sensors come from
246 the characteristics of their final data.</p>
253 characteristics. </li>
    [all...]
  /docs/source.android.com/src/devices/tech/input/
touch-devices.jd 33 configuration properties to describe the characteristics and desired behavior
511 the position and other characteristics of each tool. It also tracks
555 the characteristics of touches using device-specific units.</p>
560 physical size and other characteristics of the touch device sensor nodes.</p>
612 <p>The following expressions denote the characteristics of the output coordinate system.
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 554 * evaluates the |H(f)| lowpass band characteristics.
556 * This function tests the lowpass characteristics for the overall polyphase filter,
582 * an audio filter. Generally speaker/headphone device characteristics will dominate
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 219 CameraCharacteristics characteristics) {
220 if (cameraId == null || callback == null || handler == null || characteristics == null) {
226 mCharacteristics = characteristics;
    [all...]
  /frameworks/base/docs/html/google/play/
filters.jd 75 characteristics. It then compares those against the restrictions and
370 <p>Google Play uses other application characteristics to determine whether to show or hide an application for a particular user on a given device, as described in the table below. </p>
373 characteristics that affect filtering on Google Play.</p>
  /libcore/luni/src/main/java/java/sql/
Connection.java 141 * ResultSet}s have the characteristics specified in the type and
168 * {@code ResultSet}s will have the characteristics specified in the
377 * from this {@code CallableStatement} will have characteristics determined
    [all...]
  /system/keymaster/
google_keymaster_test.cpp 209 // Check specified tags are all present in unenforced characteristics
260 // Check specified tags are all present in unenforced characteristics
319 // Check specified tags are all present in unenforced characteristics
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml

Completed in 741 milliseconds

<<11121314151617181920>>