HomeSort by relevance Sort by last modified time
    Searched full:detected (Results 1 - 25 of 1195) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/adb/
console.c 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n");
15 fprintf(stderr, "error: no emulator detected\n");
  /cts/tools/dasm/src/java_cup/
internal_error.java 17 System.err.println("JavaCUP Fatal Internal Error Detected");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
video_decoder.h 23 #define DECODER_STATUS_PAL 4 /* auto detected */
24 #define DECODER_STATUS_NTSC 8 /* auto detected */
25 #define DECODER_STATUS_SECAM 16 /* auto detected */
  /external/giflib/
gif_err.c 82 Err = "No Screen Descriptor detected";
85 Err = "No Image Descriptor detected";
91 Err = "Wrong record type detected";
109 Err = "Image EOF detected, before image complete";
  /external/oprofile/libutil/
op_lockfile.h 26 * lock files are detected and reset.
  /libcore/luni/src/main/java/javax/security/cert/
Certificate.java 106 * if encoding errors are detected
108 * if an unsupported algorithm is detected
110 * if an invalid key is detected
114 * if signature errors are detected
130 * if encoding errors are detected
132 * if an unsupported algorithm is detected
134 * if an invalid key is detected
138 * if signature errors are detected
  /external/freetype/include/freetype/internal/
ftvalid.h 124 /* called when a broken table is detected */
128 /* called when an invalid offset is detected */
132 /* called when an invalid format/value is detected */
136 /* called when an invalid glyph index is detected */
140 /* called when an invalid field value is detected */
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 264 " WIN32 platform detected.\n"
267 " CYGWIN Detected.\n"
270 " DJGPP Detected.\n"
273 " MSVC compiler detected.\n"
276 " GCC compiler detected.\n"
279 " Intel C Compiler detected.\n"
282 " x86-64 detected.\n"
  /external/libxml2/include/libxml/
xlink.h 92 * @nbLocators: the number of locators detected on the link
95 * @nbArcs: the number of arcs detected on the link
100 * @nbTitles: the number of titles detected on the link
101 * @title: array of titles detected on the link
125 * @nbLocators: the number of locators detected on the link
128 * @nbTitles: the number of titles detected on the link
129 * @title: array of titles detected on the link
  /libcore/luni/src/main/java/java/security/cert/
CertificateFactorySpi.java 48 * if parsing problems are detected.
61 * if parsing problems are detected.
74 * if parsing problems are detected.
87 * if parsing problems are detected.
100 * if parsing problems are detected.
118 * if parsing problems are detected.
136 * if parsing problems are detected.
Certificate.java 129 * if encoding errors are detected.
131 * if an unsupported algorithm is detected.
133 * if an invalid key is detected.
137 * if signature errors are detected.
156 * if encoding errors are detected.
158 * if an unsupported algorithm is detected.
160 * if an invalid key is detected.
164 * if signature errors are detected.
CertificateFactory.java 197 * if parsing problems are detected.
223 * if parsing problems are detected.
244 * if parsing problems are detected.
262 * if parsing problems are detected.
280 * if parsing problems are detected.
295 * if parsing problems are detected.
309 * if parsing problems are detected.
  /external/chromium/net/ftp/
ftp_directory_listing_buffer.h 49 // Converts the string |from| to detected encoding and stores it in |to|.
54 // detected encoding. Returns network error code.
64 // Detected encoding of the response (empty if unknown or ASCII).
  /cts/tools/dasm/src/dasm/
DasmError.java 20 * Exception thrown if eny error detected while running Dasm.
  /cts/tools/host/src/com/android/cts/
DeviceDisconnectedException.java 20 * Throw out DeviceDisconnectedException if detected that the device is disconnected.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fmtmsg.h 37 MM_APPL = 0x008, /* Condition detected by application. */
39 MM_UTIL = 0x010, /* Condition detected by utility. */
41 MM_OPSYS = 0x020, /* Condition detected by operating system. */
62 MM_WARNING, /* Application has detected unusual non-error
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java 63 assertTrue("Multicast address " + addrName + " not detected.", addr
101 + " not detected.", addr.isMulticastAddress());
134 + addrName + " not detected.", addr
141 + addrName + " not detected.", addr
174 assertTrue("IPv6 loopback address " + addrName + " not detected.",
180 + " detected as a loopback address.", !addr
187 + " detected as a loopback address.", !addr
201 + " detected incorrectly as a loopback.", !addr
208 + " detected incorrectly as a loopback.", !addr
215 + " detected incorrectly as a loopback.", !add
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderExt.java 22 * <li> <b>482 Loop Detected </b> When a loop is detected for merged INVITE requests.
  /external/chromium/third_party/icu/source/io/
ufile.h 96 * @return TRUE if the character is valid, or FALSE when EOF has been detected
105 * @return TRUE if the character is valid, or FALSE when EOF has been detected
  /external/icu4c/io/
ufile.h 96 * @return TRUE if the character is valid, or FALSE when EOF has been detected
105 * @return TRUE if the character is valid, or FALSE when EOF has been detected
  /dalvik/vm/interp/
Interp.h 30 * Throw an exception for a problem detected by the verifier.
  /external/chromium/third_party/icu/source/config/
mh-unknown 9 # Perhaps your platform wasn't detected- try changing aclocal.m4 and
  /external/icu4c/config/
mh-unknown 9 # Perhaps your platform wasn't detected- try changing aclocal.m4 and
  /external/qemu/docs/
ANDROID-ELFF.TXT 9 when a memory access violation detected at runtime. This requires parsing symbol
  /libcore/luni/src/main/java/java/lang/
ClassCircularityError.java 26 * since it would normally be detected at compile time.

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>