Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 – 25 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs94 public SlimStringStream( string input, string sourceName ) in SlimStringStream() argument
95 : this( input.ToCharArray(), input.Length, sourceName ) in SlimStringStream()
105 public SlimStringStream( char[] data, int numberOfActualCharsInArray, string sourceName ) in SlimStringStream() argument
111 this.name = sourceName; in SlimStringStream()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRStringStream.cs85 public ANTLRStringStream(string input, string sourceName) in ANTLRStringStream() argument
86 : this(input.ToCharArray(), input.Length, sourceName) { in ANTLRStringStream()
94 public ANTLRStringStream(char[] data, int numberOfActualCharsInArray, string sourceName) { in ANTLRStringStream() argument
104 this.name = sourceName; in ANTLRStringStream()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DANTLRStringStream.cs88 public ANTLRStringStream( string input, string sourceName ) in ANTLRStringStream() argument
89 : this( input.ToCharArray(), input.Length, sourceName ) in ANTLRStringStream()
99 public ANTLRStringStream( char[] data, int numberOfActualCharsInArray, string sourceName ) in ANTLRStringStream() argument
110 this.name = sourceName; in ANTLRStringStream()
/external/webkit/Source/WebCore/bindings/v8/
DScriptCallStackFactory.cpp48 String sourceName; in toScriptCallFrame() local
51 sourceName = toWebCoreString(sourceNameValue); in toScriptCallFrame()
60 return ScriptCallFrame(functionName, sourceName, sourceLineNumber, sourceColumn); in toScriptCallFrame()
DScriptEventListener.cpp102 bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, … in eventListenerHandlerLocation() argument
118 sourceName = toWebCoreString(origin.ResourceName()); in eventListenerHandlerLocation()
DScriptEventListener.h49 … bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, int& lineNumber);
/external/compiler-rt/BlocksRuntime/tests/
Dtestfilerunner.h63 __strong char *sourceName; variable
72 @property __strong char *sourceName;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as202 public function get sourceName():String { property in org.antlr.runtime.ANTLRStringStream
206 public function set sourceName(sourceName:String):void { property in org.antlr.runtime.ANTLRStringStream
207 _sourceName = sourceName;
DANTLRFileStream.as32 public override function get sourceName():String { property in org.antlr.runtime.ANTLRFileStream
DParser.as82 public override function get sourceName():String {
83 return input.sourceName;
DTokenSource.as53 function get sourceName():String;
DCommonTokenStream.as333 public function get sourceName():String { property in org.antlr.runtime.CommonTokenStream
334 return tokenSource.sourceName;
DLexer.as126 public override function get sourceName():String { property in org.antlr.runtime.Lexer
127 return input.sourceName;
/external/icu4c/i18n/
Danytrans.cpp281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); in getTransliterator() local
282 UnicodeString id(sourceName); in getTransliterator()
290 id = sourceName; in getTransliterator()
/external/webkit/Source/WebCore/bindings/js/
DScriptEventListener.h49 … bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, int& lineNumber);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.h58 __strong NSString *sourceName; variable
177 @property (retain) NSString *sourceName;
/external/webkit/Source/WebCore/dom/
DScriptExecutionContext.cpp352 String sourceName = sourceURL; in dispatchErrorEvent() local
353 sanitizeScriptError(message, line, sourceName); in dispatchErrorEvent()
357 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line); in dispatchErrorEvent()
/external/webkit/Source/WebCore/inspector/front-end/
DEventListenersSidebarPane.js228 if (this.eventListener.sourceName) {
230 …ment.appendChild(WebInspector.linkifyResourceAsNode(this.eventListener.sourceName, "scripts", this…
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as62 public override function get sourceName():String { property in org.antlr.runtime.tree.TreeParser
63 return input.sourceName;
DCommonTreeNodeStream.as237 public function get sourceName():String {
238 return tokenStream.sourceName;
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h110 const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine) { } in didAddMessageToConsole() argument
/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp1119 String sourceName; in buildObjectForEventListener() local
1121 … if (eventListenerHandlerLocation(node->document(), eventListener.get(), sourceName, lineNumber)) { in buildObjectForEventListener()
1122 value->setString("sourceName", sourceName); in buildObjectForEventListener()

12