/development/ndk/platforms/android-3/include/linux/ |
D | spinlock_api_up.h | 29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0) argument 37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (… argument 49 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 50 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 51 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 65 #define _spin_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags) argument 66 #define _read_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags) argument 67 #define _write_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags) argument
|
D | seqlock.h | 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } whi… argument 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(fla… argument 40 #define read_seqbegin_irqsave(lock, flags) ({ local_irq_save(flags); read_seqbegin(lock); }) argument 41 …ine read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local_ir… argument
|
D | spinlock.h | 47 #define _raw_spin_lock_flags(lock, flags) __raw_spin_lock_flags(&(lock)->raw_lock, *(flags)) argument 71 #define spin_lock_irqsave(lock, flags) _spin_lock_irqsave(lock, flags) argument 72 #define read_lock_irqsave(lock, flags) _read_lock_irqsave(lock, flags) argument 73 #define write_lock_irqsave(lock, flags) _write_lock_irqsave(lock, flags) argument 91 #define spin_unlock_irqrestore(lock, flags) _spin_unlock_irqrestore(lock, flags) argument 94 #define read_unlock_irqrestore(lock, flags) _read_unlock_irqrestore(lock, flags) argument 97 #define write_unlock_irqrestore(lock, flags) _write_unlock_irqrestore(lock, flags) argument 104 …ne spin_trylock_irqsave(lock, flags) ({ local_irq_save(flags); _spin_trylock(lock) ? 1 : ({… argument
|
D | irqflags.h | 31 #define raw_local_irq_save(flags) local_irq_save(flags) argument 32 #define raw_local_irq_restore(flags) local_irq_restore(flags) argument
|
D | bio.h | 165 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset) argument 166 #define bvec_kunmap_irq(buf, flags) do { *(flags) = 0; } while (0) argument 168 #define __bio_kunmap_irq(buf, flags) bvec_kunmap_irq(buf, flags) argument 169 #define bio_kmap_irq(bio, flags) __bio_kmap_irq((bio), (bio)->bi_idx, (flags)) argument 170 #define bio_kunmap_irq(buf,flags) __bio_kunmap_irq(buf, flags) argument
|
D | blkdev.h | 123 unsigned long flags; member 406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD) 407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC) 408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST) 409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED) 413 #define blk_pm_suspend_request(rq) ((rq)->flags & REQ_PM_SUSPEND) 414 #define blk_pm_resume_request(rq) ((rq)->flags & REQ_PM_RESUME) 415 #define blk_pm_request(rq) ((rq)->flags & (REQ_PM_SUSPEND | REQ_PM_RESUME)) 417 #define blk_sorted_rq(rq) ((rq)->flags & REQ_SORTED) 418 #define blk_barrier_rq(rq) ((rq)->flags & REQ_HARDBARRIER) [all …]
|
D | jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) argument 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1) argument
|
D | ncp_mount.h | 38 unsigned int flags; member 50 unsigned long flags; member
|
D | videodev.h | 34 __u32 flags; member 48 __u32 flags; member 99 __u32 flags; member 128 __u32 flags; member 143 __u16 flags; member 166 __u32 flags; member 193 __u32 flags; member
|
D | a.out.h | 55 … N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0x… argument 60 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff… argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | irqflags_32.h | 36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0) argument 37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0) argument
|
D | vm86.h | 95 unsigned long flags; member 116 unsigned long flags; member
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cacheflush.h | 30 #define Page_dcache_dirty(page) test_bit(PG_dcache_dirty, &(page)->flags) 31 #define SetPageDcacheDirty(page) set_bit(PG_dcache_dirty, &(page)->flags) 32 #define ClearPageDcacheDirty(page) clear_bit(PG_dcache_dirty, &(page)->flags)
|
D | cpu-features.h | 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG) 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES) 122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC) 126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
|
/development/host/windows/usb/api/ |
D | adb_api_private_defines.h | 39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags()); in AdbInstanceEnumEntry() 55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags()); 81 info->flags = flags(); in Save() 96 DWORD flags() const { in flags() function
|
D | adb_interface_enum.cpp | 40 DWORD flags = DIGCF_DEVICEINTERFACE; in InitializeEnum() local 42 flags |= DIGCF_PRESENT; in InitializeEnum() 46 flags, in InitializeEnum()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ActionBarDisplayOptions.java | 69 int flags = 0; in onClick() local 72 flags = ActionBar.DISPLAY_HOME_AS_UP; in onClick() 75 flags = ActionBar.DISPLAY_SHOW_HOME; in onClick() 78 flags = ActionBar.DISPLAY_USE_LOGO; in onClick() 81 flags = ActionBar.DISPLAY_SHOW_TITLE; in onClick() 84 flags = ActionBar.DISPLAY_SHOW_CUSTOM; in onClick() 112 int change = bar.getDisplayOptions() ^ flags; in onClick() 113 bar.setDisplayOptions(change, flags); in onClick()
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
D | mmc.h | 27 unsigned int flags; member 46 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… 48 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK) 71 unsigned int flags; member
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_multiport.h | 26 u_int8_t flags; member 33 u_int8_t flags; member
|
D | xt_quota.h | 21 u_int32_t flags; member
|
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
D | stat.h | 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
D | SampleSpellCheckerService.java | 69 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSuggestions() local 71 return new SuggestionsInfo(flags, in onGetSuggestions() 125 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSentenceSuggestionsMultiple() local 127 final SuggestionsInfo si = new SuggestionsInfo(flags, in onGetSentenceSuggestionsMultiple()
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ipt_iprange.h | 30 u_int8_t flags; member
|
/development/tools/emulator/system/gps/ |
D | gps_qemu.c | 242 if (cb != NULL && r->fix.flags != 0) { in nmea_reader_set_callback() 245 r->fix.flags = 0; in nmea_reader_set_callback() 353 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG; in nmea_reader_update_latlong() 371 r->fix.flags |= GPS_LOCATION_HAS_ALTITUDE; in nmea_reader_update_altitude() 387 r->fix.flags |= GPS_LOCATION_HAS_BEARING; in nmea_reader_update_bearing() 403 r->fix.flags |= GPS_LOCATION_HAS_SPEED; in nmea_reader_update_speed() 491 if (r->fix.flags != 0) { in nmea_reader_parse() 499 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) { in nmea_reader_parse() 502 if (r->fix.flags & GPS_LOCATION_HAS_ALTITUDE) { in nmea_reader_parse() 505 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) { in nmea_reader_parse() [all …]
|