Searched defs:wd (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc85 aura::test::TestWindowDelegate wd; local
86 scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds));
97 wd.set_window_component(HTTOP);
128 wd.set_window_component(HTCAPTION);
135 wd.set_window_component(HTLEFT);
146 wd.set_window_component(HTCAPTION);
166 wd.set_window_component(HTTOP);
182 wd.set_window_component(HTCAPTION);
187 wd.set_window_component(HTLEFT);
197 wd
205 aura::test::TestWindowDelegate wd; local
229 aura::test::TestWindowDelegate wd; local
251 aura::test::TestWindowDelegate wd; local
288 aura::test::TestWindowDelegate wd; local
319 aura::test::TestWindowDelegate wd; local
334 aura::test::TestWindowDelegate wd; local
[all...]
/external/clang/test/CodeGen/
H A Dchar-literal.c79 wchar_t wd = L'\U0010F00B'; local
/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp20 int wd; member in struct:inotify_event
35 eventForId.insert(ptr->wd, *ptr);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_LTP_FIX.c70 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/srec/srec/crec/
H A Dtext_parser.c36 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, contex
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc261 aura::test::TestWindowDelegate wd; local
263 &wd, -1, gfx::Rect(10, 10, 50, 50)));
267 &wd, -2, gfx::Rect(70, 70, 50, 50)));
333 &wd, -11, gfx::Rect(10, 10, 10, 10), w1.get()));
359 &wd, -1, gfx::Rect(70, 70, 50, 50)));
374 aura::test::TestWindowDelegate wd; local
376 &wd, -1, gfx::Rect(10, 10, 50, 50)));
416 aura::test::TestWindowDelegate wd; local
418 &wd, -1, gfx::Rect(10, 10, 50, 50)));
422 &wd,
598 aura::test::TestWindowDelegate wd; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp95 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local
100 logln(wd[k]);
H A Dcalregts.cpp504 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status); local
505 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) {
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c201 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;
199 update_reloc_domains(struct drm_radeon_cs_reloc *reloc, enum radeon_bo_domain rd, enum radeon_bo_domain wd, enum radeon_bo_domain *added_domains) argument
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h29 wd; member in struct:fortuna_prng
/external/icu4c/test/intltest/
H A Dtsdtfmsy.cpp96 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local
101 logln(wd[k]);
H A Dcalregts.cpp548 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status); local
549 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) {
/external/kernel-headers/original/linux/
H A Dinotify.h16 * 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) argument
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c201 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;
199 update_reloc_domains(struct drm_radeon_cs_reloc *reloc, enum radeon_bo_domain rd, enum radeon_bo_domain wd, enum radeon_bo_domain *added_domains) argument
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc250 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/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp399 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/icu4c/i18n/
H A Dhebrwcal.cpp399 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/chromium_org/third_party/sqlite/src/src/
H A Ddate.c931 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ local
932 wd = (int)(((x.iJD+43200000)/86400000)%7);
933 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7);
/external/e2fsprogs/e2fsck/
H A Drehash.c641 struct write_dir_struct *wd = (struct write_dir_struct *) priv_data; local
647 if (blockcnt >= wd->outdir->num) {
648 e2fsck_read_bitmaps(wd->ctx);
650 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk);
653 wd->cleared++;
659 dir = wd->outdir->buf + (blockcnt * fs->blocksize);
660 wd->err = ext2fs_write_dir_block(fs, *block_nr, dir);
661 if (wd->err)
670 struct write_dir_struct wd; local
678 wd
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc164 ACTION_P4(MakeAutofillSyncComponents, service, wd, pdm, dtc) {
169 new AutofillModelAssociator(service, wd, pdm);
171 new AutofillChangeProcessor(model_associator, wd, pdm, dtc);
176 ACTION_P4(MakeAutofillProfileSyncComponents, service, wd, pdm, dtc) {
181 new AutofillProfileModelAssociator(service, wd, pdm);
183 new AutofillProfileChangeProcessor(model_associator, wd, pdm, dtc);
196 WebDatabase* wd,
215 WebDatabase* wd,
219 WillOnce(MakeAutofillSyncComponents(service, wd, pdm, dtc));
236 WebDatabase* wd,
213 SetExpectation(ProfileSyncFactoryMock* factory, ProfileSyncService* service, WebDatabase* wd, PersonalDataManager* pdm, DataTypeController* dtc) argument
234 SetExpectation(ProfileSyncFactoryMock* factory, ProfileSyncService* service, WebDatabase* wd, PersonalDataManager* pdm, DataTypeController* dtc) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcfile.c430 Char* wd = NULL; local
434 wd = VG_(getenv)( envvar );
435 if (wd == NULL || (1+VG_(strlen)(wd) >= szB))
437 VG_(strncpy_safely)(startup_wd, wd, szB);
/external/libvorbis/lib/
H A Dvorbisfile.c2052 float wd=w[i]*w[i]; local
2053 float ws=1.-wd;
2054 d[i]=d[i]*wd + s[i]*ws;
2061 float wd=w[i]*w[i]; local
2062 d[i]=d[i]*wd;
/external/clang/tools/c-index-test/
H A Dc-index-test.c3010 CXString wd; local
3058 wd = clang_CompileCommand_getDirectory(CCmd);
3059 if (chdir(clang_getCString(wd)) != 0) {
3060 printf("Could not chdir to %s\n", clang_getCString(wd));
3064 clang_disposeString(wd);
3248 CXString wd; local
3293 wd = clang_CompileCommand_getDirectory(CCmd);
3294 printf("workdir:'%s'", clang_getCString(wd));
3295 clang_disposeString(wd);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13795 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ local
13796 wd = (int)(((x.iJD+43200000)/86400000)%7);
13797 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14507 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ local
14508 wd = (int)(((x.iJD+43200000)/86400000)%7);
14509 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7);
[all...]

Completed in 2496 milliseconds

12