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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 89 CHECK(num_bytes <= count);
132 string Check(const ProfileDataSlot* slots, int num_slots) {
207 // Check the header
274 // Check for build lines.
372 // Check that various operations are safe when stopped.
417 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
460 CHECK(!collector_.Start("foobar", options));
469 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
488 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
512 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)))
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 89 CHECK(num_bytes <= count);
132 string Check(const ProfileDataSlot* slots, int num_slots) {
207 // Check the header
274 // Check for build lines.
372 // Check that various operations are safe when stopped.
417 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
460 CHECK(!collector_.Start("foobar", options));
469 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
488 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)));
512 EXPECT_EQ(kNoError, checker_.Check(slots, arraysize(slots)))
    [all...]
  /external/chromium_org/v8/tools/
android-run.py 44 def Check(output, errors):
67 return exit_code or Check(output, errors)
  /external/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 2 # Check that the assembler can handle the documented syntax
7 # CHECK: lb $5, 8($4) # encoding: [0x08,0x00,0xa4,0x1c]
8 # CHECK: lbu $6, 8($4) # encoding: [0x08,0x00,0xc4,0x14]
9 # CHECK: lh $2, 8($4) # encoding: [0x08,0x00,0x44,0x3c]
10 # CHECK: lhu $4, 8($2) # encoding: [0x08,0x00,0x82,0x34]
11 # CHECK: lw $6, 4($5) # encoding: [0x04,0x00,0xc5,0xfc]
12 # CHECK: sb $5, 8($4) # encoding: [0x08,0x00,0xa4,0x18]
13 # CHECK: sh $2, 8($4) # encoding: [0x08,0x00,0x44,0x38]
14 # CHECK: sw $5, 4($6) # encoding: [0x04,0x00,0xa6,0xf8]
micromips-shift-instructions.s 2 # Check that the assembler can handle the documented syntax
7 # CHECK: sll $4, $3, 7 # encoding: [0x00,0x38,0x83,0x00]
8 # CHECK: sllv $2, $3, $5 # encoding: [0x10,0x10,0x65,0x00]
9 # CHECK: sra $4, $3, 7 # encoding: [0x80,0x38,0x83,0x00]
10 # CHECK: srav $2, $3, $5 # encoding: [0x90,0x10,0x65,0x00]
11 # CHECK: srl $4, $3, 7 # encoding: [0x40,0x38,0x83,0x00]
12 # CHECK: srlv $2, $3, $5 # encoding: [0x50,0x10,0x65,0x00]
13 # CHECK: rotr $9, $6, 7 # encoding: [0xc0,0x38,0x26,0x01]
14 # CHECK: rotrv $9, $6, $7 # encoding: [0xd0,0x48,0xc7,0x00]
  /external/v8/test/mjsunit/
array-store-and-grow.js 37 // Check handling of the empty array.
77 // Check the handling of COW arrays
115 // Check the handling of mutable arrays.
149 // Check the handling of mutable arrays of doubles
function-prototype.js 70 // Check that getting the prototype of a tagged integer works.
85 // Check the standard fast case.
88 // Check that getting the prototype of a non-function works. This must
93 // Check the prototype is not enumerable, for compatibility with
in.js 29 // Check fast objects
51 // Check dense arrays
96 // Check dictionary ("normalized") objects
131 // Check sparse arrays
155 // Check negative indices in arrays.
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 36 // Spot-check some regular settings items that should be hidden.
43 // Check functionality of LoadTimeData.overrideValues(), which the Settings App
47 // Ensure we check against the override values.
50 // Check a product-specific label, to ensure it uses "App Launcher", and not
  /external/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission_data.cc 28 bool BluetoothPermissionData::Check(
  /external/chromium_org/content/browser/ssl/
ssl_host_state.cc 68 return cert_policy_for_host_[host].Check(cert, error);
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 25 void Check() { // expected-note{{'Check' declared here}}
39 Cleck(); // expected-error{{use of undeclared identifier 'Cleck'; did you mean 'Check'?}}
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
7 @ Check that the assembler processes SMC instructions when TrustZone support is
11 @ CHECK: _func
arm-trustzone.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
7 @ Check that the assembler processes SMC instructions when TrustZone support is
11 @ CHECK: _func
eh-directive-cantunwind-diagnostics.s 4 @ Check the diagnostics for .cantunwind, .handlerdata, and .personality
7 @ .personality directive. This test case check for the diagnostics for
24 @ CHECK: error: .personality can't be used with .cantunwind directive
25 @ CHECK: .personality __gxx_personality_v0
26 @ CHECK: ^
27 @ CHECK: error: .cantunwind was specified here
28 @ CHECK: .cantunwind
29 @ CHECK: ^
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
45 @ CHECK: .handlerdat
    [all...]
eh-directive-fnstart-diagnostics.s 4 @ Check the diagnostics for the mismatched .fnstart directives.
24 @ CHECK: error: .fnstart starts before the end of previous one
25 @ CHECK: .fnstart
26 @ CHECK: ^
27 @ CHECK: error: previous .fnstart starts here
28 @ CHECK: .fnstart
29 @ CHECK: ^
eh-directive-save-diagnoatics.s 2 @ RUN: FileCheck --check-prefix=CHECK < %t %s
4 @ Check the diagnostics for .save directive
19 @ CHECK: error: .fnstart must precede .save or .vsave directives
20 @ CHECK: .save {r4, r5, r6, r7}
21 @ CHECK: ^
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
39 @ CHECK: .save {r4, r5, r6, r7}
40 @ CHECK: ^
eh-directive-vsave-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK < %t %s
4 @ Check the diagnostics for .vsave directive
19 @ CHECK: error: .fnstart must precede .save or .vsave directives
20 @ CHECK: .vsave {d0, d1, d2, d3}
21 @ CHECK: ^
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
39 @ CHECK: .vsave {d0, d1, d2, d3}
40 @ CHECK: ^
  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 47 VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
  /external/chromium_org/v8/test/mjsunit/
in.js 29 // Check fast objects
51 // Check dense arrays
96 // Check dictionary ("normalized") objects
131 // Check sparse arrays
155 // Check negative indices in arrays.
mirror-error.js 51 // Check the mirror hierachy.
57 // Check the mirror properties.
63 // Parse JSON representation and check.
80 // Check the formatted text (regress 1231579).
mirror-function.js 51 // Check the mirror hierachy.
57 // Check the mirror properties.
72 // Parse JSON representation and check.
82 // Check the formatted text (regress 1142074).
  /external/chromium/googleurl/base/
logging.h 137 // Sets the Log Assert Handler that will be used to notify of check failures.
247 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), \
429 // A special constructor used for check failures.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 71 ASSERT(Check());
94 ASSERT(Check());
104 ASSERT(Check());
206 ASSERT(Check());
218 ASSERT(Check());
231 ASSERT(Check());
508 ASSERT(Check());
517 bool PageHeap::Check() {
524 bool result = Check();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 71 ASSERT(Check());
94 ASSERT(Check());
103 ASSERT(Check());
182 ASSERT(Check());
187 ASSERT(Check());
199 ASSERT(Check());
445 ASSERT(Check());
454 bool PageHeap::Check() {
461 bool result = Check();

Completed in 980 milliseconds

1 2 3 45 6 7 8 91011>>