HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 126 - 150 of 1251) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java 174 * :: for IPv6) to override a specific local address in a hierarchy.
178 * @return the local address set in the argument parameters, or
185 InetAddress local = (InetAddress) local
188 return local;
197 * @param local the value to set, may be <code>null</code>
200 InetAddress local) {
204 params.setParameter(LOCAL_ADDRESS, local);
  /external/bison/
cfg.mk 43 local-checks-to-skip = \
50 # The local directory containing the checked-out copy of gnulib used in
  /external/compiler-rt/lib/msan/
msan_thread.cc 30 int local; local
31 CHECK(AddrIsInStack((uptr)&local));
  /external/flatbuffers/android/jni/
include.mk 98 # Windows friendly portable local path.
181 # Override the default behavior of local-source-file-path to workaround
184 local-source-file-path=\
222 $(eval $(call local-source-file-path,$(src)): \
231 $(eval $(call local-source-file-path,$(src)): $(strip $(7)))),)\
  /external/libunwind/tests/
ia64-test-setjmp.c 65 int local = 0; local
69 &local, uc->uc_mcontext.sc_ar_bsp);
  /external/pdfium/third_party/zlib_v128/
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_(
  /external/syslinux/com32/lib/zlib/
adler32.c 10 #define local static macro
12 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
131 local uLong adler32_combine_(adler1, adler2, len2)
  /external/syslinux/gpxe/src/core/
open.c 105 * @v local Local socket address, or NULL
109 struct sockaddr *peer, struct sockaddr *local ) {
119 return opener->open ( xfer, peer, local );
150 struct sockaddr *local = va_arg ( args, struct sockaddr * ); local
152 return xfer_open_socket ( xfer, semantics, peer, local ); }
  /external/v8/tools/clang/value_cleanup/tests/
list-value-append-original.cc 44 base::ListValue* local = new base::ListValue(); local
47 local->Append(input);
49 list.Append(local);
  /external/valgrind/helgrind/tests/
tls_threads.c 9 /* We should have no error on local and global
10 as these are both thread local variables. */
11 static __thread int local; variable
19 the same thread local storage. This is however really bad sharing
28 local = local + 1; // no error is expected
  /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 147 final InetAddress local = local
169 route = new HttpRoute(target, local, secure);
171 route = new HttpRoute(target, local, proxy, secure);
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 110 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding
111 struct hiding _ = local();
182 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding
183 struct hiding _ = local();
254 typedef struct A<T>::hiding local;
255 struct hiding _ = local();
259 typedef struct A<T>::hiding local;
260 union hiding _ = local();
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 55 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding
56 struct hiding _ = local();
98 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding
99 struct hiding _ = local();
141 typedef struct A<T>::hiding local;
142 struct hiding _ = local();
146 typedef struct A<T>::hiding local;
147 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 82 __module_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot be declared __module_private__}} local
84 __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/iproute2/ip/
link_vti.c 30 fprintf(f, " type { vti } [ remote ADDR ] [ local ADDR ]\n");
168 } else if (!matches(*argv, "local")) {
171 fprintf(stderr, "invalid value for \"local\": \"%s\"\n", *argv);
203 const char *local = "any"; local
222 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
225 fprintf(f, "local %s ", local);
link_vti6.c 32 fprintf(stderr, " type { vti6 } [ remote ADDR ] [ local ADDR ]\n");
166 } else if (!matches(*argv, "local")) {
169 fprintf(stderr, "invalid value for \"local\": \"%s\"\n", *argv);
200 const char *local = "any"; local
219 local = format_host(AF_INET6, 16, &saddr, s1, sizeof(s1));
222 fprintf(f, "local %s ", local);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv02.c 125 struct iovec local, remote; local
135 local.iov_base = lp;
136 local.iov_len = len;
141 TEST(test_process_vm_readv(pids[0], &local, 1, &remote, 1, 0));
process_vm_writev02.c 154 struct iovec local, remote; local
171 local.iov_base = lp + PADDING_SIZE;
172 local.iov_len = bufsz;
177 TEST(test_process_vm_writev(pids[0], &local, 1, &remote, 1, 0));
  /external/openssh/contrib/
gnome-ssh-askpass2.c 90 char *passphrase, *local; local
169 local = g_locale_from_utf8(passphrase, strlen(passphrase),
171 if (local != NULL) {
172 puts(local);
173 memset(local, '\0', strlen(local));
174 g_free(local);
  /external/skia/gm/
colortypexfermode.cpp 30 SkMatrix local; variable
31 local.setRotate(180);
35 0, &local));

Completed in 820 milliseconds

1 2 3 4 56 7 8 91011>>