Searched refs:Check (Results 26 - 50 of 121) sorted by relevance

12345

/external/llvm/test/MC/ARM/
H A Darm-memory-instructions.s5 @ Check that the assembler can handle the documented syntax from the ARM ARM
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_ikbdinterrupt.S139 | Check if source is IKBD or MIDI
200 | Check if source is IKBD or MIDI
219 | Check if source is IKBD or MIDI
238 | Check if source is IKBD or MIDI
/external/chromium/googleurl/base/
H A Dlogging.h247 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
255 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
260 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
276 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
307 std::string* Check##func##expected##Impl(const char* s1, \
320 logging::Check##func##expected##Impl((s1), (s2), \
/external/chromium/base/
H A Dtimer.h245 timer_.Start(delay, this, &DelayTimer<Receiver>::Check);
248 void Check() { function in class:base::DelayTimer
H A Dlogging.h452 << "Check failed: " #condition ". "
456 << "Check failed: " #condition ". "
496 logging::Check##name##Impl((val1), (val2), \
506 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
511 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
665 << "Check failed: " #condition ". "
669 << "Check failed: " #condition ". "
676 logging::Check##name##Impl((val1), (val2), \
882 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
/external/chromium/chrome/browser/chromeos/
H A Dlocale_change_guard.cc87 Check();
116 void LocaleChangeGuard::Check() { function in class:chromeos::LocaleChangeGuard
177 // Check whether locale has been reverted or changed.
/external/libvpx/examples/includes/geshi/contrib/
H A Daliased.php28 // Check for dickheads trying to use '../' to get to sensitive areas
35 // Check file exists
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs8 // Check.cs
37 static class Check { class in namespace:Antlr.Runtime.JavaExtensions
/external/chromium/net/base/
H A Dx509_cert_types.h105 Judgment Check(X509Certificate* cert) const;
H A Dx509_cert_types.cc55 CertPolicy::Judgment CertPolicy::Check( function in class:net::CertPolicy
H A Dx509_certificate_unittest.cc718 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::UNKNOWN);
719 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN);
725 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::ALLOWED);
726 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN);
732 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::DENIED);
733 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN);
739 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::DENIED);
740 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::ALLOWED);
/external/compiler-rt/make/
H A Dlib_platforms.mk40 # Check for undefined required variables.
45 # Check that exactly one of UniversalArchs or Arch was defined.
H A Dsubdir.mk53 # Check for undefined required variables, and unset sentinel value from optional
/external/webkit/Source/WebCore/platform/wx/
H A DContextMenuWx.cpp87 m_platformDescription->Check(itemWx->GetId(), itemDescription.checked);
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service_unittest.cc213 bool Check(const std::string& name, const std::string& expected_value) { function in class:policy::QueryParams
264 EXPECT_TRUE(query_params.Check(
266 EXPECT_TRUE(query_params.Check(
268 EXPECT_TRUE(query_params.Check(
271 EXPECT_TRUE(query_params.Check(
274 EXPECT_TRUE(query_params.Check(
332 // Check the data the fetcher received.
426 // Check that the request is processed as expected.
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S13 # Check varied order of the size prefix
189 # Check scan equal instruction
217 # Check scan not-equal instruction
/external/chromium/third_party/libjingle/source/talk/base/
H A Dfirewallsocketserver.h75 bool Check(FirewallProtocol p,
/external/libvpx/examples/includes/geshi/geshi/
H A Dhtml4strict.php28 * * Check that only HTML4 strict attributes are highlighted
H A Dsas.php22 * * Check highlighting stuff works
H A Dxml.php25 * * Check regexps work and correctly highlight XML stuff and nothing else
/external/webkit/Tools/Scripts/
H A Densure-valid-python130 --check-only Check python version only.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat134 rem Check the error code of the Ant build
141 rem Check the error code of the Ant build
158 rem Check the error code of the Ant build
165 rem Check the error code of the Ant build
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas243 Check(C0.Parent = Root);
244 Check(C0.ChildIndex = 1);
245 Check(C1.Parent = Root);
246 Check(C1.ChildIndex = 2);
247 Check(C2.Parent = Root);
248 Check(C2.ChildIndex = 3);
370 Check(C0.Parent = R0);
372 Check(C1.Parent = R0);
374 Check(C2.Parent = R0);
401 Check(C
[all...]
/external/gtest/src/
H A DAndroid.mk26 # TODO: The targets below have some redundancy. Check if we cannot
/external/libpng/
H A DCHANGES256 Check for overlength tRNS chunk present when indexed-color PLTE is read.
709 Check for existing data and free it if the free_me flag is set, in png_set_*()
779 Check for mask&PNG_FREE_CHNK (for TEXT, SCAL, PCAL) in png_free_data().
992 Check for missing profile length field in iCCP chunk and free chunk_data
1063 Check chunk_length and idat_size for invalid (over PNG_MAX_UINT) lengths.
1064 Check for invalid image dimensions in png_get_IHDR.
1085 Check for invalid bit_depth or color_type in png_get_IHDR(), and
1174 Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
1339 Check handle_as_unknown status in pngpread.c, as in pngread.c previously.
1443 Check fo
[all...]

Completed in 534 milliseconds

12345