Home
last modified time | relevance | path

Searched defs:Cookie (Results 1 – 25 of 209) sorted by relevance

123456789

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dcookie.go23 type Cookie struct { struct
24 Name string
25 Value string
26 Quoted bool // indicates whether the Value was originally quoted
28 Path string // optional
29 Domain string // optional
30 Expires time.Time // optional
31 RawExpires string // for reading cookies only
36 MaxAge int
37 Secure bool
[all …]
Djar.go21 SetCookies(u *url.URL, cookies []*Cookie)
/aosp_15_r20/external/curl/lib/
H A Dcookie.h32 struct Cookie { struct
37 char *path; /* path = <this> which is in Set-Cookie: */ argument
59 struct CookieInfo { argument
/aosp_15_r20/external/grpc-grpc/examples/cpp/csm/
H A Dcsm_greeter_client.cc60 struct Cookie { struct
61 std::string name;
62 std::string value;
63 std::set<std::string> attributes;
/aosp_15_r20/external/scudo/standalone/
H A Dchunk.h104 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum()
114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader()
122 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader()
131 inline bool isValid(u32 Cookie, const void *Ptr, in isValid()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_override_host_end2end_test.cc50 struct Cookie { struct in grpc::testing::__anon5c1c47e60111::OverrideHostTest
51 std::string name;
52 std::string value;
53 std::set<std::string> attributes;
55 std::pair<std::string, std::string> Header() const { in Header()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/
Dswitch.go57 type Cookie uint64 type
74 Cookie Cookie member
108 func (st stats) getLocked(c Cookie) *Stat {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp52 void *Cookie; member
76 void *Cookie) { in insertSignalHandler()
H A DDebug.cpp121 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSignals.cpp81 void *Cookie; member
112 void *Cookie) { in insertSignalHandler()
H A DDebug.cpp152 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/android/webkit/
H A DRoboCookieManager.java275 private static class Cookie { class in RoboCookieManager
282 public Cookie(String hostname, boolean isSecure, String cookie, Date expiration) { in Cookie() method in RoboCookieManager.Cookie
/aosp_15_r20/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java211 public static class Cookie { class in NanoHTTPD
223 public Cookie(String name, String value) { in Cookie() method in NanoHTTPD.Cookie
227 public Cookie(String name, String value, int numDays) { in Cookie() method in NanoHTTPD.Cookie
233 public Cookie(String name, String value, String expires) { in Cookie() method in NanoHTTPD.Cookie
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_hci_vs.h26 typedef std::array<uint8_t, 16> Cookie; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dcookie.proto26 message Cookie { message
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
H A Dcookie.proto26 message Cookie { message
/aosp_15_r20/external/tinyxml2/docs/
H A Dcookie.js6 let Cookie = { variable
/aosp_15_r20/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java50 public interface Cookie { interface
/aosp_15_r20/frameworks/av/services/audioflinger/timing/tests/
H A Dmediasyncevent_tests.cpp31 struct Cookie : public RefBase {}; in TEST() struct
H A Dsynchronizedrecordstate_tests.cpp32 struct Cookie : public RefBase {}; in TEST() struct
/aosp_15_r20/external/scudo/standalone/tests/
H A Dchunk_test.cpp16 static constexpr scudo::u32 Cookie = 0x41424344U; variable
/aosp_15_r20/external/llvm/lib/Support/
H A DDebug.cpp114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DDebug.cpp114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dsetjmp.h43 unsigned long Cookie; member
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/
Dtyped_header.rs174 TypedHeader(cookies): TypedHeader<headers::Cookie>, in typed_header()

123456789