HomeSort by relevance Sort by last modified time
    Searched defs:CLIENT (Results 1 - 11 of 11) sorted by null

  /system/tools/aidl/
generate_cpp.h 40 CLIENT, // BpFoo
  /external/autotest/cli/
test_unittest.py 11 from autotest_lib.client.common_lib import control_data
13 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT
18 u'test_type': CLIENT,
20 u'path': u'client/tests/test0/control',
32 u'test_type': CLIENT,
34 u'path': u'client/tests/test2/control.readprofile',
46 u'test_type': CLIENT,
48 u'path': u'client/tests/test4/control.export',
77 u'test_type': CLIENT,
    [all...]
job_unittest.py 14 from autotest_lib.client.common_lib.test_utils import mock
15 from autotest_lib.client.common_lib import control_data
16 from autotest_lib.client.common_lib import priorities
18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT
42 u'control_type': CLIENT,
67 u'control_type': CLIENT,
94 u'control_type': CLIENT,
146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
148 u'control_type': CLIENT,
    [all...]
host_unittest.py 16 from autotest_lib.client.common_lib import control_data
18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java 24 private static final String CLIENT = "CLIENT";
    [all...]
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 9 from autotest_lib.client.common_lib import control_data
10 from autotest_lib.client.common_lib import error
11 from autotest_lib.client.common_lib import global_config
12 from autotest_lib.client.common_lib import priorities
13 from autotest_lib.client.common_lib.cros import dev_server
14 from autotest_lib.client.common_lib.test_utils import mock
28 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT
112 control_type=CLIENT,
124 control_type=CLIENT,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 2 * clnt.h - Client side remote procedure call interface.
125 * Client rpc handle.
127 * Client is responsible for initializing auth, see e.g. auth_none.c.
129 typedef struct CLIENT CLIENT;
130 struct CLIENT {
133 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
137 void (*cl_geterr) (CLIENT *, struct rpc_err *);
139 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
141 void (*cl_destroy) (CLIENT *); /* destroy this structure *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 2 * clnt.h - Client side remote procedure call interface.
125 * Client rpc handle.
127 * Client is responsible for initializing auth, see e.g. auth_none.c.
129 typedef struct CLIENT CLIENT;
130 struct CLIENT {
133 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
137 void (*cl_geterr) (CLIENT *, struct rpc_err *);
139 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
141 void (*cl_destroy) (CLIENT *); /* destroy this structure *
    [all...]
  /external/conscrypt/testing/src/main/java/libcore/java/security/
TestKeyStore.java 139 private static TestKeyStore CLIENT;
239 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null);
241 .aliasPrefix("client-ec")
248 .aliasPrefix("client-ec")
255 .aliasPrefix("client")
313 return CLIENT;
317 * Return a client keystore with a matched RSA certificate and
326 * Return a client keystore with a matched RSA certificate and
335 * Return a client keystore with a matched RSA certificate and
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 137 private static TestKeyStore CLIENT;
236 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null);
238 .aliasPrefix("client-ec")
245 .aliasPrefix("client-ec")
252 .aliasPrefix("client")
310 return CLIENT;
314 * Return a client keystore with a matched RSA certificate and
323 * Return a client keystore with a matched RSA certificate and
332 * Return a client keystore with a matched RSA certificate and
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 255 milliseconds