HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 251 - 275 of 375) sorted by null

<<1112131415

  /external/chromium/base/
linked_ptr.h 40 #include "base/logging.h" // for CHECK macros
121 CHECK(last);
nss_util.cc 90 // Also check the run-time NSS version.
91 // NSS_VersionCheck is a >= check, not strict equality.
92 CHECK(NSS_VersionCheck("3.12.3")) << "We depend on NSS >= 3.12.3. "
process_util_unittest.cc 141 // Allocate 20M and check again. It should have gone down.
257 CHECK(handle);
265 CHECK(bytes_read == static_cast<ssize_t>(sizeof(num_open_files)));
267 CHECK(WaitForSingleProcess(handle, 1000));
  /external/chromium/net/base/
upload_data_stream.cc 30 CHECK(num_bytes <= buf_len_);
  /external/chromium/net/http/
http_stream_parser.cc 232 CHECK(read_buf_->data());
313 CHECK(extra_bytes > 0);
334 CHECK(available > 0);
351 // Check to see if we're done reading.
399 CHECK(save_amount + additional_save_amount <= kMaxBufSize);
  /external/chromium/net/socket/
client_socket_handle.h 154 CHECK(!group_name.empty());
tcp_client_socket_win.cc 37 CHECK(wait_rv == WAIT_OBJECT_0);
39 CHECK(ok);
409 // Check if connection is alive.
424 // Check if connection is alive and we haven't received any data
455 // TODO(wtc): Remove the CHECK after enough testing.
456 CHECK(WaitForSingleObject(core_->read_overlapped_.hEvent, 0) == WAIT_TIMEOUT);
503 // TODO(wtc): Remove the CHECK after enough testing.
504 CHECK(
  /frameworks/base/media/libstagefright/foundation/
ALooperRoster.cpp 38 CHECK(!"A handler must only be registered once.");
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 86 CHECK(id.length() > 0);
ID3.cpp 371 CHECK(mParent.mVersion == ID3_V1 || mParent.mVersion == ID3_V1_1);
396 CHECK(!"should not be here.");
536 CHECK(mParent.mVersion == ID3_V1 || mParent.mVersion == ID3_V1_1);
638 CHECK(mParent.mVersion == ID3_V1 || mParent.mVersion == ID3_V1_1);
669 CHECK(!"Should not be here, invalid offset.");
  /external/dbus/dbus/
dbus-sha.c 954 #define CHECK(input,expected) if (!check_sha_str (input, expected)) return FALSE
956 CHECK ("", "da39a3ee5e6b4b0d3255bfef95601890afd80709");
957 CHECK ("a", "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8");
958 CHECK ("abc", "a9993e364706816aba3e25717850c26c9cd0d89d");
959 CHECK ("message digest", "c12252ceda8be8994d5fa0290a47231c1d16aae3");
960 CHECK ("abcdefghijklmnopqrstuvwxyz", "32d10c7b8cf96570ca04ce37f2a19d84240d3a89");
961 CHECK ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
963 CHECK ("12345678901234567890123456789012345678901234567890123456789012345678901234567890",
  /external/libpng/contrib/pngminus/
makevms.com 54 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 126 CHECK(FLAGS_fst_product_separator.size() == 1);
133 CHECK(FLAGS_fst_product_separator.size() == 1);
  /external/v8/test/cctest/
test-func-name-inference.cc 67 CHECK(i_script->source()->IsString());
79 CHECK(shared_func_info_ptr != Heap::undefined_value());
test-disasm-ia32.cc 110 CHECK(CpuFeatures::IsSupported(CPUID));
115 CHECK(CpuFeatures::IsSupported(RDTSC));
362 CHECK(CpuFeatures::IsSupported(SSE2));
383 CHECK(CpuFeatures::IsSupported(CMOV));
411 CHECK(code->IsCode());
test-strings.cc 3 // Check that we can traverse very deep stacks of ConsStrings using
4 // StringInputBuffer. Check that Get(int) works on very deep stacks
175 CHECK(to > from);
206 CHECK(buffer2.has_more());
221 CHECK(buffer2.has_more());
337 // Check that the contents are correct
340 // Check that the rest of the buffer hasn't been touched
cctest.h 140 CHECK(i < count());
  /frameworks/base/media/libstagefright/
AMRExtractor.cpp 185 CHECK(!mStarted);
197 CHECK(mStarted);
SampleIterator.cpp 85 CHECK(sampleIndex < mStopChunkSampleIndex);
149 CHECK(sampleIndex >= mFirstChunkSampleIndex);
  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 110 CHECK(meta->findInt32("rtp-time", (int32_t *)&rtpTime));
124 CHECK(meta->findInt32("rtp-time", (int32_t *)&rtpTime));
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 108 mForceHttpCheck = new Button(mMiscGroup, SWT.CHECK);
115 mAskAdbRestartCheck = new Button(mMiscGroup, SWT.CHECK);
131 // Disable the check that prevents subclassing of SWT components
  /external/v8/src/
serialize.cc 920 CHECK(HandleScopeImplementer::instance()->blocks()->is_empty());
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 34 // Check that the specified buffer has the predetermined pattern
45 // Check that a buffer is completely zeroed.
55 // Check alignment
60 // Return the next interesting size/delta to check. Returns -1 if no more.
219 // This is a simple sanity check that values are correct. Not testing
244 // This is a simple sanity check that values are correct. Not testing
401 CHECK(p);
405 CHECK(p == new_p); // realloc should not allocate new memory
410 CHECK(p == new_p); // realloc should not allocate new memory
  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 344 // Later: Check for lenient behavior
    [all...]
  /external/chromium/net/flip/
flip_session_pool.cc 69 CHECK(list);

Completed in 826 milliseconds

<<1112131415