HomeSort by relevance Sort by last modified time
    Searched defs:wds (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 108 WebDataService* wds = Source<WebDataService>(source).ptr(); local
110 if (!wds || wds->GetDatabase() != web_database_)
autofill_change_processor.cc 61 WebDataService* wds = Source<WebDataService>(source).ptr(); local
62 if (!wds || wds->GetDatabase() != web_database_)
  /external/dbus/bus/
dir-watch-inotify.c 45 static int wds[MAX_DIRS_TO_WATCH]; variable
127 new_wds[i] = wds[j];
129 wds[j] = -1;
136 /* Any directories we find in "wds" with a nonzero fd must
141 if (wds[j] != -1)
143 inotify_rm_watch (inotify_fd, wds[j]);
145 wds[j] = -1;
189 wds[i] = new_wds[i];
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
370 if (!wds)
379 wds->RemoveAutofillProfile((*iter)->guid());
386 wds->UpdateAutofillProfile(*iter);
394 wds->AddAutofillProfile(*iter);
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
426 if (!wds)
434 wds->RemoveCreditCard((*iter)->guid());
441 wds->UpdateCreditCard(*iter);
449 wds->AddCreditCard(*iter)
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
    [all...]
personal_data_manager_unittest.cc 476 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
477 ASSERT_TRUE(wds);
478 wds->AddAutofillProfile(profile2);
494 wds->RemoveAutofillProfile(profile1.guid());
495 wds->RemoveAutofillProfile(profile2.guid());
    [all...]
  /system/core/libusbhost/
usbhost.c 145 int wd, wds[10]; local
146 int wd_count = sizeof(wds) / sizeof(wds[0]);
151 memset(wds, 0, sizeof(wds));
153 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
154 if (wds[0] < 0) {
166 wds[i] = ret;
179 if (wd == wds[0]) {
186 wds[i] = ret
    [all...]
  /bionic/libc/stdlib/
strtod.c 365 int k, maxwds, sign, wds; member in struct:Bigint
425 rv->sign = rv->wds = 0;
451 (y)->wds*sizeof(Long) + 2*sizeof(int))
476 int i, wds; local
486 wds = b->wds;
502 while(++i < wds);
504 if (wds >= b->maxwds) {
514 b->x[wds++] = a;
515 b->wds = wds
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 211 int wds = b.size(); local
227 } while (++i < wds);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
571 rv->sign = rv->wds = 0;
600 y->wds*sizeof(Long) + 2*sizeof(int))
610 int i, wds; variable
622 wds = b->wds;
645 while(++i < wds);
647 if (wds >= b->maxwds) {
653 b->x[wds++] = carry;
654 b->wds = wds
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3260 int wds; member in struct:wpa_event_data::rx_from_unknown
    [all...]

Completed in 931 milliseconds