/external/smack/src/org/xbill/DNS/ |
SetResponse.java | 70 throw new IllegalArgumentException("invalid type"); 77 throw new IllegalArgumentException("invalid type"); 100 throw new IllegalArgumentException("invalid type");
|
/external/v8/src/ |
allocation.cc | 59 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal 63 return invalid; 74 return invalid;
|
/external/webrtc/test/testsupport/metrics/ |
video_metrics.h | 59 // -4 if any arguments are invalid. 81 // -4 if any arguments are invalid. 102 // -4 if any arguments are invalid.
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers_wps.c | 45 "Invalid BSSID"); 87 "Invalid BSSID"); 147 "Invalid BSSID");
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4EXIFC_CommonAPI.h | 54 #define M4EXIFC_NO_ERR 0x00000000 /**< invalid parameter */ 55 #define M4EXIFC_ERR_PARAMETER 0x00000001 /**< invalid parameter */ 57 #define M4EXIFC_ERR_BAD_CONTEXT 0x00000003 /**< invalid context */
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteStatement.java | 38 * @throws android.database.SQLException If the SQL string is invalid for 58 * @throws android.database.SQLException If the SQL string is invalid for 80 * @throws android.database.SQLException If the SQL string is invalid for
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramResults.java | 44 /** Program result: invalid MAX_MESSAGES. */ 47 /** Program result: invalid ALERT_OPTION. */ 50 /** Program result: invalid service category name. */
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
AdnRecordTest.java | 94 // Number Length is zero (invalid) 142 // An extended record with an invalid extension 160 // An extended record with an invalid extension
|
/hardware/libhardware/modules/camera/ |
Stream.cpp | 106 ALOGE("%s:%d: Invalid camera id for reuse. Got %d expect %d", 111 ALOGE("%s:%d: Invalid stream handle for reuse. Got %p expect %p", 145 ALOGE("%s:%d: Buffer set for invalid stream. Got %p expect %p",
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent); 293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent); 322 LOG_ERROR(pContext, "Invalid character for a property name: 0x%02X", *pCurrent); 359 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 377 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 389 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 408 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 418 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 430 LOG_ERROR(pContext, "Invalid UTF-8 sequence"); 440 LOG_ERROR(pContext, "Invalid UTF-8 sequence") [all...] |
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapUtility.java | 60 * list of individual numbers. If the set is invalid, an empty array is returned. 78 LogUtils.d(Logging.LOG_TAG, "Invalid UID value", e); 121 LogUtils.d(Logging.LOG_TAG, "Invalid range value", e);
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Exif.java | 54 Log.e(TAG, "Invalid length"); 77 Log.e(TAG, "Invalid byte order"); 85 Log.e(TAG, "Invalid offset");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_jp.py | 15 # invalid bytes 31 # invalid bytes 86 # invalid bytes
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_jp.py | 15 # invalid bytes 31 # invalid bytes 86 # invalid bytes
|
/external/opencv/ml/src/ |
mlcnn.cpp | 118 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \ 124 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \ 130 CV_ERROR( CV_StsBadArg, "Invalid input sizes of the first layer" ); \ 134 CV_ERROR( CV_StsBadArg, "Invalid output sizes of the last layer" ); \ 145 CV_ERROR( CV_StsBadArg, "Invalid <etalons> size" ); \ 149 CV_ERROR( CV_StsBadArg, "Invalid <grad_estim_type>" ); \ 336 CV_ERROR( CV_StsBadArg, "Invalid model" ); 413 CV_ERROR( CV_StsBadArg, "Invalid model" ); 475 CV_ERROR( CV_StsBadArg, "Invalid layer" ); 516 CV_ERROR( CV_StsBadArg, "Invalid size of the new layer" ) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraManagerTest.java | 129 // Test: that an exception is thrown if an invalid device id is passed down. 132 // Create an invalid id by concatenating all the valid ids together. 134 invalidId.append("INVALID"); 141 fail(String.format("Accepted invalid camera ID: %s", invalidId.toString())); 187 String.format("Invalid exception reason: %s", e.getReason()), 222 String.format("Invalid exception reason: %s", e.getReason()),
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.cc | 208 // on an invalid database to verify that what we've opened is usable. 210 return INVALID; 216 return INVALID; 222 return INVALID; 230 return INVALID; 233 return INVALID;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
css3-cursor-fallback-quirks.html | 16 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid, but allowed by WinIE --> 22 <p>In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in quirks mode.</p> 24 <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 <p>In each of the blue boxes below, the cursor should show the text cursor, since they contain invalid hotspots.</p> 42 <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 --> 43 <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 has invalid css syntax in the inner div, so it should inherit from the parent. The last two testcases have correct syntax and there is no inheritance in this case.</p>
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_txt.c | 124 return ("invalid CA certificate"); 126 return ("invalid non-CA certificate (has CA markings)"); 160 return("invalid or inconsistent certificate extension"); 162 return("invalid or inconsistent certificate policy extension"); 181 return("unsupported or invalid name constraint syntax"); 183 return("unsupported or invalid name syntax");
|
/external/chromium_org/v8/src/extensions/i18n/ |
locale.js | 34 * Canonicalizes the language tag, or throws in case the tag is invalid. 46 throw new RangeError('Invalid language tag: ' + localeString); 54 if (tag === 'invalid-tag') { 55 throw new RangeError('Invalid language tag: ' + localeString); 103 * ICU is too permissible and lets invalid tags, like 106 * Returns false if the language tag is invalid.
|
/external/clang/lib/AST/ |
RawCommentList.cpp | 131 bool Invalid = false; 133 &Invalid).data(); 134 if (Invalid) 201 bool Invalid = false; 202 const char *Buffer = SM.getBufferData(Loc1Info.first, &Invalid).data(); 203 if (Invalid)
|
/external/clang/lib/CodeGen/ |
ABIInfo.h | 151 assert(canHaveCoerceToType() && "Invalid kind!"); 156 assert(canHaveCoerceToType() && "Invalid kind!"); 161 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!"); 167 assert(TheKind == Indirect && "Invalid kind!"); 172 assert(TheKind == Indirect && "Invalid kind!"); 177 assert(TheKind == Indirect && "Invalid kind!");
|
/external/clang/test/Frontend/ |
verify.c | 8 // expected-error@7 1 {{missing or invalid line number}} 11 // expected-error@10 {{missing or invalid line number}} 14 // expected-error@13 {{missing or invalid line number}} 112 // RUN: not %clang_cc1 -verify %t.invalid 2>&1 | FileCheck -check-prefix=CHECK6 %s 116 // CHECK6-NEXT: (frontend): error reading '{{.*}}verify.c.tmp.invalid' 135 // expected-error@-1 {{missing or invalid line number}}
|
/external/clang/test/Index/ |
index-module.m | 21 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]DependsOnModule\.h]] | {{.*}} | hash loc: <invalid> 23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]other\.h]] | {{.*}} | hash loc: <invalid> 24 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Frameworks[/\\]SubFramework\.framework[/\\]Headers[/\\]SubFramework\.h]] | {{.*}} | hash loc: <invalid> 26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[/\\]PrivateHeaders[/\\]DependsOnModulePrivate.h]] | {{.*}} | hash loc: <invalid> 38 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Headers[/\\]Module\.h]] | {{.*}} | hash loc: <invalid> 42 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_SUB_H:.*[/\\]Modules[/\\]Inputs[/\\]Module\.framework[/\\]Frameworks[/\\]SubFramework\.framework[/\\]Headers[/\\]SubFramework\.h]] | {{.*}} | hash loc: <invalid>
|
/external/iproute2/ip/ |
ipxfrm.c | 1046 invarg("\"XFRM-PROTO\" is invalid", *argv); 1057 invarg("\"SPI\" is invalid", *argv); 1104 invarg("\"MODE\" is invalid", *argv); 1122 invarg("\"ENCAP-TYPE\" is invalid", *argv); 1137 invarg("\"REQID\" is invalid", *argv); 1171 invarg("\"PROTO\" is invalid", *argv); 1184 invarg("\"PORT\" is invalid", *argv); 1197 invarg("\"PORT\" is invalid", *argv); 1211 invarg("\"type\" value is invalid", *argv); 1225 invarg("\"code\" value is invalid", *argv) [all...] |