HomeSort by relevance Sort by last modified time
    Searched full:newsource (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
Script.js 54 editSource: function(newSource, callback)
59 this._source = newSource;
62 DebuggerAgent.editScriptSource(this.sourceID, newSource, didEditScriptSource.bind(this));
DebuggerModel.js 148 editScriptSource: function(sourceID, newSource, callback)
150 this._scripts[sourceID].editSource(newSource, this._didEditScriptSource.bind(this, sourceID, newSource, callback));
153 _didEditScriptSource: function(sourceID, newSource, callback, error, callFrames)
DebuggerPresentationModel.js 144 editScriptSource: function(sourceFileId, newSource, callback)
152 sourceFile.content = newSource;
156 resource.addRevision(newSource);
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"));
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 274 // ShaderSource newSource = new ShaderSource(source.getType());
275 // newSource.setSource(source.getSource());
276 // newSource.setDefines(defines);
277 // newShader.addSource(newSource);
  /external/icu4c/common/unicode/
caniter.h 112 * @param newSource the source string to iterate against. This allows the same iterator to be used
117 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 165 DebuggerScript.editScriptSource = function(scriptId, newSource)
179 Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, false, changeLog);
  /external/icu4c/common/
caniter.cpp 166 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
173 nfd.normalize(newSource, source, status);
182 if (newSource.length() == 0) {
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
  /external/mdnsresponder/mDNSShared/
dnsextd.c 240 EventSource * newSource;
248 newSource = ( EventSource*) malloc( sizeof *newSource );
249 if ( newSource == NULL )
255 newSource->callback = callback;
256 newSource->context = context;
257 newSource->sock = sock;
258 newSource->fd = mDNSPlatformTCPGetFD( sock );
260 AddToTail( &self->eventSources, newSource );
    [all...]
  /external/qemu/telephony/
android_modem.c 1152 int newsource; local
1164 newsource = (ACdmaSubscriptionSource)cmd[1] - '0';
1165 _amodem_set_cdma_subscription_source( modem, newsource );
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 727 MockCorpus newCorpus = new MockCorpus(new MockSource("newsource"));
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]
geshi-doc.html     [all...]
  /external/zxing/core/
core.jar 

Completed in 504 milliseconds