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

<<21222324252627282930>>

  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 285 public boolean onEvent(int code, String raw, String[] cooked) {
286 switch (code) {
371 int code = Integer.parseInt(st.nextToken(" ")); local
372 if (code != NetdResponseCode.InterfaceGetCfgResult) {
374 String.format("Expected code %d, but got %d",
375 NetdResponseCode.InterfaceGetCfgResult, code));
693 int code = Integer.parseInt(tok[0]); local
694 if (code == NetdResponseCode.IpFwdStatusResult) {
698 throw new IllegalStateException(String.format("Unexpected response code %d", code));
755 int code = Integer.parseInt(tok[0]); local
1020 int code; local
1275 final int code; local
1335 int code; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 540 int code = c - '0'; local
541 if ((code < 0) || (code > 9)) {
554 return code;
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 391 ResXMLTree::event_code_t code; local
395 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
396 if (code == ResXMLTree::END_TAG) {
403 if (code != ResXMLTree::START_TAG) {
551 ResXMLTree::event_code_t code; local
553 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
554 if (code == ResXMLTree::END_TAG) {
558 if (code != ResXMLTree::START_TAG)
604 ResXMLTree::event_code_t code; local
814 int32_t code = getIntegerAttribute(tree, MIN_SDK_VERSION_ATTR, &error); local
    [all...]
Resource.cpp 210 ResXMLTree::event_code_t code; local
211 while ((code=block.next()) != ResXMLTree::START_TAG
212 && code != ResXMLTree::END_DOCUMENT
213 && code != ResXMLTree::BAD_DOCUMENT) {
217 if (code != ResXMLTree::START_TAG) {
239 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
240 && code != ResXMLTree::BAD_DOCUMENT) {
241 if (code == ResXMLTree::START_TAG) {
517 ResXMLTree::event_code_t code; local
518 while ((code=parser.next()) != ResXMLTree::END_DOCUMEN
1284 ResXMLTree::event_code_t code; local
1568 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
2062 ResXMLTree::event_code_t code; local
2165 ResXMLTree::event_code_t code; local
    [all...]
ResourceTable.cpp 132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
137 "an integer value, such as \"<code>100</code>\"." },
139 "a boolean value, either \"<code>true</code>\" or \"<code>false</code>\"." }
313 ResXMLTree::event_code_t code; local
798 ResXMLTree::event_code_t code; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 2 Copyright (c) 2010, Code Aurora Forum. All rights reserved.
6 * Redistributions of source code must retain the above copyright
11 * Neither the name of Code Aurora nor
740 printf(" 3--> MP4 VOP or H263 P0 SHORT HEADER START CODE CLIP (.m4v or .263)\n");
767 printf("Error: Unknown code %d\n", codec_format_option);
849 printf(" Enter 0 if it is a start code based clip\n");
1945 unsigned int code = 0; local
2177 unsigned int code = 0; local
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 98 * True if the {@code <!DOCTYPE>} contents are handled. The DTD defines
182 * Retains namespace attributes like {@code xmlns="http://foo"} or {@code xmlns:foo="http:foo"}
1207 String code = out.substring(start + 1, out.length() - 1); local
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 252 * necessary that we detect a deleted attachment, as the code always checks for the
509 * @param statusCode the EmailServiceStatus code returned by the Service
515 // TODO: This code is conservative and treats connection issues as failures.
654 String code; local
656 case EmailServiceStatus.SUCCESS: code = "Success"; break;
657 case EmailServiceStatus.IN_PROGRESS: code = "In progress"; break;
658 default: code = Integer.toString(statusCode); break;
661 Log.d(TAG, ">> Attachment " + attachmentId + ": " + code);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 48 * Get KeyboardActionListener object that is used to register key code and so on.
355 final int code = key.mCode; local
356 if (isModifierCode(code) || code == Keyboard.CODE_DELETE
357 || code == Keyboard.CODE_ENTER || code == Keyboard.CODE_SPACE)
701 // code defined and the keyboard is in manual temporary upper case mode.
721 int code = key.mCode; local
726 // uppercase letter as key hint letter, alternate character code should be sent.
728 code = key.mHintLabel.charAt(0)
749 final String code = (key == null) ? "----" : keyCodePrintable(key.mCode); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 63 #define GIMPLE_CHECK(GS, CODE) \
66 if (gimple_code (__gs) != (CODE)) \
68 (CODE), 0); \
71 #define GIMPLE_CHECK(GS, CODE) (void)0
93 statement code can hold up to 16 bitflags).
264 Main identifying code for a tuple. */
265 ENUM_BITFIELD(gimple_code) code : 8;
583 /* Condition code. */
1026 /* Return the code for GIMPLE statement G. */
1031 return g->gsbase.code;
1407 enum gimple_code code = gimple_code (stmt); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 63 #define GIMPLE_CHECK(GS, CODE) \
66 if (gimple_code (__gs) != (CODE)) \
68 (CODE), 0); \
71 #define GIMPLE_CHECK(GS, CODE) (void)0
93 statement code can hold up to 16 bitflags).
264 Main identifying code for a tuple. */
265 ENUM_BITFIELD(gimple_code) code : 8;
583 /* Condition code. */
1026 /* Return the code for GIMPLE statement G. */
1031 return g->gsbase.code;
1407 enum gimple_code code = gimple_code (stmt); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gimple.h 63 #define GIMPLE_CHECK(GS, CODE) \
66 if (gimple_code (__gs) != (CODE)) \
68 (CODE), 0); \
71 #define GIMPLE_CHECK(GS, CODE) (void)0
93 statement code can hold up to 16 bitflags).
264 Main identifying code for a tuple. */
265 ENUM_BITFIELD(gimple_code) code : 8;
583 /* Condition code. */
1026 /* Return the code for GIMPLE statement G. */
1031 return g->gsbase.code;
1407 enum gimple_code code = gimple_code (stmt); local
    [all...]
  /bionic/libc/kernel/common/linux/
rtnetlink.h 331 __u8 code; member in struct:rta_session::__anon413::__anon415
  /cts/tools/host/src/com/android/cts/
TestDevice.java 80 /** Max time [ms] to wait for <code>adb shell getprop</code> to return a result. */
1312 String code = line.substring(line.indexOf(EQ_MARK) + 1); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 17 package com.android.dexgen.dex.code;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 17 package com.android.dexgen.rop.code;
33 /** {@code nop()} */
37 /** {@code r,x: int :: r = x;} */
41 /** {@code r,x: long :: r = x;} */
45 /** {@code r,x: float :: r = x;} */
49 /** {@code r,x: double :: r = x;} */
53 /** {@code r,x: Object :: r = x;} */
58 * {@code r,x: ReturnAddress :: r = x;}
67 /** {@code r,param(x): int :: r = param(x);} */
72 /** {@code r,param(x): long :: r = param(x);} *
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 17 package com.android.dx.cf.code;
245 /** "-": {@code op} */
248 /** "0": {@code op}; implies {@code max_locals >= 1} */
251 /** "1": {@code op}; implies {@code max_locals >= 2} */
254 /** "2": {@code op}; implies {@code max_locals >= 3} */
257 /** "3": {@code op}; implies {@code max_locals >= 4} *
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 17 package com.android.dx.dex.code;
20 import com.android.dx.dex.code.form.Form10t;
21 import com.android.dx.dex.code.form.Form10x;
22 import com.android.dx.dex.code.form.Form11n;
23 import com.android.dx.dex.code.form.Form11x;
24 import com.android.dx.dex.code.form.Form12x;
25 import com.android.dx.dex.code.form.Form20t;
26 import com.android.dx.dex.code.form.Form21c;
27 import com.android.dx.dex.code.form.Form21h;
28 import com.android.dx.dex.code.form.Form21s
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 17 package com.android.dx.rop.code;
33 /** {@code nop()} */
37 /** {@code r,x: int :: r = x;} */
41 /** {@code r,x: long :: r = x;} */
45 /** {@code r,x: float :: r = x;} */
49 /** {@code r,x: double :: r = x;} */
53 /** {@code r,x: Object :: r = x;} */
58 * {@code r,x: ReturnAddress :: r = x;}
67 /** {@code r,param(x): int :: r = param(x);} */
72 /** {@code r,param(x): long :: r = param(x);} *
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 20 int code; member in struct:__anon5309
28 /* return a char * string for a given code */
29 char *mp_error_to_string(int code)
35 if (msgs[x].code == code) {
40 /* generic reply for invalid code */
41 return "Invalid error code";
    [all...]
  /external/elfutils/src/
readelf.c 3277 unsigned int code = dwarf_getabbrevcode (&abbrev); local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 247 /*", parse error " + parseError.code +*/
272 /*", parse error " + parseError.code +*/
894 desc = desc + ", ParseError code=" + u_errorName(status) +
4000 UScriptCode code= USCRIPT_INVALID_CODE; local
    [all...]
  /external/iproute2/include/linux/
rtnetlink.h 397 __u8 code; member in struct:rta_session::__anon6391::__anon6393
  /external/iproute2/misc/
ss.c 814 int code = (f->type == SSF_DCOND ? INET_DIAG_BC_D_COND : INET_DIAG_BC_S_COND); local
834 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 };
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 23 /* The code generator is implemeted by three files:
58 * Returns true if the generated code ends with return,
947 int[] code = binOp; local
948 int s = code.length;
950 if (code[k] == token)
    [all...]

Completed in 2558 milliseconds

<<21222324252627282930>>