Searched refs:Merge (Results 1 - 25 of 112) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dmerge_unittest.cc11 // Unit tests for Merge class.
25 TEST(Merge, CreateAndDestroy) {
32 Merge merge(fs, channels, &expand, &sync_buffer);
H A Dmerge.h33 // what the Merge class does.
34 class Merge { class in namespace:webrtc
36 Merge(int fs_hz, size_t num_channels, Expand* expand, SyncBuffer* sync_buffer) function in class:webrtc::Merge
47 virtual ~Merge() {}
106 DISALLOW_COPY_AND_ASSIGN(Merge);
H A Dmerge.cc27 int Merge::Process(int16_t* input, size_t input_length,
143 int Merge::GetExpandedSignal(int* old_length, int* expand_period) {
191 int16_t Merge::SignalScaling(const int16_t* input, int input_length,
246 void Merge::Downsample(const int16_t* input, int input_length,
293 int16_t Merge::CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max,
361 int Merge::RequiredFutureSamples() {
/external/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc30 then_environment_->Merge(environment());
44 continue_environment_->Merge(environment());
50 break_environment_->Merge(environment());
56 continue_environment_->Merge(environment());
62 loop_environment_->Merge(environment());
107 environment()->Merge(body_environment_);
112 break_environment_->Merge(environment());
121 break_environment_->Merge(label_environment_);
122 break_environment_->Merge(environment());
133 break_environment_->Merge(environmen
[all...]
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhistogram.h19 void Merge(const Histogram& other);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dmerger.h35 virtual CALLER_ATTACH sfntly::Font* Merge();
H A Dmerger_main.cc59 new_font.Attach(merger->Merge());
H A Dmerger.cc44 CALLER_ATTACH Font* Merger::Merge() { function in class:subtly::Merger
/external/sfntly/cpp/src/sample/subtly/
H A Dmerger.h35 virtual CALLER_ATTACH sfntly::Font* Merge();
H A Dmerger_main.cc59 new_font.Attach(merger->Merge());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h60 static void Merge(const Message& from, Message* to);
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py128 text_format.Merge(golden_text, parsed_message)
138 text_format.Merge(golden_text, parsed_message)
150 text_format.Merge(ascii_text, parsed_message)
160 text_format.Merge(ascii_text, parsed_message)
167 text_format.Merge(text, message)
180 text_format.Merge(text, message)
196 text_format.Merge(text, message)
214 text_format.Merge, text, message)
222 text_format.Merge, text, message)
228 text_format.Merge, tex
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Merge(const Message& from, Message* to);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py218 text_format.Merge(wire_text, parsed_message)
225 text_format.Merge(wire_text, parsed_message)
234 text_format.Merge(text, parsed_message)
255 text_format.Merge(golden_text, parsed_message)
265 text_format.Merge(golden_text, parsed_message)
277 text_format.Merge(ascii_text, parsed_message)
287 text_format.Merge(ascii_text, parsed_message)
294 text_format.Merge(text, message)
307 text_format.Merge(text, message)
326 text_format.Merge(tex
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_namespace_impl.cc77 void SessionStorageNamespaceImpl::Merge( function in class:content::SessionStorageNamespaceImpl
84 session_->Merge(
H A Ddom_storage_session.h54 void Merge(bool actually_merge,
H A Dsession_storage_namespace_impl.h53 virtual void Merge(bool actually_merge,
/external/chromium_org/testing/
H A Dgenerate_gmock_mutant.py362 def Merge(a): function
381 "template_params": Merge([Gen("typename P%", prebound),
385 "args": Merge([GenAlpha("p.%", prebound), GenAlpha("c.%", calltime)]),
397 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
400 "template_params": Merge([Gen("typename P%", prebound),
/external/chromium_org/content/public/browser/
H A Dsession_storage_namespace.h69 virtual void Merge(bool actually_merge,
/external/chromium_org/media/base/
H A Dtext_ranges.h81 void Merge(Range& curr_range, const RangeMap::iterator& next_range_itr);
H A Dtext_ranges.cc72 Merge(curr_range, next_range_itr);
103 void TextRanges::Merge( function in class:media::TextRanges
/external/chromium_org/remoting/tools/
H A Dzip2msi.py79 def Merge(left, right): function
98 retval[key] = Merge(retval[key], value)
153 # Merge/apply tool-specific parameters
156 params = Merge(params, params[tool])
213 parameters = Merge(json.load(f), parameters)
228 parameters = Merge(parameters, {'light': {'switches': ['-b', bind_path]}})
240 parameters = Merge(
/external/chromium_org/v8/src/
H A Dhydrogen-removable-simulates.cc52 // Merge the accumulated simulates at the end of the block.
79 static State* Merge(State* succ_state, function in class:v8::internal::State
86 : succ_state->Merge(succ_block, pred_state, pred_block, zone);
140 State* Merge(HBasicBlock* succ_block, function in class:v8::internal::State
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py2 # Merge or print the coverage data collected by asan's coverage.
31 def Merge(files): function
40 s = Merge(files)
47 s = Merge(files)
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.h64 // Merge keys and values from |other|, giving precedence to |other|.
65 void Merge(const RegistryDict& other);

Completed in 3573 milliseconds

12345