HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 1 - 25 of 773) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
1-1.c 10 * Gets the protocol attribute of a mutexattr object (which was prev. created
15 * 2. Call pthread_mutexattr_getprotocol() to obtain the protocol.
28 int protocol, rc; local
36 /* Get the protocol mutex attr. */
37 if ((rc = pthread_mutexattr_getprotocol(&mta, &protocol)) != 0) {
1-2.c 10 * Gets the protocol attribute of a mutexattr object (which was prev. created
24 int protocol, protcls[3], i; local
37 /* Set the protocol to one of the 3 valid protocols. */
39 printf("Error setting protocol to %d\n", protcls[i]);
43 /* Get the protocol mutex attr. */
44 if (pthread_mutexattr_getprotocol(&mta, &protocol) != 0) {
46 "Error obtaining the protocol attribute.\n");
50 /* Make sure that the protocol set is the protocl we get when calling
52 if (protocol != protcls[i]) {
54 ("Test FAILED: Set protocol %d, but instead got protocol %d.\n"
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpProcessor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $
32 package org.apache.http.protocol;
HttpExpectationVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpExpectationVerifier.java $
32 package org.apache.http.protocol;
HttpRequestHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandler.java $
32 package org.apache.http.protocol;
HttpRequestHandlerResolver.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerResolver.java $
32 package org.apache.http.protocol;
HttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpContext.java $
32 package org.apache.http.protocol;
RequestConnControl.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestConnControl.java $
32 package org.apache.http.protocol;
RequestUserAgent.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestUserAgent.java $
32 package org.apache.http.protocol;
ResponseServer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseServer.java $
32 package org.apache.http.protocol;
  /external/curl/tests/libtest/
lib1535.c 31 long protocol; local
38 /* Test that protocol is properly initialized on curl_easy_init.
41 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
47 if(protocol != 0) {
48 fprintf(stderr, "%s:%d protocol init failed; expected 0 but is %ld\n",
49 __FILE__, __LINE__, protocol);
63 /* Test that a protocol is properly set after receiving an HTTP resource.
66 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
72 if(protocol != CURLPROTO_HTTP) {
73 fprintf(stderr, "%s:%d protocol of http resource is incorrect;
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
1-1.c 10 * Sets the protocol attribute of a mutexattr object (which was prev. created
14 * 1. In a for loop, call pthread_mutexattr_setprotocol with all the valid 'protocol' values.
28 int protocol, protcls[3], i; local
41 /* Set the protocol to one of the 3 valid protocols. */
43 printf("Error setting protocol to %d\n", protcls[i]);
47 /* Get the protocol mutex attr. */
48 if (pthread_mutexattr_getprotocol(&mta, &protocol) != 0) {
50 "Error obtaining the protocol attribute.\n");
54 /* Make sure that the protocol set is the protocl we get when calling
56 if (protocol != protcls[i])
    [all...]
3-1.c 11 * [ENOTSUP] The value specified by protocol is an unsupported value.
13 * [EINVAL] 'protocol' is invalid
28 int protocol = INVALID_PROTOCOL; local
38 while (protocol == PTHREAD_PRIO_NONE || protocol == PTHREAD_PRIO_INHERIT
39 || protocol == PTHREAD_PRIO_PROTECT) {
40 protocol--;
43 /* Set the protocol to an invalid value. */
44 ret = pthread_mutexattr_setprotocol(&mta, protocol);
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-5.c 70 int retc, protocol; local
79 printf("Can't set protocol prio inherit\n");
81 if (pthread_mutexattr_getprotocol(&mutexattr, &protocol) != 0)
82 printf("Can't get mutexattr protocol\n");
84 printf("protocol in mutexattr is %d\n", protocol);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
namespaces-expected.cc 15 // blink::protocol namespace is blacklisted.
16 namespace protocol { namespace in namespace:blink
18 } // namespace protocol
namespaces-original.cc 15 // blink::protocol namespace is blacklisted.
16 namespace protocol { namespace in namespace:blink
18 } // namespace protocol
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 40 * @protocol: protocol of rule (tcp/udp)
48 uint8_t protocol; member in struct:__anon49574
  /packages/apps/Dialer/java/com/android/incallui/answer/protocol/
AnswerScreenDelegateFactory.java 17 package com.android.incallui.answer.protocol;
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
InCallButtonIdsExtension.java 17 package com.android.incallui.incall.protocol;
InCallButtonUiDelegateFactory.java 17 package com.android.incallui.incall.protocol;
InCallScreenDelegateFactory.java 17 package com.android.incallui.incall.protocol;
  /packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
Constants.java 17 package com.android.incallui.rtt.protocol;
RttCallScreenDelegateFactory.java 17 package com.android.incallui.rtt.protocol;
  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegateFactory.java 17 package com.android.incallui.video.protocol;
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
OmtpProtocol.java 17 package com.android.voicemail.impl.protocol;

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>