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

1 2 3 4

  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 85 aura::test::TestWindowDelegate wd; local
86 scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds));
97 wd.set_window_component(HTTOP);
126 wd.set_window_component(HTCAPTION);
133 wd.set_window_component(HTLEFT);
144 wd.set_window_component(HTCAPTION);
164 wd.set_window_component(HTTOP);
180 wd.set_window_component(HTCAPTION);
185 wd.set_window_component(HTLEFT);
195 wd.set_window_component(HTCAPTION)
203 aura::test::TestWindowDelegate wd; local
227 aura::test::TestWindowDelegate wd; local
249 aura::test::TestWindowDelegate wd; local
283 aura::test::TestWindowDelegate wd; local
312 aura::test::TestWindowDelegate wd; local
327 aura::test::TestWindowDelegate wd; local
    [all...]
  /external/clang/test/CodeGen/
char-literal.c 79 wchar_t wd = L'\U0010F00B'; local
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 20 int wd; member in struct:inotify_event
35 eventForId.insert(ptr->wd, *ptr);
  /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 24 __s32 wd; member in struct:inotify_event
  /development/ndk/platforms/android-3/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 178 int cameraId = getCameraId(event->wd);
181 ALOGE("%s: Got bad camera ID from WD '%d",
182 __FUNCTION__, event->wd);
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const {
267 if (mSubscribers[i].WatchID == wd) {
288 int wd = inotify_add_watch(mInotifyFd, local
292 if (wd == -1) {
301 ALOGV("%s: Watch added for camID='%d', wd='%d'",
302 __FUNCTION__, cameraId, wd);
304 SubscriberInfo si = { cameraId, wd };
    [all...]
  /external/chromium_org/ash/wm/
window_selector_unittest.cc 88 return CreateTestWindowInShellWithDelegate(&wd, -1, bounds);
155 aura::test::TestWindowDelegate wd; member in class:ash::internal::WindowSelectorTest
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 201 enum radeon_bo_domain wd,
204 *added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
207 reloc->write_domain |= wd;
257 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
263 update_reloc_domains(reloc, rd, wd, added_domains);
272 update_reloc_domains(reloc, rd, wd, added_domains);
302 reloc->write_domain = wd;
310 *added_domains = rd | wd;
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_LTP_FIX.c 70 opus_int32 wd, m_Q12; local
198 wd = 0;
202 wd = silk_ADD32( wd, silk_LSHIFT( silk_SMULWW( silk_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ), d_Q14[ k ] ), 2 ) ); /* Q( 18 - maxRshifts_wxtra ) */
204 m_Q12 = silk_DIV32_varQ( wd, temp32, 12 );
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 201 enum radeon_bo_domain wd,
204 *added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
207 reloc->write_domain |= wd;
257 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
263 update_reloc_domains(reloc, rd, wd, added_domains);
272 update_reloc_domains(reloc, rd, wd, added_domains);
302 reloc->write_domain = wd;
310 *added_domains = rd | wd;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 28 int wd; /* Watch descriptor. */ member in struct:inotify_event
87 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 28 int wd; /* Watch descriptor. */ member in struct:inotify_event
87 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 28 int wd; /* Watch descriptor. */ member in struct:inotify_event
87 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event

Completed in 732 milliseconds

1 2 3 4