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

  /system/core/libusbhost/
usbhost.c 69 int wds[MAX_USBFS_WD_COUNT]; member in struct:usb_host_context
137 int *wds, int wd_count)
142 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
143 if (wds[0] < 0)
151 wds[i] = ret;
199 context->wds[i] = -1;
210 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
237 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
241 if (context->wds[i] >= 0) {
242 inotify_rm_watch(context->fd, context->wds[i])
    [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/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/chromium/chrome/browser/
autocomplete_history_manager.h 56 WebDataService* wds);
autocomplete_history_manager.cc 197 WebDataService* wds)
200 web_data_service_(wds),
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
ap.c 645 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds)
649 ieee802_11_rx_from_unknown(wpa_s->ap_iface->bss[0], addr, wds);
events.c     [all...]
  /external/webkit/Source/WebKit/
Android.mk 106 android/wds/Command.cpp \
107 android/wds/ConnectionAndroid.cpp \
108 android/wds/DebugServer.cpp
  /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/wpa_supplicant_8/src/ap/
ieee802_11.h 69 int wds);
drv_callbacks.c 568 int wds)
574 ieee802_11_rx_from_unknown(hapd, addr, wds);
785 data->rx_from_unknown.wds);
ieee802_11.c     [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]
  /external/webkit/
Android.mk 411 # Build the wds client
412 include $(WEBKIT_PATH)/android/wds/client/Android.mk
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 211 int wds = b.size(); local
227 } while (++i < wds);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3438 int wds; member in struct:wpa_event_data::rx_from_unknown
    [all...]
driver_nl80211.c     [all...]

Completed in 605 milliseconds