/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/ast/ |
D | variables.cc | 38 mode_(mode), in Variable() 60 return (IsDynamicVariableMode(mode_) || in IsGlobalObjectProperty() 61 (IsDeclaredVariableMode(mode_) && !IsLexicalVariableMode(mode_))) && in IsGlobalObjectProperty() 69 return (IsDeclaredVariableMode(mode_) && !IsLexicalVariableMode(mode_)) && in IsStaticGlobalObjectProperty()
|
D | variables.h | 46 VariableMode mode() const { return mode_; } in mode() 80 bool is_dynamic() const { return IsDynamicVariableMode(mode_); } in is_dynamic() 81 bool is_const_mode() const { return IsImmutableVariableMode(mode_); } in is_const_mode() 112 DCHECK(mode_ == DYNAMIC_LOCAL && local_if_not_shadowed_ != NULL); in local_if_not_shadowed() 155 if (IsImmutableVariableMode(mode_)) { in DeclarationPropertyAttributes() 167 VariableMode mode_; variable
|
/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 | 292 FlagsContinuation() : mode_(kFlags_none) {} in FlagsContinuation() 298 : mode_(kFlags_branch), in FlagsContinuation() 308 : mode_(kFlags_set), condition_(condition), result_(result) { in FlagsContinuation() 312 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() 313 bool IsBranch() const { return mode_ == kFlags_branch; } in IsBranch() 314 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() 350 opcode |= FlagsModeField::encode(mode_); in Encode() 351 if (mode_ != kFlags_none) { in Encode() 358 FlagsMode mode_;
|
/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/drm_hwcomposer/ |
D | drmdisplaycompositor.cpp | 265 if (mode_.blob_id) in ~DrmDisplayCompositor() 266 drm_->DestroyPropertyBlob(mode_.blob_id); in ~DrmDisplayCompositor() 267 if (mode_.old_blob_id) in ~DrmDisplayCompositor() 268 drm_->DestroyPropertyBlob(mode_.old_blob_id); in ~DrmDisplayCompositor() 631 if (mode_.needs_modeset) { in CommitFrame() 633 mode_.blob_id) < 0 || in CommitFrame() 638 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame() 809 if (!test_only && mode_.needs_modeset) { in CommitFrame() 810 ret = drm_->DestroyPropertyBlob(mode_.old_blob_id); in CommitFrame() 813 mode_.old_blob_id, ret); in CommitFrame() [all …]
|
/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/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 86 mode_(mode), in RegExpMacroAssemblerX87() 215 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 285 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 387 if (mode_ == LATIN1) { in CheckNotBackReference() 391 DCHECK(mode_ == UC16); in CheckNotBackReference() 502 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 519 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 558 if (mode_ == UC16) { in CheckSpecialCharacterClass() 569 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() 583 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 86 mode_(mode), in RegExpMacroAssemblerIA32() 215 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 285 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 387 if (mode_ == LATIN1) { in CheckNotBackReference() 391 DCHECK(mode_ == UC16); in CheckNotBackReference() 502 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 519 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 558 if (mode_ == UC16) { in CheckSpecialCharacterClass() 569 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() 583 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/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/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 584 : mode_(MODE_COMPILE), in CommandLineInterface() 674 if (mode_ == MODE_COMPILE) { in Run() 725 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run() 744 if (mode_ == MODE_PRINT) { in Run() 776 mode_ = MODE_COMPILE; in Clear() 858 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments() 866 if (mode_ == MODE_COMPILE && output_directives_.empty() && in ParseArguments() 1005 if (mode_ != MODE_COMPILE) { in InterpretArgument() 1044 if (mode_ != MODE_COMPILE) { in InterpretArgument() 1054 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE; in InterpretArgument() [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/webrtc/webrtc/modules/audio_processing/vad/ |
D | standalone_vad.h | 54 int mode() const { return mode_; } in mode() 65 int mode_; variable
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 101 mode_(mode), in RegExpMacroAssemblerX64() 236 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 295 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 416 if (mode_ == LATIN1) { in CheckNotBackReference() 420 DCHECK(mode_ == UC16); in CheckNotBackReference() 519 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 539 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 578 if (mode_ == UC16) { in CheckSpecialCharacterClass() 595 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 611 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() 427 if (mode_ == LATIN1) { in CheckNotBackReference() 433 DCHECK(mode_ == UC16); in CheckNotBackReference() 514 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 533 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 565 if (mode_ == UC16) { in CheckSpecialCharacterClass() 579 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 594 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 103 mode_(mode), in RegExpMacroAssemblerARM() 235 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 293 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 382 if (mode_ == LATIN1) { in CheckNotBackReference() 386 DCHECK(mode_ == UC16); in CheckNotBackReference() 478 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 499 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 537 if (mode_ == UC16) { in CheckSpecialCharacterClass() 553 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 569 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 105 mode_(mode), in RegExpMacroAssemblerPPC() 252 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 313 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 402 if (mode_ == LATIN1) { in CheckNotBackReference() 408 DCHECK(mode_ == UC16); in CheckNotBackReference() 498 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 518 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 556 if (mode_ == UC16) { in CheckSpecialCharacterClass() 572 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 588 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() 397 if (mode_ == LATIN1) { in CheckNotBackReference() 403 DCHECK(mode_ == UC16); in CheckNotBackReference() 484 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable() 503 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 535 if (mode_ == UC16) { in CheckSpecialCharacterClass() 549 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 564 if (mode_ != LATIN1) { in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 118 mode_(mode), in RegExpMacroAssemblerARM64() 255 if (mode_ == LATIN1) { in CheckCharacters() 311 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase() 378 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase() 481 if (mode_ == LATIN1) { in CheckNotBackReference() 485 DCHECK(mode_ == UC16); in CheckNotBackReference() 569 if ((mode_ != LATIN1) || (kTableMask != String::kMaxOneByteCharCode)) { in CheckBitInTable() 587 if (mode_ == LATIN1) { in CheckSpecialCharacterClass() 621 if (mode_ == UC16) { in CheckSpecialCharacterClass() 638 if (mode_ == UC16) { in CheckSpecialCharacterClass() [all …]
|