HomeSort by relevance Sort by last modified time
    Searched refs:SERVER (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java 25 private static final String SERVER = "SERVER";
    [all...]
  /external/autotest/cli/
job.py 360 [--on-server] [--test <test1,test2>]
384 self.parser.add_option('-s', '--server',
385 help='This is server-side job',
425 help='Require server-side packaging',
457 if options.server:
459 'client/server setting is implicit and '
485 if options.server:
486 self.data['control_type'] = control_data.CONTROL_TYPE_NAMES.SERVER
505 self.data['control_type'] = control_data.CONTROL_TYPE_NAMES.SERVER
host_unittest.py 17 from autotest_lib.server import hosts
19 SERVER = control_data.CONTROL_TYPE_NAMES.SERVER
    [all...]
  /external/autotest/site_utils/deployment/
commandline.py 36 from autotest_lib.server.hosts import servo_host
463 # frontend.AFE(server=None) will use the default web server,
465 parser.add_argument('-w', '--web', metavar='SERVER', default=None,
466 help='specify web server')
  /external/autotest/site_utils/
lxc_config.py 298 2. Update AUTOTEST_WEB/host and SERVER/hostname to be the IP of the host
326 afe_host = config.get_config_value('SERVER', 'hostname')
331 self.container.attach_run('echo $\'\n[SERVER]\nhostname: %s\n\' >> %s' %
336 # is_moblab: True if the autotest server is a Moblab instance.
404 # of SERVER\hostname and AUTOTEST_WEB\host.
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java 66 APN_ATTRIBUTE_MAP.put("server", Telephony.Carriers.SERVER);
  /external/conscrypt/testing/src/main/java/libcore/java/security/
TestKeyStore.java 138 private static TestKeyStore SERVER;
231 SERVER = new Builder()
232 .aliasPrefix("server")
299 * Return a server keystore with a matched RSA certificate and
304 return SERVER;
344 * trust the server certificate returned by getServer for negative
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 136 private static TestKeyStore SERVER;
229 SERVER = new Builder()
230 .aliasPrefix("server")
297 * Return a server keystore with a matched RSA certificate and
302 return SERVER;
342 * trust the server certificate returned by getServer for negative
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 137 // Columns not included in UNIQUE constraint: name, current, edited, user, server, password,
168 SERVER + " TEXT DEFAULT ''," +
198 // user, server, password, authtype, type, sub_id, modem_cognitive, max_conns,
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 131 Telephony.Carriers.SERVER, // 6
365 case Telephony.Carriers.SERVER:
    [all...]
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 21 from autotest_lib.server import frontend
22 from autotest_lib.server import utils as server_utils
23 from autotest_lib.server.cros import provision
24 from autotest_lib.server.cros.dynamic_suite import constants
25 from autotest_lib.server.cros.dynamic_suite import control_file_getter
26 from autotest_lib.server.cros.dynamic_suite import frontend_wrappers
29 SERVER = control_data.CONTROL_TYPE_NAMES.SERVER
214 control_type=SERVER, **kwargs)
398 server=shard_hostname, user=None
    [all...]
rpc_utils.py 24 # TODO(akeshet): Replace with monarch once we know how to instrument rpc server
27 from autotest_lib.server import utils as server_utils
28 from autotest_lib.server.cros import provision
29 from autotest_lib.server.cros.dynamic_suite import frontend_wrappers
259 """Checks if the test type is a server test.
263 @returns A boolean to identify if the test type is server test.
271 return (test_type == control_data.CONTROL_TYPE.SERVER)
289 {'tests' : 'You cannot run both test_suites and server-side '
526 alternative to server.cros.provision.ensure_label_exists(...). It works
773 if control_type != control_data.CONTROL_TYPE_NAMES.SERVER
    [all...]
models.py 25 from autotest_lib.server import utils as server_utils
798 test_type: Client or Server
876 test_type: Client or Server
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 147 TokenTypes.SERVER);
  /external/autotest/server/hosts/
servo_host.py 31 from autotest_lib.server import afe_utils
32 from autotest_lib.server import site_utils as server_site_utils
33 from autotest_lib.server.cros import dnsname_mangler
34 from autotest_lib.server.cros.dynamic_suite import frontend_wrappers
35 from autotest_lib.server.cros.dynamic_suite import control_file_getter
36 from autotest_lib.server.cros.servo import servo
37 from autotest_lib.server.hosts import servo_repair
38 from autotest_lib.server.hosts import ssh_host
122 """Establish a connection to the servod server on this host.
176 """Return a proxy that can be used to communicate with servod server
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /system/tools/aidl/
aidl.cpp 324 ClassNames::SERVER,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 91 Telephony.Carriers.SERVER, // 6
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 133 "_xmpp-server._tcp.google.com.",
134 "_XMPP-Server._TCP.Google.COM.",
135 "_XMPP-SERVER._TCP.GOOGLE.COM.",
186 _, addrs, err := answer("_xmpp-server._tcp.google.com.", "foo:53", msg, uint16(dnsTypeSRV))
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 133 "_xmpp-server._tcp.google.com.",
134 "_XMPP-Server._TCP.Google.COM.",
135 "_XMPP-SERVER._TCP.GOOGLE.COM.",
186 _, addrs, err := answer("_xmpp-server._tcp.google.com.", "foo:53", msg, uint16(dnsTypeSRV))
  /frameworks/base/telephony/java/android/telephony/
Telephony.java     [all...]
  /external/autotest/scheduler/
monitor_db.py 36 from autotest_lib.server import autoserv_utils
37 from autotest_lib.server import system_utils
38 from autotest_lib.server import utils as server_utils
58 AUTOTEST_SERVER_DIR = os.path.join(AUTOTEST_PATH, 'server')
68 system error on the Autotest server. Full results may not be available. Sorry.
168 server = status_server.StatusServer()
169 server.start()
183 while not _shutdown and not server._shutdown_scheduler:
192 # This error is expected when the server is not in primary status
201 server.shutdown(
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 104 private MockWebServer server; field in class:URLConnectionTest
111 server = new MockWebServer();
112 hostName = server.getHostName();
125 server.shutdown();
126 server = null;
231 server.enqueue(new MockResponse());
232 server.play();
234 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
268 RecordedRequest request = server.takeRequest();
294 server.play()
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/
aws-java-sdk-discovery-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 6667 milliseconds

1 23 4 5 6