Searched refs:_local (Results 1 - 19 of 19) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DCollectionStore.java14 private Collection<T> _local; field in class:CollectionStore
24 _local = new ArrayList<T>(collection);
37 return new ArrayList<T>(_local);
42 Iterator<T> iter = _local.iterator();
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DSocketEndPoint.java37 final InetSocketAddress _local; field in class:SocketEndPoint
49 _local=(InetSocketAddress)_socket.getLocalSocketAddress();
63 _local=(InetSocketAddress)_socket.getLocalSocketAddress();
174 if (_local==null || _local.getAddress()==null || _local.getAddress().isAnyLocalAddress())
177 return _local.getAddress().getHostAddress();
187 if (_local==null || _local.getAddress()==null || _local
[all...]
/external/libunwind/doc/
H A Dunw_init_local.tex8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
48 On successful completion, \Func{unw\_init\_local}() returns 0.
54 \Func{unw\_init\_local}() i
[all...]
H A Dunw_init_remote.tex22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
38 generally preferable to use \Func{unw\_init\_local}() instead, because
69 \SeeAlso{unw\_init\_local(3)}
H A Dunw_destroy_addr_space.tex24 \Var{unw\_local\_addr\_space}. Attempting to do so results in
H A Dunw_get_accessors.tex28 \Var{unw\_local\_addr\_space}.
H A Dunw_get_proc_info_by_ip.tex31 \Var{unw\_local\_addr\_space} can be passed for this argument.
39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this
H A Dunw_getcontext.tex53 \SeeAlso{unw\_init\_local(3)}
H A Dlibunwind.tex18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
35 \Type{unw\_addr\_space\_t} \Var{unw\_local\_addr\_space};\\
72 done with a call to \Func{unw\_init\_local}(). The cursor now points
187 \Func{unw\_init\_local}(), except that it takes an address-space
230 native case. Attempting to call, e.g., \Func{unw\_local\_init}() when
333 \SeeAlso{unw\_init\_local(3)},
H A Dunw_set_caching_policy.tex46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java49 protected final InetSocketAddress _local; field in class:ChannelEndPoint
62 _local=(InetSocketAddress)_socket.getLocalSocketAddress();
68 _local=_remote=null;
79 _local=(InetSocketAddress)_socket.getLocalSocketAddress();
85 _local=_remote=null;
410 if (_local==null || _local.getAddress()==null || _local.getAddress().isAnyLocalAddress())
412 return _local.getAddress().getHostAddress();
423 if (_local
[all...]
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dcontext.py395 _local = threading.local() variable in class:Context
468 cls._local._context_instance = context
480 if not hasattr(Context._local, "_context_instance") :
482 return Context._local._context_instance
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dtest_base.py83 webapp2._local.__release_local__()
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
H A Dtelemetry_AFDOGenerate.py97 self._host, self._local)
151 self._local = False
167 self._local = (value == 'True')
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py28 _webapp = _webapp_util = _local = None
51 _local = local.Local() variable
1498 if _local is not None: # pragma: no cover
1499 _local.app = app
1500 _local.request = request
1507 if _local is not None: # pragma: no cover
1508 _local.__release_local__()
1705 if _local:
1706 assert getattr(_local, 'app', None) is not None, _get_app_error
1719 if _local
[all...]
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dpipeline.py1148 _local = threading.local() variable in class:After
1166 After._local._after_all_futures.extend(self._futures)
1171 After._local._after_all_futures.remove(future)
1177 if not hasattr(cls._local, '_after_all_futures'):
1178 cls._local._after_all_futures = []
1187 _local = threading.local() variable in class:InOrder
1196 if cls._local._activated:
1197 cls._local._in_order_futures.add(future)
1205 if InOrder._local._activated:
1207 InOrder._local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1591 milliseconds