Searched defs:cookie (Results 126 - 150 of 255) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dclientinfo_unittest.cpp131 xcb_void_cookie_t cookie; local
143 cookie.sequence = 0;
144 return cookie;
158 xcb_void_cookie_t cookie; local
178 cookie.sequence = 0;
179 return cookie;
193 xcb_void_cookie_t cookie; local
213 cookie.sequence = 0;
214 return cookie;
H A Dcreate_context_unittest.cpp96 xcb_void_cookie_t cookie; local
97 cookie.sequence = 0xbadc0de;
99 return cookie;
103 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) argument
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc175 EventSink(DWORD cookie, base::win::ScopedComPtr<ITfSource> source) argument
176 : cookie_(cookie),
196 DWORD cookie = TF_INVALID_EDIT_COOKIE; local
202 hr = source->AdviseSink(IID_ITfTextEditSink, text_store, &cookie);
207 return scoped_ptr<EventSink>(new EventSink(cookie, source));
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c67 u32 cookie; member in struct:dhcp_packet
100 /* skip over DHCP cookie; */
164 packet.cookie = htonl(DHCP_COOKIE);
/external/kernel-headers/original/uapi/linux/
H A Dif_arcnet.h92 __u8 cookie[sizeof(int)]; /* Actually NOT sent over the network */ member in struct:arc_cap
/external/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp131 xcb_void_cookie_t cookie; local
143 cookie.sequence = 0;
144 return cookie;
158 xcb_void_cookie_t cookie; local
178 cookie.sequence = 0;
179 return cookie;
193 xcb_void_cookie_t cookie; local
213 cookie.sequence = 0;
214 return cookie;
H A Dcreate_context_unittest.cpp96 xcb_void_cookie_t cookie; local
97 cookie.sequence = 0xbadc0de;
99 return cookie;
103 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) argument
/external/oprofile/pp/
H A Dopgprof.cpp38 char cookie[4]; member in struct:__anon28473::gmon_hdr
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, argument
47 struct http_client *c = cookie;
49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
50 "e=%d", handle, cookie, e);
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, argument
47 struct http_client *c = cookie;
49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
50 "e=%d", handle, cookie, e);
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c48 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv
190 priv->cookie, COOKIE_LEN);
216 u8 cookie[COOKIE_LEN]; local
255 * Require that the client includes a prefix with the 'cookie' value
262 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - "
267 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
268 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the "
273 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
274 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie i
514 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv
549 u8 cookie[COOKIE_LEN]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, argument
47 struct http_client *c = cookie;
49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
50 "e=%d", handle, cookie, e);
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, argument
44 struct http_request *req = cookie;
/external/chromium_org/base/win/
H A Dpe_image.cc25 PVOID cookie; member in struct:base::win::EnumAllImportsStorage
50 PIMAGE_THUNK_DATA iat, PVOID cookie) {
52 cookie);
55 storage.cookie);
63 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) {
65 cookie);
69 unload_iat, storage.cookie);
240 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const {
249 if (!callback(*this, section, section_start, size, cookie))
256 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) cons
48 ProcessImportChunk(const PEImage &image, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
59 ProcessDelayImportChunk(const PEImage &image, PImgDelayDescr delay_descriptor, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat, PIMAGE_THUNK_DATA unload_iat, PVOID cookie) argument
[all...]
H A Dpe_image_unittest.cc21 PVOID cookie) {
22 int* count = reinterpret_cast<int*>(cookie);
34 PVOID cookie) {
35 int* count = reinterpret_cast<int*>(cookie);
45 PVOID cookie) {
46 int* count = reinterpret_cast<int*>(cookie);
55 PVOID cookie) {
56 int* count = reinterpret_cast<int*>(cookie);
66 PVOID cookie) {
67 int* count = reinterpret_cast<int*>(cookie);
15 ExportsCallback(const PEImage &image, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function, LPCSTR forward, PVOID cookie) argument
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
41 SectionsCallback(const PEImage &image, PIMAGE_SECTION_HEADER header, PVOID section_start, DWORD section_size, PVOID cookie) argument
52 RelocsCallback(const PEImage &image, WORD type, PVOID address, PVOID cookie) argument
62 ImportChunksCallback(const PEImage &image, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
73 DelayImportChunksCallback(const PEImage &image, PImgDelayDescr delay_descriptor, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat, PIMAGE_THUNK_DATA unload_iat, PVOID cookie) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data_unittest.cc47 const char kCookieName[] = "cookie";
180 net::CanonicalCookie* cookie = &user_cookies[0]; local
181 EXPECT_EQ(kSAMLIdPCookieURL, cookie->Source());
182 EXPECT_EQ(kCookieName, cookie->Name());
183 EXPECT_EQ(expected_saml_idp_cookie_value, cookie->Value());
184 EXPECT_EQ(kSAMLIdPCookieDomain, cookie->Domain());
185 cookie = &user_cookies[1];
186 EXPECT_EQ(kGAIACookieURL, cookie->Source());
187 EXPECT_EQ(kCookieName, cookie->Name());
188 EXPECT_EQ(expected_gaia_cookie_value, cookie
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc76 job->cookie(),
115 int PrintJob::cookie() const { function in class:printing::PrintJob
117 // Always use an invalid cookie in this case.
119 return document_->cookie();
/external/chromium_org/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc119 dict->SetString(kKeyType, "cookie");
122 const net::CanonicalCookie& cookie = *node.GetDetailedInfo().cookie; local
124 dict->SetString(kKeyName, cookie.Name());
125 dict->SetString(kKeyContent, cookie.Value());
126 dict->SetString(kKeyDomain, cookie.Domain());
127 dict->SetString(kKeyPath, cookie.Path());
128 dict->SetString(kKeySendFor, cookie.IsSecure() ?
131 std::string accessible = cookie.IsHttpOnly() ?
136 base::TimeFormatFriendlyDateAndTime(cookie
[all...]
/external/chromium_org/components/signin/core/browser/
H A Daccount_reconcilor.cc162 void AccountReconcilor::OnCookieChanged(const net::CanonicalCookie* cookie) { argument
163 if (cookie->Name() == "LSID" &&
164 cookie->Domain() == GaiaUrls::GetInstance()->gaia_url().host() &&
165 cookie->IsSecure() && cookie->IsHttpOnly()) {
170 VLOG(1) << "AccountReconcilor::OnCookieChanged: cookie change is ingored"
229 // Reset state for validating gaia cookie.
354 // If there are any accounts in the gaia cookie but not in chrome, then
355 // those accounts need to be removed from the cookie. This means we need
356 // to blow the cookie awa
[all...]
/external/chromium_org/content/browser/android/
H A Ddownload_controller_android_impl.cc182 const std::string& cookie) {
183 download_info.cookie = cookie;
221 ConvertUTF8ToJavaString(env, info.cookie);
179 OnCookieResponse( DownloadInfoAndroid download_info, const GetDownloadInfoCB& callback, const std::string& cookie) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java154 public Builder setCookie(String cookie) { argument
155 mCookie = cookie;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp195 InspectorInstrumentationCookie cookie; local
197 cookie = InspectorInstrumentation::willEvaluateScript(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt());
203 InspectorInstrumentation::didEvaluateScript(cookie);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp455 InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(executionContext(), m_asyncOperationId); local
458 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);
467 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);

Completed in 436 milliseconds

1234567891011