HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 751 - 775 of 1639) sorted by null

<<31323334353637383940>>

  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 419 final String command = ImapConstants.UID_SEARCH + " " + searchCriteria; local
420 final String[] result = getSearchUids(mConnection.executeSimpleCommand(command));
483 // Break the command up into pieces ending with the string literal length
560 String command = generateDateRangeCommand(startDate, endDate, false); local
561 LogUtils.d(Logging.LOG_TAG, "getMessages dateRange " + command.toString());
564 uids = searchForUids(command.toString(), false);
572 command.toString());
573 command = generateDateRangeCommand(startDate, endDate, true);
575 uids = searchForUids(command, true);
577 LogUtils.w(Logging.LOG_TAG, e2, "query failed %s, fatal", command);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 91 * COMMAND: implies a request from the host to the device requesting
93 * message (with the same type as the command), status and
94 * no (TLV) payload. Execution of a command might cause
98 * GET/SET: similar to COMMAND, but will not cause other
108 * COMMAND has been acknowledged with it's corresponding reply by the
157 /* Boot mode command masks and stuff */
182 * i2400m_bootrom_header - Header for a boot-mode command
184 * @cmd: the above command descriptor
191 __le32 command; /* Compose with enum i2400_brh */ member in struct:i2400m_bootrom_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 91 * COMMAND: implies a request from the host to the device requesting
93 * message (with the same type as the command), status and
94 * no (TLV) payload. Execution of a command might cause
98 * GET/SET: similar to COMMAND, but will not cause other
108 * COMMAND has been acknowledged with it's corresponding reply by the
157 /* Boot mode command masks and stuff */
172 * i2400m_bootrom_header - Header for a boot-mode command
174 * @cmd: the above command descriptor
181 __le32 command; /* Compose with enum i2400_brh */ member in struct:i2400m_bootrom_header
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
ata.h 238 u8 command; member in struct:ata_taskfile

Completed in 377 milliseconds

<<31323334353637383940>>