HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 201 - 225 of 14636) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/slang/tests/P_set_target_api_15/
set_target_api_15.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/P_set_target_api_16/
set_target_api_16.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/P_set_target_api_17/
set_target_api_17.rs 6 #error Invalid RS_VERSION
  /frameworks/opt/vcard/tests/res/raw/
v21_winmo_65.vcf 6 AGENT:Invalid line which must be handled correctly.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildbin.sh 35 echo invalid speaker id;
50 echo invalid speaker id;
59 echo invalid speaker id;
68 echo invalid speaker id;
77 echo invalid speaker id;
86 echo invalid speaker id;
91 echo invalid langcountry id;
  /external/valgrind/main/none/tests/s390x/
cu12.c 165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
167 // is recognized as invalid.
169 printf("\n----- Invalid characters -----\n");
182 printf("\n----- Invalid characters if m3 == 1 -----\n");
183 uint8_t invalid_if_m3[] = { // contains all such invalid characters
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
196 0xaa // invalid
228 // Test for invalid two-byte characters where the 1st byte is valid
229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv
    [all...]
cu12_1.c 165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
167 // is recognized as invalid.
169 printf("\n----- Invalid characters -----\n");
182 printf("\n----- Invalid characters if m3 == 1 -----\n");
183 uint8_t invalid_if_m3[] = { // contains all such invalid characters
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
196 0xaa // invalid
228 // Test for invalid two-byte characters where the 1st byte is valid
229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv
    [all...]
cu14.c 165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
167 // is recognized as invalid.
169 printf("\n----- Invalid characters -----\n");
182 printf("\n----- Invalid characters if m3 == 1 -----\n");
183 uint8_t invalid_if_m3[] = { // contains all such invalid characters
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
196 0xaa // invalid
228 // Test for invalid two-byte characters where the 1st byte is valid
229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv
    [all...]
cu14_1.c 165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
167 // is recognized as invalid.
169 printf("\n----- Invalid characters -----\n");
182 printf("\n----- Invalid characters if m3 == 1 -----\n");
183 uint8_t invalid_if_m3[] = { // contains all such invalid characters
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
196 0xaa // invalid
228 // Test for invalid two-byte characters where the 1st byte is valid
229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv
    [all...]
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api_constants.cc 44 const char kErrorInvalidLang[] = "Invalid lang.";
45 const char kErrorInvalidGender[] = "Invalid gender.";
46 const char kErrorInvalidRate[] = "Invalid rate.";
47 const char kErrorInvalidPitch[] = "Invalid pitch.";
48 const char kErrorInvalidVolume[] = "Invalid volume.";
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.h 20 // invalid content indications.
30 // Sets whether to indicate the textfield has invalid content.
31 void SetInvalid(bool invalid);
32 bool invalid() const { return invalid_; } function in class:autofill::DecoratedTextfield
59 // Whether the text contents are "invalid" (i.e. should special markers be
  /external/clang/test/SemaObjC/
iboutletcollection-attr.m 22 __attribute__((iboutletcollection(B))) id ivar2; // expected-error {{invalid type 'B' as argument of iboutletcollection attribute}}
23 __attribute__((iboutletcollection(PV))) id ivar3; // expected-error {{invalid type 'PV' as argument of iboutletcollection attribute}}
24 __attribute__((iboutletcollection(PV))) void *ivar4; // expected-warning {{instance variable with 'iboutletcollection' attribute must be an object type (invalid 'void *')}}
29 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{invalid type 'B' as argument of iboutletcollection attribute}}
31 @property __attribute__((iboutletcollection(BAD))) int prop3; // expected-warning {{property with 'iboutletcollection' attribute must be an object type (invalid 'int')}}
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
log-path_test.cc 12 // Invalid log_path.
13 // RUN: ASAN_OPTIONS=log_path=/INVALID not %t 2> %t.out
14 // RUN: FileCheck %s --check-prefix=CHECK-INVALID < %t.out
38 // CHECK-INVALID: ERROR: Can't open file: /INVALID
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 127 bool Invalid;
129 Invalid = false;
130 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 0, &Invalid));
131 EXPECT_TRUE(!Invalid);
133 Invalid = false;
134 EXPECT_EQ(5U, SourceMgr.getColumnNumber(MainFileID, 4, &Invalid));
135 EXPECT_TRUE(!Invalid);
137 Invalid = false;
138 EXPECT_EQ(1U, SourceMgr.getColumnNumber(MainFileID, 7, &Invalid));
139 EXPECT_TRUE(!Invalid);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 208 _ERROR_TYPE(VDP_STATUS_INVALID_HANDLE,"An invalid handle value was provided. Either the handle does not exist at all, or refers to an object of an incorrect type.");
209 _ERROR_TYPE(VDP_STATUS_INVALID_POINTER,"An invalid pointer was provided. Typically, this means that a NULL pointer was provided for an 'output' parameter.");
210 _ERROR_TYPE(VDP_STATUS_INVALID_CHROMA_TYPE,"An invalid/unsupported VdpChromaType value was supplied.");
211 _ERROR_TYPE(VDP_STATUS_INVALID_Y_CB_CR_FORMAT,"An invalid/unsupported VdpYCbCrFormat value was supplied.");
212 _ERROR_TYPE(VDP_STATUS_INVALID_RGBA_FORMAT,"An invalid/unsupported VdpRGBAFormat value was supplied.");
213 _ERROR_TYPE(VDP_STATUS_INVALID_INDEXED_FORMAT,"An invalid/unsupported VdpIndexedFormat value was supplied.");
214 _ERROR_TYPE(VDP_STATUS_INVALID_COLOR_STANDARD,"An invalid/unsupported VdpColorStandard value was supplied.");
215 _ERROR_TYPE(VDP_STATUS_INVALID_COLOR_TABLE_FORMAT,"An invalid/unsupported VdpColorTableFormat value was supplied.");
216 _ERROR_TYPE(VDP_STATUS_INVALID_BLEND_FACTOR,"An invalid/unsupported VdpOutputSurfaceRenderBlendFactor value was supplied.");
217 _ERROR_TYPE(VDP_STATUS_INVALID_BLEND_EQUATION,"An invalid/unsupported VdpOutputSurfaceRenderBlendEquation value was supplied.")
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 208 _ERROR_TYPE(VDP_STATUS_INVALID_HANDLE,"An invalid handle value was provided. Either the handle does not exist at all, or refers to an object of an incorrect type.");
209 _ERROR_TYPE(VDP_STATUS_INVALID_POINTER,"An invalid pointer was provided. Typically, this means that a NULL pointer was provided for an 'output' parameter.");
210 _ERROR_TYPE(VDP_STATUS_INVALID_CHROMA_TYPE,"An invalid/unsupported VdpChromaType value was supplied.");
211 _ERROR_TYPE(VDP_STATUS_INVALID_Y_CB_CR_FORMAT,"An invalid/unsupported VdpYCbCrFormat value was supplied.");
212 _ERROR_TYPE(VDP_STATUS_INVALID_RGBA_FORMAT,"An invalid/unsupported VdpRGBAFormat value was supplied.");
213 _ERROR_TYPE(VDP_STATUS_INVALID_INDEXED_FORMAT,"An invalid/unsupported VdpIndexedFormat value was supplied.");
214 _ERROR_TYPE(VDP_STATUS_INVALID_COLOR_STANDARD,"An invalid/unsupported VdpColorStandard value was supplied.");
215 _ERROR_TYPE(VDP_STATUS_INVALID_COLOR_TABLE_FORMAT,"An invalid/unsupported VdpColorTableFormat value was supplied.");
216 _ERROR_TYPE(VDP_STATUS_INVALID_BLEND_FACTOR,"An invalid/unsupported VdpOutputSurfaceRenderBlendFactor value was supplied.");
217 _ERROR_TYPE(VDP_STATUS_INVALID_BLEND_EQUATION,"An invalid/unsupported VdpOutputSurfaceRenderBlendEquation value was supplied.")
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 74 * DSP_EHANDLE: Invalid Stream handle.
94 * DSP_EHANDLE: Invalid Stream handle.
111 * DSP_EHANDLE: Invalid Stream handle.
129 * DSP_EHANDLE: Invalid Stream handle.
130 * DSP_EPOINTER: Parameter pStreamInfo is invalid.
150 * DSP_EHANDLE: Invalid Stream handle.
171 * DSP_EHANDLE: Invalid Stream handle.
172 * DSP_EPOINTER: Invalid pBuffer pointer
198 * DSP_EPOINTER: Invalid phStream pointer.
200 * DSP_EDIRECTION: uDirection is invalid
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 76 * DSP_EHANDLE: Invalid Stream handle.
96 * DSP_EHANDLE: Invalid Stream handle.
113 * DSP_EHANDLE: Invalid Stream handle.
131 * DSP_EHANDLE: Invalid Stream handle.
132 * DSP_EPOINTER: Parameter pStreamInfo is invalid.
152 * DSP_EHANDLE: Invalid Stream handle.
173 * DSP_EHANDLE: Invalid Stream handle.
174 * DSP_EPOINTER: Invalid pBuffer pointer
200 * DSP_EPOINTER: Invalid phStream pointer.
202 * DSP_EDIRECTION: uDirection is invalid
    [all...]
  /external/clang/test/Sema/
block-misc.c 44 int^ x; // expected-error {{block pointer to non-function type is invalid}}
45 int^^ x1; // expected-error {{block pointer to non-function type is invalid}} expected-error {{block pointer to non-function type is invalid}}
48 char *^ y; // expected-error {{block pointer to non-function type is invalid}}
171 (void)(bp > rp); // expected-error {{invalid operands}}
172 (void)(bp > 0); // expected-error {{invalid operands}}
173 (void)(bp > bp); // expected-error {{invalid operands}}
174 (void)(bp > vp); // expected-error {{invalid operands}}
176 (void)(bp == 1); // expected-error {{invalid operands to binary expression}}
178 (void)(1 == bp); // expected-error {{invalid operands to binary expression}
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 22 "invalid arch name '%0'">;
24 "invalid runtime library name in argument '%0'">;
28 "invalid library name in argument '%0'">;
45 "invalid Darwin version number: %0">;
49 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
51 "invalid Xarch argument: '%0', cannot change driver behavior inside Xarch argument">;
53 "invalid argument '%0' only allowed with '%1'">;
55 "invalid argument '%0' not allowed with '%1'">;
57 "invalid version number in '%0'">;
77 "invalid float ABI '%0'">
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 114 (TEXT("PROC: invalid processor number\r\n")));
117 /* Invalid pointer */
120 (TEXT("PROC: Invalid Pointer \r\n")));
142 /* Invalid handle */
145 (TEXT("PROC: Invalid Handle \r\n")));
194 "pNodeInfo is invalid \r\n")));
197 /* Invalid handle */
200 (TEXT("PROC: Invalid Handle \r\n")));
237 /* Invalid handle */
239 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: Invalid Handle\r\n")))
    [all...]
  /external/chromium_org/base/memory/
weak_ptr_unittest.nc 17 #if defined(NCTEST_AUTO_DOWNCAST) // [r"invalid conversion from"]
25 #elif defined(NCTEST_STATIC_DOWNCAST) // [r"invalid conversion from"]
34 #elif defined(NCTEST_AUTO_REF_DOWNCAST) // [r"invalid initialization of reference"]
42 #elif defined(NCTEST_STATIC_REF_DOWNCAST) // [r"invalid static_cast"]
59 #elif defined(NCTEST_UNSAFE_HELPER_DOWNCAST) // [r"invalid conversion from"]
73 #elif defined(NCTEST_UNSAFE_WRONG_INSANTIATED_HELPER_DOWNCAST) // [r"invalid conversion from"]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector_test.py 34 <a href="index.html#invalid"></a>
35 <a href="fake.html#invalid"></a>
40 <a href="invalid.html"></a>
64 (404, 'apps/unreachable.html', 'apps/invalid.html',
66 (404, 'apps/devtools_events.html', 'apps/fake.html#invalid',
68 (200, 'apps/devtools_events.html', 'apps/index.html#invalid',
  /external/chromium_org/remoting/protocol/
authentication_method.cc 16 AuthenticationMethod AuthenticationMethod::Invalid() {
47 return AuthenticationMethod::Invalid();
81 : type_(INVALID),
89 DCHECK_NE(type_, INVALID);
101 case INVALID:
121 return "invalid";
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 42 "Mailbox has an invalid format"
54 "Invalid mailbox name"
60 "Unknown/invalid partition"
63 "Invalid identifier"
75 "Message contains invalid header"
89 "Invalid user"

Completed in 1036 milliseconds

1 2 3 4 5 6 7 891011>>