/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 52 fileName, ANTLRVersion, generatedTimestamp, trace, 55 # $ANTLR <ANTLRVersion> <fileName> <generatedTimestamp> 115 grammarFileName = "<fileName>" 241 grammarFileName = "<fileName>" 406 # <fileName>:<description> 627 # <fileName>:<description> 644 # <fileName>:<description> 654 # <fileName>:<description> 663 # <fileName>:<description> 672 # <fileName>:<description [all...] |
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 470 UCharFile(const char *fileName); 491 UCharFile::UCharFile(const char * fileName) { 494 fName = fileName; 496 int32_t result = stat(fileName, &buf); 526 "must include a BOM.\n", fileName);
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 470 UCharFile(const char *fileName); 491 UCharFile::UCharFile(const char * fileName) { 494 fName = fileName; 496 int32_t result = stat(fileName, &buf); 526 "must include a BOM.\n", fileName);
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 12 #include "Windows/FileName.h"
38 "Usage: Client7z.exe [a | l | x ] archive.7z [fileName ...]\n"
617 UString fileName = VolName;
618 fileName += L'.';
619 fileName += res;
620 fileName += VolExt;
623 if (!streamSpec->Create(fileName, false))
|
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.cpp | 115 const UString fileName = ExtractFileNameFromPath(Path);
118 int dotPos = fileName.ReverseFind(L'.');
120 extension = fileName.Mid(dotPos + 1);
313 DefaultName = GetDefaultName2(fileName, L"", L"");
320 DefaultName = GetDefaultName2(fileName, extInfo.Ext, extInfo.AddExt);
|
/external/proguard/src/proguard/ |
ConfigurationWriter.java | 593 String fileName = file.getAbsolutePath(); 599 if (fileName.startsWith(baseDirName)) 601 fileName = fileName.substring(baseDirName.length()); 605 return quotedString(fileName);
|
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 30 * - the filename length must be less than kMaxAssetFileName bytes long 35 * Pass in just the filename, not the full path. 37 static bool validateFileName(const char* fileName) 39 const char* cp = fileName; 952 bool AaptGroupEntry::getLocaleName(const char* fileName, 955 if (strcmp(fileName, kWildcardName) == 0 956 || strcmp(fileName, kDefaultLocale) == 0) { 966 if (strlen(fileName) == 2 && isalpha(fileName[0]) && isalpha(fileName[1])) [all...] |
ZipEntry.cpp | 112 void ZipEntry::initNew(const char* fileName, const char* comment) 114 assert(fileName != NULL && *fileName != '\0'); // name required 120 mCDE.mFileNameLength = strlen(fileName); 127 strcpy((char*) mCDE.mFileName, fileName); 326 ALOGV("cmp: FileName\n"); 434 /* grab filename */ 488 /* write filename */ 519 ALOGD(" filename: '%s'\n", mFileName); 576 /* grab filename */ [all...] |
XMLNode.cpp | 78 status_t hasSubstitutionErrors(const char* fileName, 174 SourcePos(String8(fileName), inXml->getLineNumber()).error( 184 const char* fileName, 217 if (isFormatted && hasSubstitutionErrors(fileName, inXml, text) != NO_ERROR) { 245 SourcePos(String8(fileName), inXml->getLineNumber()).error( 255 SourcePos(String8(fileName), inXml->getLineNumber()).error( 262 SourcePos(String8(fileName), inXml->getLineNumber()).error("%s (in %s)\n", 297 SourcePos(String8(fileName), inXml->getLineNumber()).error("%s (in %s)\n", 306 SourcePos(String8(fileName), inXml->getLineNumber()).error( 323 SourcePos(String8(fileName), inXml->getLineNumber()).error [all...] |
/dalvik/dexdump/ |
DexDump.cpp | [all...] |
/system/vold/ |
VolumeManager.cpp | 555 int VolumeManager::fixupAsecPermissions(const char *id, gid_t gid, const char* filename) { 630 const bool privateFile = !strcmp(ftsent->fts_name, filename); 778 int VolumeManager::unmountObb(const char *fileName, bool force) { 782 if (!asecHash(fileName, idHash, sizeof(idHash))) { 783 SLOGE("Hash of '%s' failed (%s)", fileName, strerror(errno)); 789 SLOGE("OBB unmount failed for %s: couldn't construct mountpoint", fileName); 793 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force); 797 const char *fileName, const char *mountPoint, bool force) { 860 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno)) [all...] |
/external/v8/tools/ |
tickprocessor.js | 50 function readFile(fileName) { 52 return read(fileName); 54 print(fileName + ': ' + (e.message || e)); 136 SnapshotLogProcessor.prototype.processLogFile = function(fileName) { 137 var contents = readFile(fileName); 279 TickProcessor.prototype.processLogFile = function(fileName) { 280 this.lastLogFileName_ = fileName; 288 TickProcessor.prototype.processLogFileInTest = function(fileName) { 291 var contents = readFile(fileName);
|
/dalvik/vm/ |
Sync.cpp | 269 const char *fileName; 310 fileName = dvmGetMethodSourceFile(meth); 311 if (fileName == NULL) fileName = ""; 312 cp = logWriteString(cp, fileName, strlen(fileName)); 321 } else if (strcmp(fileName, ownerFileName) == 0) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 495 // Filename: [text] 610 * <li>An existing filename, in which case the user will be asked whether to override it.</li> 648 String fileName = null; 654 fileName = res.getName(); 666 fileName = null; 669 score += fileName != null ? 4 : 0; 675 targetFileName = fileName; [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorTest.java | 362 final String fileName = "testParcelFileDescriptor"; 366 fout = con.openFileOutput(fileName, Context.MODE_WORLD_WRITEABLE); 375 File file = new File(dir, fileName);
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 128 private String fileName; 131 return fileName; 135 fileName = value; 255 private String fileName; 274 return fileName; 278 fileName = value;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ServiceLoaderTest.java | 378 * @param fileName 383 private static URL prepairJar(String fileName) throws MalformedURLException { 389 Support_Resources.copyFile(resources, "ServiceLoader", fileName); 391 + fileName);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PrerenderingTest.cpp | 185 void initialize(const char* baseURL, const char* fileName) 187 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL), WebString::fromUTF8(fileName)); 192 FrameTestHelpers::loadFrame(m_webViewHelper.webView()->mainFrame(), std::string(baseURL) + fileName);
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferNegotiator.java | 389 * @param fileName The name of this file. Preferably it should include an
399 final String streamID, final String fileName, final long size,
403 si.setMimeType(URLConnection.guessContentTypeFromName(fileName));
405 StreamInitiation.File siFile = new StreamInitiation.File(fileName, size);
|
/external/svox/pico/lib/ |
picoos.c | 985 picoos_char fileName[], picopal_access_mode mode) 990 picopal_strcpy((*f)->name, fileName); [all...] |
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 117 jstring fileName, jint mode) 126 ScopedUtfChars fileName8(env, fileName); 182 jstring fileName, jlongArray outOffsets) 191 ScopedUtfChars fileName8(env, fileName); 210 jstring fileName, 220 ScopedUtfChars fileName8(env, fileName); 247 jstring fileName, 257 ScopedUtfChars fileName8(env, fileName); 277 jstring fileName) 284 ScopedUtfChars fileName8(env, fileName); [all...] |
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 269 * @param fileName The full name and path to the file on the OBB to open once the OBB is mounted 273 protected DataInputStream openFileOnMountedObb(String obbPath, String fileName) { 281 File inFile = new File(path, fileName); 285 Log.i(LOG_TAG, "Opened file: " + fileName + " for read at path: " + path); 461 * @param filename The filename containing the ints to validate 465 protected void doValidateIntContents(String path, String filename, int start, int end) { 466 File inFile = new File(path, filename); 468 Log.i(LOG_TAG, "Validating file " + filename + " at " + path); 480 Log.i(LOG_TAG, "Successfully validated file " + filename); [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 757 * @param fileName 760 public void dumpWindowHierarchy(String fileName) { 761 Tracer.trace(fileName); 769 new File(new File(Environment.getDataDirectory(), "local/tmp"), fileName),
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
JankTestBase.java | 100 public SystraceTracker(int traceTime, String fileName) { 116 if (fileName != null) { 117 mFile = new File(SYSTRACE_DIR, fileName);
|
/build/tools/zipalign/ |
ZipEntry.h | 159 * Initialize the structure for a new file. We need the filename 161 * filename is mandatory, the comment is optional. 163 void initNew(const char* fileName, const char* comment);
|