HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 176 - 200 of 4448) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
RSAKeyTest.java 54 assertEquals("invalid modulus", n, key.getModulus());
58 assertEquals("invalid modulus", n, key.getModulus());
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 42 "Invalid keysize: less than 100");
45 throw new IllegalArgumentException("Invalid random");
  /external/bluetooth/glib/tests/
testgdateparser.c 20 d->julian ? "valid" : "invalid",
24 d->dmy ? "valid" : "invalid");
  /external/iproute2/ip/
iplink_can.c 104 invarg("invalid \"bitrate\" value\n", *argv);
110 invarg("invalid \"sample-point\" value\n",
116 invarg("invalid \"tq\" value\n", *argv);
120 invarg("invalid \"prop-seg\" value\n", *argv);
124 invarg("invalid \"phase-seg1\" value\n", *argv);
128 invarg("invalid \"phase-seg2\" value\n", *argv);
132 invarg("invalid \"sjw\" value\n", *argv);
154 invarg("invalid \"restart-ms\" value\n", *argv);
  /external/iproute2/tc/
m_estimator.c 49 invarg("estimator", "invalid estimator interval");
54 invarg("estimator", "invalid estimator time constant");
em_cmp.c 64 return PARSE_ERR(args, "cmp: invalid alignment");
74 return PARSE_ERR(a, "cmp: invalid offset, " \
87 return PARSE_ERR(a, "cmp: invalid " \
101 return PARSE_ERR(a, "cmp: invalid mask");
120 return PARSE_ERR(a, "cmp: invalid value");
em_u32.c 59 return PARSE_ERR(args, "u32: invalid alignment");
67 return PARSE_ERR(a, "u32: invalid key, must be numeric");
75 return PARSE_ERR(a, "u32: invalid mask, must be numeric");
100 return PARSE_ERR(a, "u32: invalid offset");
135 return PARSE_ERR(a, "u32: invalid offset alignment, " \
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderSetOutputFileStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
33 * 2. It is invalid to call setOutputFile() in the following states:
  /dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/internal/nls/
messages.properties 23 archive.05=Invalid codec encoding byte ({0}) found
26 archive.08=Invalid segment major version
27 archive.09=Invalid segment minor version
55 archive.25=Invalid zip file\: {0}
66 archive.30=Invalid attribute {0}
68 archive.32={0} has invalid digest for {1} in {2}
  /external/openssl/crypto/rsa/
rsa_err.c 138 {ERR_REASON(RSA_R_FIRST_OCTET_INVALID) ,"first octet invalid"},
139 {ERR_REASON(RSA_R_INVALID_HEADER) ,"invalid header"},
140 {ERR_REASON(RSA_R_INVALID_MESSAGE_LENGTH),"invalid message length"},
141 {ERR_REASON(RSA_R_INVALID_PADDING) ,"invalid padding"},
142 {ERR_REASON(RSA_R_INVALID_TRAILER) ,"invalid trailer"},
145 {ERR_REASON(RSA_R_LAST_OCTET_INVALID) ,"last octet invalid"},
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 146 assertTrue(f_script_id > 0, "invalid script id for f");
147 assertTrue(g_script_id > 0, "invalid script id for g");
148 assertTrue(h_script_id > 0, "invalid script id for h");
155 assertTrue(f_line > 0, "invalid line for f");
156 assertTrue(g_line > 0, "invalid line for g");
158 assertEquals(h_line, 0, "invalid line for h");
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string.cpp 60 OsclError::Leave(OsclErrGeneral);//invalid index.
69 OsclError::Leave(OsclErrGeneral);//invalid index.
162 OsclError::Leave(OsclErrGeneral);//invalid index.
169 OsclError::Leave(OsclErrGeneral);//invalid index.
197 OsclError::Leave(OsclErrGeneral);//invalid index.
204 OsclError::Leave(OsclErrGeneral);//invalid index.
219 OsclError::Leave(OsclErrGeneral);//invalid index.
226 OsclError::Leave(OsclErrGeneral);//invalid index.
243 OsclError::Leave(OsclErrGeneral);//invalid offset.
273 OsclError::Leave(OsclErrGeneral);//invalid offset
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
sync.h 101 * DSP_EHANDLE: Invalid handle.
105 * Any subsequent usage of hEvent would be invalid.
117 * DSP_EHANDLE: Invalid handle.
131 * DSP_EHANDLE: Invalid handle.
200 * DSP_EHANDLE: Invalid handle.
230 * DSP_EINVALIDARG SYNC_ATTRS values are invalid.
250 * DSP_EHANDLE: Invalid Window handle
266 * DSP_EHANDLE: Invalid handle.
282 * DSP_EHANDLE: Invalid handle.
304 * DSP_EHANDLE: Invalid handle
    [all...]
DSPProcessor_OEM.h 57 * DSP_EHANDLE: Invalid processor handle.
83 * DSP_EHANDLE: Invalid processor handle.
87 * DSP_EPOINTER: aArgv is invalid
111 * DSP_EHANDLE: Invalid processor handle.
131 * DSP_EHANDLE: Invalid processor handle.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 101 * DSP_EHANDLE: Invalid handle.
105 * Any subsequent usage of hEvent would be invalid.
117 * DSP_EHANDLE: Invalid handle.
131 * DSP_EHANDLE: Invalid handle.
200 * DSP_EHANDLE: Invalid handle.
230 * DSP_EINVALIDARG SYNC_ATTRS values are invalid.
250 * DSP_EHANDLE: Invalid Window handle
266 * DSP_EHANDLE: Invalid handle.
282 * DSP_EHANDLE: Invalid handle.
304 * DSP_EHANDLE: Invalid handle
    [all...]
DSPProcessor_OEM.h 57 * DSP_EHANDLE: Invalid processor handle.
83 * DSP_EHANDLE: Invalid processor handle.
87 * DSP_EPOINTER: aArgv is invalid
111 * DSP_EHANDLE: Invalid processor handle.
131 * DSP_EHANDLE: Invalid processor handle.
  /external/v8/src/
frame-element.h 42 // * Invalid: elements that are uninitialized or not actually part
75 // The default constructor creates an invalid frame element.
77 value_ = TypeField::encode(INVALID)
84 // Factory function to construct an invalid frame element.
135 bool is_valid() const { return type() != INVALID; }
190 // If either is invalid, the result is.
202 INVALID,
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-strict.html 24 <p>In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in strict mode.</p>
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid -->
34 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards -->
35 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next two have invalid css syntax in the inner div, so they should inherit from parent. The rightmost testcase has a nonexistant url, but the syntax is correct, and there is no inheritance in this case.</p>
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimeZoneTest.java 143 assertEquals("Must return GMT when given an invalid TimeZone id SMT-8.",
145 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:70.",
147 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:30.",
149 assertEquals("Must return GMT when given an invalid TimeZone time GMT+8:70.",
151 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:.",
153 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:0.",
155 assertEquals("Must return GMT when given an invalid TimeZone time GMT+2360.",
157 assertEquals("Must return GMT when given an invalid TimeZone time GMT+892.",
159 assertEquals("Must return GMT when given an invalid TimeZone time GMT+082.",
161 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28."
    [all...]
  /external/icu4c/extra/uconv/
uconv.1.in 107 it is possible to specify callbacks that are used to handle invalid
112 representation of the invalid data.
200 Omit invalid characters from the output.
213 Ignore invalid sequences in the input.
261 supports specifying callbacks to handle invalid data. Callbacks can be
285 Ignore the invalid data.
288 Stop with an error when encountering invalid data.
419 does report errors as occuring at the first invalid byte
422 which reports errors as occuring at the first byte of an invalid
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/internal/nls/
messages.properties 74 security.126=Time encoding has invalid char
110 security.148=Invalid certificate for alias "{0}" : {1}. Only X509Certificate should be aliased to principals.
123 security.154=Invalid PKCS7 data provided
129 security.15A=Could not reset the stream: position became invalid or stream has not been marked.
140 security.16=invalid permission: {0}
155 security.16E=invalid parameter for this engine
156 security.16F=signature bytes have invalid encoding
169 security.17B=ObjectIdentifier: invalid static initialization - duplicate OIDs:{0}, {1}
170 security.17C=ObjectIdentifier: invalid static initialization - small OID pool capacity
194 security.192=Invalid distinguished name strin
    [all...]
  /external/elfutils/libdw/
dwarf_child.c 23 #define INVALID 0xffffe444
81 if (attr_name == search_name && search_name != INVALID)
109 *codep = INVALID;
111 *formp = INVALID;
132 addr = __libdw_find_attr (die, INVALID, NULL, NULL);
  /external/openssl/crypto/engine/
eng_err.c 137 {ERR_REASON(ENGINE_R_INVALID_ARGUMENT) ,"invalid argument"},
138 {ERR_REASON(ENGINE_R_INVALID_CMD_NAME) ,"invalid cmd name"},
139 {ERR_REASON(ENGINE_R_INVALID_CMD_NUMBER) ,"invalid cmd number"},
140 {ERR_REASON(ENGINE_R_INVALID_INIT_VALUE) ,"invalid init value"},
141 {ERR_REASON(ENGINE_R_INVALID_STRING) ,"invalid string"},
  /external/webkit/WebCore/bindings/v8/custom/
V8ClipboardCustom.cpp 76 return throwError("clearData: Invalid number of arguments", V8Proxy::SyntaxError);
89 return throwError("getData: Invalid number of arguments", V8Proxy::SyntaxError);
105 return throwError("setData: Invalid number of arguments", V8Proxy::SyntaxError);
121 return throwError("setDragImage: Invalid number of arguments", V8Proxy::SyntaxError);
131 return throwError("setDragImageFromElement: Invalid first argument");
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 104 throw new IllegalArgumentException("invalid Bitmap format");
127 throw new IllegalArgumentException("invalid Bitmap format");
146 throw new IllegalArgumentException("invalid Bitmap format");
179 throw new IllegalArgumentException("invalid Bitmap format");
200 throw new IllegalArgumentException("invalid Bitmap format");

Completed in 2677 milliseconds

1 2 3 4 5 6 78 91011>>