OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REQUEST
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h
77
enum RequestOrResponse {
REQUEST
, RESPONSE };
101
// Generate the Get{
Request
,Response}Prototype() methods.
/external/protobuf/src/google/protobuf/compiler/java/
java_service.h
82
// Generate the implementations of Service.get{
Request
,Response}Prototype().
83
enum RequestOrResponse {
REQUEST
, RESPONSE };
/external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java
31
* An HTTP
request
or response.
146
/** The name of a dump entry whose value is the HTTP
request
. */
147
public static final String
REQUEST
= "HTTP
request
";
/external/dhcpcd/
showlease.c
13
#define
REQUEST
(1 << 0)
34
{ 1, IPV4 |
REQUEST
, "subnet_mask" },
36
{ 3, IPV4 | ARRAY |
REQUEST
, "routers" },
61
{ 28, IPV4 |
REQUEST
, "broadcast_address" },
66
{ 33, IPV4 | ARRAY |
REQUEST
, "static_routes" },
84
{ 51, UINT32 |
REQUEST
, "dhcp_lease_time" },
91
{ 58, UINT32 |
REQUEST
, "dhcp_renewal_time" },
92
{ 59, UINT32 |
REQUEST
, "dhcp_rebinding_time" },
120
{ 121, RFC3442 |
REQUEST
, "classless_static_routes" },
dhcp.c
40
#define
REQUEST
(1 << 0)
54
#define IPV4R IPV4 |
REQUEST
70
{ 1, IPV4 |
REQUEST
, "subnet_mask" },
76
{ 33, IPV4 | ARRAY |
REQUEST
, "static_routes" },
77
{ 3, IPV4 | ARRAY |
REQUEST
, "routers" },
103
{ 28, IPV4 |
REQUEST
, "broadcast_address" },
125
{ 51, UINT32 |
REQUEST
, "dhcp_lease_time" },
132
{ 58, UINT32 |
REQUEST
, "dhcp_renewal_time" },
133
{ 59, UINT32 |
REQUEST
, "dhcp_rebinding_time" },
1013
if (!(opt->type &
REQUEST
||
[
all
...]
/external/wpa_supplicant_8/src/ap/
wpa_auth.c
705
enum { PAIRWISE_2, PAIRWISE_4, GROUP_2,
REQUEST
,
769
msg =
REQUEST
;
770
msgtxt = "
Request
";
783
if (msg ==
REQUEST
|| msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
813
"received EAPOL-Key
request
with "
896
/* MLME-DEAUTHENTICATE.
request
*/
949
case
REQUEST
:
987
"received EAPOL-Key
request
with "
1005
"received EAPOL-Key Error
Request
"
1010
/* Error report is not a
request
for a new ke
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java
191
static final int
REQUEST
= 0;
194
/** Node is fulfilling another unfulfilled DATA or
REQUEST
*/
309
int mode = (e == null) ?
REQUEST
: DATA;
327
return (mode ==
REQUEST
) ? m.item : s.item;
343
return (mode ==
REQUEST
) ? m.item : s.item;
[
all
...]
Completed in 59 milliseconds