HomeSort by relevance Sort by last modified time
    Searched refs:newSource (Results 1 - 25 of 42) sorted by null

1 2

  /external/okhttp/okio/src/test/java/okio/
OkBufferReadUtf8LineTest.java 19 @Override protected BufferedSource newSource(String s) {
ReadUtf8LineTest.java 27 protected abstract BufferedSource newSource(String s);
30 BufferedSource source = newSource("abc\ndef\n");
41 BufferedSource source = newSource("\n\n\n");
49 BufferedSource source = newSource("abc\r\ndef\r\nghi\rjkl\r\n");
56 BufferedSource source = newSource("abc\ndef");
63 BufferedSource source = newSource("abc\ndef\n");
RealBufferedSourceReadUtf8LineTest.java 22 @Override protected BufferedSource newSource(String s) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Script.js 170 * @param {string} newSource
173 editSource: function(newSource, callback)
187 this._source = newSource;
191 this.dispatchEventToListeners(WebInspector.Script.Events.ScriptEdited, newSource);
194 newSource = WebInspector.Script._trimSourceURLComment(newSource);
196 newSource = this._appendSourceURLCommentIfNeeded(newSource);
199 this.target().debuggerAgent().setScriptSource(this.scriptId, newSource, undefined, didEditScriptSource.bind(this));
DebuggerModel.js 378 * @param {string} newSource
381 setScriptSource: function(scriptId, newSource, callback)
383 this._scripts[scriptId].editSource(newSource, this._didEditScriptSource.bind(this, scriptId, newSource, callback));
388 * @param {string} newSource
396 _didEditScriptSource: function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn)
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 366 void AnimationPlayer::setSource(AnimationNode* newSource)
368 if (m_content == newSource)
376 m_content = newSource;
377 if (newSource) {
379 if (newSource->player()) {
380 newSource->player()->cancel();
381 newSource->player()->setSource(0);
383 newSource->attach(this);
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 166 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
173 nfd.normalize(newSource, source, status);
182 if (newSource.length() == 0) {
  /external/icu/icu4c/source/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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c     [all...]
shaderapi.c     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
shaderapi.c     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 491 * @param newSource {@code non-null;} the new source being used
494 RegisterSpec oldSource, RegisterSpec newSource) {
502 int reg = newSource.getReg();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DebuggerScript.js 274 DebuggerScript.liveEditScriptSource = function(scriptId, newSource, preview)
289 var result = Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, preview, changeLog);
  /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/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp     [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/zxing/core/
core.jar 

Completed in 900 milliseconds

1 2