HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 376 - 400 of 952) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/
web_apps.cc 211 CHECK(web_app->manifest_url.is_valid());
222 CHECK(schema.get())
224 CHECK(schema->IsType(Value::TYPE_DICTIONARY))
241 CHECK(definition_value->IsType(Value::TYPE_DICTIONARY));
248 CHECK(definition->GetString("launch_url", &app_url_string));
261 CHECK(permissions_value->GetString(i, &permission));
273 CHECK(urls_value->GetString(i, &url_string));
316 CHECK(definition->GetString("name", &web_app->title));
  /external/chromium/net/socket/
client_socket_handle.cc 66 CHECK(!is_initialized());
67 CHECK(!group_name_.empty());
  /external/clang/utils/analyzer/
update_plist_test.pl 20 next if (/^\/\/ CHECK/);
37 # Format the CHECK lines.
39 print $fh "// CHECK: ";
43 print $fh "// CHECK-NEXT: ";
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 115 CHECK(flags()->replace_cfallocator);
116 CHECK(asan_inited);
132 CHECK(system_malloc_zone);
141 CHECK(system_malloc_zone);
157 CHECK(allocated < kCallocPoolSize);
166 CHECK(system_malloc_zone);
263 CHECK(system_malloc_zone);
273 // TODO(glider): check that |size| is valid.
362 asan_introspection.check = &mi_check;
416 CHECK(malloc_default_zone() == &asan_zone)
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_1_1byte.c 2 Purpose: Check structure passing with different structure size.
77 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
89 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_1_1byte_gn, NULL) == FFI_OK);
cls_2byte.c 2 Purpose: Check structure passing with different structure size.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_2byte_gn, NULL) == FFI_OK);
cls_3byte1.c 2 Purpose: Check structure passing with different structure size.
4 register. Depending on the ABI. Check overlapping.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_3byte_gn, NULL) == FFI_OK);
cls_3byte2.c 2 Purpose: Check structure passing with different structure size.
4 register. Depending on the ABI. Check overlapping.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_3byte_gn1, NULL) == FFI_OK);
cls_4byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_4byte_gn, NULL) == FFI_OK);
cls_8byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
77 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
88 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_8byte_gn, NULL) == FFI_OK);
cls_9byte1.c 2 Purpose: Check structure passing with different structure size.
5 Check that it does not here.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_9byte_gn, NULL) == FFI_OK);
cls_9byte2.c 2 Purpose: Check structure passing with different structure size.
5 Check that it does here.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_9byte_gn, NULL) == FFI_OK);
cls_multi_uchar.c 2 Purpose: Check passing of multiple unsigned char values.
83 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
91 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
  /external/valgrind/unittest/
racecheck_unittest.cc 434 CHECK(GLOB != -777);
471 CHECK(GLOB != -777);
606 CHECK(GLOB != 777);
610 CHECK(GLOB != 777);
655 CHECK(GLOB != 777);
707 CHECK(GLOB == 2);
741 CHECK(GLOB == 3);
810 CHECK(MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), INT_MAX));
834 CHECK(!MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), 100));
861 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100))
3825 static void check(volatile FOO *foo) { function in class:test82::FOO
    [all...]
  /frameworks/av/cmds/stagefright/
stream.cpp 98 CHECK((offset % 188) == 0);
162 CHECK(dataSource != NULL);
165 CHECK(extractor != NULL);
174 CHECK(meta->findCString(kKeyMIMEType, &mime));
327 CHECK(control != NULL);
328 CHECK(control->isValid());
336 CHECK(surface != NULL);
342 CHECK(service.get() != NULL);
SimplePlayer.cpp 114 CHECK(msg->findString("path", &mPath));
119 CHECK(msg->senderAwaitsResponse(&replyID));
134 CHECK(msg->findObject("native-window", &obj));
142 CHECK(msg->senderAwaitsResponse(&replyID));
164 CHECK(msg->senderAwaitsResponse(&replyID));
197 CHECK(msg->senderAwaitsResponse(&replyID));
220 CHECK(msg->senderAwaitsResponse(&replyID));
243 CHECK(msg->senderAwaitsResponse(&replyID));
254 CHECK(msg->findInt32("generation", &generation));
298 CHECK(format->findString("mime", &mime))
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 55 CHECK(!leaf[i]);
59 CHECK(!CanLockAdj[i][z]);
65 CHECK(!leaf[i] || cnt[i] == 0);
74 CHECK(!CanLockAdj[j][i]);
144 CHECK(0);
150 CHECK(locked_[t]);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 44 CHECK(position >= 0);
45 CHECK(length >= 0);
170 CHECK(meta->findCString(kKeyMIMEType, &mime));
180 CHECK(meta->findData(
274 CHECK(nextCluster != NULL);
275 CHECK(!nextCluster->EOS());
287 CHECK(mBlockEntry != NULL);
288 CHECK(mBlockEntry->GetBlock() != NULL);
397 CHECK(mCluster);
398 CHECK(!mCluster->EOS())
    [all...]
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.cc 75 CHECK(entry.good());
97 CHECK(!entry->Get(syncable::IS_UNSYNCED)) << " Storing Rollback data for "
99 CHECK(entry->Get(syncable::IS_UNAPPLIED_UPDATE)) << " Storing Rollback data "
109 CHECK(entry.good());
214 CHECK(RollbackEntry(trans, &rollback_data[i]));
268 // Don't check for loop if the server parent is deleted.
275 VLOG(1) << "Bad parent in loop check, skipping. Bad parent id: "
301 CHECK(e.good()) << "Missing parent in path of: " << log_entry;
304 CHECK(!e.Get(syncable::IS_DEL)) << " Inconsistency in local tree. "
308 CHECK(!e.Get(syncable::IS_DEL)) << " Deleted entry has children.
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 106 CHECK(meta->findCString(kKeyMIMEType, &mime));
152 CHECK(meta->findCString(kKeyMIMEType, &mime));
204 CHECK(size >= 2);
210 CHECK(size >= length);
221 CHECK(size >= 1);
227 CHECK(size >= 2);
233 CHECK(size >= length);
265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
454 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs))
    [all...]
OMXCodec.cpp 293 CHECK(success);
393 // CHECK((ptr[4] >> 2) == 0x3f); // reserved
397 // commented out check below as H264_QVGA_500_NO_AUDIO.3gp
399 // CHECK((ptr[5] >> 5) == 7); // reserved
493 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
500 CHECK(meta->findInt32(kKeyBitRate, &bitRate));
508 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
509 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
531 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
535 CHECK(!mIsEncoder)
    [all...]
AACWriter.cpp 98 CHECK(meta->findCString(kKeyMIMEType, &mime));
100 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC));
101 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount));
102 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
103 CHECK(mChannelCount >= 1 && mChannelCount <= 2);
105 // Optionally, we want to check whether AACProfile is also set.
268 CHECK(getSampleRateTableIndex(mSampleRate, &kSampleFreqIndex));
342 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 124 CHECK(msg->findInt32("generation", &generation));
158 CHECK(msg->findString("url", &url));
192 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
449 CHECK(mPlaylist->meta()->findInt32("target-duration", &targetDurationSecs));
461 CHECK(mPlaylist->itemAt(n - 1, NULL /* uri */, &itemMeta));
464 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
547 CHECK(mPlaylist->itemAt(
551 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
577 CHECK(mPlaylist->itemAt(
581 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs))
    [all...]
  /external/valgrind/tsan/
ts_offline.cc 89 CHECK(it != g_event_type_map->end());
123 CHECK(g_pc_info_map);
157 CHECK(event);
217 CHECK(false);
227 CHECK(event);
245 CHECK(g_pc_info_map);
360 CHECK(G_flags);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 153 CHECK(encoder != NULL);
160 CHECK(encoder != NULL);
166 CHECK(encoder != NULL);
204 CHECK(outQueue.empty());
205 CHECK(inQueue.empty());
209 CHECK(mHandle != NULL);
219 CHECK(mEncParams != NULL);
259 CHECK(mInputFrameData == NULL);
262 CHECK(mInputFrameData != NULL);
280 CHECK(mSliceGroup == NULL)
    [all...]

Completed in 511 milliseconds

<<11121314151617181920>>