HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 76 - 100 of 478) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayMovie.cpp 80 SkPaint local = SkPaint(*maker.fPaint); local
81 bool result = fMovie.draw(maker.fCanvas, &local,
  /external/zlib/src/
adler32.c 10 #define local static macro
12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
136 local uLong adler32_combine_(adler1, adler2, len2)
  /external/zlib/src/examples/
fitblk.c 59 #define local static macro
62 local void quit(char *why)
73 local int partcompress(FILE *in, z_streamp def)
96 local int recompress(z_streamp inf, z_streamp def)
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 142 final InetAddress local = local
164 route = new HttpRoute(target, local, secure);
166 route = new HttpRoute(target, local, proxy, secure);
  /external/chromium_org/content/public/test/
browser_test_base.cc 92 bool local = false; variable
95 local = true;
99 local = true;
105 // network interactions from tests, we simulate failure for non-local DNS
109 if (!local) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 105 String local = localName(); local
107 return prefix().string() + ":" + local;
108 return local;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 91 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms)); local
93 if (box->pixelSnappedBorderBoxRect().contains(local)) {
116 if (box->pixelSnappedBorderBoxRect().contains(local)) {
126 m_upDownState = (local.y() < box->height() / 2) ? Up : Down;
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 57 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding
58 struct hiding _ = local();
100 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding
101 struct hiding _ = local();
143 typedef struct A<T>::hiding local;
144 struct hiding _ = local();
148 typedef struct A<T>::hiding local;
149 union hiding _ = local();
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 54 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding
55 struct hiding _ = local();
97 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding
98 struct hiding _ = local();
140 typedef struct A<T>::hiding local;
141 struct hiding _ = local();
145 typedef struct A<T>::hiding local;
146 union hiding _ = local();
  /external/clang/test/CodeGenCXX/
template-linkage.cpp 59 struct local {}; struct
62 mptr method = &Outer::Get<local>;
  /external/clang/test/Modules/
module-private.cpp 86 __module_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot be declared __module_private__}} local
88 __module_private__ struct OtherLocal { int x; }; // expected-error{{local struct cannot be declared __module_private__}}
  /external/clang/test/Sema/
overloadable.c 77 void local() { function
  /external/compiler-rt/lib/msan/
msan_thread.cc 30 int local; local
31 CHECK(AddrIsInStack((uptr)&local));
  /external/iproute2/include/
libnetlink.h 15 struct sockaddr_nl local; member in struct:rtnl_handle
  /external/valgrind/main/none/tests/
tls.c 12 static __thread int local; variable
25 return &local;
77 T(local),
  /external/wpa_supplicant_8/src/drivers/
netlink.c 94 struct sockaddr_nl local; local
108 os_memset(&local, 0, sizeof(local));
109 local.nl_family = AF_NETLINK;
110 local.nl_groups = RTMGRP_LINK;
111 if (bind(netlink->sock, (struct sockaddr *) &local, sizeof(local)) < 0)
  /external/zlib/src/contrib/puff/
pufftest.c 31 #define local static macro
37 local size_t bythirds(size_t size)
60 local void *load(const char *name, size_t *len)
  /sdk/emulator/opengl/shared/emugl/common/
sockets.cpp 58 sockaddr_un local; member in union:emugl::__anon81013::SockAddr::__anon81014
93 if (pathLen >= sizeof(local.sun_path))
97 this->local.sun_family = AF_LOCAL;
98 ::memcpy(this->local.sun_path, path, pathLen + 1U);
  /art/build/
Android.common_build.mk 132 define set-target-local-clang-vars
306 define set-target-local-cflags-vars
  /bionic/libc/kernel/uapi/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 38 * in the local variable table
40 private final boolean[] local; field in class:ExecutionStack
56 local = new boolean[maxStack];
69 System.arraycopy(local, 0, result.local, 0, local.length);
141 local[i] = false;
182 * Flags the next value pushed onto the stack as having local info.
187 local[stackPtr] = true;
214 * stack, returning whether or not it has local info
    [all...]
  /development/ndk/platforms/android-L/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 95 * @param local the local name of the attribute
105 String local,
111 super.addAttribute(uri, local, qname, type, val);
132 m_buff.append('{').append(uri).append('}').append(local);
155 // Add quick look-up to find with uri/local name pair
157 String local = super.getLocalName(index); local
159 m_buff.append('{').append(uri).append('}').append(local);
209 * @param localName the local namer (after the ':' ) of the attribute name.
  /external/chromium_org/net/base/
address_tracker_linux.cc 46 unsigned char* local = NULL; local
59 local = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
71 if (local)
72 address = local;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 63 local, enumerator in enum:clover::module::argument::type

Completed in 1525 milliseconds

1 2 34 5 6 7 8 91011>>