OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcename
(Results
26 - 50
of
112
) sorted by null
1
2
3
4
5
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs
80
public override string
SourceName
ITokenSource.cs
68
string
SourceName
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
EventListenersSidebarPane.js
215
if (this.eventListener.
sourceName
)
216
properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("
sourceName
", this.eventListener.
sourceName
));
254
var url = this.eventListener.
sourceName
;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as
62
public override function get
sourceName
():String {
63
return input.
sourceName
;
/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
;
/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);
/art/runtime/native/
dalvik_system_DexFile.cc
88
ScopedUtfChars
sourceName
(env, javaSourceName);
89
if (
sourceName
.c_str() == NULL) {
92
std::string dex_location(
sourceName
.c_str());
/external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp
281
UnicodeString
sourceName
(uscript_getName(source), -1, US_INV);
282
UnicodeString id(
sourceName
);
290
id =
sourceName
;
/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
;
/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
{
/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 354 milliseconds
1
2
3
4
5