HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/tests/coretests/src/android/view/
MergeTest.java 19 import android.view.Merge;
25 public class MergeTest extends ActivityInstrumentationTestCase<Merge> {
27 super("com.android.frameworks.coretests", Merge.class);
37 final Merge activity = getActivity();
Merge.java 28 * Exercise <merge /> tag in XML files.
30 public class Merge extends Activity {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge_unittest.cc 11 // Unit tests for Merge class.
13 #include "webrtc/modules/audio_coding/neteq/merge.h"
26 TEST(Merge, CreateAndDestroy) {
34 Merge merge(fs, channels, &expand, &sync_buffer);
merge.h 33 // what the Merge class does.
34 class Merge {
36 Merge(int fs_hz,
40 virtual ~Merge() {}
65 // Calls |expand_| to get more expansion data to merge with. The data is
99 RTC_DISALLOW_COPY_AND_ASSIGN(Merge);
merge.cc 11 #include "webrtc/modules/audio_coding/neteq/merge.h"
27 Merge::Merge(int fs_hz,
41 size_t Merge::Process(int16_t* input, size_t input_length,
159 size_t Merge::GetExpandedSignal(size_t* old_length, size_t* expand_period) {
164 // Generate data to merge the overlap with using expand.
206 int16_t Merge::SignalScaling(const int16_t* input, size_t input_length,
263 void Merge::Downsample(const int16_t* input, size_t input_length,
310 size_t Merge::CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max,
378 size_t Merge::RequiredFutureSamples()
    [all...]
  /build/kati/testcase/
double_colon_rule.mk 8 # Merge a double colon rule with target specific variable is OK.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge({}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge({}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge({}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge({}, NewFiles);
  /external/v8/src/compiler/
control-builders.cc 32 then_environment_->Merge(environment());
46 continue_environment_->Merge(environment());
52 break_environment_->Merge(environment());
58 continue_environment_->Merge(environment());
64 loop_environment_->Merge(environment());
129 environment()->Merge(body_environment_);
134 break_environment_->Merge(environment());
143 break_environment_->Merge(label_environment_);
144 break_environment_->Merge(environment());
155 break_environment_->Merge(environment())
    [all...]
live-range-separator.h 19 // A register allocation pair of transformations: splinter and merge live ranges
43 void Merge();
  /external/sfntly/cpp/src/sample/subtly/
merger.h 35 virtual CALLER_ATTACH sfntly::Font* Merge();
merger_main.cc 59 new_font.Attach(merger->Merge());
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
AllCommands.java 31 return Arrays.asList(new Dump(), new Instrument(), new Merge(),
  /external/protobuf/src/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
  /external/llvm/unittests/Transforms/Utils/
MemorySSA.cpp 70 // running memory ssa, create a load after the merge point, and use it to test
78 BasicBlock *Merge(BasicBlock::Create(C, "", F));
84 BranchInst::Create(Merge, Left);
85 BranchInst::Create(Merge, Right);
90 B.SetInsertPoint(Merge);
93 EXPECT_EQ(MSSA.getMemoryAccess(Merge), nullptr);
96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge);
103 MSSA.createMemoryAccessInBB(LoadInst, MP, Merge, MemorySSA::Beginning));
111 // after the merge point. This enables us to test a bunch of different
119 BasicBlock *Merge(BasicBlock::Create(C, "", F))
    [all...]
  /art/runtime/verifier/
reg_type_test.cc 83 EXPECT_TRUE((long_lo.Merge(precise_lo, &cache, /* verifier */ nullptr)).IsLongTypes());
84 EXPECT_TRUE((long_hi.Merge(precise_hi, &cache, /* verifier */ nullptr)).IsLongHighTypes());
493 EXPECT_TRUE(string.Merge(Object, &cache_new, /* verifier */ nullptr).IsJavaLangObject());
494 // Merge two unresolved types.
500 const RegType& merged = ref_type_1.Merge(ref_type_0, &cache_new, /* verifier */ nullptr);
522 // float MERGE precise cst => float.
523 const RegType& merged = float_type.Merge(precise_cst, &cache_new, /* verifier */ nullptr);
527 // precise cst MERGE float => float.
528 const RegType& merged = precise_cst.Merge(float_type, &cache_new, /* verifier */ nullptr);
532 // float MERGE imprecise cst => float
    [all...]
  /external/autotest/site_utils/suite_scheduler/
build_event.py 32 def Merge(self, to_merge):
33 """Merge this event with to_merge, changing all mutable properties.
38 @param to_merge: A BuildEvent instance to merge into this isntance.
40 super(BuildEvent, self).Merge(to_merge)
  /frameworks/base/tools/aapt2/link/
TableMerger_test.cpp 42 // Merge all packages that have this package ID.
72 ASSERT_TRUE(merger.Merge({}, table_a.get()));
141 ASSERT_TRUE(merger.Merge({}, table_a.get()));
170 ASSERT_TRUE(merger.Merge({}, base.get()));
197 ASSERT_TRUE(merger.Merge({}, base.get()));
220 ASSERT_TRUE(merger.Merge({}, base.get()));
243 ASSERT_TRUE(merger.Merge({}, base.get()));
262 ASSERT_TRUE(merger.Merge({}, table_a.get()));
280 ASSERT_TRUE(merger.Merge({}, table_a.get()));
298 ASSERT_TRUE(merger.Merge({}, table_a.get()))
    [all...]

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011