HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 476 - 500 of 878) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.RegisterSpec;
54 * all-uninitialized values (represented as {@code null}s).
56 * @param maxLocals {@code >= 0;} the maximum number of locals this instance
68 * @param primary {@code non-null;} primary locals to use
69 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine
83 * @param toCopy {@code non-null;} instance to copy.
253 * Merges this set with another {@code LocalsArraySet} instance.
255 * @param other {@code non-null;} to merge
256 * @return {@code non-null;} this instance if merge was a no-op, o
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 20 import com.android.dx.cf.code.BasicBlocker;
21 import com.android.dx.cf.code.ByteBlock;
22 import com.android.dx.cf.code.ByteBlockList;
23 import com.android.dx.cf.code.ByteCatchList;
24 import com.android.dx.cf.code.BytecodeArray;
25 import com.android.dx.cf.code.ConcreteMethod;
26 import com.android.dx.cf.code.Ropper;
32 import com.android.dx.rop.code.BasicBlock;
33 import com.android.dx.rop.code.BasicBlockList;
34 import com.android.dx.rop.code.Insn
212 BytecodeArray code = meth.getCode(); local
288 BytecodeArray code = meth.getCode(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.code.Ropper;
28 import com.android.dx.dex.code.DalvCode;
29 import com.android.dx.dex.code.PositionList;
30 import com.android.dx.dex.code.RopTranslator;
36 import com.android.dx.rop.code.AccessFlags;
37 import com.android.dx.rop.code.LocalVariableExtractor;
38 import com.android.dx.rop.code.LocalVariableInfo;
39 import com.android.dx.rop.code.RopMethod;
40 import com.android.dx.rop.code.DexTranslationAdvice
241 DalvCode code; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
35 * streams of code units, as well as human-oriented listing strings
51 * @param insn {@code non-null;} the instruction
54 * @return {@code non-null;} the string form
80 * has no arguments, then the result should be {@code ""}, not
81 * {@code null}.
85 * @param insn {@code non-null;} the instruction
86 * @return {@code non-null;} the string for
    [all...]
OutputFinisher.java 17 package com.android.dx.dex.code;
21 import com.android.dx.rop.code.LocalItem;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
24 import com.android.dx.rop.code.RegisterSpecSet;
25 import com.android.dx.rop.code.SourcePosition;
42 /** {@code non-null;} options for dex output */
46 * {@code >= 0;} register count for the method, not including any extra
51 /** {@code non-null;} the list of instructions, per se */
61 * {@code >= 0;} the count of reserved registers (low-numbere
    [all...]
  /dalvik/dx/src/com/android/dx/gen/
DexGenerator.java 21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.PositionList;
23 import com.android.dx.dex.code.RopTranslator;
28 import com.android.dx.rop.code.AccessFlags;
29 import static com.android.dx.rop.code.AccessFlags.*;
30 import com.android.dx.rop.code.LocalVariableInfo;
31 import com.android.dx.rop.code.RopMethod;
61 * @param flags any flags masked by {@link com.android.dx.rop.code.AccessFlags#CLASS_FLAGS}.
77 * @param flags any flags masked by {@link com.android.dx.rop.code.AccessFlags#METHOD_FLAGS}.
79 public Code declare(MethodId<?, ?> method, int flags)
235 private final Code code; field in class:DexGenerator.MethodDeclaration
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 17 package com.android.dx.rop.code;
24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r}
25 * is the result register, {@code x} is the first argument,
26 * {@code y} is the second argument, and {@code z} is the
32 /** {@code nop()} */
35 /** {@code T: any type; r,x: T :: r = x;} */
38 /** {@code T: any type; r,param(x): T :: r = param(x)} */
42 * {@code T: Throwable; r: T :: r = caught_exception}.
49 /** {@code T: any type; r, literal: T :: r = literal;} *
    [all...]
RegisterSpec.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} string to prefix register numbers with */
36 /** {@code non-null;} intern table for instances */
40 /** {@code non-null;} common comparison instance used while interning */
43 /** {@code >= 0;} register number */
46 /** {@code non-null;} type loaded or stored */
50 * {@code null-ok;} local variable info associated with this register,
58 * @param reg {@code >= 0;} the register number
59 * @param type {@code non-null;} the type (or possibly actual value) which
61 * @param local {@code null-ok;} the associated local variable, if an
    [all...]
  /development/ndk/platforms/android-3/include/linux/
filter.h 23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((code) & 0x08
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 2 // Use of this source code is governed by a BSD-style license that can be
37 SignedSettings::ReturnCode code,
39 if (code == SignedSettings::SUCCESS) {
43 settings_->Fail(code);
108 void Fail(SignedSettings::ReturnCode code);
120 void PerformCallback(SignedSettings::ReturnCode code, bool value);
134 void Fail(SignedSettings::ReturnCode code);
140 void OnSettingsOpCompleted(ReturnCode code, bool value);
150 void PerformCallback(SignedSettings::ReturnCode code, bool value);
167 void Fail(SignedSettings::ReturnCode code);
798 SignedSettings::ReturnCode code = SUCCESS; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 2 // Use of this source code is governed by a BSD-style license that can be
305 virtual void OnRetrievePropertyCompleted(SignedSettings::ReturnCode code,
316 switch (code) {
321 || (code == SignedSettings::NOT_FOUND);
322 DCHECK(fallback_to_default || code == SignedSettings::SUCCESS);
340 DCHECK(code == SignedSettings::OPERATION_FAILED);
369 if (code == SignedSettings::SUCCESS)
374 virtual void OnStorePropertyCompleted(SignedSettings::ReturnCode code,
377 VLOG(1) << "Store cros setting " << name << "=" << value << ", code="
378 << code; local
388 VLOG(1) << "Add " << email << " to whitelist, code=" << code; local
398 VLOG(1) << "Remove " << email << " from whitelist, code=" << code; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 331 int code = SSL_connect(ssl_); local
332 switch (SSL_get_error(ssl_, code)) {
366 LOG(LS_INFO) << " -- error " << code;
367 return (code != 0) ? code : -1;
434 int code = SSL_write(ssl_, pv, cb); local
435 switch (SSL_get_error(ssl_, code)) {
438 return code;
454 //LOG(LS_INFO) << " -- error " << code;
455 Error("SSL_write", (code ? code : -1), false)
489 int code = SSL_read(ssl_, pv, cb); local
    [all...]
  /external/doclava/src/com/google/doclava/
Errors.java 63 String message = which + error.code + ": " + text;
111 public int code; field in class:Errors.Error
114 public Error(int code, int level) {
115 this.code = code;
120 return "Error #" + this.code;
182 public static boolean setErrorLevel(int code, int level) {
184 if (e.code == code) {
  /external/icu4c/test/cintltst/
putiltst.c 279 /* Test the data version API for better code coverage */
441 int32_t code=0; local
443 for(;code<U_ERROR_LIMIT;code++){
444 errorName = u_errorName((UErrorCode)code);
446 log_err("Error: u_errorName(0x%X) failed.\n",code);
450 for(code=0;code<_CODE_ARR_LEN; code++){
451 errorName = u_errorName(errorCode[code]);
    [all...]
  /external/iproute2/include/linux/
inet_diag.h 45 * All the commands identified by "code" are conditional jumps forward:
51 unsigned char code; member in struct:inet_diag_bc_op
  /external/jpeg/
jchuff.c 36 * structure assignment. You'll need to fix this code if you have
102 * just count the Huffman symbols used and generate Huffman code tables.
187 unsigned int code; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
208 /* Figure C.1: make table of Huffman code length for each symbol */
222 /* We also validate that the counts represent a legal Huffman code tree. */
224 code = 0;
229 huffcode[p++] = code;
230 code++;
232 /* code is now 1 more than the last code used for codelength si; bu
    [all...]
jdhuff.c 37 * structure assignment. You'll need to fix this code if you have
159 unsigned int code; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
181 /* Figure C.1: make table of Huffman code length for each symbol */
195 /* We also validate that the counts represent a legal Huffman code tree. */
197 code = 0;
202 huffcode[p++] = code;
203 code++;
205 /* code is now 1 more than the last code used for codelength si; bu
404 register INT32 code; local
    [all...]
  /external/kernel-headers/original/linux/
filter.h 16 * Current version of the filter code architecture.
23 * the BPF code definitions which need to match so you can share filters
28 __u16 code; /* Actual filter code */ member in struct:sock_filter
58 #define BPF_CLASS(code) ((code) & 0x07)
69 #define BPF_SIZE(code) ((code) & 0x18)
73 #define BPF_MODE(code) ((code) & 0xe0
    [all...]
  /external/ppp/pppd/
ccp.c 10 * 1. Redistributions of source code must retain the above copyright
165 * Protocol entry points from main code.
206 * Callbacks for fsm code.
475 * Handle a CCP-specific code.
478 ccp_extcode(f, code, id, p, len)
480 int code, id;
484 switch (code) {
937 * Peer wants us to use a different code size or something.
1492 int code, id, len; local
    [all...]
  /external/tcpdump/
print-egp.c 221 register int code; local
238 code = egp->egp_code;
244 switch (code) {
247 printf(" %s", egp_acquire_codes[code]);
267 printf(" %s", egp_acquire_codes[code]);
285 printf("[code %d]", code);
291 switch (code) {
295 printf(" %s", egp_reach_codes[code]);
303 printf("[reach code %d]", code)
    [all...]
smbutil.c 184 /* XXX - this should use the same code that the DNS dissector does */
867 int code; member in struct:__anon11533
904 { "ERRerror", 1, "Non-specific error code." },
963 int code; member in struct:__anon11534
991 if (err_classes[i].code == class) {
995 if (num == err[j].code) {
1011 u_int32_t code; member in struct:__anon11535
    [all...]
  /external/v8/src/
compiler.h 6 // * Redistributions of source code must retain the above copyright
59 Handle<Code> code() const { return code_; } function in class:v8::internal::BASE_EMBEDDED
100 void SetCode(Handle<Code> code) { code_ = code; }
152 // OPTIMIZE is optimized code generated by the Hydrogen-based backend.
202 // The compiled code.
203 Handle<Code> code_;
214 // The context of the caller is needed for eval code, and will be a nul
    [all...]
ic.h 6 // * Redistributions of source code must retain the above copyright
38 // inline caching code. The argument for the macro, ICU, is the function name.
65 // The ids for utility called from the generated code.
76 // Alias the inline cache state type to make the IC code more readable.
79 // The IC code is either invoked with no extra frames on the stack
91 Code* target() { return GetTargetAtAddress(address()); }
95 static State StateFrom(Code* target, Object* receiver, Object* name);
101 // operation as it has to search through the heap to find the code
120 // Determines which map must be used for keeping the code stub.
135 // Computes the address in the original code when the code running i
141 void set_target(Code* code) { SetTargetAtAddress(address(), code); } local
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
60 * - direct_call (if 1, direct call from JavaScript code, if 0
86 * code, by calling the code entry as cast to a function with the signature:
112 __ jmp(&entry_label_); // We'll write the entry code later.
153 // Pop Code* offset from backtrack stack, add Code* and jump to location.
666 // Finalize code - write the entry point code now we know how many
669 // Entry code
877 Handle<Code> code = local
    [all...]
  /external/valgrind/main/callgrind/
fn.c 38 // a code pattern is a list of tuples (start offset, length)
47 /* Scan for a pattern in the code of an ELF object.
52 unsigned char code[], struct pattern* pat)
63 obj->name, pat->name, pat->chunk[0].len, code[0], code[1], code[2]);
68 found = (VG_(memcmp)( (void*)addr, code, pat->chunk[0].len) == 0);
81 code[start], code[start+1], code[start+2])
125 static unsigned char code[] = { local
149 static unsigned char code[] = { local
175 static unsigned char code[] = { local
    [all...]

Completed in 1050 milliseconds

<<11121314151617181920>>