HomeSort by relevance Sort by last modified time
    Searched full:ndevices (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 306 int ndevices = 0; local
307 XIDeviceInfo* info = XIQueryDevice(display_, touch_device_id, &ndevices);
310 if (ndevices == 1 && prop != None && float_atom != None) {
507 int ndevices = 0; local
513 XIDeviceInfo* info = XIQueryDevice(display_, XIAllDevices, &ndevices);
514 for (int i = 0; i < ndevices; i++) {
  /external/blktrace/
blkparse.c 256 static int ndevices; variable
372 int size = (ndevices + 1) * sizeof(struct per_dev_info);
379 memset(&devices[ndevices], 0, sizeof(struct per_dev_info));
380 devices[ndevices].name = name;
381 ndevices++;
390 for (i = 0; i < ndevices; i++) {
400 pdi = &devices[ndevices - 1];
    [all...]
  /external/libppp/src/
physical.c 156 #define NDEVICES (sizeof devices / sizeof devices[0])
650 for (h = 0; h < NDEVICES && p->handler == NULL; h++)
677 for (n = 0; n < NDEVICES; n++)
1028 for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++)
1053 for (h = 0; h < NDEVICES && p->handler == NULL; h++)
1058 if (h == NDEVICES) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 397 public TestResultsNotifier(IListensToTestExecutions listener, int nDevices) {
399 mDeviceCount = nDevices;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 1096 int* /* ndevices */
    [all...]
XIproto.h 208 CARD8 ndevices; member in struct:__anon38750
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 1096 int* /* ndevices */
    [all...]
XIproto.h 208 CARD8 ndevices; member in struct:__anon40340
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 1096 int* /* ndevices */
    [all...]
XIproto.h 208 CARD8 ndevices; member in struct:__anon41855
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1695 int ndevices; member in struct:gps_data_t::__anon13145::__anon13146
    [all...]

Completed in 375 milliseconds