HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1251 - 1275 of 2299) sorted by null

<<51525354555657585960>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 449 int code = keys.get(i).codes[0]; local
450 if (code >= 0 && code <= 255) {
451 mAsciiKeys[code] = keys.get(i);
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 34 * This AttributeVisitor accumulates specified changes to code, and then applies
35 * these accumulated changes to the code attributes that it visits.
91 * Resets the accumulated code changes.
92 * @param codeLength the length of the code that will be edited next.
134 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]");
156 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]");
178 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]");
198 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]");
218 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]");
239 throw new IllegalArgumentException("Invalid instruction offset ["+instructionOffset+"] in code with length ["+codeLength+"]")
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 102 bool SkAnimator::doCharEvent(SkUnichar code) {
103 if (code == 0)
106 state.fCode = code;
127 bool SkAnimator::doKeyEvent(SkKey code) {
128 if (code == 0)
131 state.fCode = code;
138 bool SkAnimator::doKeyUpEvent(SkKey code) {
139 if (code == 0)
142 state.fCode = code;
  /external/wpa_supplicant/
radius.c 23 struct radius_msg *radius_msg_new(u8 code, u8 identifier)
36 radius_msg_set_hdr(msg, code, identifier);
72 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier)
74 msg->hdr->code = code;
96 static const char *radius_code_string(u8 code)
98 switch (code) {
279 printf("RADIUS message: code=%d (%s) identifier=%d length=%d\n",
280 msg->hdr->code, radius_code_string(msg->hdr->code),
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
832 nhdr->code = req->code;
908 wpa_printf(MSG_DEBUG, "EAP-PEAP: received Phase 2: code=%d "
909 "identifier=%d length=%lu", hdr->code, hdr->identifier,
911 switch (hdr->code) {
955 rhdr->code = EAP_CODE_SUCCESS;
980 rhdr->code = EAP_CODE_FAILURE;
986 wpa_printf(MSG_INFO, "EAP-PEAP: Unexpected code=%d in
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 30 struct radius_msg *radius_msg_new(u8 code, u8 identifier)
43 radius_msg_set_hdr(msg, code, identifier);
79 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier)
81 msg->hdr->code = code;
99 static const char *radius_code_string(u8 code)
101 switch (code) {
285 printf("RADIUS message: code=%d (%s) identifier=%d length=%d\n",
286 msg->hdr->code, radius_code_string(msg->hdr->code),
    [all...]
radius_server.c 354 int code; local
359 code = RADIUS_CODE_ACCESS_REJECT;
362 code = RADIUS_CODE_ACCESS_ACCEPT;
365 code = RADIUS_CODE_ACCESS_CHALLENGE;
368 msg = radius_msg_new(code, request->hdr->identifier);
375 if (code == RADIUS_CODE_ACCESS_CHALLENGE &&
387 if (code == RADIUS_CODE_ACCESS_ACCEPT && sess->eap_if->eapKeyData) {
441 eapfail.code = EAP_CODE_FAILURE;
562 /* FIX: if Code is Request, Success, or Failure, send Access-Reject;
565 * code == request
    [all...]
  /frameworks/base/media/libmedia/
IOMX.cpp 381 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
382 switch (code) {
697 return BBinder::onTransact(code, data, reply, flags);
721 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
722 switch (code) {
737 return BBinder::onTransact(code, data, reply, flags);
763 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
764 switch (code) {
777 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 538 public boolean interceptKeyTi(WindowState win, int code, int metaKeys, boolean down,
541 Log.d(TAG, "interceptKeyTi code=" + code + " down=" + down + " repeatCount="
546 // TODO: This could probably be inside the next bit of logic, but that code
548 if ((code == KeyEvent.KEYCODE_HOME) && !down) {
558 if (code == KeyEvent.KEYCODE_HOME) {
572 if (code == KeyEvent.KEYCODE_HOME) {
594 } else if (code == KeyEvent.KEYCODE_MENU) {
620 } else if (code == KeyEvent.KEYCODE_NOTIFICATION) {
636 } else if (code == KeyEvent.KEYCODE_SEARCH)
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
46 // We always generate arm code, never thumb code, even if V8 is compiled to
61 // Using blx may yield better code, so use it when required or when available
66 // Using bx does not yield better code, so use it only when required
99 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
102 // 'code' is always generated ARM code, never THUMB code
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 7 * 1. Redistributions of source code must retain the above copyright
191 // byte0 contains least significant bit; not using an array to make client code endian agnostic.
240 // this extra parameter makes the code a little clearer by making it
    [all...]
  /dalvik/dalvikvm/
Android.mk 71 # have sufficient custom code so that libffi isn't needed at all,
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RopMethod;
39 * @param isStatic {@code true} if this method has no {@code this}
69 * @param isStatic {@code true} if this method has no {@code this}
89 * @param isStatic {@code true} if this method has no {@code this}
131 * @param result {@code non-null;} method to process
149 * @param block {@code non-null;} block in questio
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Handler.java 28 * A {@code Handler} object accepts a logging request and exports the desired
30 * disabled by setting its logging level to {@code Level.OFF}.
55 * Constructs a {@code Handler} object with a default error manager instance
56 * {@code ErrorManager}, the default encoding, and the default logging
57 * level {@code Level.ALL}. It has no filter and no formatter.
185 * the log record to be logged; {@code null} records are ignored.
190 * Gets the character encoding used by this handler, {@code null} for
216 * @return the filter used by this handler (possibly {@code null}).
225 * @return the formatter used by this handler (possibly {@code null}).
247 * @return {@code true} if the supplied log record needs to be logged
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER.S 19 * Code: Call super method.
81 jmp common_invokeMethod${routine} # invoke method common code
OP_INVOKE_VIRTUAL.S 19 * Code: Call a virtual method. Provides an "isrange" variable and
93 jmp common_invokeMethod${routine} # invoke method common code
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 249 // include this basic code.
259 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) {
260 return super.onTransact(code, data, reply, flags);
  /development/scripts/app_engine_server/gae_shell/
shell.py 18 An interactive, stateful AJAX shell that runs Python code on the server.
20 Part of http://code.google.com/p/google-app-engine-samples/.
245 for code in session.unpicklables:
246 exec code in statement_module.__dict__
  /external/bluetooth/bluez/lib/
bluetooth.c 212 int bt_error(uint16_t code)
214 switch (code) {
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 168 switch (file_error->code)
357 my_error->code == G_IO_ERROR_NOT_FOUND)
  /external/bzip2/
huffman.c 129 one of the generated Huffman code words is longer than
152 void BZ2_hbAssignCodes ( Int32 *code,
163 if (length[i] == n) { code[i] = vec; vec++; };
  /external/dbus/bus/
config-loader-libxml.c 36 * - assume that a libxml function returning an error code means
120 _dbus_verbose ("XML_ERROR level=%d, domain=%d, code=%d, msg=%s\n",
122 xml_error->code, xml_error->message);
127 if (xml_error->code == XML_ERR_NO_MEMORY)
  /external/e2fsprogs/e2fsck/
problem.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.h 51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)

Completed in 2305 milliseconds

<<51525354555657585960>>