HomeSort by relevance Sort by last modified time
    Searched refs:SetFrom (Results 1 - 17 of 17) sorted by null

  /external/webrtc/talk/media/base/
mediachannel.h 103 SetFrom(&echo_cancellation, change.echo_cancellation);
104 SetFrom(&auto_gain_control, change.auto_gain_control);
105 SetFrom(&noise_suppression, change.noise_suppression);
106 SetFrom(&highpass_filter, change.highpass_filter);
107 SetFrom(&stereo_swapping, change.stereo_swapping);
108 SetFrom(&audio_jitter_buffer_max_packets,
110 SetFrom(&audio_jitter_buffer_fast_accelerate,
112 SetFrom(&typing_detection, change.typing_detection);
113 SetFrom(&aecm_generate_comfort_noise, change.aecm_generate_comfort_noise);
114 SetFrom(&conference_mode, change.conference_mode)
    [all...]
  /external/compiler-rt/lib/asan/
asan_activation.cc 71 allocator_options.SetFrom(&f, &cf);
asan_allocator.h 41 void SetFrom(const Flags *f, const CommonFlags *cf);
asan_rtl.cc 516 allocator_options.SetFrom(flags(), common_flags());
asan_allocator.cc 208 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
  /external/lzma/CPP/Common/
Wildcard.cpp 88 name.SetFrom(path.Ptr(prev), i - prev);
92 name.SetFrom(path.Ptr(prev), len - prev);
103 dirPrefix.SetFrom(path, (unsigned)(p - start));
119 dirPrefix.SetFrom(path, (unsigned)(p - start));
MyString.cpp 588 void AString::SetFrom(const char *s, unsigned len) // no check
609 SetFrom(s, i);
1111 void UString::SetFrom(const wchar_t *s, unsigned len) // no check
MyString.h 302 void SetFrom(const char *s, unsigned len); // no check
535 void SetFrom(const wchar_t *s, unsigned len); // no check
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 348 current->SetFrom(position + 1);
351 current->SetFrom(position + 1);
355 high->SetFrom(position + 1);
359 current->SetFrom(position + 1);
363 current->SetFrom(position + 1);
367 high->SetFrom(position + 1);
    [all...]
ssa_liveness_analysis.cc 186 current->GetLiveInterval()->SetFrom(current->GetLifetimePosition());
235 interval->SetFrom(current->GetLifetimePosition());
ssa_liveness_analysis.h 454 void SetFrom(size_t from) {
    [all...]
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 314 name.SetFrom(param, eqPos);
325 name.SetFrom(param, i);
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 186 _subName.SetFrom(prefix, prefix.Len() - 1);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 275 _topDirPrefix.SetFrom(FilePath, rootSize);
478 parentPrefix.SetFrom(s, pos + 1);
976 cur.SetFrom(path.Ptr(start), (slashPos < 0 ? path.Len() : slashPos) - start);
ProgressDialog2.cpp 892 s1.SetFrom(_filePath, slashPos + 1);
  /external/lzma/CPP/Windows/
FileDir.cpp 388 path.SetFrom(path2, pos);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 279 phyPrefixCur.SetFrom(filePath, delimiter + 1);

Completed in 692 milliseconds