HomeSort by relevance Sort by last modified time
    Searched refs:sourceName (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 31 private final String sourceName;
33 public JavaSource(String sourceName, String sourceCode) {
34 super(URI.create("string:///" + sourceName.replace(".", "/") + ".java"),
36 this.sourceName = sourceName;
42 return sourceName;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 53 function get sourceName():String;
IntStream.as 120 function get sourceName():String;
ANTLRStringStream.as 202 public function get sourceName():String {
206 public function set sourceName(sourceName:String):void {
207 _sourceName = sourceName;
Parser.as 82 public override function get sourceName():String {
83 return input.sourceName;
ANTLRFileStream.as 32 public override function get sourceName():String {
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 90 * @param sourceName
97 private DexFile(String sourceName, String outputName, int flags) throws IOException {
111 mCookie = openDexFile(sourceName, outputName, flags);
112 mFileName = sourceName;
114 //System.out.println("DEX FILE cookie is " + mCookie + " sourceName=" + sourceName + " outputName=" + outputName);
293 private static Object openDexFile(String sourceName, String outputName, int flags) throws IOException {
295 return openDexFileNative(new File(sourceName).getAbsolutePath(),
308 private static native Object openDexFileNative(String sourceName, String outputName, int flags);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 94 public SlimStringStream( string input, string sourceName )
95 : this( input.ToCharArray(), input.Length, sourceName )
105 public SlimStringStream( char[] data, int numberOfActualCharsInArray, string sourceName )
111 this.name = sourceName;
326 public string SourceName
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 63 __strong char *sourceName;
72 @property __strong char *sourceName;
  /external/skia/tools/
image_expectations.h 171 * @param sourceName name of the source file that generated this result
176 void add(const char *sourceName, const char *fileName, ImageDigest &digest,
197 * @param sourceName name of the source file that generated this result
203 Expectation getExpectation(const char *sourceName, const int *tileNumber=NULL);
image_expectations.cpp 164 void ImageResultsAndExpectations::add(const char *sourceName, const char *fileName,
167 Expectation expectation = this->getExpectation(sourceName, tileNumber);
192 fActualResults[sourceName][kJsonKey_Source_WholeImage] = actualImage;
194 fActualResults[sourceName][kJsonKey_Source_TiledImages][*tileNumber] = actualImage;
206 Expectation ImageResultsAndExpectations::getExpectation(const char *sourceName,
214 expectedImage = fExpectedResults[sourceName][kJsonKey_Source_WholeImage];
216 expectedImage = fExpectedResults[sourceName][kJsonKey_Source_TiledImages][*tileNumber];
  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 61 final String sourceName = partition.getLabel();
63 cacheInfo.setExtendedSource(sourceName, directoryId);
65 cacheInfo.setDirectorySource(sourceName, directoryId);
  /build/tools/atree/
files.h 25 string sourceName;
files.cpp 116 const string& sourceName, const string& outName)
122 rec.sourceName = sourceName;
345 string full = path_append(*it, rec->sourceName);
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str());
399 r.sourceName = path_append(rec.sourceName, entry);
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName);
430 string full = path_append(rec.sourceBase, rec.sourceName);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 85 public ANTLRStringStream(string input, string sourceName)
86 : this(input.ToCharArray(), input.Length, sourceName) {
94 public ANTLRStringStream(char[] data, int numberOfActualCharsInArray, string sourceName) {
104 this.name = sourceName;
275 public virtual string SourceName {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 88 public ANTLRStringStream( string input, string sourceName )
89 : this( input.ToCharArray(), input.Length, sourceName )
99 public ANTLRStringStream( char[] data, int numberOfActualCharsInArray, string sourceName )
110 this.name = sourceName;
314 public virtual string 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/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/icu/icu4c/source/i18n/
anytrans.cpp 287 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
288 UnicodeString id(sourceName);
296 id = sourceName;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java 183 String sourceName = UScript.getName(source);
184 String id = sourceName + TARGET_SEP + target;
192 id = sourceName + LATIN_PIVOT + target;
  /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 + "'!");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 160 public int getMaxShortcuts(String sourceName) {

Completed in 3500 milliseconds

1 2 3 4 5 6