HomeSort by relevance Sort by last modified time
    Searched defs:merge (Results 101 - 125 of 1372) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskUtil.java 252 * Default behavior is to merge the source message field into the
300 * specified merge options.
302 public static void merge(FieldMask mask, Message source, method in class:FieldMaskUtil
304 new FieldMaskTree(mask).merge(source, destination, options);
310 public static void merge(FieldMask mask, Message source, method in class:FieldMaskUtil
312 merge(mask, source, destination, new MergeOptions()); method
  /external/python/cpython2/Lib/idlelib/
UndoDelegator.py 122 if lastcmd.merge(cmd):
191 def merge(self, cmd): member in class:Command
238 def merge(self, cmd): member in class:InsertCommand
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
VelocityTest.java 54 t.merge(context, writer);
  /external/v8/src/compiler/
common-operator-reducer.cc 163 // Check if this is a merge that belongs to an unused diamond, which means
166 // a) the {Merge} has no {Phi} or {EffectPhi} uses, and
167 // b) the {Merge} has two inputs, one {IfTrue} and one {IfFalse}, which are
168 // both owned by the Merge, and
201 Node* const merge = inputs[effect_input_count]; local
202 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode()));
203 DCHECK_EQ(effect_input_count, merge->InputCount());
210 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
215 // We might now be able to further reduce the {merge} node.
216 Revisit(merge);
226 Node* const merge = inputs[value_input_count]; local
    [all...]
loop-peeling.cc 46 // the main loop body, with multiple backedges requiring a merge.
66 // | Merge <------phi
93 // Merge
242 Node* merge = local
243 graph->NewNode(common->Merge(backedges), backedges, &inputs[0]);
245 // Merge values from the multiple output edges of the peeled iteration.
254 inputs.push_back(merge);
262 new_entry = merge;
274 // Change the exit and exit markers to merge/phi/effect-phi.
279 // Change the loop exit node to a merge node
    [all...]
osr.cc 190 Node* merge = nullptr; local
201 // Create the merge for the entry into the loop header.
202 input = merge = graph->NewNode(common->Merge(backedge_count),
204 copy->ReplaceInput(0, merge);
207 DCHECK_NOT_NULL(merge);
209 tmp_inputs.push_back(merge);
216 // Print the merge.
242 // Merge the ends of the graph copies.
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 232 * Merges the active & hold call. When the merge starts,
234 * {@link ImsCallSession.Listener#callSessionMergeComplete} is called if the merge is
235 * successful, and {@link ImsCallSession.Listener#callSessionMergeFailed} is called if the merge
243 public void merge() throws RemoteException { method in class:ImsCallSessionImplBase
  /frameworks/compile/libbcc/lib/
Source.cpp 211 bool Source::merge(Source &pSource) { function in class:bcc::Source
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) { function in class:mcld::ELFAttribute
112 // Merge the vendor data in the subsection.
113 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
186 bool ELFAttribute::Subsection::merge(const Input& pInput, function in class:mcld::ELFAttribute::Subsection
254 // to a temporary storage in_attr and perform the merge.
262 // Merge if the read attribute value is different than current one
265 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
266 // Fail to merge the attribute.
  /libcore/ojluni/src/main/java/java/util/
Map.java 1233 default V merge(K key, V value, method in interface:Map
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
TelecomAdapter.java 85 public void merge(String callId) { method in class:TelecomAdapter
91 // It's safe to clear restrict count for merge action.
96 // It's safe to clear restrict count for merge action.
101 LogUtil.e("TelecomAdapter.merge", "call not in call list " + callId);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
UndoDelegator.py 122 if lastcmd.merge(cmd):
191 def merge(self, cmd): member in class:Command
238 def merge(self, cmd): member in class:InsertCommand
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
UndoDelegator.py 122 if lastcmd.merge(cmd):
191 def merge(self, cmd): member in class:Command
238 def merge(self, cmd): member in class:InsertCommand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 122 if lastcmd.merge(cmd):
191 def merge(self, cmd): member in class:Command
238 def merge(self, cmd): member in class:InsertCommand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 122 if lastcmd.merge(cmd):
191 def merge(self, cmd): member in class:Command
238 def merge(self, cmd): member in class:InsertCommand
  /tools/loganalysis/src/com/android/loganalysis/item/
BatteryDischargeItem.java 108 public IItem merge(IItem other) throws ConflictingItemException { method in class:BatteryDischargeItem
BatteryStatsDetailedInfoItem.java 134 public IItem merge(IItem other) throws ConflictingItemException { method in class:BatteryStatsDetailedInfoItem
BatteryUsageItem.java 105 public IItem merge(IItem other) throws ConflictingItemException { method in class:BatteryUsageItem
CpuInfoItem.java 50 public IItem merge(IItem other) throws ConflictingItemException { method in class:CpuInfoItem
GenericItem.java 50 public IItem merge(IItem other) throws ConflictingItemException { method in class:GenericItem
GfxInfoItem.java 54 public IItem merge(IItem other) throws ConflictingItemException { method in class:GfxInfoItem
InterruptItem.java 138 public IItem merge(IItem other) throws ConflictingItemException { method in class:InterruptItem
LocationDumpsItem.java 146 public IItem merge(IItem other) throws ConflictingItemException { method in class:LocationDumpsItem
ProcessUsageItem.java 164 public IItem merge(IItem other) throws ConflictingItemException { method in class:ProcessUsageItem
QtaguidItem.java 50 public IItem merge(IItem other) throws ConflictingItemException { method in class:QtaguidItem

Completed in 2056 milliseconds

1 2 3 45 6 7 8 91011>>