HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 1 - 25 of 34) sorted by null

1 2

  /external/bluetooth/glib/gio/inotify/
inotify-kernel.h 27 gint32 wd; member in struct:ik_event_s
38 gint32 wd,
46 gint32 wd);
inotify-path.c 55 gint32 wd; member in struct:ip_watched_dir_s
74 * the same wd
79 int wd);
128 ip_map_wd_dir (gint32 wd,
133 g_assert (wd >= 0 && dir);
134 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd));
136 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list);
142 gint32 wd; local
159 wd = _ik_watch (sub->dirname, IP_INOTIFY_MASK|IN_ONLYDIR, &err);
160 if (wd < 0)
    [all...]
inotify-kernel.c 240 event->wd = kevent->wd;
254 gint32 wd,
258 event->wd = wd;
285 gint32 wd = -1; local
290 wd = inotify_add_watch (inotify_instance_fd, path, mask);
292 if (wd < 0)
298 return wd;
301 g_assert (wd >= 0)
    [all...]
  /external/srec/srec/crec/
text_parser.c 36 const char *wd, *p; local
51 /* wd points to the first char of last word */
52 wd = transcription;
55 for (wd = transcription + tlen - 1; wd > transcription; wd--)
57 if (*wd == ' ')
59 wd++;
64 for (p = wd, q = copy_of_word; ; p++, q++)
87 next_atok = get_arc_for_word_without_slot_annotation(atok, wd, context, context->beg_silence_word)
    [all...]
  /bionic/libc/kernel/common/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /system/core/toolbox/
notify.c 97 printf("%s: %08x %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->cookie, event->len ? event->name : "");
99 printf("%s: %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->len ? event->name : "");
101 printf("%d: %08x \"%s\"\n", event->wd, event->mask, event->len ? event->name : "");
107 strcpy(filename, file_names[event->wd + id_offset]);
powerd.c 108 start = event->wd - watched_files[0].id;
111 //printf("%d: %08x \"%s\"\n", event->wd, event->mask, event->len ? event->name : "");
113 if(event->wd == watched_files[i].id) {
121 if(event->wd == watched_files[i].id) {
  /external/icu4c/i18n/
hebrwcal.cpp 399 int32_t wd = (day % 7); // Day of week (0 == Monday) local
401 if (wd == 2 || wd == 4 || wd == 6) {
404 wd = (day % 7);
406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) {
412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) {
  /external/kernel-headers/original/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */ member in struct:inotify_watch
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd)
  /external/e2fsprogs/e2fsck/
rehash.c 616 struct write_dir_struct *wd = (struct write_dir_struct *) priv_data; local
622 if (blockcnt >= wd->outdir->num) {
623 e2fsck_read_bitmaps(wd->ctx);
625 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk);
628 wd->cleared++;
634 dir = wd->outdir->buf + (blockcnt * fs->blocksize);
635 wd->err = ext2fs_write_dir_block(fs, *block_nr, dir);
636 if (wd->err)
645 struct write_dir_struct wd; local
653 wd.outdir = outdir
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 250 int wd = rect.width()<<1; local
256 SDL_memcpy(fb, buf, wd);
286 int wd = rect.width()<<1; local
292 SDL_memcpy(fb, buf, wd);
299 int wd = rect.width(); local
315 w = wd;
  /external/dropbear/libtomcrypt/src/prngs/
fortuna.c 114 prng->fortuna.wd = 0;
146 prng->fortuna.pool_idx = prng->fortuna.pool0_len = prng->fortuna.wd = 0;
238 if (++prng->fortuna.wd == FORTUNA_WD || prng->fortuna.pool0_len >= 64) {
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 86 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 500 WnnWord wd = clauses.next(); local
502 ret = dict.learnWord(wd, mPreviousWord);
504 ret = dict.learnWord(wd);
506 mPreviousWord = wd;
  /frameworks/base/core/java/android/widget/
TabHost.java 653 final View wd = w != null ? w.getDecorView() : null; local
654 if (mLaunchedView != wd && mLaunchedView != null) {
659 mLaunchedView = wd;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h 29 wd; member in struct:fortuna_prng
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 202 int wd = (static_cast<int>(msToDays(ms)) + 4) % 7; local
203 if (wd < 0)
204 wd += 7;
205 return wd;
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 95 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local
100 logln(wd[k]);
  /system/core/debuggerd/
unwind-arm.c 95 _uw64 wd[16]; member in struct:wmmxd_regs

Completed in 749 milliseconds

1 2