/external/clang/test/SemaOpenCL/ |
vec_step.cl | 29 int res13 = vec_step(*incomplete1); // expected-error {{'vec_step' requires built-in scalar or vector type, 'struct S' invalid}} 30 int res14 = vec_step(int16*); // expected-error {{'vec_step' requires built-in scalar or vector type, 'int16 *' invalid}} 31 int res15 = vec_step(void(void)); // expected-error {{'vec_step' requires built-in scalar or vector type, 'void (void)' invalid}}
|
/external/harfbuzz/src/ |
harfbuzz-tibetan.c | 103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) 120 if (invalid) { 162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) 174 *invalid = TRUE; 202 *invalid = FALSE; 225 HB_Bool invalid; local 227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid); 228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart, 229 invalid ? "TRUE" : "FALSE"); */ 237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) { 259 HB_Bool invalid; local [all...] |
/external/openssl/crypto/ec/ |
ec_err.c | 228 {ERR_REASON(EC_R_INVALID_ARGUMENT) ,"invalid argument"}, 229 {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT),"invalid compressed point"}, 230 {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT),"invalid compression bit"}, 231 {ERR_REASON(EC_R_INVALID_CURVE) ,"invalid curve"}, 232 {ERR_REASON(EC_R_INVALID_DIGEST_TYPE) ,"invalid digest type"}, 233 {ERR_REASON(EC_R_INVALID_ENCODING) ,"invalid encoding"}, 234 {ERR_REASON(EC_R_INVALID_FIELD) ,"invalid field"}, 235 {ERR_REASON(EC_R_INVALID_FORM) ,"invalid form"}, 236 {ERR_REASON(EC_R_INVALID_GROUP_ORDER) ,"invalid group order"}, 237 {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS),"invalid pentanomial basis"} [all...] |
/external/oprofile/libop/ |
op_parse_event.c | 51 fprintf(stderr, "Invalid event part %s\n", str); 76 fprintf(stderr, "Invalid event %s\n", cp); 85 fprintf(stderr, "Invalid count for event %s\n", events[i]);
|
/external/valgrind/main/exp-sgcheck/tests/ |
stackerr.stderr.exp-glibc27-x86 | 2 Invalid write of size 4 11 Invalid write of size 4 18 Invalid write of size 1
|
stackerr.stderr.exp-glibc28-amd64 | 2 Invalid write of size 8 11 Invalid write of size 8 18 Invalid write of size 1
|
/external/valgrind/main/memcheck/tests/ |
partial_load_ok.stderr.exp | 2 Invalid read of size 4 8 Invalid read of size 2 14 Invalid read of size 4
|
partial_load_ok.stderr.exp64 | 2 Invalid read of size 8 8 Invalid read of size 2 14 Invalid read of size 8
|
/external/valgrind/main/none/tests/s390x/ |
cu42.c | 34 /* Invalid UTF-32 character */ 35 uint32_t invalid[] = { variable 172 /* Input contains invalid characters */ 174 // As conversion stops upon encountering an invalid character, we 175 // need to test each invalid character separately, to make sure it 176 // is recognized as invalid. 179 for (i = 0; i < sizeof invalid / 4; ++i) { 180 run_test(buff, sizeof buff, invalid + i, 4); 182 run_test(buff, 0, invalid, sizeof invalid); // cc = [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerGetCurrentPositionStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call getCurrentPosition() in the following states: 49 // Invalid states.
|
MediaPlayerGetDurationStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call getDuration() in the following states: 48 // Invalid states.
|
MediaPlayerGetVideoHeightStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call getVideoHeight() in the following states: 51 // Invalid states.
|
MediaPlayerGetVideoWidthStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call getVideoWidth() in the following states: 51 // Invalid states.
|
MediaPlayerIsPlayingStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call isPlaying() in the following states: 51 // Invalid states.
|
MediaPlayerPauseStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call pause() in the following states: 45 // Invalid states.
|
MediaPlayerResetStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call reset() in the following states: 51 // Invalid states.
|
MediaPlayerSeekToStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call seekTo() in the following states: 46 // Invalid states.
|
MediaPlayerSetAudioStreamTypeStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 34 * 2. It is invalid to call setAudioStreamType() in the following states: 52 // Invalid states.
|
MediaPlayerSetLoopingStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 34 * 2. It is invalid to call setLooping() in the following states: 52 // Invalid states.
|
MediaPlayerSetVolumeStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call setVolume() in the following states: 51 // Invalid states.
|
MediaPlayerStartStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call start() in the following states: 47 // Invalid states.
|
MediaPlayerStopStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 33 * 2. It is invalid to call stop() in the following states: 48 // Invalid states.
|
MediaRecorderPrepareStateUnitTest.java | 26 * Unit test class to test the set of valid and invalid states that 35 * 2. It is invalid to call prepare() in the following states: 44 // Invalid states.
|
MediaRecorderResetStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 34 * 2. It is invalid to call reset() in the following states: 50 // Invalid states.
|
MediaRecorderSetAudioEncoderStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 34 * 2. It is invalid to call setAudioEncoder() in the following states: 43 // Invalid states.
|