HomeSort by relevance Sort by last modified time
    Searched refs:oldSource (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 223 HBITMAP oldSource = (HBITMAP)SelectObject(sourceDC, coreBitmap);
231 SelectObject(sourceDC, oldSource);
234 DeleteObject(oldSource);
  /external/webkit/JavaScriptCore/wtf/unicode/
UTF8.cpp 135 const UChar* oldSource = source; // In case we have to back up because of target overflow.
180 source = oldSource; // Back up source pointer!
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 490 * @param oldSource {@code null-ok;} The source that was used, if
495 RegisterSpec oldSource, RegisterSpec newSource) {
498 if (oldSource != null) {
499 int reg = oldSource.getReg();
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 222 milliseconds