Searched defs:local (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java68 * frame. LOCAL is used for types that are relative to the input local
71 * the input local variable types. For STACK types, it is a position
84 * TOP or DOUBLE + TOP), for local variable types as well as in the operand
151 * Kind of the types that are relative to the local variable types of an
152 * input stack map frame. The value of such types is a local variable index.
502 * <i>every occurence</i> of this type in the local variables and in the
504 * algorithm since, during this phase, the local variables and the operand
515 * Returns the output frame local variable type at the given index.
517 * @param local the index of the local tha
520 get(final int local) argument
542 set(final int local, final int type) argument
[all...]
H A DMethodAdapter.java86 final Object[] local,
90 mv.visitFrame(type, nLocal, local, nStack, stack);
83 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
H A DMethodVisitor.java104 * Visits the current state of the local variables and operand stack
109 * values of the local variables and of the operand stack elements <i>just
123 * <code>local</code> elements contains values representing added types).</li>
136 * @param nLocal the number of local variables in the visited frame.
137 * @param local the local variable types in this frame. This array must not
149 * be modified. Its content has the same format as the "local" array.
154 Object[] local,
200 * Visits a local variable instruction. A local variabl
151 visitFrame( int type, int nLocal, Object[] local, int nStack, Object[] stack) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierMethodVisitor.java94 final Object[] local,
102 declareFrameTypes(nLocal, local);
110 appendFrameTypes(nLocal, local);
116 declareFrameTypes(nLocal, local);
120 appendFrameTypes(nLocal, local);
91 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodVisitorTee.java29 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
30 mv1.visitFrame(type, nLocal, local, nStack, stack);
31 mv2.visitFrame(type, nLocal, local, nStack, stack);
/external/openssl/crypto/rsa/
H A Drsa_eay.c255 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) argument
282 *local = 1;
288 *local = 0; /* instructs rsa_blinding_convert(), rsa_blinding_invert()
339 /* For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
342 * BN_BLINDING_invert_ex will then use the local unblinding factor,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c33 #define local static macro
40 local unsigned long crc32_little OF((unsigned long,
42 local unsigned long crc32_big OF((unsigned long,
50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
58 local volatile int crc_table_empty = 1;
59 local z_crc_t FAR crc_table[TBLS][256];
60 local void make_crc_table OF((void));
62 local voi
[all...]
H A Dgzguts.h108 #ifndef local
109 # define local static macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h106 #ifndef local
107 # define local static macro
/external/qemu/util/
H A Dqemu-sockets-android.c300 /* lookup local addr */
325 SockAddress *local = local_list[0]; local
336 if (socket_bind(sock, local) < 0) {
338 sock_address_strfamily(local), addr, port);
H A Dqemu-sockets.c311 struct addrinfo ai, *peer = NULL, *local = NULL; local
349 /* lookup local addr */
363 if (0 != (rc = getaddrinfo(addr, port, &ai, &local))) {
369 fprintf(stderr, "%s: local (%s:%s)\n", __FUNCTION__, addr, port);
370 inet_print_addrinfo(__FUNCTION__, local);
383 if (getnameinfo((struct sockaddr*)local->ai_addr,local->ai_addrlen,
389 if (bind(sock, local->ai_addr, local->ai_addrlen) < 0) {
391 inet_strfamily(local
[all...]
/external/srtp/test/
H A Drtpw.c55 #include "getopt_s.h" /* for local getopt() */
134 struct sockaddr_in local; local
395 /* bind to local socket (to match crypto policy, if need be) */
396 memset(&local, 0, sizeof(struct sockaddr_in));
397 local.sin_addr.s_addr = htonl(INADDR_ANY);
398 local.sin_port = htons(port);
399 ret = bind(sock, (struct sockaddr *) &local, sizeof(struct sockaddr_in));
/external/valgrind/main/memcheck/tests/
H A Dvarinfo5so.c49 int local; local
59 croak( &local );
/external/zlib/src/contrib/puff/
H A Dpuff.c85 #define local static /* for local function definitions */ macro
126 local int bits(struct state *s, int need)
164 local int stored(struct state *s)
235 local int decode(struct state *s, const struct huffman *h)
263 local int decode(struct state *s, const struct huffman *h)
340 local int construct(struct huffman *h, const short *length, int n)
436 local int codes(struct state *s,
536 local int fixed(struct state *s)
665 local in
[all...]
/external/zlib/src/examples/
H A Dgun.c73 #define local static macro
89 local unsigned in(void *in_desc, z_const unsigned char **buf)
131 local int out(void *out_desc, unsigned char *buf, unsigned len)
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
383 local int gunpipe(z_stream *strm, int infile, int outfile)
517 local void copymeta(char *from, char *to)
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
H A Dgzappend.c87 #define local static macro
93 local void bye(char *msg1, char *msg2)
102 local unsigned gcd(unsigned a, unsigned b)
123 local void rotate(unsigned char *list, unsigned len, unsigned rot)
180 local int readin(file *in)
192 local int readmore(file *in)
202 local void skip(file *in, unsigned n)
235 local void gzheader(file *in)
259 local int gzscan(char *name, z_stream *strm, int level)
388 local voi
[all...]
/external/zlib/src/
H A Dgzguts.h106 #ifndef local
107 # define local static macro
/external/zlib/src/test/
H A Dinfcover.c20 #define local static macro
71 local void *mem_alloc(void *mem, unsigned count, unsigned size)
112 local void mem_free(void *mem, void *ptr)
158 local void mem_setup(z_stream *strm)
176 local void mem_limit(z_stream *strm, size_t limit)
184 local void mem_used(z_stream *strm, char *prefix)
192 local void mem_high(z_stream *strm, char *prefix)
200 local void mem_done(z_stream *strm, char *prefix)
245 local unsigned char *h2b(const char *hex, unsigned *len)
284 local voi
[all...]
H A Dminigzip.c139 # define local static macro
142 # define local macro
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc205 base::DictionaryValue local; local
206 owner_->GetPasswordInformation(user_id, &local);
211 local.GetIntegerWithoutPathExpansion(kSchemaVersion, &local_schema);
212 local.GetIntegerWithoutPathExpansion(kPasswordRevision, &local_revision);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc58 // Returns the delta between the local timezone and UTC.
62 base::Time::Exploded local; local
63 utc.LocalExplode(&local);
65 return base::Time::FromUTCExploded(local) - utc;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.cc77 DOMStorageNamespace* local = local
79 namespaces_[kLocalStorageNamespaceId] = local;
80 return local;
131 DOMStorageNamespace* local = GetStorageNamespace(kLocalStorageNamespaceId); local
132 local->DeleteLocalStorageOrigin(origin);
135 DOMStorageArea* area = local->GetOpenStorageArea(origin);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dgendata.cpp153 struct tm *local = localtime(&now); local
157 strftime(tmString, 64, tmFormat, local);
158 fprintf(outputFile, header, local->tm_year + 1900, tmString);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawGroup.cpp315 SkPaint local = SkPaint(*maker.fPaint); local
316 maker.fPaint = &local;

Completed in 1468 milliseconds

1234567891011>>