HomeSort by relevance Sort by last modified time
    Searched refs:_local (Results 1 - 25 of 26) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 14 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
CollectionStore.java 16 private Collection<T> _local; field in class:CollectionStore
26 _local = new ArrayList<T>(collection);
39 return new ArrayList<T>(_local);
44 Iterator<T> iter = _local.iterator();
  /external/python/cpython3/Lib/test/
test_threading_local.py 31 local = self._local()
58 class Local(self._local):
74 class Local(self._local):
113 class MyLocal(self._local):
119 self.assertRaises(TypeError, self._local, a=1)
120 self.assertRaises(TypeError, self._local, 1)
159 self._test_one_class(self._local)
162 class LocalSubclass(self._local):
176 self._test_dict_attribute(self._local)
179 class LocalSubclass(self._local)
197 _local = _thread._local variable in class:ThreadLocalTest
200 _local = _threading_local.local variable in class:PyThreadingLocalTest
    [all...]
  /external/libunwind/doc/
unw_init_local.tex 8 \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
42 available even when \Const{UNW\_LOCAL\_ONLY} has been defined before
48 On successful completion, \Func{unw\_init\_local}() returns 0
    [all...]
unw_init_remote.tex 22 \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
58 (this normally happens when defining \Const{UNW\_LOCAL\_ONLY} before
69 \SeeAlso{unw\_init\_local(3)}
unw_destroy_addr_space.tex 24 \Var{unw\_local\_addr\_space}. Attempting to do so results in
unw_get_accessors.tex 28 \Var{unw\_local\_addr\_space}.
unw_get_proc_info_by_ip.tex 31 \Var{unw\_local\_addr\_space} can be passed for this argument.
39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this
unw_getcontext.tex 53 \SeeAlso{unw\_init\_local(3)}
libunwind.tex 18 \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
133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
136 \Const{UNW\_LOCAL\_ONLY} is defined is a choice that each source-file
138 of \Const{UNW\_LOCAL\_ONLY}, you'll always link the same library into
142 \Const{UNW\_LOCAL\_ONLY}.
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)}
    [all...]
unw_set_caching_policy.tex 46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading_local.py 29 local = self._local()
56 class Local(self._local):
77 class Local(self._local):
115 from thread import _local as local
165 self._test_one_class(self._local)
168 class LocalSubclass(self._local):
182 self._test_dict_attribute(self._local)
185 class LocalSubclass(self._local):
191 _local = _thread._local variable in class:ThreadLocalTest
207 _local = _threading_local.local variable in class:PyThreadingLocalTest
    [all...]
  /external/python/cpython2/Lib/test/
test_threading_local.py 29 local = self._local()
56 class Local(self._local):
72 class Local(self._local):
110 from thread import _local as local
160 self._test_one_class(self._local)
163 class LocalSubclass(self._local):
177 self._test_dict_attribute(self._local)
180 class LocalSubclass(self._local):
186 _local = _thread._local variable in class:ThreadLocalTest
202 _local = _threading_local.local variable in class:PyThreadingLocalTest
    [all...]
  /external/libxcam/modules/soft/
soft_worker.h 74 return _local;
95 WorkSize _local; member in class:XCam::SoftWorker
soft_worker.cpp 107 , _local (1, 1, 1)
159 _local = size;
175 XCAM_ASSERT (_local.value[0] * _local.value[1] * _local.value[2]);
182 items.value[i] = xcam_ceil (_global.value[i], _local.value[i]) / _local.value[i];
240 range.pos[i] = item.value[i] * _local.value[i];
242 if (range.pos[i] + _local.value[i] > _global.value[i])
245 range.pos_len[i] = _local.value[i]
    [all...]
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 102 self._host, self._local, telemetry_on_dut=False)
160 self._local = False
176 self._local = (value == 'True')
  /external/python/cpython3/Lib/asyncio/
events.py 625 class _Local(threading.local):
630 self._local = self._Local()
637 if (self._local._loop is None and
638 not self._local._set_called and
642 if self._local._loop is None:
646 return self._local._loop
650 self._local._set_called = True
652 self._local._loop = loop
unix_events.py     [all...]
  /external/toolchain-utils/automation/clients/helper/
perforce.py 66 return self._local
69 self._local = self._FixPath(path_s)
  /external/python/cpython2/Lib/multiprocessing/
forking.py 247 _tls = thread._local()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 440 def getcontext(_local=local):
448 return _local.__decimal_context__
451 _local.__decimal_context__ = context
454 def setcontext(context, _local=local):
459 _local.__decimal_context__ = context
    [all...]
threading.py     [all...]
  /external/python/cpython3/Lib/
threading.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]

Completed in 680 milliseconds

1 2