HomeSort by relevance Sort by last modified time
    Searched full:merge (Results 226 - 250 of 1263) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/res/layout/
message_view_header.xml 17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
184 </merge>
  /system/core/libpixelflinger/tinyutils/
VectorImpl.h 144 ssize_t merge(const VectorImpl& vector);
145 ssize_t merge(const SortedVectorImpl& vector);
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 115 super.createArg ().setValue ("-merge");
125 log (getTaskName () + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
428 // merge attribute:
430 public void setMerge (final boolean merge)
432 m_outFileMerge = merge ? Boolean.TRUE : Boolean.FALSE;
  /external/opencore/protocols/http_parcom/src/
oscl_variablesize_mem_pool.h 457 // merge the two or three continuous memory segments if there are
495 * merge the two or three continuous memory segments if there are
508 // no merge, push to the end of iFreeMemChunkList
514 // merge two or three segments
515 if (index_leftContinuity >= 0 && index_rightContinuity >= 0) // merge three segments
  /external/webkit/WebKitTools/Scripts/
svn-apply 41 # can do a 3-way merge.
95 my $merge = 0;
101 "merge!" => \$merge,
108 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
174 if ($merge) {
175 die "--merge is currently only supported for SVN" unless isSVN();
  /frameworks/base/libs/ui/
Region.cpp 161 const Region Region::merge(const Rect& rhs) const {
178 const Region Region::merge(const Region& rhs) const {
218 const Region Region::merge(const Region& rhs, int dx, int dy) const {
290 bool merge = false; local
295 merge = true;
298 merge = false;
305 if (merge) {
  /dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java 46 * of the array being sorted and the minimum merge sequence length.
176 // Push run onto pending-run stack, and maybe merge
185 // Merge all remaining runs to complete sort
397 * @param i stack index of the first of the two runs to merge
415 * in this merge). The current run (i+1) goes away in any case.
445 // Merge remaining runs, using tmp array with min(len1, len2) elements
634 a[dest + len2] = tmp[cursor1]; // Last elt of run 1 to end of merge
708 a[dest + len2] = tmp[cursor1]; // Last elt of run 1 to end of merge
829 a[dest] = tmp[cursor2]; // Move first elt of run2 to front of merge
    [all...]
  /external/webkit/WebCore/editing/
DeleteSelectionCommand.cpp 190 // Sometimes they aren't (like when no merge is requested), so we must choose one position to hold the caret
198 // We don't want to merge into a block if it will mean changing the quote level of content after deleting
406 // Never remove the start block unless it's a table, in which case we won't merge content in.
534 // If a selection starts in one block and ends in another, we have to merge to bring content before the
540 // We aren't going to merge into the start block, so remove it if it's empty.
549 // It shouldn't have been asked to both try and merge content into the start block and prune it.
560 // There's nothing to merge.
575 // We need to merge into m_upstreamStart's block, but it's been emptied out and collapsed by deletion.
600 // any (!isStartOfParagraph(mergeDestination)), don't merge, just move the caret to just before the selection we deleted.
    [all...]
ReplaceSelectionCommand.cpp 357 // When we have matching quote levels, its ok to merge more frequently.
358 // For a successful merge, we still need to make sure that the inserted content starts with the beginning of a paragraph.
359 // And we should only merge here if the selection start was inside a mail blockquote. This prevents against removing a
361 // to be right after another blockquote, we don't want to merge and risk stripping a valid block (and newline) from the pasted content.
448 // Don't merge to or from a position before or after a block because it would
652 sourceDocumentStyle->merge(copiedRangeStyle.get(), true);
763 // Merge blocks if the start of the selection was in a Mail blockquote, since we handle
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 103 * @param merge [null unsets the previous override setting]
105 public synchronized final void setMetaOutMerge (final Boolean merge)
107 m_mdataOutMerge = merge;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 167 // merge all data files:
185 mdata = (IMetaData) mdata.merge (_mdata); // note: later datapath entries override earlier ones
196 cdata = (ICoverageData) cdata.merge (_cdata); // note: later datapath entries override earlier ones
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 145 * @param merge
148 public static synchronized void dumpCoverageData (File outFile, final boolean merge, final boolean stopDataCollection)
156 RTCoverageDataPersister.dumpCoverageData (cdata, ! stopDataCollection, outFile, merge);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 154 // The <merge> tag can only be a root tag, so it is added at the end.
322 * Creates and return a new <merge> descriptor.
327 String xml_name = "merge"; //$NON-NLS-1$
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 203 bool Merge(const char* oldDir, const char* oldFile, const char* newDir, const char* newFile,
208 sprintf(scratch, "merge -p -q \"%s/%s/%s\" \"%s/%s/%s\" \"%s/%s/%s\" > %s",
215 bool Merge(const char* dir, const char* file)
217 return Merge(dir, file, dir, file, "/dev/null");
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 95 set.merge(interference.get(reg));
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 71 public void merge(IntSet other) { method in class:BitIntSet
  /dalvik/libcore/icu/
unicode-license.txt 26 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
XalanTransformState.java 34 * Before the serializer merge, the TransformState interface was
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or
  /external/bluetooth/bluez/tools/
ubcsp.h 11 * without limitation the rights to use, copy, modify, merge, publish,
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
  /external/dnsmasq/
Makefile 72 merge :
  /external/dropbear/
auth.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
channel.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
circbuffer.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

Completed in 91 milliseconds

1 2 3 4 5 6 7 8 91011>>