Searched refs:REQUEST (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/power/
H A Dpower_api_unittest.cc144 REQUEST, enumerator in enum:extensions::PowerApiTest::FunctionType
154 type == REQUEST ?
181 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
188 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension_.get()));
200 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
221 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension_.get()));
225 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
240 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
244 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension_.get()));
256 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArg
[all...]
/external/dhcpcd/
H A Dshowlease.c13 #define REQUEST (1 << 0) macro
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" },
H A Ddhcp.c40 #define REQUEST (1 << 0) macro
55 #define IPV4R IPV4 | REQUEST
71 { 1, IPV4 | REQUEST, "subnet_mask" },
77 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
78 { 3, IPV4 | ARRAY | REQUEST, "routers" },
84 { 6, IPV4 | ARRAY | REQUEST, "domain_name_servers" },
95 { 15, STRING | REQUEST, "domain_name" },
108 { 28, IPV4 | REQUEST, "broadcast_address" },
130 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
137 { 58, UINT32 | REQUEST, "dhcp_renewal_tim
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h78 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator in enum:google::protobuf::compiler::cpp::ServiceGenerator::RequestOrResponse
H A Dcpp_service.cc192 GenerateGetPrototype(REQUEST, printer);
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.h83 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator in enum:google::protobuf::compiler::java::ServiceGenerator::RequestOrResponse
H A Djava_service.cc86 GenerateGetPrototype(REQUEST, printer);
156 GenerateGetPrototype(REQUEST, printer);
278 "request_or_response", (which == REQUEST) ? "Request" : "Response");
287 (which == REQUEST) ? method->input_type() : method->output_type());
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h77 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator in enum:google::protobuf::compiler::cpp::ServiceGenerator::RequestOrResponse
H A Dcpp_service.cc192 GenerateGetPrototype(REQUEST, printer);
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.h83 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator in enum:google::protobuf::compiler::java::ServiceGenerator::RequestOrResponse
H A Djava_service.cc84 GenerateGetPrototype(REQUEST, printer);
148 GenerateGetPrototype(REQUEST, printer);
269 "request_or_response", (which == REQUEST) ? "Request" : "Response");
278 (which == REQUEST) ? method->input_type() : method->output_type());
/external/e2fsprogs/lib/ss/
H A Dct_c.sed75 :REQUEST
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionResponse.java104 into.put(REQUEST, request.toString());
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java118 into.put(REQUEST, request.toString());
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessage.java147 public static final String REQUEST = "HTTP request"; field in class:HttpMessage
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c451 SM_STATE(BE_AUTH, REQUEST)
453 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth);
546 SM_ENTER(BE_AUTH, REQUEST);
555 SM_ENTER(BE_AUTH, REQUEST);
579 SM_ENTER(BE_AUTH, REQUEST);
587 SM_ENTER(BE_AUTH, REQUEST);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c451 SM_STATE(BE_AUTH, REQUEST)
453 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth);
546 SM_ENTER(BE_AUTH, REQUEST);
555 SM_ENTER(BE_AUTH, REQUEST);
579 SM_ENTER(BE_AUTH, REQUEST);
587 SM_ENTER(BE_AUTH, REQUEST);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c451 SM_STATE(BE_AUTH, REQUEST)
453 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth);
546 SM_ENTER(BE_AUTH, REQUEST);
555 SM_ENTER(BE_AUTH, REQUEST);
579 SM_ENTER(BE_AUTH, REQUEST);
587 SM_ENTER(BE_AUTH, REQUEST);
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c448 SM_STATE(SUPP_BE, REQUEST)
450 SM_ENTRY(SUPP_BE, REQUEST);
549 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
563 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both "
591 SM_ENTER(SUPP_BE, REQUEST);
600 SM_ENTER(SUPP_BE, REQUEST);
971 return "REQUEST";
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c448 SM_STATE(SUPP_BE, REQUEST)
450 SM_ENTRY(SUPP_BE, REQUEST);
549 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
563 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both "
591 SM_ENTER(SUPP_BE, REQUEST);
600 SM_ENTER(SUPP_BE, REQUEST);
971 return "REQUEST";
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c448 SM_STATE(SUPP_BE, REQUEST)
450 SM_ENTRY(SUPP_BE, REQUEST);
549 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
563 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both "
591 SM_ENTER(SUPP_BE, REQUEST);
600 SM_ENTER(SUPP_BE, REQUEST);
971 return "REQUEST";
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c752 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST, enumerator in enum:__anon28161
826 msg = REQUEST;
840 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
1041 case REQUEST:
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c752 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST, enumerator in enum:__anon28391
826 msg = REQUEST;
840 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
1041 case REQUEST:
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c752 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST, enumerator in enum:__anon28623
826 msg = REQUEST;
840 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
1041 case REQUEST:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...

Completed in 555 milliseconds

12