HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 51 - 75 of 729) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 233 EXPECT_FALSE(sink.Check(server, testing::SSE_READ));
245 EXPECT_FALSE(sink.Check(client, testing::SSE_OPEN));
246 EXPECT_FALSE(sink.Check(client, testing::SSE_CLOSE));
252 EXPECT_FALSE(sink.Check(client, testing::SSE_OPEN));
253 EXPECT_FALSE(sink.Check(client, testing::SSE_CLOSE));
256 EXPECT_TRUE(sink.Check(server, testing::SSE_READ));
270 EXPECT_TRUE(sink.Check(client, testing::SSE_OPEN));
271 EXPECT_FALSE(sink.Check(client, testing::SSE_CLOSE));
300 EXPECT_FALSE(sink.Check(server, testing::SSE_READ));
306 EXPECT_FALSE(sink.Check(client, testing::SSE_OPEN))
    [all...]
  /external/chromium/base/
bind_helpers.h 65 // http://stackoverflow.com/questions/257288/is-it-possible-to-write-a-c-template-to-check-for-a-functions-existence
67 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions
73 // of Check would be:
120 // typecheck those names. It's still a good enough sanity check though.
151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*);
154 static Yes& Check(...);
157 static const bool value = sizeof(Check<Base>(0,0)) == sizeof(Yes);
  /external/chromium_org/ppapi/cpp/
output_traits.h 47 static char (&Check(Base*))[1];
48 static char (&Check(...))[2];
51 static bool const value = sizeof Check(CreateDerived()) == 1 &&
  /external/chromium_org/v8/test/mjsunit/
object-get-own-property-names.js 30 // Check simple cases.
45 // Check slow case
54 // Check that non-enumerable properties are being returned.
64 // Check that no proto properties are returned.
72 // Check that getter properties are returned.
80 // Check that implementation does not access Array.prototype.
delete-global-properties.js 37 // Check that deleting and reintroducing global variables works.
41 // Check that the property has been introduced.
43 // Check that deletion works.
46 // Check that reintroduction works.
  /external/stlport/src/
sparc_atomic.s 20 cmp %o2, %o3 ! Check whether successful
39 cmp %o3, %o2 ! Check whether successful
61 cmp %o3, %o2 ! Check whether successful
sparc_atomic64.s 17 cmp %o2, %o3 ! Check whether successful
36 cmp %o3, %o2 ! Check whether successful
56 cmp %o3, %o2 ! Check whether successful
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 20 cmp %o2, %o3 ! Check whether successful
39 cmp %o3, %o2 ! Check whether successful
61 cmp %o3, %o2 ! Check whether successful
sparc_atomic64.s 17 cmp %o2, %o3 ! Check whether successful
36 cmp %o3, %o2 ! Check whether successful
56 cmp %o3, %o2 ! Check whether successful
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.h 25 // Performs check whether locale has been changed automatically recently
44 void Check();
  /external/chromium/chrome/browser/ssl/
ssl_host_state.cc 44 return cert_policy_for_host_[host].Check(cert);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle.py 52 # Check the list of files.
54 style_checker.Check(filename)
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.h 28 // Performs check whether locale has been changed automatically recently
53 void Check();
  /external/chromium_org/chrome/common/extensions/permissions/
media_galleries_permission_data.cc 16 bool MediaGalleriesPermissionData::Check(
socket_permission_data.h 48 // Check if |param| (which must be a SocketPermissionData::CheckParam)
50 bool Check(const APIPermission::CheckParam* param) const;
  /external/chromium_org/chrome/renderer/extensions/
logging_native_handler.h 20 // Equivalent to CHECK(predicate) << message.
23 void Check(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/chromium_org/third_party/closure_linter/closure_linter/
fixjsstyle.py 52 # Check the list of files.
54 style_checker.Check(filename)
  /external/clang/test/SemaCXX/
arrow-operator.cpp 48 void Check(); // expected-note {{'Check' declared here}}
63 worker.Chuck(); // expected-error {{no member named 'Chuck' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean 'Check'?}}
  /external/llvm/test/MC/ARM/
eh-directive-pad-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK < %t %s
4 @ Check the diagnostics for .pad directive.
17 @ CHECK: error: .fnstart must precede .pad directive
18 @ CHECK: .pad #0
19 @ CHECK: ^
36 @ CHECK: error: .pad must precede .handlerdata directive
37 @ CHECK: .pad #0
38 @ CHECK: ^
eh-directive-personality-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK < %t %s
4 @ Check the diagnostics for .personality directive.
17 @ CHECK: error: .fnstart must precede .personality directive
18 @ CHECK: .personality __gxx_personality_v0
19 @ CHECK: ^
36 @ CHECK: error: .personality must precede .handlerdata directive
37 @ CHECK: .personality __gxx_personality_v0
38 @ CHECK: ^
eh-directive-text-section-multiple-func.s 4 @ Check whether the section is switched back or not.
31 @ Check the .text section. There should be two "bx lr" instructions.
33 @ CHECK: Sections [
34 @ CHECK: Section {
35 @ CHECK: Name: .text
36 @ CHECK: SectionData (
37 @ CHECK: 0000: 1EFF2FE1 1EFF2FE1 |../.../.|
38 @ CHECK: )
39 @ CHECK: }
43 @ Check the .ARM.exidx section
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-tls-relocs-01.s 16 # Check for a pair of R_PPC64_TPREL16_HA / R_PPC64_TPREL16_LO relocs
18 # CHECK: Relocations [
19 # CHECK: Section ({{[0-9]+}}) .rela.text {
20 # CHECK-NEXT: 0x{{[0-9,A-F]+}} R_PPC64_TPREL16_HA t
21 # CHECK-NEXT: 0x{{[0-9,A-F]+}} R_PPC64_TPREL16_LO t
22 # CHECK-NEXT: }
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 15 # Check for them, to make sure our rep detection
17 # We should check this on x86 too, but then we'd
18 # have to check for SSE2 capability somehow?
28 # Check varied order of the size prefix
250 # Check scan equal instruction
287 # Check scan not-equal instruction
  /ndk/
find-win-host.cmd 8 rem Check if %NDK_ROOT% contains any spaces
21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
  /bionic/tests/
stack_protector_test.cpp 51 void Check() {
71 checker->Check();
95 // For ARM and MIPS, glibc has a global stack check guard value.

Completed in 3558 milliseconds

1 23 4 5 6 7 8 91011>>