Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptPreprocessor.cpp72 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName) in preprocessSourceCode()
80 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName,… in preprocessSourceCode()
89 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName,… in preprocessSourceCode()
DScriptCallStackFactory.cpp56 String sourceName; in toScriptCallFrame() local
DScriptEventListener.cpp140 bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, … in eventListenerHandlerLocation()
/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
DANTLRFileStream.as32 public override function get sourceName():String { property in org.antlr.runtime.ANTLRFileStream
DLexer.as126 public override function get sourceName():String { property in org.antlr.runtime.Lexer
DCommonTokenStream.as333 public function get sourceName():String { property in org.antlr.runtime.CommonTokenStream
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseRecognizer.h58 NSString *sourceName; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.h58 __strong NSString *sourceName; variable
/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
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs94 public SlimStringStream( string input, string sourceName ) in SlimStringStream()
105 public SlimStringStream( char[] data, int numberOfActualCharsInArray, string sourceName ) in SlimStringStream()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DANTLRStringStream.cs88 public ANTLRStringStream( string input, string sourceName ) in ANTLRStringStream()
99 public ANTLRStringStream( char[] data, int numberOfActualCharsInArray, string sourceName ) in ANTLRStringStream()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRStringStream.cs85 public ANTLRStringStream(string input, string sourceName) in ANTLRStringStream()
94 public ANTLRStringStream(char[] data, int numberOfActualCharsInArray, string sourceName) { in ANTLRStringStream()
/external/compiler-rt/BlocksRuntime/tests/
Dtestfilerunner.h63 __strong char *sourceName; variable
/external/chromium_org/third_party/icu/source/i18n/
Danytrans.cpp281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); in getTransliterator() local
/external/icu4c/i18n/
Danytrans.cpp281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); in getTransliterator() local
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h133 …const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine, const WebString& stack… in didAddMessageToConsole()
/external/chromium_org/third_party/WebKit/public/testing/
DWebTestProxy.h505 …dMessageToConsole(const blink::WebConsoleMessage& message, const blink::WebString& sourceName, uns… in didAddMessageToConsole()
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp683 std::string sourceName = (*edge)->getSource()->getName(); in generateDotGraph() local
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestProxy.cpp1280 …Base::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsign… in didAddMessageToConsole()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp1622 String sourceName; in buildObjectForEventListener() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DViewportTest.cpp2942 …virtual void didAddMessageToConsole(const WebConsoleMessage& msg, const WebString& sourceName, uns… in didAddMessageToConsole()