Searched defs:sourceName (Results 1 - 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseRecognizer.h58 __strong NSString *sourceName; variable
177 @property (retain) NSString *sourceName; variable
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptEventListener.cpp102 bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, int& lineNumber) argument
118 sourceName = toWebCoreString(origin.ResourceName());
H A DScriptCallStackFactory.cpp48 String sourceName; local
51 sourceName = toWebCoreString(sourceNameValue);
60 return ScriptCallFrame(functionName, sourceName, sourceLineNumber, sourceColumn);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs85 public ANTLRStringStream(string input, string sourceName) argument
86 : this(input.ToCharArray(), input.Length, sourceName) {
94 public ANTLRStringStream(char[] data, int numberOfActualCharsInArray, string sourceName) { argument
104 this.name = sourceName;
/external/compiler-rt/BlocksRuntime/tests/
H A Dtestfilerunner.h63 __strong char *sourceName; variable
72 @property __strong char *sourceName; variable
/external/webkit/Source/WebCore/dom/
H A DScriptExecutionContext.cpp352 String sourceName = sourceURL; local
353 sanitizeScriptError(message, line, sourceName);
357 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line);
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h110 const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine) { }
109 didAddMessageToConsole( const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp684 std::string sourceName = (*edge)->getSource()->getName(); local
687 dotFile << "\t\"" << sourceName.c_str() << "\" -> \""
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp1119 String sourceName; local
1121 if (eventListenerHandlerLocation(node->document(), eventListener.get(), sourceName, lineNumber)) {
1122 value->setString("sourceName", sourceName);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp254 void WebViewHost::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsigned sourceLine) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 261 milliseconds