HomeSort by relevance Sort by last modified time
    Searched refs:sourceName (Results 26 - 50 of 64) sorted by null

12 3

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 105 public void connect(String sourceName,
109 Filter source = getFilter(sourceName);
113 "Attempting to connect unknown source filter '" + sourceName + "'!");
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 110 const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine) { }
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 333 public function get sourceName():String {
334 return tokenSource.sourceName;
Lexer.as 126 public override function get sourceName():String {
127 return input.sourceName;
BaseRecognizer.as 695 public function get sourceName():String {
  /external/webkit/Source/WebCore/inspector/front-end/
EventListenersSidebarPane.js 228 if (this.eventListener.sourceName) {
230 this.subtitleElement.appendChild(WebInspector.linkifyResourceAsNode(this.eventListener.sourceName, "scripts", this.eventListener.lineNumber));
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 206 String sourceName = "JUnit_" + classOnlyName;
210 sourceName + ".java";
216 "public class " + sourceName + " extends DeviceTestCase {\n";
246 String sourceName = depFqcn.replaceAll("\\.", "/") + ".jar";
248 sourceName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 215 protected IFile getTestDataFile(IProject project, String sourceName,
217 return getTestDataFile(project, sourceName, destPath, false);
220 protected IFile getTestDataFile(IProject project, String sourceName,
247 String newContents = readTestFile(sourceName, true);
255 String xml = readTestFile(sourceName, true);
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.cpp 352 String sourceName = sourceURL;
353 sanitizeScriptError(message, line, sourceName);
357 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 201 public int getMaxShortcuts(String sourceName) {
ShortcutRepositoryImplLog.java 536 String sourceName = source.getName();
558 cv.put(Shortcuts.source.name(), sourceName);
592 String sourceName = source.getName();
593 StringBuilder key = new StringBuilder(sourceName);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 180 protected Corpus getCorpus(String sourceName) {
181 if (sourceName == null) return null;
182 Corpus corpus = getCorpora().getCorpus(sourceName);
184 Log.w(TAG, "Unknown corpus " + sourceName);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 237 public function get sourceName():String {
238 return tokenStream.sourceName;
  /frameworks/base/core/java/android/view/
InputDevice.java 808 String sourceName) {
811 description.append(sourceName);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 1007 String8 sourceName("zip:");
1008 sourceName.append(zipFileName);
1009 sourceName.append(":");
1011 sourceName.appendPath(dirName);
1013 sourceName.appendPath(fileName);
1014 return sourceName;
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 117 virtual void didAddMessageToConsole(const WebKit::WebConsoleMessage&, const WebKit::WebString& sourceName, unsigned sourceLine);
WebViewHost.cpp 254 void WebViewHost::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsigned sourceLine)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 683 std::string sourceName = (*edge)->getSource()->getName();
686 dotFile << "\t\"" << sourceName.c_str() << "\" -> \""
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
jdi.jar 
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 710 static jbyteArray bignumToArray(JNIEnv* env, const BIGNUM* source, const char* sourceName) {
711 JNI_TRACE("bignumToArray(%p, %s)", source, sourceName);
714 jniThrowNullPointerException(env, sourceName);
721 JNI_TRACE("bignumToArray(%p, %s) => NULL", source, sourceName);
739 JNI_TRACE("bignumToArray(%p, %s) => %p", source, sourceName, javaBytes);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 2000 milliseconds

12 3