HomeSort by relevance Sort by last modified time
    Searched full:capabilities (Results 726 - 750 of 2339) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
rtc.h 45 * the rest of the struct is used to query HW capabilities.
videotext.h 35 #define VTXIOCGETINFO_OLD 0x7101 /* get version of driver & capabilities of vtx-chipset */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
mtd-abi.h 46 // Some common devices / combinations of capabilities
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
mce.h 69 __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipmi_msgdefs.h 81 * on the results of the "Get BT Capabilities" command. */
prctl.h 19 /* Get/set whether or not to drop capabilities on setuid() away from
rtc.h 45 * the rest of the struct is used to query HW capabilities.
videotext.h 35 #define VTXIOCGETINFO_OLD 0x7101 /* get version of driver & capabilities of vtx-chipset */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
mtd-abi.h 46 // Some common devices / combinations of capabilities
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 97 ULONG Capabilities;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hidclass.h 107 OUT PHIDP_CAPS Capabilities);
ntagp.h 185 ULONG Capabilities;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
README.txt 8 and many other capabilities, e.g. smart indent, call tips, and autocompletion.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
README.txt 8 and many other capabilities, e.g. smart indent, call tips, and autocompletion.
  /system/core/include/memtrack/
memtrack.h 97 * every process that shares it, depending on the capabilities of the driver.
  /system/extras/ext4_utils/
contents.c 475 int inode_set_capabilities(u32 inode_num, uint64_t capabilities) {
476 if (capabilities == 0)
483 cap_data.data[0].permitted = (uint32_t) (capabilities & 0xffffffff);
485 cap_data.data[1].permitted = (uint32_t) (capabilities >> 32);
ext4_utils.h 154 unsigned *mode, uint64_t *capabilities);
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_overview.jd 11 <li>Find out how to list sensors, determine sensor capabilities, and monitor sensor data.</li>
17 <li><a href="#sensors-identify">Identifying Sensors and Sensor Capabilities</a></li>
89 <li>Determine an individual sensor's capabilities, such as its maximum range, manufacturer, power
234 methods that let you determine a sensor's capabilities.</dd>
248 <li><strong>Identifying sensors and sensor capabilities</strong>
249 <p>Identifying sensors and sensor capabilities at runtime is useful if your application has
250 features that rely on specific sensor types or capabilities. For example, you may want to
389 <h2 id="sensors-identify">Identifying Sensors and Sensor Capabilities</h2>
393 capabilities of each sensor, such as its maximum range, its resolution, and its power
443 {@link android.hardware.Sensor} class to determine the capabilities and attributes of individua
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 195 self.capabilities = tuple(dat[-1].upper().split())
199 self._mesg('CAPABILITIES: %r' % (self.capabilities,))
202 if not version in self.capabilities:
331 be used - it must appear in <instance>.capabilities in the
346 #if not cap in self.capabilities: # Let the server decide!
358 Fetch capabilities list from server."""
694 #if not name in self.capabilities: # Let the server decide!
787 #if not name in self.capabilities: # Let the server decide!
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 195 self.capabilities = tuple(dat[-1].upper().split())
199 self._mesg('CAPABILITIES: %r' % (self.capabilities,))
202 if not version in self.capabilities:
331 be used - it must appear in <instance>.capabilities in the
346 #if not cap in self.capabilities: # Let the server decide!
358 Fetch capabilities list from server."""
694 #if not name in self.capabilities: # Let the server decide!
787 #if not name in self.capabilities: # Let the server decide!
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java 165 List<Integer> capabilities = mStaticInfo.getAvailableCapabilitiesChecked(); local
167 if (capabilities.contains(CaptureRequest.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR)) {
  /device/samsung/manta/
init.manta.rc 112 # after setting up the capabilities required for WEXT
125 # after setting up the capabilities required for WEXT
  /docs/source.android.com/src/compatibility/
overview.jd 39 capabilities. Developers can use this information to make good design
47 Android devices will differ in hardware and software capabilities, so the
  /external/bluetooth/bluedroid/bta/av/
bta_av_cfg.c 111 bta_av_meta_caps_co_ids,/* the metadata Get Capabilities response for company id */
112 bta_av_meta_caps_evt_ids,/* the the metadata Get Capabilities response for event id */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 246 ** addition, a peer device can discover, get the capabilities,
359 /* make sure no discovery or get capabilities req already in progress */
409 /* make sure no discovery or get capabilities req already in progress */
429 ** capabilities of a stream endpoint on the peer device.
440 ** of the get capabilities procedure. This memory must
466 ** capabilities of a stream endpoint on the peer device.
477 ** of the get capabilities procedure. This memory must
796 ** to change the codec or content protection capabilities of
    [all...]

Completed in 1797 milliseconds

<<21222324252627282930>>