/external/webrtc/webrtc/base/ |
D | httpbase.cc | 249 if (HM_RECV == base_->mode_) in GetState() 263 if (HM_RECV != base_->mode_) { in Read() 325 if (HM_RECV == base->mode_ && base->http_stream_) { in Close() 334 if (!base_ || HM_RECV != base_->mode_) in GetAvailable() 363 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase() 368 ASSERT(HM_NONE == mode_); in ~HttpBase() 378 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) { in attach() 384 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE; in attach() 390 ASSERT(HM_NONE == mode_); in detach() 391 if (mode_ != HM_NONE) { in detach() [all …]
|
D | filerotatingstream.cc | 51 mode_(mode), in FileRotatingStream() 84 if (mode_ == kRead && current_file_index_ < file_names_.size()) { in GetState() 98 if (mode_ != kRead) { in Read() 147 if (mode_ != kWrite) { in Write() 181 if (mode_ != kRead) { in GetSize() 205 switch (mode_) { in Open() 247 switch (mode_) { in OpenCurrentFile() 279 RTC_DCHECK_EQ(mode_, kWrite); in RotateFiles()
|
/external/google-breakpad/src/client/linux/handler/ |
D | minidump_descriptor.h | 52 MinidumpDescriptor() : mode_(kUninitialized), in MinidumpDescriptor() 57 : mode_(kWriteMinidumpToFile), in MinidumpDescriptor() 66 : mode_(kWriteMinidumpToFd), in MinidumpDescriptor() 74 : mode_(kWriteMicrodumpToConsole), in MinidumpDescriptor() 83 bool IsFD() const { return mode_ == kWriteMinidumpToFd; } in IsFD() 92 return mode_ == kWriteMicrodumpToConsole; in IsMicrodumpOnConsole() 111 DumpMode mode_; variable
|
D | minidump_descriptor.cc | 43 : mode_(descriptor.mode_), in MinidumpDescriptor() 58 mode_ = descriptor.mode_; in operator =() 72 assert(mode_ == kWriteMinidumpToFile && !directory_.empty()); in UpdatePath()
|
/external/v8/src/crankshaft/ |
D | hydrogen-removable-simulates.cc | 16 : zone_(zone), mergelist_(2, zone), first_(true), mode_(NORMAL) { } in State() 21 mode_ == NORMAL ? "processing" : "collecting", in Process() 27 if (mode_ == COLLECT_CONSECUTIVE_SIMULATES) { in Process() 37 mode_ = NORMAL; in Process() 79 mode_ = COLLECT_CONSECUTIVE_SIMULATES; in Process() 116 mode_(other.mode_) { } in State() 167 Mode mode_; member in v8::internal::State
|
/external/webrtc/talk/session/media/ |
D | srtpfilter_unittest.cc | 764 mode_(-1), in SrtpStatTest() 775 mode_ = mode; in OnSrtpError() 780 mode_ = -1; in Reset() 786 int mode_; member in SrtpStatTest 797 EXPECT_EQ(-1, mode_); in TEST_F() 802 EXPECT_EQ(cricket::SrtpFilter::PROTECT, mode_); in TEST_F() 807 EXPECT_EQ(cricket::SrtpFilter::PROTECT, mode_); in TEST_F() 813 EXPECT_EQ(-1, mode_); in TEST_F() 820 EXPECT_EQ(cricket::SrtpFilter::PROTECT, mode_); in TEST_F() 828 EXPECT_EQ(-1, mode_); in TEST_F() [all …]
|
/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 322 FlagsContinuation() : mode_(kFlags_none) {} in FlagsContinuation() 328 : mode_(kFlags_branch), in FlagsContinuation() 348 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() 349 bool IsBranch() const { return mode_ == kFlags_branch; } in IsBranch() 350 bool IsDeoptimize() const { return mode_ == kFlags_deoptimize; } in IsDeoptimize() 351 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() 417 opcode |= FlagsModeField::encode(mode_); in Encode() 418 if (mode_ != kFlags_none) { in Encode() 427 : mode_(kFlags_deoptimize), in FlagsContinuation() 434 : mode_(kFlags_set), in FlagsContinuation() [all …]
|
/external/drm_hwcomposer/ |
D | drmdisplaycompositor.cpp | 246 if (mode_.blob_id) in ~DrmDisplayCompositor() 247 drm_->DestroyPropertyBlob(mode_.blob_id); in ~DrmDisplayCompositor() 248 if (mode_.old_blob_id) in ~DrmDisplayCompositor() 249 drm_->DestroyPropertyBlob(mode_.old_blob_id); in ~DrmDisplayCompositor() 582 if (mode_.needs_modeset) { in CommitFrame() 584 mode_.blob_id) < 0 || in CommitFrame() 589 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame() 760 if (!test_only && mode_.needs_modeset) { in CommitFrame() 761 ret = drm_->DestroyPropertyBlob(mode_.old_blob_id); in CommitFrame() 764 mode_.old_blob_id, ret); in CommitFrame() [all …]
|
/external/v8/src/ |
D | keys.h | 36 : isolate_(isolate), mode_(mode), filter_(filter) {} in KeyAccumulator() 71 KeyCollectionMode mode() { return mode_; } in mode() 108 KeyCollectionMode mode_; variable 127 : isolate_(isolate), receiver_(receiver), mode_(mode), filter_(filter) { in FastKeyAccumulator() 146 KeyCollectionMode mode_; variable
|
D | compilation-info.h | 211 bool IsOptimizing() const { return mode_ == OPTIMIZE; } in IsOptimizing() 212 bool IsStub() const { return mode_ == STUB; } in IsStub() 225 DCHECK_EQ(BASE, mode_); in EnableDeoptimizationSupport() 333 void SetMode(Mode mode) { mode_ = mode; } in SetMode() 355 Mode mode_; variable
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_win.cc | 42 Mode mode_; member in webrtc::MouseCursorMonitorWin 53 mode_(SHAPE_AND_POSITION), in MouseCursorMonitorWin() 62 mode_(SHAPE_AND_POSITION), in MouseCursorMonitorWin() 78 mode_ = mode; in Init() 102 if (mode_ != SHAPE_AND_POSITION) in Capture()
|
D | mouse_cursor_monitor_x11.cc | 80 Mode mode_; member in webrtc::MouseCursorMonitorX11 95 mode_(SHAPE_AND_POSITION), in MouseCursorMonitorX11() 114 mode_ = mode; in Init() 141 if (mode_ == SHAPE_AND_POSITION) { in Capture()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | gain_control_impl.cc | 52 mode_(kAdaptiveAnalog), in GainControlImpl() 139 if (mode_ == kAdaptiveAnalog) { in AnalyzeCaptureAudio() 153 } else if (mode_ == kAdaptiveDigital) { in AnalyzeCaptureAudio() 186 if (mode_ == kAdaptiveAnalog && !was_analog_level_set_) { in ProcessCaptureAudio() 222 if (mode_ == kAdaptiveAnalog) { in ProcessCaptureAudio() 275 mode_ = mode; in set_mode() 281 return mode_; in mode() 416 MapSetting(mode_), in InitializeHandle()
|
/external/v8/src/libplatform/tracing/ |
D | tracing-controller.cc | 104 mode_ = RECORDING_MODE; in StartTracing() 114 mode_ = DISABLED; in StopTracing() 130 if (mode_ == RECORDING_MODE && in UpdateCategoryGroupEnabledFlag() 139 if (mode_ == RECORDING_MODE && !strcmp(category_group, "__metadata")) { in UpdateCategoryGroupEnabledFlag() 203 if (mode_ != RECORDING_MODE) return; in AddTraceStateObserver()
|
/external/v8/src/compiler-dispatcher/ |
D | optimizing-compile-dispatcher.cc | 99 if (static_cast<ModeFlag>(base::Acquire_Load(&mode_)) == FLUSH) { in NextInput() 154 base::Release_Store(&mode_, static_cast<base::AtomicWord>(FLUSH)); in Flush() 159 base::Release_Store(&mode_, static_cast<base::AtomicWord>(COMPILE)); in Flush() 168 base::Release_Store(&mode_, static_cast<base::AtomicWord>(FLUSH)); in Stop() 173 base::Release_Store(&mode_, static_cast<base::AtomicWord>(COMPILE)); in Stop()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | background_noise.h | 71 NetEq::BackgroundNoiseMode mode() const { return mode_; } in mode() 75 void set_mode(NetEq::BackgroundNoiseMode mode) { mode_ = mode; } in set_mode() 131 NetEq::BackgroundNoiseMode mode_; variable
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 85 mode_(mode), in RegExpMacroAssemblerIA32() 214 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 284 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 393 if (mode_ == LATIN1) { in CheckNotBackReference() 397 DCHECK(mode_ == UC16); in CheckNotBackReference() 508 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 526 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 565 if (mode_ == UC16) { in CheckSpecialCharacterClass() 576 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() 590 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 85 mode_(mode), in RegExpMacroAssemblerX87() 213 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 283 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 392 if (mode_ == LATIN1) { in CheckNotBackReference() 396 DCHECK(mode_ == UC16); in CheckNotBackReference() 507 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 525 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 564 if (mode_ == UC16) { in CheckSpecialCharacterClass() 575 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() 589 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 106 mode_(mode), in RegExpMacroAssemblerS390() 239 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 301 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 396 if (mode_ == LATIN1) { in CheckNotBackReference() 400 DCHECK(mode_ == UC16); in CheckNotBackReference() 477 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 494 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 532 if (mode_ == UC16) { in CheckSpecialCharacterClass() 548 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 564 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/libchrome/base/trace_event/ |
D | trace_event_synthetic_delay.cc | 43 : mode_(STATIC), begin_count_(0), trigger_count_(0), clock_(NULL) {} in TraceEventSyntheticDelay() 69 mode_ = mode; in SetMode() 132 if (mode_ == ONE_SHOT && trigger_count_++) in CalculateEndTimeLocked() 134 else if (mode_ == ALTERNATING && trigger_count_++ % 2) in CalculateEndTimeLocked()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 104 mode_(mode), in RegExpMacroAssemblerPPC() 250 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 311 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 407 if (mode_ == LATIN1) { in CheckNotBackReference() 413 DCHECK(mode_ == UC16); in CheckNotBackReference() 503 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 523 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 561 if (mode_ == UC16) { in CheckSpecialCharacterClass() 577 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 593 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 138 mode_(mode), in RegExpMacroAssemblerMIPS() 275 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 332 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 434 if (mode_ == LATIN1) { in CheckNotBackReference() 440 DCHECK(mode_ == UC16); in CheckNotBackReference() 521 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 540 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 572 if (mode_ == UC16) { in CheckSpecialCharacterClass() 586 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 601 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 102 mode_(mode), in RegExpMacroAssemblerMIPS() 239 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 296 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 404 if (mode_ == LATIN1) { in CheckNotBackReference() 410 DCHECK(mode_ == UC16); in CheckNotBackReference() 491 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 510 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 542 if (mode_ == UC16) { in CheckSpecialCharacterClass() 556 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 571 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 100 mode_(mode), in RegExpMacroAssemblerX64() 235 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 294 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 423 if (mode_ == LATIN1) { in CheckNotBackReference() 427 DCHECK(mode_ == UC16); in CheckNotBackReference() 526 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 546 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 585 if (mode_ == UC16) { in CheckSpecialCharacterClass() 602 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 618 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 102 mode_(mode), in RegExpMacroAssemblerARM() 234 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 292 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 388 if (mode_ == LATIN1) { in CheckNotBackReference() 392 DCHECK(mode_ == UC16); in CheckNotBackReference() 484 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 505 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 543 if (mode_ == UC16) { in CheckSpecialCharacterClass() 559 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 575 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|