HomeSort by relevance Sort by last modified time
    Searched full:merges (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /dalvik/dx/src/com/android/dx/util/
IntSet.java 47 * Merges {@code other} into this set, so this set becomes the
  /libcore/luni/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 26 * Merges permissions based on code source and code signers with permissions
67 * Merges the {@code ProtectionDomain} with the {@code Principal}s
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 35 * Merges two locals arrays. If the merged result is the same as the first
87 * Merges two stacks. If the merged result is the same as the first
145 * Merges two frame types.
165 * A known-null merges with any other reference type to
LocalsArray.java 152 * Merges this instance with {@code other}. If the merged result is
161 * Merges this instance with a {@code LocalsSet} from a subroutine
Frame.java 206 * Merges two frames. If the merged result is the same as this frame,
234 * Merges this frame's subroutine lists with another. The result
303 * Merges this frame with the frame of a subroutine caller at
LocalsArraySet.java 253 * Merges this set with another {@code LocalsArraySet} instance.
304 * Merges this set with a {@code OneLocalsArray} instance.
ConcreteMethod.java 89 * isn't particularly efficient for doing merges, but as far
OneLocalsArray.java 201 * Merges this OneLocalsArray instance with another OneLocalsArray
  /external/webkit/WebCore/platform/graphics/cairo/
PatternCairo.cpp 44 // cairo merges patter space and user space itself
  /external/webkit/WebCore/platform/graphics/qt/
PatternQt.cpp 40 // Qt merges patter space and user space itself
  /external/proguard/docs/manual/
optimizations.html 59 <dd>Merges classes vertically in the class hierarchy, whenever possible.</dd>
62 <dd>Merges classes horizontally in the class hierarchy, whenever possible.</dd>
109 <dd>Merges identical blocks of code by modifying branch targets.</dd>
  /external/blktrace/doc/
blktrace.tex 166 Read Merges: 0 Write Merges: 25
173 Read Merges: 0 Write Merges: 6
180 Read Merges: 0 Write Merges: 31
302 Read Merges: 0 Write Merges: 336
308 Read Merges: 0 Write Merges: 25,81
    [all...]
  /external/protobuf/python/google/protobuf/
message.py 81 """Merges the contents of the specified message into current message.
83 This method merges the contents of the specified message into the current
96 The method clears the current message and then merges the specified
136 """Merges serialized protocol buffer data into this message.
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 99 """Copies and strips a file and merges lines.
102 merges lines with adjacent code point ranges and identical per-code point
ucdmerge.c 17 * Merges adjacent, identical per-code point data lines into one line with range syntax.
  /external/icu4c/tools/genprops/
ucdcopy.py 99 """Copies and strips a file and merges lines.
102 merges lines with adjacent code point ranges and identical per-code point
ucdmerge.c 17 * Merges adjacent, identical per-code point data lines into one line with range syntax.
  /packages/apps/Phone/src/com/android/phone/
CdmaPhoneCallState.java 39 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call.
52 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 26 * merges and emits back out in the form of a {@link DalvInsnList}
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 87 * Merges the interference set for a register into a given bit set
  /external/chromium/third_party/icu/source/tools/genprops/misc/
ucdmerge.c 17 * Merges adjacent, identical per-code point data lines into one line with range syntax.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 48 * The array merges both "direct" attributes with the descriptor layout attributes.
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 34 * array is less than this length, no merges will be performed.
78 * Temp storage for merges.
151 // If array is small, do a "mini-TimSort" with no merges
354 * Examines the stack of runs waiting to be merged and merges adjacent runs
380 * Merges all runs on the stack until only one remains. This method is
393 * Merges the two runs at stack indices i and i+1. Run i must be
598 * Merges two adjacent runs in place, in a stable fashion. The first
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_tools.xml 98 generates DocBook XML and merges this DocBook XML with a set of master XML
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 92 // Generate lines of code (statements, not declarations) which merges the

Completed in 721 milliseconds

1 2 3 4 5