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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 30 """Abstract base class of Port-specific entrypoints for the layout tests
31 test infrastructure (the Port and Driver classes)."""
44 # Python bug workaround. See Port.wdiff_text() for an explanation.
49 class Port(object):
50 """Abstract class for Port-specific hooks for the layout_test package.
63 in for this port."""
64 raise NotImplementedError('Port.baseline_path')
69 raise NotImplementedError('Port.baseline_search_path')
72 """If the port needs to do some runtime checks to ensure that the
76 raise NotImplementedError('Port.check_sys_deps'
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 89 Port(R.string.port, R.string.default_port, R.string.default_port),
332 case Port:
340 } else if (key == PreferenceKey.Port) {
341 int port = Integer.parseInt(PreferenceKey.Port.getValue()); local
342 if ((port < 1000) || (port > 65534)) {
423 .setPort(Integer.parseInt(PreferenceKey.Port.getValue()))

Completed in 57 milliseconds