HomeSort by relevance Sort by last modified time
    Searched full:sourcename (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeNodeStream.cs 169 public virtual string SourceName {
171 return TokenStream.SourceName;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 79 public virtual string SourceName {
84 return TokenStream.SourceName;
TreeParser.cs 84 public override string SourceName {
86 return input.SourceName;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 83 public virtual string SourceName
90 return TokenStream.SourceName;
TreeParser.cs 90 public override string SourceName
94 return input.SourceName;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeNodeStream.cs 198 public virtual string SourceName
202 return TokenStream.SourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 58 __strong NSString *sourceName;
177 @property (retain) NSString *sourceName;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptEventListener.cpp 102 bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, int& lineNumber)
118 sourceName = toWebCoreString(origin.ResourceName());
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.xml 150 name="org.eclipse.jdt.debug.core.sourceName">
164 name="org.eclipse.jdt.debug.core.sourceName">
267 name="org.eclipse.jdt.debug.core.sourceName">
  /external/icu4c/i18n/
anytrans.cpp 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
282 UnicodeString id(sourceName);
290 id = sourceName;
  /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);
  /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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 85 override public string SourceName
ITokenSource.cs 68 string SourceName {
BufferedTokenStream.cs 114 public virtual string SourceName {
116 return _tokenSource.SourceName;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenSource.cs 68 string SourceName
  /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/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);
  /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;

Completed in 448 milliseconds

12 3 4 5