/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | cookie.go | 23 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 …]
|
D | jar.go | 21 SetCookies(u *url.URL, cookies []*Cookie)
|
/aosp_15_r20/external/curl/lib/ |
H A D | cookie.h | 32 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 D | csm_greeter_client.cc | 60 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 D | chunk.h | 104 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 D | xds_override_host_end2end_test.cc | 50 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/ |
D | switch.go | 57 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 D | Signals.cpp | 52 void *Cookie; member 76 void *Cookie) { in insertSignalHandler()
|
H A D | Debug.cpp | 121 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 D | Signals.cpp | 81 void *Cookie; member 112 void *Cookie) { in insertSignalHandler()
|
H A D | Debug.cpp | 152 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 D | RoboCookieManager.java | 275 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 D | NanoHTTPD.java | 211 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/ |
D | bt_hci_vs.h | 26 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/ |
D | cookie.proto | 26 message Cookie { message
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
H A D | cookie.proto | 26 message Cookie { message
|
/aosp_15_r20/external/tinyxml2/docs/ |
H A D | cookie.js | 6 let Cookie = { variable
|
/aosp_15_r20/external/apache-http/src/org/apache/http/cookie/ |
H A D | Cookie.java | 50 public interface Cookie { interface
|
/aosp_15_r20/frameworks/av/services/audioflinger/timing/tests/ |
H A D | mediasyncevent_tests.cpp | 31 struct Cookie : public RefBase {}; in TEST() struct
|
H A D | synchronizedrecordstate_tests.cpp | 32 struct Cookie : public RefBase {}; in TEST() struct
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | chunk_test.cpp | 16 static constexpr scudo::u32 Cookie = 0x41424344U; variable
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Debug.cpp | 114 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 D | Debug.cpp | 114 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/ |
D | setjmp.h | 43 unsigned long Cookie; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/ |
D | typed_header.rs | 174 TypedHeader(cookies): TypedHeader<headers::Cookie>, in typed_header()
|