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

<<21222324252627282930>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/KHR/
khrplatform.h 10 ** without limitation the rights to use, copy, modify, merge, publish,
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 288 // use this code to merge videos and stills into the same list
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaClustering.java 55 // Try and merge 2 clusters if they are both smaller than min cluster size.
  /prebuilt/windows-x86_64/swt/
about.html 162 <p><em>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</em> </p>
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 110 // for now we do nothing here. This will merge all the segments into
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySync.java 235 sb.append("aggregation merge: ").append(val).append("\n");
  /system/extras/showslab/
showslab.c 191 * slabsort - merge sort the slab_info linked list based on sort_func
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 287 drv->force_merge_flag = 0; /* Set merge flag */
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c 367 * value, uninitialized data, merge conflict). Register 0 will be found
    [all...]
  /development/pdk/docs/source/
git-repo.jd 137 is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.<br><br>If the git rebase operation results in merge conflicts, you will need to use the normal Git commands (for example, git rebase --continue) to resolve the conflicts.<br></li>
259 <td>The file has merge conflicts and is still unmerged. Can only appear in the first column.
  /external/icu4c/i18n/
ucol_wgt.c 196 * Some of them will typically overlap, so we will then have to merge and eliminate ranges.
242 /* lower and upper ranges collide or are directly adjacent: merge these two and remove all shorter ranges */
  /external/icu4c/tools/gencase/
gencase.c 591 /* merge the two entries */
601 /* merge the two entries */
  /external/opencore/codecs_v2/audio/aac/dec/src/
synthesis_sub_band.cpp 186 /* merge */
260 /* ---- merge ends---- */
  /external/proguard/src/proguard/optimize/
Optimizer.java 498 // Merge classes into their superclasses or interfaces.
507 // Merge classes into their sibling classes.
    [all...]
  /external/stlport/stlport/stl/
_list.h 648 void merge(_Self& __x) function in class:list
672 void merge(_Self& __x, function in class:list
_slist.h 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } function in class:slist
809 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
  /external/v8/src/arm/
virtual-frame-arm.h 180 // avoids generating unnecessary merge code when jumping to the
481 // merge this frame with the expected frame.
  /external/v8/src/ia32/
virtual-frame-ia32.h 200 // avoids generating unnecessary merge code when jumping to the
554 // merge this frame with the expected frame.
  /external/v8/src/mips/
virtual-frame-mips.h 181 // avoids generating unnecessary merge code when jumping to the
507 // merge this frame with the expected frame.
  /external/v8/src/x64/
virtual-frame-x64.h 201 // avoids generating unnecessary merge code when jumping to the
530 // merge this frame with the expected frame.
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 482 // Temporary fix until we merge http://trac.webkit.org/changeset/55096
510 // Temporary fix until we merge http://trac.webkit.org/changeset/55096
  /external/webkit/WebKitTools/Scripts/
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
416 # Refuse to merge the patch if it did not apply cleanly
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm.py 342 svn_merge_args = ['svn', 'merge', '--non-interactive', '-c', '-%s' % revision, self._repository_url()]
343 log("WARNING: svn merge has been known to take more than 10 minutes to complete. It is recommended you use git for rollouts.")
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 185 * @param rootPreferences Optional existing hierarchy to merge the new
239 * @param rootPreferences Optional existing hierarchy to merge the new
  /frameworks/base/core/java/android/widget/
ImageView.java 327 public void setImageState(int[] state, boolean merge) {
329 mMergeState = merge;

Completed in 324 milliseconds

<<21222324252627282930>>