Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 25 of 48) sorted by relevance

12

/external/bluetooth/glib/gio/inotify/
Dinotify-path.c55 gint32 wd; member
79 int wd);
128 ip_map_wd_dir (gint32 wd, in ip_map_wd_dir() argument
133 g_assert (wd >= 0 && dir); in ip_map_wd_dir()
134 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_map_wd_dir()
136 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list); in ip_map_wd_dir()
142 gint32 wd; in _ip_start_watching() local
159 wd = _ik_watch (sub->dirname, IP_INOTIFY_MASK|IN_ONLYDIR, &err); in _ip_start_watching()
160 if (wd < 0) in _ip_start_watching()
171 dir = ip_watched_dir_new (sub->dirname, wd); in _ip_start_watching()
[all …]
Dinotify-kernel.c240 event->wd = kevent->wd; in ik_event_new()
254 gint32 wd, in _ik_event_new_dummy() argument
258 event->wd = wd; in _ik_event_new_dummy()
285 gint32 wd = -1; in _ik_watch() local
290 wd = inotify_add_watch (inotify_instance_fd, path, mask); in _ik_watch()
292 if (wd < 0) in _ik_watch()
298 return wd; in _ik_watch()
301 g_assert (wd >= 0); in _ik_watch()
302 return wd; in _ik_watch()
307 gint32 wd) in _ik_ignore() argument
[all …]
Dinotify-kernel.h27 gint32 wd; member
38 gint32 wd,
46 gint32 wd);
/external/srec/srec/crec/
Dtext_parser.c36 const char *wd, *p; in check_word_path() local
52 wd = transcription; in check_word_path()
55 for (wd = transcription + tlen - 1; wd > transcription; wd--) in check_word_path()
57 if (*wd == ' ') in check_word_path()
59 wd++; in check_word_path()
64 for (p = wd, q = copy_of_word; ; p++, q++) in check_word_path()
87 …next_atok = get_arc_for_word_without_slot_annotation(atok, wd, context, context->beg_silence_word); in check_word_path()
101 if (wd == transcription && whether_final_atok) return PARSE_PASS; in check_word_path()
102 if (wd == transcription) return PARSE_FAIL; in check_word_path()
/external/dbus/bus/
Ddir-watch-inotify.c83 …_dbus_verbose ("inotify event: wd=%d mask=%u cookie=%u len=%u\n", ev->wd, ev->mask, ev->cookie, ev… in _handle_inotify_watch()
102 int i, j, wd; in _set_watched_dirs_internal() local
155wd = inotify_add_watch (inotify_fd, new_dirs[i], IN_CLOSE_WRITE | IN_DELETE | IN_MOVED_TO | IN_MOV… in _set_watched_dirs_internal()
156 if (wd < 0) in _set_watched_dirs_internal()
171 new_wds[i] = wd; in _set_watched_dirs_internal()
179 inotify_rm_watch (inotify_fd, wd); in _set_watched_dirs_internal()
/external/e2fsprogs/e2fsck/
Drehash.c641 struct write_dir_struct *wd = (struct write_dir_struct *) priv_data; in write_dir_block() local
647 if (blockcnt >= wd->outdir->num) { in write_dir_block()
648 e2fsck_read_bitmaps(wd->ctx); in write_dir_block()
650 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk); in write_dir_block()
653 wd->cleared++; in write_dir_block()
659 dir = wd->outdir->buf + (blockcnt * fs->blocksize); in write_dir_block()
660 wd->err = ext2fs_write_dir_block(fs, *block_nr, dir); in write_dir_block()
661 if (wd->err) in write_dir_block()
670 struct write_dir_struct wd; in write_directory() local
678 wd.outdir = outdir; in write_directory()
[all …]
/external/icu4c/i18n/
Dhebrwcal.cpp399 int32_t wd = (day % 7); // Day of week (0 == Monday) in startOfYear() local
401 if (wd == 2 || wd == 4 || wd == 6) { in startOfYear()
404 wd = (day % 7); in startOfYear()
406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp20 int wd; member
35 eventForId.insert(ptr->wd, *ptr); in foo()
/external/kernel-headers/original/linux/
Dinotify.h19 __s32 wd; /* watch descriptor */ member
88 __s32 wd; /* watch descriptor */ member
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd) in inotify_rm_wd() argument
/external/llvm/test/CodeGen/X86/
Dcommute-intrinsic.ll10 …%tmp11 = tail call <4 x i32> @llvm.x86.sse2.pmadd.wd( <8 x i16> %tmp9, <8 x i16> %tmp6 ) nounwind …
15 declare <4 x i32> @llvm.x86.sse2.pmadd.wd(<8 x i16>, <8 x i16>) nounwind readnone
Dmmx-arith.ll138 …%tmp69 = tail call x86_mmx @llvm.x86.mmx.pmadd.wd( x86_mmx %tmp60, x86_mmx %tmp64 ) ; <x86_mmx> […
263 …%tmp69 = tail call x86_mmx @llvm.x86.mmx.pmadd.wd( x86_mmx %tmp60, x86_mmx %tmp64 ) ; <x86_mmx> […
289 declare x86_mmx @llvm.x86.mmx.pmadd.wd(x86_mmx, x86_mmx)
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.cc250 int wd = rect.width()<<1; in repaintRotation0() local
256 SDL_memcpy(fb, buf, wd); in repaintRotation0()
286 int wd = rect.width()<<1; in repaintRotation3() local
292 SDL_memcpy(fb, buf, wd); in repaintRotation3()
299 int wd = rect.width(); in repaintRotation3() local
315 w = wd; in repaintRotation3()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc164 ACTION_P4(MakeAutofillSyncComponents, service, wd, pdm, dtc) { in ACTION_P4() argument
169 new AutofillModelAssociator(service, wd, pdm); in ACTION_P4()
171 new AutofillChangeProcessor(model_associator, wd, pdm, dtc); in ACTION_P4()
176 ACTION_P4(MakeAutofillProfileSyncComponents, service, wd, pdm, dtc) { in ACTION_P4() argument
181 new AutofillProfileModelAssociator(service, wd, pdm); in ACTION_P4()
183 new AutofillProfileChangeProcessor(model_associator, wd, pdm, dtc); in ACTION_P4()
196 WebDatabase* wd,
215 WebDatabase* wd, in SetExpectation() argument
219 WillOnce(MakeAutofillSyncComponents(service, wd, pdm, dtc)); in SetExpectation()
236 WebDatabase* wd, in SetExpectation() argument
[all …]
/external/dropbear/libtomcrypt/src/prngs/
Dfortuna.c114 prng->fortuna.wd = 0; in fortuna_reseed()
146 prng->fortuna.pool_idx = prng->fortuna.pool0_len = prng->fortuna.wd = 0; in fortuna_start()
238 if (++prng->fortuna.wd == FORTUNA_WD || prng->fortuna.pool0_len >= 64) { in fortuna_read()
/external/chromium/base/files/
Dfile_path_watcher_linux.cc294 for (WatcherSet::iterator watcher = watchers_[event->wd].begin(); in OnInotifyEvent()
295 watcher != watchers_[event->wd].end(); in OnInotifyEvent()
297 (*watcher)->OnFilePathChanged(event->wd, in OnInotifyEvent()
/external/clang/test/CodeGen/
Dchar-literal.c79 wchar_t wd = L'\U0010F00B'; in main() local
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.cpp210 int wd = (static_cast<int>(msToDays(ms)) + 4) % 7; in msToWeekDay() local
211 if (wd < 0) in msToWeekDay()
212 wd += 7; in msToWeekDay()
213 return wd; in msToWeekDay()
/external/valgrind/main/coregrind/
Dm_libcfile.c428 Char* wd = NULL; in VG_() local
432 wd = VG_(getenv)( envvar ); in VG_()
433 if (wd == NULL || (1+VG_(strlen)(wd) >= szB)) in VG_()
435 VG_(strncpy_safely)(startup_wd, wd, szB); in VG_()
/external/grub/netboot/
DREADME.netboot120 --enable-wd
121 --enable-wd-default-mem=MEM (0xCC000)
DMakefile.am48 ns8390_drivers = 3c503.o ne.o ns8390.o wd.o
/external/bluetooth/glib/po/
Dpl.po614 # wd
621 # wd
638 # wd
671 # wd
695 # wd
700 # wd
709 # wd
718 # wd
731 # wd
736 # wd
[all …]
/external/grub/
Dconfigure.ac477 AC_ARG_ENABLE(wd, optenable
478 [ --enable-wd enable WD8003/8013, SMC8216/8416 driver])
481 NETBOOT_DRIVERS="$NETBOOT_DRIVERS wd.o"
583 AC_ARG_ENABLE(wd-default-mem,
584 [ --enable-wd-default-mem=MEM
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_prng.h29 wd; member
/external/icu4c/test/intltest/
Dtsdtfmsy.cpp95 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); in TestGetWeekdays2() local
100 logln(wd[k]); in TestGetWeekdays2()
/external/mksh/src/
Dcheck.t1710 wd=/home/user/tmp
1711 echo "${wd/#$pfx/~}"
1712 echo "${wd/#\$pfx/~}"
1713 echo "${wd/#"$pfx"/~}"
1714 echo "${wd/#'$pfx'/~}"
1715 echo "${wd/#"\$pfx"/~}"
1716 echo "${wd/#'\$pfx'/~}"
1730 wd=/home/user/tmp
1731 echo "${wd/#$(echo /home/user)/~}"
1732 echo "${wd/#"$(echo /home/user)"/~}"
[all …]

12