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

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
140 source = oldSource; /* Back up source pointer! */
216 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
257 source = oldSource; /* Back up source pointer! */
  /external/clang/lib/Basic/
ConvertUTF.c 175 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
206 source = oldSource; /* Back up source pointer! */
232 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
273 source = oldSource; /* Back up source pointer! */
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 140 const UChar* oldSource = source; // In case we have to back up because of target overflow.
185 source = oldSource; // Back up source pointer!
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 230 HGDIOBJ oldSource = SelectObject(sourceDC, coreBitmap);
235 SelectObject(sourceDC, oldSource);
  /external/webkit/Source/WebCore/inspector/front-end/
DebuggerPresentationModel.js 149 function didEditScriptSource(oldSource, error)
165 var oldSource = sourceFile.requestContent(didReceiveSource.bind(this));
166 function didReceiveSource(oldSource)
168 WebInspector.debuggerModel.editScriptSource(script.sourceID, newSource, didEditScriptSource.bind(this, oldSource));
172 _updateBreakpointsAfterLiveEdit: function(sourceFileId, oldSource, newSource)
177 var diff = Array.diff(oldSource.split("\n"), newSource.split("\n"));
  /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();
  /external/dexmaker/src/dx/java/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();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 729 milliseconds