| /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 | 172      * @param {string} newSource 175     editSource: function(newSource, callback)
 189                 this._source = newSource;
 193                 this.dispatchEventToListeners(WebInspector.Script.Events.ScriptEdited, newSource);
 196         newSource = WebInspector.Script._trimSourceURLComment(newSource);
 198         newSource = this._appendSourceURLCommentIfNeeded(newSource);
 201             this.target().debuggerAgent().setScriptSource(this.scriptId, newSource, undefined, didEditScriptSource.bind(this));
 
 | 
| DebuggerModel.js | 400      * @param {string} newSource 403     setScriptSource: function(scriptId, newSource, callback)
 405         this._scripts[scriptId].editSource(newSource, this._didEditScriptSource.bind(this, scriptId, newSource, callback));
 410      * @param {string} newSource
 418     _didEditScriptSource: function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn)
 [all...]
 | 
| /external/chromium_org/third_party/WebKit/Source/core/animation/ | 
| AnimationPlayer.cpp | 200 void AnimationPlayer::setSource(AnimationNode* newSource) 202     if (m_content == newSource)
 208     m_content = newSource;
 209     if (newSource) {
 211         if (newSource->player())
 212             newSource->player()->cancel();
 213         newSource->attach(this);
 
 | 
| /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/icu/source/common/ | 
| caniter.cpp | 165 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { 172     nfd.normalize(newSource, source, status);
 181     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/chromium_org/third_party/WebKit/Source/bindings/v8/ | 
| DebuggerScript.js | 248 DebuggerScript.liveEditScriptSource = function(scriptId, newSource, preview) 263         var result = Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, preview, changeLog);
 
 | 
| /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/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 | 1142 		string newSource = genVtxShaderSrc(pp.vtxSeed, m_varyings.vtxOutputs, 1144 		vtxProg = createSingleShaderProgram(glu::SHADERTYPE_VERTEX, newSource);
 1153 		string newSource = genFrgShaderSrc(pp.frgSeed, m_varyings.frgInputs,
 1155 		frgProg = createSingleShaderProgram(glu::SHADERTYPE_FRAGMENT, newSource);
 [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 |  |