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

<<21222324252627282930>>

  /system/core/debuggerd/arm/
unwind.c 483 _Unwind_Reason_Code code = _URC_OK; local
505 * to the usual unwinding code as the EXIDX mapping will fail.
522 /* Uncomment the code below to study why the unwinder failed */
533 code = _URC_FAILURE;
547 code = _URC_FAILURE;
553 code = ((personality_routine_with_ptrace) UCB_PR_ADDR (ucbp))(
558 * reached or there is no unwinding information for the code address.
562 } while (code != _URC_END_OF_STACK && code != _URC_FAILURE &&
613 * The original code here seems to deal with exceptions that are no
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 24 * <code>CtBehavior</code> represents a method, a constructor,
27 * <code>CtMethod</code> and <code>CtConstructor</code>.
87 * such as <code>javassist.CtBehavior.stBody(String)</code>.
106 * <code>getMethodInfo()</code>
    [all...]
CtClassType.java 1288 Bytecode code = new Bytecode(cf.getConstPool(), 0, 0); local
    [all...]
  /bionic/libc/kernel/common/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpec;
20 import com.android.dexgen.rop.code.RegisterSpecSet;
32 * range of code which it is valid for, a register number, a name,
36 /** {@code non-null;} empty instance */
39 /** whether to run the self-check code */
43 * Constructs an instance. All indices initially contain {@code null}.
45 * @param size {@code >= 0;} the size of the list
54 * do that, this will throw {@code NullPointerException}.
56 * @param n {@code >= 0, < size();} which inde
    [all...]
RopTranslator.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.BasicBlock;
20 import com.android.dexgen.rop.code.BasicBlockList;
21 import com.android.dexgen.rop.code.FillArrayDataInsn;
22 import com.android.dexgen.rop.code.Insn;
23 import com.android.dexgen.rop.code.LocalVariableInfo;
24 import com.android.dexgen.rop.code.PlainCstInsn;
25 import com.android.dexgen.rop.code.PlainInsn;
26 import com.android.dexgen.rop.code.RegOps;
27 import com.android.dexgen.rop.code.RegisterSpec
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 17 package com.android.dx.cf.code;
35 * Bytecode array, which is part of a standard {@code Code} attribute.
41 /** {@code non-null;} underlying bytes */
45 * {@code non-null;} constant pool to use when resolving constant
53 * @param bytes {@code non-null;} underlying bytes
54 * @param pool {@code non-null;} constant pool to use when
73 * @return {@code non-null;} the byte array
82 * @return {@code >= 0;} the length of the bytecode array
90 * a {@code Code} attribute. The returned value includes th
    [all...]
RopperMachine.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.FillArrayDataInsn;
20 import com.android.dx.rop.code.Insn;
21 import com.android.dx.rop.code.PlainCstInsn;
22 import com.android.dx.rop.code.PlainInsn;
23 import com.android.dx.rop.code.RegOps;
24 import com.android.dx.rop.code.RegisterSpec;
25 import com.android.dx.rop.code.RegisterSpecList;
26 import com.android.dx.rop.code.Rop;
27 import com.android.dx.rop.code.Rops
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecSet;
32 * range of code which it is valid for, a register number, a name,
36 /** {@code non-null;} empty instance */
39 /** whether to run the self-check code */
43 * Constructs an instance. All indices initially contain {@code null}.
45 * @param size {@code >= 0;} the size of the list
54 * do that, this will throw {@code NullPointerException}.
56 * @param n {@code >= 0, < size();} which inde
    [all...]
RopTranslator.java 17 package com.android.dx.dex.code;
21 import com.android.dx.rop.code.BasicBlock;
22 import com.android.dx.rop.code.BasicBlockList;
23 import com.android.dx.rop.code.FillArrayDataInsn;
24 import com.android.dx.rop.code.Insn;
25 import com.android.dx.rop.code.LocalVariableInfo;
26 import com.android.dx.rop.code.PlainCstInsn;
27 import com.android.dx.rop.code.PlainInsn;
28 import com.android.dx.rop.code.RegOps;
29 import com.android.dx.rop.code.RegisterSpec
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 63 /** Request code returned when the NewLocaleDialog activity finishes. */
238 // Sort all locales by code
282 /** Find the locale by code to select it in the list view */
288 String code = ((LocaleInfo) o).getLocale(); local
289 if (code != null && code.equals(locale)) {
  /development/ndk/platforms/android-3/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 94 uint8_t code; member in struct:__anon1755
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 2 // Use of this source code is governed by a BSD-style license that can be
87 HttpResponse::ServerConnectionCode code) {
90 << "Old mode: " << server_connection_ok_ << " Code: " << code; local
97 if (HttpResponse::CONNECTION_UNAVAILABLE == code ||
98 HttpResponse::SYNC_AUTH_ERROR == code) {
102 } else if (HttpResponse::SERVER_CONNECTION_OK == code) {
624 // TODO(tim): Old impl had special code if notifications disabled. Needed?
629 // run a full sync cycle. So we don't need special code here.
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 2 // Use of this source code is governed by a BSD-style license that can be
29 // For the majority of the PAC utility functions, we use the same code
463 // Add the user's PAC code to the environment.
511 // Returns OK on success, otherwise an error code.
518 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin); local
521 if (!code.IsEmpty())
522 code->Run();
  /external/chromium/net/url_request/
url_request_http_job.cc 2 // Use of this source code is governed by a BSD-style license that can be
164 // TODO(darin): make sure the port blocking code is not lost
323 // Special error code for the exponential back-off module.
912 int code = GetResponseCode(); local
913 if (code == -1)
918 switch (code) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
368 int code = WSAGetLastError(); local
369 if (code == WSAEWOULDBLOCK) {
372 ReportWSAError("WSAAsync:connect", code, addr);
373 error_ = code;
  /external/dbus/dbus/
dbus-marshal-header.c 71 unsigned char code; /**< the field code */ member in struct:__anon5191
788 _dbus_assert (_dbus_header_field_types[field].code == field);
917 _dbus_verbose ("Validating string header field; code %d if fails\n",
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 95 problem_t code; local
201 code = 0;
206 code = PR_2_HTREE_MIN_HASH;
207 fix_problem(ctx, code, &pctx);
214 code = PR_2_HTREE_BAD_DEPTH;
215 fix_problem(ctx, code, &pctx);
227 code = PR_2_HTREE_MAX_HASH;
228 fix_problem(ctx, code, &pctx);
232 code = PR_2_HTREE_NOTREF;
233 fix_problem(ctx, code, &pctx)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 374 // note: although this is not documented, J2SDK code uses '.''s as
581 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, 0, 0, local
586 attributes.add (code);
  /external/freetype/include/freetype/internal/
t1types.h 59 /* code_first :: The lowest valid character code in the encoding. */
61 /* code_last :: The highest valid character code in the encoding */
142 FT_Byte** code; member in struct:CID_SubrsRec_

Completed in 2202 milliseconds

<<21222324252627282930>>