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

1 2 3

  /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_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_get_accessors.tex 28 \Var{unw\_local\_addr\_space}.
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_init_local.man 13 .TH "UNW\\_INIT\\_LOCAL" "3" "16 August 2007" "Programming Library " "Programming Library "
unw_set_caching_policy.tex 46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
  /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/python/cpython3/Lib/test/
test_threading_local.py 30 local = self._local()
57 class Local(self._local):
73 class Local(self._local):
112 class MyLocal(self._local):
118 self.assertRaises(TypeError, self._local, a=1)
119 self.assertRaises(TypeError, self._local, 1)
158 self._test_one_class(self._local)
161 class LocalSubclass(self._local):
175 self._test_dict_attribute(self._local)
178 class LocalSubclass(self._local)
196 _local = _thread._local variable in class:ThreadLocalTest
199 _local = _threading_local.local variable in class:PyThreadingLocalTest
    [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/libxcam/modules/soft/
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...]
soft_worker.h 74 return _local;
95 WorkSize _local; member in class:XCam::SoftWorker
  /external/python/cpython3/Lib/asyncio/
events.py 566 class _Local(threading.local):
571 self._local = self._Local()
578 if (self._local._loop is None and
579 not self._local._set_called and
582 if self._local._loop is None:
585 return self._local._loop
589 self._local._set_called = True
591 self._local._loop = loop
  /external/toolchain-utils/automation/clients/helper/
perforce.py 66 return self._local
69 self._local = self._FixPath(path_s)
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 103 self._host, self._local, telemetry_on_dut=False)
161 self._local = False
177 self._local = (value == 'True')
  /external/kernel-headers/original/uapi/linux/
batman_adv.h 29 * Bits from 8 to 15 are called _local flags_ because they are used for local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 490 /* tp_name */ "thread._local",
920 if (PyModule_AddObject(m, "_local", (PyObject *)&localtype) < 0)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
TimeDate.c 553 if (StrniCmp (TempLocation, L"_local", StrLen (TempLocation)) == NULL) {
716 if (StrniCmp (TimeZoneString, L"_local", StrLen (TimeZoneString)) == NULL) {

Completed in 300 milliseconds

1 2 3