Searched refs:oldSource (Results 1 – 6 of 6) sorted by relevance
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3convertutf.c | 109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local 140 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32() 216 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local 257 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
|
/external/clang/lib/Basic/ |
D | ConvertUTF.c | 174 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local 205 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32() 231 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local 272 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DebuggerPresentationModel.js | 149 function didEditScriptSource(oldSource, error) argument 165 var oldSource = sourceFile.requestContent(didReceiveSource.bind(this)); 166 function didReceiveSource(oldSource) argument 168 …uggerModel.editScriptSource(script.sourceID, newSource, didEditScriptSource.bind(this, oldSource)); 172 _updateBreakpointsAfterLiveEdit: function(sourceFileId, oldSource, newSource) argument 177 var diff = Array.diff(oldSource.split("\n"), newSource.split("\n"));
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/ |
D | UTF8.cpp | 140 const UChar* oldSource = source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() local 185 source = oldSource; // Back up source pointer! in convertUTF16ToUTF8()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PasteboardWin.cpp | 230 HGDIOBJ oldSource = SelectObject(sourceDC, coreBitmap); in writeImage() local 235 SelectObject(sourceDC, oldSource); in writeImage()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SsaMethod.java | 495 RegisterSpec oldSource, RegisterSpec newSource) { in onSourceChanged() argument 498 if (oldSource != null) { in onSourceChanged() 499 int reg = oldSource.getReg(); in onSourceChanged()
|