HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 26 - 50 of 1336) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testprog.c 8 static int local = 2; variable
22 || local != 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
relax-3.s 4 jmp local
35 local: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/
vers30.c 2 void local (void) {} function
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 37 * present in the local one. The state of the local context can be mutated,
51 private final HttpContext local; field in class:DefaultedHttpContext
54 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
56 if (local == null) {
59 this.local = local;
64 Object obj = this.local.getAttribute(id);
73 return this.local.removeAttribute(id);
77 this.local.setAttribute(id, obj)
    [all...]
  /external/clang/test/CXX/class/class.local/
p1.cpp 10 struct local { struct
11 int g() { return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}}
18 local* p = 0; // expected-error{{unknown type name 'local'}}
  /external/clang/test/CXX/class.access/class.friend/
p6.cpp 18 void local() { function
21 struct Local {
22 friend void f() { } // expected-error{{friend function cannot be defined in a local class}}
  /external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc 25 int local; local
  /external/iptables/include/libipq/
libipq.h 52 struct sockaddr_nl local; member in struct:ipq_handle
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 20 * This is a special implementation of ChainedData to be used for holding the local and global Data
21 * objects (like local and global HDFs in Clearsilver). It prevents writes and modifications to the
22 * global Data object and applies them all to the local data object.
26 private final Data local; field in class:LocalAndGlobalData
29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
33 * @param local the request-specific HDF data that takes priority.
37 public LocalAndGlobalData(Data local, Data global) {
38 this(local, global, false);
42 * Creates a Data object that encapsulates both request-scoped local HDF and an application
47 * @param local the request-specific HDF data that takes priority
    [all...]
  /external/python/cpython2/Lib/
_threading_local.py 1 """Thread-local objects.
3 (Note that this module provides a Python version of the threading.local
5 faster one available. You should always import the `local` class from
8 Thread-local objects support the management of thread-local data.
9 If you have data that you want to be local to a thread, simply create
10 a thread-local object and use its attributes:
12 >>> mydata = local()
17 You can also access the local-object's dictionary:
26 What's important about thread-local objects is that their data ar
186 class local(_localbase): class in inherits:_localbase
    [all...]
  /external/valgrind/none/tests/solaris/
context_stack.c 25 void *local = &sa; local
34 assert(sp->ss_sp <= local);
35 assert(local < (void*)((char*)sp->ss_sp + sp->ss_size));
stack_prot.c 14 uintptr_t local = (uintptr_t)&fi; local
38 if (map[i].pr_vaddr <= local
39 && local < map[i].pr_vaddr + map[i].pr_size) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_threading_local.py 1 """Thread-local objects.
3 (Note that this module provides a Python version of the threading.local
5 faster one available. You should always import the `local` class from
8 Thread-local objects support the management of thread-local data.
9 If you have data that you want to be local to a thread, simply create
10 a thread-local object and use its attributes:
12 >>> mydata = local()
17 You can also access the local-object's dictionary:
26 What's important about thread-local objects is that their data ar
186 class local(_localbase): class in inherits:_localbase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_threading_local.py 1 """Thread-local objects.
3 (Note that this module provides a Python version of the threading.local
5 faster one available. You should always import the `local` class from
8 Thread-local objects support the management of thread-local data.
9 If you have data that you want to be local to a thread, simply create
10 a thread-local object and use its attributes:
12 >>> mydata = local()
17 You can also access the local-object's dictionary:
26 What's important about thread-local objects is that their data ar
186 class local(_localbase): class in inherits:_localbase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 1 """Thread-local objects.
3 (Note that this module provides a Python version of the threading.local
5 faster one available. You should always import the `local` class from
8 Thread-local objects support the management of thread-local data.
9 If you have data that you want to be local to a thread, simply create
10 a thread-local object and use its attributes:
12 >>> mydata = local()
17 You can also access the local-object's dictionary:
26 What's important about thread-local objects is that their data ar
186 class local(_localbase): class in inherits:_localbase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 1 """Thread-local objects.
3 (Note that this module provides a Python version of the threading.local
5 faster one available. You should always import the `local` class from
8 Thread-local objects support the management of thread-local data.
9 If you have data that you want to be local to a thread, simply create
10 a thread-local object and use its attributes:
12 >>> mydata = local()
17 You can also access the local-object's dictionary:
26 What's important about thread-local objects is that their data ar
186 class local(_localbase): class in inherits:_localbase
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs1.s 10 ; Make sure local fixups work.
11 local: label
17 jmp local
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 30 intermediates := $(call local-generated-sources-dir)
49 MESA_GEN_GLSL_H := $(addprefix $(call local-generated-sources-dir)/, \
54 define local-l-or-ll-to-c-or-cpp
68 define local-yy-to-cpp-and-h
81 $(call local-l-or-ll-to-c-or-cpp)
84 $(call local-yy-to-cpp-and-h,.cpp)
89 $(call local-l-or-ll-to-c-or-cpp)
  /bionic/tests/
sys_uio_test.cpp 78 iovec local = { dst, sizeof dst }; local
79 ASSERT_EQ(ssize_t(sizeof src), process_vm_readv(getpid(), &local, 1, &remote, 1, 0)); local
86 ASSERT_EQ(-1, process_vm_readv(getpid(), &local, 1, &remote, 1, 0));
97 iovec local = { src, sizeof src }; local
98 ASSERT_EQ(ssize_t(sizeof src), process_vm_writev(getpid(), &local, 1, &remote, 1, 0)); local
105 ASSERT_EQ(-1, process_vm_writev(getpid(), &local, 1, &remote, 1, 0));
  /cts/tests/tests/debug/libdebugtest/
android_debug_cts.cpp 78 iovec local = { &destination, sizeof destination }; local
85 assert_or_exit(process_vm_readv(parent, &local, 1, &remote, 1, 0) == sizeof destination);
110 iovec local = {&destination, sizeof destination};
113 assert_or_exit(process_vm_readv(parent, &local, 1, &remote, 1, 0) == -1);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalEnd.java 25 * register to a named local variable. That is, an instance of this
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
37 private final RegisterSpec local; field in class:LocalEnd
44 * @param local {@code non-null;} register spec representing the local
47 public LocalEnd(SourcePosition position, RegisterSpec local) {
50 if (local == null) {
51 throw new NullPointerException("local == null");
54 this.local = local
    [all...]
LocalStart.java 24 * Pseudo-instruction which is used to introduce a new local variable. That
31 * {@code non-null;} register spec representing the local variable introduced
34 private final RegisterSpec local; field in class:LocalStart
37 * Returns the local variable listing string for a single register spec.
52 * @param local {@code non-null;} register spec representing the local
55 public LocalStart(SourcePosition position, RegisterSpec local) {
58 if (local == null) {
59 throw new NullPointerException("local == null");
62 this.local = local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalStart.java 25 * Pseudo-instruction which is used to introduce a new local variable. That
32 * {@code non-null;} register spec representing the local variable introduced
35 private final RegisterSpec local; field in class:LocalStart
38 * Returns the local variable listing string for a single register spec.
53 * @param local {@code non-null;} register spec representing the local
56 public LocalStart(SourcePosition position, RegisterSpec local) {
59 if (local == null) {
60 throw new NullPointerException("local == null");
63 this.local = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 1 """Compare local and remote dictionaries and transfer differing files -- like rdist."""
21 r - read different files to local file system
23 c - create new files, either remote or local
24 d - delete disappearing files, either remote or local
30 local = FSProxy.FSProxyLocal() variable
32 compare(local, remote, mode)
34 local._close()
50 def compare(local, remote, mode):
56 print "calculating local sums ..."
58 for name, info in local.sumlist():
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-plain/
AnnotationTest.java 18 HashSet<Integer> local; local
20 local = (HashSet<Integer>) param;
22 local = new HashSet<Integer>();
23 return local;

Completed in 597 milliseconds

12 3 4 5 6 7 8 91011>>