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

1 2 3

  /frameworks/base/core/tests/coretests/src/android/view/
Merge.java 28 * Exercise <merge /> tag in XML files.
30 public class Merge extends Activity {
  /external/sfntly/cpp/src/sample/subtly/
merger.cc 44 CALLER_ATTACH Font* Merger::Merge() {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
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...]
  /external/autotest/site_utils/suite_scheduler/
build_event.py 31 def Merge(self, to_merge):
32 """Merge this event with to_merge, changing all mutable properties.
37 @param to_merge: A BuildEvent instance to merge into this isntance.
39 super(BuildEvent, self).Merge(to_merge)
base_event.py 115 def Merge(self, to_merge):
116 """Merge this event with to_merge, changing all mutable properties.
123 @param to_merge: A BaseEvent instance to merge into this instance.
timed_event.py 186 def Merge(self, to_merge):
187 """Merge this event with to_merge, changing some mutable properties.
192 @param to_merge: A TimedEvent instance to merge into this instance.
194 super(Weekly, self).Merge(to_merge)
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 51 Merge(from, to);
54 void ReflectionOps::Merge(const Message& from, Message* to) {
59 << "Tried to merge messages of different types "
60 << "(merge " << descriptor->full_name()
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 2 # Merge or print the coverage data collected by asan's coverage.
4 # We need to merge these integers into a set and then
18 " " + prog_name + " merge FILE [FILE...] > OUTPUT\n" \
71 def Merge(files):
81 s = Merge(files)
92 s = Merge(files)
234 elif sys.argv[1] == "merge":
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 91 bool RRInfo::Merge(const RRInfo &Other) {
92 // Conservatively merge the ReleaseMetadata information.
96 // Conservatively merge the boolean state.
101 // Merge the call sets.
104 // Merge the insert point sets. If there are any differences,
105 // that makes this a partial merge.
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
147 // If we're doing a merge on a path that's previously seen a partial
148 // merge, conservatively drop the sequence, to avoid doing partial
149 // RR elimination. If the branch predicates for the two merge differ
    [all...]
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 25 // Forward-merge "trains" of simulates after an instruction with observable
47 // effects are never added to the merge list. The same reasoning holds for
53 // Merge the accumulated simulates at the end of the block.
58 // Do not merge simulates across captured objects - captured objects
87 static State* Merge(State* succ_state,
94 : succ_state->Merge(succ_block, pred_state, pred_block, zone);
148 State* Merge(HBasicBlock* succ_block,
157 PrintF("[merge state %p from B%d into %p for B%d]\n",
hydrogen-flow-engine.h 45 inline NoState* Merge(HBasicBlock* succ, NoState* other, Zone* zone) {
130 // Merge the current state with the state already at the successor.
132 State::Merge(StateAt(succ), succ, state, block, zone_));
hydrogen-load-elimination.cc 119 // Support for global analysis with HFlowEngine: Merge given state with
121 static HLoadEliminationTable* Merge(HLoadEliminationTable* succ_state,
130 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
160 // Merge this state with the other incoming state.
161 HLoadEliminationTable* Merge(HBasicBlock* succ, HLoadEliminationTable* that,
168 // Merge the field approximations for like fields.
189 TRACE((" merge-to B%d\n", succ->block_id()));
  /external/v8/src/compiler/
live-range-separator.cc 144 void LiveRangeMerger::Merge() {
156 splinter_parent->Merge(range, data()->allocation_zone());
redundancy-elimination.cc 56 void RedundancyElimination::EffectPathChecks::Merge(
161 // Make a copy of the first input's checks and merge with the checks
167 checks->Merge(node_checks_.Get(input));
branch-elimination.cc 154 // Make a copy of the first input's conditions and merge with the conditions
160 conditions->Merge(*(node_conditions_.Get(node->InputAt(i))));
229 void BranchElimination::ControlPathConditions::Merge(
operation-typer.cc 26 Type* OperationTyper::Merge(Type* left, Type* right) {
  /art/runtime/verifier/
reg_type.cc 578 const RegType& RegType::Merge(const RegType& incoming_type, RegTypeCache* reg_types) const {
589 // not used. Undefined registers must not be copied. So any merge with undefined should return
593 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflict
600 // +ve1 MERGE +ve2 => MAX(+ve1, +ve2)
615 // -ve1 MERGE -ve2 => MIN(-ve1, -ve2)
663 return reg_types->Boolean(); // boolean MERGE boolean => boolean
666 return reg_types->Byte(); // byte MERGE byte => byte
669 return reg_types->Short(); // short MERGE short => short
672 return reg_types->Char(); // char MERGE char => cha
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 338 void Fuzzer::Merge(const std::vector<std::string> &Corpora) {
340 Printf("Merge requires two or more corpus dirs\n");
345 Printf("Merge: running the initial corpus '%s' of %d units\n",
357 Printf("Merge: merging the extra corpus '%s' of %zd units\n", C.c_str(),
367 Printf("Merge: written %zd out of %zd units\n", NumMerged, NumTried);
429 // - Merge the newly created corpus into the original one.
456 PrintStats("MERGE ");
  /external/nanopb-c/generator/google/protobuf/
text_format.py 43 'PrintFieldValue', 'Merge' ]
146 def Merge(text, message):
151 message: A protocol buffer message to merge into.
  /external/protobuf/python/google/protobuf/
text_format.py 47 'PrintFieldValue', 'Merge']
219 message: A protocol buffer message to merge into.
237 message: A protocol buffer message to merge into.
249 def Merge(text, message):
257 message: A protocol buffer message to merge into.
273 message: A protocol buffer message to merge into.
290 message: A protocol buffer message to merge into.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_type_handler.h 174 static inline void Merge(const Type& from, Type** to, Arena* arena);
229 static inline void Merge(const MapEntryAccessorType& from, \
483 inline void MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Merge(
578 inline void MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Merge( \
662 inline void MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Merge(
    [all...]
  /external/libchrome/base/trace_event/
trace_config.cc 237 void TraceConfig::Merge(const TraceConfig& config) {
242 DLOG(ERROR) << "Attempting to merge trace config with a different "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 73 virtual HRESULT WINAPI Merge(int i1,IUnknown *punk2,int i2,int dx,int dy,REFIID riid,PVOID *ppv) = 0;
109 HRESULT (WINAPI *Merge)(IImageList *This,int i1,IUnknown *punk2,int i2,int dx,int dy,REFIID riid,PVOID *ppv);
147 #define IImageList_Merge(This,i1,punk2,i2,dx,dy,riid,ppv) (This)->lpVtbl->Merge(This,i1,punk2,i2,dx,dy,riid,ppv)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java 123 public static void Merge(btDbvtAabbMm a, btDbvtAabbMm b, btDbvtAabbMm r) {
124 CollisionJNI.Merge(btDbvtAabbMm.getCPtr(a), a, btDbvtAabbMm.getCPtr(b), b, btDbvtAabbMm.getCPtr(r), r);

Completed in 591 milliseconds

1 2 3