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

<<111213141516

  /external/chromium/net/flip/
flip_session_pool.cc 69 CHECK(list);
  /external/v8/test/cctest/
cctest.h 140 CHECK(i < count());
test-heap-profiler.cc 97 CHECK(tree->Find(*self_ref, &loc));
381 // The order of retainers is unspecified, so we check string length, and
385 CHECK(strstr(retainers_of_a, "(global property);1") != NULL);
386 CHECK(strstr(retainers_of_a, "B;2") != NULL);
387 CHECK(strstr(retainers_of_a, "C;2") != NULL);
test-macro-assembler-x64.cc 93 // Check that C++ Smi operations work as expected.
134 CHECK(buffer);
219 CHECK(buffer);
266 CHECK(buffer);
391 CHECK(buffer);
432 CHECK(buffer);
677 CHECK(buffer);
762 CHECK(buffer);
949 CHECK(buffer);
1036 CHECK(buffer)
    [all...]
  /frameworks/base/media/libstagefright/omx/
OMXMaster.cpp 165 CHECK(size >= 1 + name8.size());
  /frameworks/base/media/libstagefright/rtsp/
UDPPusher.cpp 36 CHECK(mFile != NULL);
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp 29 CHECK(!strncmp("OMX.qcom.", name, 9));
  /frameworks/base/media/libstagefright/
CameraSource.cpp 152 CHECK(colorFormatStr != NULL);
177 CHECK(!mStarted);
MP3Extractor.cpp 237 // Check XING ID
610 CHECK(!mStarted);
626 CHECK(mStarted);
729 CHECK(frame_size <= buffer->size());
  /external/icu4c/test/intltest/
caltest.cpp 354 // Later: Check for lenient behavior
    [all...]
numfmtst.cpp 50 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
874 CHECK(status, "DecimalFormatSymbols ct");
877 CHECK(status, "DecimalFormat ct");
882 CHECK(status, "applyPattern");
888 CHECK(status, "createInstance(hi_IN)");
    [all...]
  /external/iptables/libiptc/
libiptc.c 177 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)
179 #define CHECK(h)
866 CHECK(h);
917 CHECK(handle);
1070 CHECK(*handle);
1090 CHECK(*handle);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp 53 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
868 CHECK(status, "DecimalFormatSymbols ct");
871 CHECK(status, "DecimalFormat ct");
876 CHECK(status, "applyPattern");
882 CHECK(status, "createInstance(hi_IN)");
    [all...]
  /external/chromium/net/base/
sdch_filter_unittest.cc 37 // CHECK() calls in FilterChaining test for specifics.
114 CHECK(input_block_length > 0);
252 // Check at least the prefix of the return.
335 // Check at least the prefix of the return.
378 CHECK(dictionary_hash_postfix.size() <
405 // Check we can't add it twice.
447 // Decode with really small buffers (size 1) to check for edge effects.
795 CHECK(code == Z_OK);
    [all...]
  /external/chromium/base/
process_util_linux.cc 505 CHECK(false) << "Out of memory, size = " << size;
506 CHECK(false) << "Out of memory.";
531 // doesn't check for a NULL return value from malloc and unconditionally uses
message_pump_glib.cc 39 // GLib sources have four callbacks: Prepare, Check, Dispatch and Finalize.
44 // After the Prepare calls, GLib does a poll to check for events from the
48 // After the poll, GLib calls Check for each source that returned FALSE
49 // from Prepare. The return value of Check has the same meaning as for Prepare,
50 // making Check a second chance to tell GLib we are ready for Dispatch.
53 // (i.e., you can call Run from them), but Prepare and Check cannot.
66 // - Call check on all the sources.
68 // - Return true if any of prepare() or check() returned true.
74 // Thus it is important to only return true from prepare or check if we
76 // internal state consistent so that if prepare/check return true when calle
    [all...]
worker_pool_linux_unittest.cc 109 CHECK(start_->Wait());
  /external/chromium/net/proxy/
init_proxy_resolver_unittest.cc 72 CHECK(false) << "Rule not found for " << url;
82 CHECK(false) << "Rule not found for " << bytes;
180 // Check the LoadLog was filled correctly.
212 // Check the LoadLog was filled correctly.
309 // Check the LoadLog was filled correctly.
  /external/libpng/scripts/
makevms.com 4 $! Check for MMK/MMS
104 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
  /external/v8/src/
compiler.cc 94 CHECK(!FLAG_always_full_compiler || !FLAG_always_fast_compiler);
103 checker.Check(function);
110 checker.Check(info);
165 // Check for parse errors.
183 // Check for stack-overflow exceptions.
190 // Log the code generation for the script. Check explicit whether logging is
375 // Check for parse errors.
390 // Check for stack-overflow exception.
417 // Check the function has compiled code.
456 CHECK(!FLAG_always_full_compiler || !FLAG_always_fast_compiler)
    [all...]
platform-openbsd.cc 494 CHECK(result == -1 && errno == EINTR); // Signal caused spurious wakeup.
523 CHECK(result == -1 && errno == EINTR); // Signal caused spurious wakeup.
platform-solaris.cc 460 CHECK(result == -1 && errno == EINTR); // Signal caused spurious wakeup.
511 CHECK(result == -1 && errno == EINTR); // Signal caused spurious wakeup.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 255 mWipeDataButton = new Button(mEmulatorOptionsGroup, SWT.CHECK);
257 mWipeDataButton.setToolTipText("Check this if you want to wipe your user data each time you start the emulator. You will be prompted for confirmation when the emulator starts.");
269 mNoBootAnimButton = new Button(mEmulatorOptionsGroup, SWT.CHECK);
271 mNoBootAnimButton.setToolTipText("Check this if you want to disable the boot animation. This can help the emulator start faster on slow machines.");
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 133 mScaleButton = new Button(parent, SWT.CHECK);
179 // check for digit only.
233 final Button wipeButton = new Button(parent, SWT.CHECK);
481 // check if this is a new item
  /external/chromium/base/crypto/
rsa_private_key_win.cc 174 CHECK((pos - blob_length) == reinterpret_cast<BYTE*>(publickey_struct));

Completed in 1370 milliseconds

<<111213141516