HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_EQ (Results 126 - 150 of 1955) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/mirror/
art_field-inl.h 126 DCHECK_EQ(Primitive::kPrimBoolean, GetTypeAsPrimitiveType()) << PrettyField(this);
132 DCHECK_EQ(Primitive::kPrimBoolean, GetTypeAsPrimitiveType()) << PrettyField(this);
137 DCHECK_EQ(Primitive::kPrimByte, GetTypeAsPrimitiveType()) << PrettyField(this);
143 DCHECK_EQ(Primitive::kPrimByte, GetTypeAsPrimitiveType()) << PrettyField(this);
148 DCHECK_EQ(Primitive::kPrimChar, GetTypeAsPrimitiveType()) << PrettyField(this);
154 DCHECK_EQ(Primitive::kPrimChar, GetTypeAsPrimitiveType()) << PrettyField(this);
159 DCHECK_EQ(Primitive::kPrimShort, GetTypeAsPrimitiveType()) << PrettyField(this);
165 DCHECK_EQ(Primitive::kPrimShort, GetTypeAsPrimitiveType()) << PrettyField(this);
204 DCHECK_EQ(Primitive::kPrimFloat, GetTypeAsPrimitiveType()) << PrettyField(this);
212 DCHECK_EQ(Primitive::kPrimFloat, GetTypeAsPrimitiveType()) << PrettyField(this)
    [all...]
  /external/chromium_org/base/win/
iat_patch_function.cc 230 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
238 DCHECK_EQ(static_cast<void*>(NULL), original_function_);
239 DCHECK_EQ(static_cast<IMAGE_THUNK_DATA*>(NULL), iat_thunk_);
240 DCHECK_EQ(static_cast<void*>(NULL), intercept_function_);
271 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
  /external/chromium_org/content/renderer/p2p/
ipc_socket_factory.cc 221 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
222 DCHECK_EQ(state_, IS_UNINITIALIZED);
257 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
258 DCHECK_EQ(state_, IS_UNINITIALIZED);
270 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
275 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
281 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
288 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
347 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
356 DCHECK_EQ(base::MessageLoop::current(), message_loop_)
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 58 DCHECK_EQ(RoundUp(capacity, kPageSize), capacity);
59 DCHECK_EQ(RoundUp(max_capacity, kPageSize), max_capacity);
76 DCHECK_EQ(footprint_, capacity_);
92 DCHECK_EQ(capacity_ % kPageSize, static_cast<size_t>(0));
120 DCHECK_EQ(fpr_byte_size % kPageSize, static_cast<size_t>(0));
136 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0));
145 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0));
173 DCHECK_EQ(increment % kPageSize, static_cast<size_t>(0));
184 DCHECK_EQ(last_free_page_run_size, last_free_page_run->ByteSize(this));
186 DCHECK_EQ(last_free_page_run->ByteSize(this) % kPageSize, static_cast<size_t>(0))
    [all...]
  /external/chromium_org/mojo/system/
message_in_transit.cc 60 DCHECK_EQ(message_size, next_message_size);
62 DCHECK_EQ(message_size, total_size());
122 DCHECK_EQ(main_buffer_size_ % kMessageAlignment, 0u);
125 DCHECK_EQ(main_buffer_size_,
149 DCHECK_EQ(reinterpret_cast<uintptr_t>(buffer) %
157 DCHECK_EQ(*next_message_size % kMessageAlignment, 0u);
197 DCHECK_EQ(main_buffer_size_ % kMessageAlignment, 0u);
raw_channel.cc 64 DCHECK_EQ(platform_handles_offset_, 0u);
68 DCHECK_EQ(platform_handles_offset_, all_platform_handles->size());
138 DCHECK_EQ(bytes_to_write, message->main_buffer_size() - data_offset_ +
212 DCHECK_EQ(base::MessageLoop::current(), message_loop_for_io_);
242 DCHECK_EQ(write_buffer_->data_offset_, 0u);
273 DCHECK_EQ(base::MessageLoop::current(), message_loop_for_io_);
317 DCHECK_EQ(message_view.total_size(), message_size);
419 DCHECK_EQ(base::MessageLoop::current(), message_loop_for_io_);
424 DCHECK_EQ(write_stopped_, write_buffer_->message_queue_.empty());
454 DCHECK_EQ(base::MessageLoop::current(), message_loop_for_io_)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
recursive_operation_delegate.cc 38 DCHECK_EQ(0, inflight_operations_);
60 DCHECK_EQ(1, inflight_operations_);
77 DCHECK_EQ(0, inflight_operations_);
93 DCHECK_EQ(1, inflight_operations_);
115 DCHECK_EQ(0, inflight_operations_);
185 DCHECK_EQ(0, inflight_operations_);
219 DCHECK_EQ(1, inflight_operations_);
  /external/chromium_org/cc/trees/
tree_synchronizer.cc 196 DCHECK_EQ(layer->id(), layer_impl->id());
217 DCHECK_EQ(layer->children().size(), impl_children.size());
241 DCHECK_EQ(!!layer, !!layer_impl);
256 DCHECK_EQ(layer->scroll_parent()->id(), layer_impl->scroll_parent()->id());
259 DCHECK_EQ(layer->clip_parent()->id(), layer_impl->clip_parent()->id());
265 DCHECK_EQ((*it)->scroll_parent(), layer);
271 DCHECK_EQ((*it)->scroll_parent(), layer_impl);
279 DCHECK_EQ((*it)->clip_parent(), layer);
285 DCHECK_EQ((*it)->clip_parent(), layer_impl);
  /external/chromium_org/third_party/re2/re2/
regexp.h 326 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
327 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
328 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; }
329 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; }
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
332 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
333 int nrunes() { DCHECK_EQ(op_, kRegexpLiteralString); return nrunes_; }
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
  /external/regex-re2/re2/
regexp.h 326 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
327 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
328 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; }
329 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; }
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
332 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
333 int nrunes() { DCHECK_EQ(op_, kRegexpLiteralString); return nrunes_; }
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /art/compiler/dex/
verification_results.cc 70 DCHECK_EQ(it->second->GetDevirtMap().size(), verified_method->GetDevirtMap().size());
71 DCHECK_EQ(it->second->GetSafeCastSet().size(), verified_method->GetSafeCastSet().size());
72 DCHECK_EQ(it->second->GetDexGcMap().size(), verified_method->GetDexGcMap().size());
  /external/chromium_org/chrome/browser/prerender/
prerender_handle.cc 88 DCHECK_EQ(prerender_data_->contents(), prerender_contents);
97 DCHECK_EQ(prerender_data_->contents(), prerender_contents);
106 DCHECK_EQ(prerender_data_->contents(), prerender_contents);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_platform_verification_message_filter.cc 101 DCHECK_EQ(signed_data.size(), 0u);
102 DCHECK_EQ(signature.size(), 0u);
103 DCHECK_EQ(platform_key_certificate.size(), 0u);
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter.cc 91 DCHECK_EQ(1, gesture_event->data.tap.tapCount);
99 DCHECK_EQ(1, gesture_event->data.tap.tapCount);
164 DCHECK_EQ(gesture_event.type, WebInputEvent::GestureScrollBegin);
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_media_stream_adapter.cc 60 DCHECK_EQ(track.source().type(), blink::WebMediaStreamSource::TypeVideo);
77 DCHECK_EQ(track.source().type(), blink::WebMediaStreamSource::TypeAudio);
104 DCHECK_EQ(track.source().type(), blink::WebMediaStreamSource::TypeVideo);
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.cc 40 DCHECK_EQ(0U, texture->refs_.size());
68 DCHECK_EQ(mailbox_to_textures_.size(), textures_to_mailboxes_.size());
81 DCHECK_EQ(mailbox_to_textures_.size(), textures_to_mailboxes_.size());
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 89 DCHECK_EQ(tid, this->tid());
90 DCHECK_EQ(epoch, this->epoch());
91 DCHECK_EQ(GetIgnoreBit(), false);
120 DCHECK_EQ(old_epoch + 1, epoch());
181 DCHECK_EQ((x_ >> kClkBits) & 31, 0);
185 DCHECK_EQ(kAccessSizeLog, size_log());
186 DCHECK_EQ(addr0, this->addr0());
190 DCHECK_EQ(x_ & kReadBit, 0);
193 DCHECK_EQ(kAccessIsWrite, IsWrite());
200 DCHECK_EQ(IsAtomic(), kIsAtomic)
    [all...]
  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 32 DCHECK_EQ(payload->ident, static_cast<uint16_t>(Instruction::kArrayDataSignature));
  /art/runtime/entrypoints/quick/
quick_fillarray_entrypoints.cc 45 DCHECK_EQ(payload->ident, static_cast<uint16_t>(Instruction::kArrayDataSignature));
  /art/runtime/native/
java_lang_DexCache.cc 29 DCHECK_EQ(dex_cache->GetLockOwnerThreadId(), soa.Self()->GetThreadId());
  /external/chromium_org/android_webview/native/
aw_assets.cc 28 DCHECK_EQ(3U, results.size());
  /external/chromium_org/ash/wm/
system_background_controller.cc 39 DCHECK_EQ(root_window_, root);
  /external/chromium_org/base/allocator/
allocator_shim.cc 297 DCHECK_EQ(alignment & (alignment - 1), 0U);
298 DCHECK_EQ(alignment % sizeof(void*), 0U);
315 DCHECK_EQ(reinterpret_cast<uintptr_t>(ptr) & (alignment - 1), 0U);
368 DCHECK_EQ(0, ret_val);
  /external/chromium_org/base/memory/
shared_memory_android.cc 20 DCHECK_EQ(-1, mapped_file_ );

Completed in 2160 milliseconds

1 2 3 4 56 7 8 91011>>