HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 826 - 850 of 2811) sorted by null

<<31323334353637383940>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 76 CHECK(infd);
77 CHECK(outfd);
111 // Check that symbolizer subprocess started successfully.
  /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 99 CHECK((offset % 188) == 0);
163 CHECK(dataSource != NULL);
166 CHECK(extractor != NULL);
175 CHECK(meta->findCString(kKeyMIMEType, &mime));
328 CHECK(control != NULL);
329 CHECK(control->isValid());
337 CHECK(surface != NULL);
343 CHECK(service.get() != NULL);
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 43 CHECK(mFormat == NULL);
53 CHECK(meta->findCString(kKeyMIMEType, &mime));
58 CHECK(!strncasecmp("video/", mime, 6));
157 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
187 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs));
199 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs));
249 CHECK(result != OK);
310 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
  /art/runtime/base/
mutex.h 164 CHECK(IsExclusiveHeld(self)) << *this;
172 CHECK(!IsExclusiveHeld(self)) << *this;
260 CHECK(IsExclusiveHeld(self)) << *this;
268 CHECK(!IsExclusiveHeld(self)) << *this;
280 CHECK(IsSharedHeld(self) || self == NULL) << *this;
289 CHECK(!IsSharedHeld(self)) << *this;
  /art/runtime/
mem_map.cc 55 CHECK(!(base >= m->start && base < m->end) // start of new within old
125 CHECK(addr != NULL);
161 CHECK(begin_ == NULL);
162 CHECK(base_begin_ == NULL);
165 CHECK(begin_ != NULL);
166 CHECK(base_begin_ != NULL);
  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.cc 56 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
133 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
140 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
149 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
150 CHECK(interceptors_.find(interceptor->GetUrl()) == interceptors_.end());
161 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
179 // check the existing expectations, and handle the matching case by
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 59 CHECK(server_data_dir_.CreateUniqueTempDir());
75 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &source_root));
87 CHECK(server_data_dir_.IsValid());
103 CHECK(server_data_dir_.IsValid());
125 CHECK(server_data_dir_.IsValid());
138 CHECK(server_data_dir_.IsValid());
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc 83 CHECK(!status.is_success());
241 CHECK(source);
242 CHECK(state_ == GET_ACCESS_TOKEN_STARTED);
281 CHECK(source);
298 CHECK(access_token);
312 CHECK(error);
  /external/chromium_org/net/spdy/
spdy_stream.cc 114 CHECK(type_ == SPDY_BIDIRECTIONAL_STREAM ||
122 CHECK(!in_do_loop_);
127 CHECK(!delegate_);
128 CHECK(delegate);
150 CHECK(delegate_);
158 CHECK(weak_this);
180 CHECK(delegate_);
199 CHECK(request_headers_);
212 CHECK(!in_do_loop_);
224 // Check for wraparound
    [all...]
  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.cc 199 CHECK(i != native_view_to_id_.end());
210 CHECK(i != id_to_info_.end());
213 CHECK(gdk_window);
224 CHECK(i != id_to_info_.end());
232 CHECK(i != native_view_to_id_.end());
236 CHECK(j != id_to_info_.end());
  /external/compiler-rt/lib/asan/
asan_thread.cc 112 CHECK(AddrIsInMem(stack_bottom_));
113 CHECK(AddrIsInMem(stack_top_ - 1));
155 CHECK(AddrIsInStack((uptr)&local));
171 CHECK(bottom);
196 CHECK(ptr[0] == kCurrentStackFrameMagic);
235 CHECK(t->context());
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 61 CHECK(!leaf[i]);
65 CHECK(!CanLockAdj[i][(int)z]);
71 CHECK(!leaf[i] || cnt[i] == 0);
80 CHECK(!CanLockAdj[j][i]);
154 CHECK(0);
160 CHECK(locked_[t]);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 141 CHECK(ARTSPConnection::ParseURL(
191 CHECK(MakeURL(
432 CHECK(msg->findInt32("result", &result));
470 CHECK(msg->findInt32("result", &result));
477 CHECK(msg->findObject("response", &obj));
540 CHECK(MakeURL(
575 CHECK(msg->findInt32("result", &result));
582 CHECK(msg->findObject("description", &obj));
620 CHECK(msg->findSize("index", &index));
629 CHECK(msg->findInt32("result", &result))
1356 sp<AMessage> check = new AMessage('chek', id()); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_handler.cc 434 CHECK(args->GetDouble(0, &double_time));
436 CHECK(args->GetDouble(1, &double_time));
486 CHECK(args->GetList(0, &event_type_list));
491 CHECK((*iter)->GetAsDouble(&event_type_double));
492 CHECK(event_type_double < EVENT_NUMBER_OF_EVENTS &&
499 CHECK(args->GetDouble(1, &double_time));
501 CHECK(args->GetDouble(2, &double_time));
528 CHECK(args->GetList(0, &metric_type_list));
533 CHECK((*iter)->GetAsDouble(&metric_type_double));
534 CHECK(metric_type_double < METRIC_NUMBER_OF_METRICS &
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 74 CHECK(base::StringToInt(fields[1], &width));
75 CHECK(base::StringToInt(fields[2], &height));
77 CHECK(!test_stream->size.IsEmpty());
80 CHECK(base::StringToUint(fields[4], &test_stream->requested_bitrate));
82 CHECK(test_stream->input_file.Initialize(base::FilePath(filename)));
218 CHECK(!test_stream_.out_filename.empty());
229 CHECK(!has_encoder());
234 CHECK(!has_encoder());
259 CHECK((d.width() % 2 == 0) && (d.height() % 2 == 0));
292 CHECK(shm->CreateAndMapAnonymous(output_buffer_size_))
    [all...]

Completed in 567 milliseconds

<<31323334353637383940>>