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

  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 5 ATTRIBUTE Client-Port-Id 5 integer
11 ATTRIBUTE Login-Port 16 integer
13 ATTRIBUTE Port-Message 18 string
27 ATTRIBUTE NAS-Port 5 integer
31 ATTRIBUTE Client-Port-DNIS 30 string
dictionary 50 ATTRIBUTE NAS-Port-Id 5 integer
61 ATTRIBUTE Login-TCP-Port 16 integer
86 ATTRIBUTE NAS-Port-Type 61 integer
87 ATTRIBUTE Port-Limit 62 integer
102 ATTRIBUTE Add-Port-To-IP-Address 1037 integer
185 # NAS Port Types, available in 3.3.1 and later
187 VALUE NAS-Port-Type Async 0
188 VALUE NAS-Port-Type Sync 1
189 VALUE NAS-Port-Type ISDN 2
190 VALUE NAS-Port-Type ISDN-V120
    [all...]
dictionary.ascend 34 ATTRIBUTE Ascend-User-Acct-Port 140 integer
80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 30 """Dummy Port implementation used for testing."""
38 class TestPort(base.Port):
39 """Test implementation of the Port interface."""
42 base.Port.__init__(self, port_name, options)
129 def __init__(self, image_path, test_driver_options, port):
132 self._port = port
chromium.py 30 """Chromium implementations of the Port interface."""
45 class ChromiumPort(base.Port):
46 """Abstract base class for Chromium implementations of the Port class."""
49 base.Port.__init__(self, port_name, options)
132 """Returns the test expectations for this port.
161 def __init__(self, port, image_path, options):
162 self._port = port
164 self._target = port._options.target
179 cmd += [port._path_to_driver(), '--layout-tests']
mac.py 30 """WebKit Mac implementation of the Port interface."""
49 class MacPort(base.Port):
50 """WebKit Mac implementation of the Port class."""
55 base.Port.__init__(self, port_name, options)
82 # This port doesn't require any specific configuration.
94 # This port doesn't use a helper process.
98 # This port doesn't use a helper process.
108 # The WebKit mac port uses 'Skipped' files at the moment. Each
251 def __init__(self, port, image_path, driver_options):
252 self._port = port
    [all...]
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...]
  /external/webkit/WebKitTools/iExploder/htdocs/
webserver.rb 37 port = ARGV[0].to_i
39 port = 2000
42 puts "* iExploder #{$VERSION} will be available at http://localhost:#{port}"
46 s = HTTPServer.new( :Port => port )
  /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()))
  /external/chromium/base/
file_util_posix.cc 90 #error Port warning: depending on the definition of struct dirent, \
636 #error Port warning: depending on the definition of struct dirent, \
  /external/chromium/googleurl/src/
url_canon_unittest.cc 92 const char* port; member in struct:__anon2341::ReplaceCase
    [all...]

Completed in 1417 milliseconds