Searched refs:wds (Results 1 - 25 of 30) sorted by relevance

12

/external/dbus/bus/
H A Ddir-watch-inotify.c45 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/base/third_party/dmg_fp/
H A Ddtoa.cc526 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
[all...]
/external/chromium/chrome/browser/
H A Dautocomplete_history_manager.h56 WebDataService* wds);
H A Dautocomplete_history_manager.cc197 WebDataService* wds)
200 web_data_service_(wds),
194 AutocompleteHistoryManager( TabContents* tab_contents, Profile* profile, WebDataService* wds) argument
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc369 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
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
[all...]
H A Dpersonal_data_manager_unittest.cc476 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());
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.h41 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
H A Dap.c603 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds) argument
607 ieee802_11_rx_from_unknown(wpa_s->ap_iface->bss[0], addr, wds);
/external/webkit/Source/WebKit/
H A DAndroid.mk103 android/wds/Command.cpp \
104 android/wds/Connection.cpp \
105 android/wds/DebugServer.cpp
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.cc108 WebDataService* wds = Source<WebDataService>(source).ptr(); local
110 if (!wds || wds->GetDatabase() != web_database_)
H A Dautofill_change_processor.cc61 WebDataService* wds = Source<WebDataService>(source).ptr(); local
62 if (!wds || wds->GetDatabase() != web_database_)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.h62 int wds);
H A Ddrv_callbacks.c316 int wds)
322 ieee802_11_rx_from_unknown(hapd, addr, wds);
530 data->rx_from_unknown.wds);
314 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *bssid, const u8 *addr, int wds) argument
H A Dieee802_11.c1809 int wds)
1815 if (wds && !(sta->flags & WLAN_STA_WDS)) {
1808 ieee802_11_rx_from_unknown(struct hostapd_data *hapd, const u8 *src, int wds) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.h62 int wds);
H A Ddrv_callbacks.c316 int wds)
322 ieee802_11_rx_from_unknown(hapd, addr, wds);
530 data->rx_from_unknown.wds);
314 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *bssid, const u8 *addr, int wds) argument
H A Dieee802_11.c1809 int wds)
1815 if (wds && !(sta->flags & WLAN_STA_WDS)) {
1808 ieee802_11_rx_from_unknown(struct hostapd_data *hapd, const u8 *src, int wds) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.h62 int wds);
H A Ddrv_callbacks.c316 int wds)
322 ieee802_11_rx_from_unknown(hapd, addr, wds);
530 data->rx_from_unknown.wds);
314 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *bssid, const u8 *addr, int wds) argument
H A Dieee802_11.c1809 int wds)
1815 if (wds && !(sta->flags & WLAN_STA_WDS)) {
1808 ieee802_11_rx_from_unknown(struct hostapd_data *hapd, const u8 *src, int wds) argument
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc1034 scoped_refptr<WebDataService> wds(new WebDataService());
1035 if (!wds->Init(GetPath()))
1037 web_data_service_.swap(wds);
/external/webkit/
H A DAndroid.mk379 # Build the wds client
380 include $(WEBKIT_PATH)/android/wds/client/Android.mk
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp211 int wds = b.size(); local
227 } while (++i < wds);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3260 int wds; member in struct:wpa_event_data::rx_from_unknown
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3260 int wds; member in struct:wpa_event_data::rx_from_unknown

Completed in 365 milliseconds

12