Searched defs:fileName (Results 251 - 275 of 330) sorted by relevance

<<11121314

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp283 LPCWSTR fileName, bool include, NRecursedType::EEnum type, UINT codePage)
286 if (!NFind::DoesFileExist(fileName))
288 if (!ReadNamesFromListFile(fileName, names, codePage))
282 AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, LPCWSTR fileName, bool include, NRecursedType::EEnum type, UINT codePage) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h451 HChar* fileName; /* where declared; may be NULL. in member in struct:__anon32439
900 HChar* fileName, /* where decl'd - may be NULL */
H A Dreaddwarf3.c1888 HChar* fileName = NULL; local
1923 fileName = *(HChar**)
1925 vg_assert(fileName);
1927 if (0) VG_(printf)("XXX filename = %s\n", fileName);
2015 tv->fName = fileName;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Djsdoc-validator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/chromium/ org/chromium/devtools/ org/chromium/devtools/jsdoc/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java458 protected String fileName; field in class:Grammar
515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { argument
518 setFileName(fileName);
567 public void setFileName(String fileName) { argument
568 this.fileName = fileName;
572 return fileName;
580 String saneFile = fileName.replace('\\', '/');
582 String onlyFileName = saneFile.substring(lastSlash+1, fileName.length());
587 ErrorManager.error(ErrorManager.MSG_FILENAME_EXTENSION_ERROR, fileName);
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3795 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, argument
3810 f = fopen(fileName, "rb");
3812 dataerrln("Error opening test data file %s\n", fileName);
3848 errln("file %s is missing its BOM", fileName);
H A Drbbitst.cpp1412 // fileName: the name of the file, with no directory part. The test data directory
1428 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { argument
1442 f = fopen(fileName, "rb");
1444 dataerrln("Error opening test data file %s\n", fileName);
1570 void RBBITest::runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi) { argument
1574 UBool isLineBreak = 0 == strcmp(fileName, "LineBreakTest.txt");
1587 strcat(testFileName, fileName);
1589 logln("Opening data file %s\n", fileName);
1631 fprintf(stderr,"FAIL: hit end of file %s for the %8dth time- corrupt data file?\r", fileName, ++spin);
1656 fileName, lineNumbe
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp3800 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, argument
3815 f = fopen(fileName, "rb");
3817 dataerrln("Error opening test data file %s\n", fileName);
3853 errln("file %s is missing its BOM", fileName);
H A Drbbitst.cpp1412 // fileName: the name of the file, with no directory part. The test data directory
1428 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { argument
1442 f = fopen(fileName, "rb");
1444 dataerrln("Error opening test data file %s\n", fileName);
1570 void RBBITest::runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi) { argument
1574 UBool isLineBreak = 0 == strcmp(fileName, "LineBreakTest.txt");
1587 strcat(testFileName, fileName);
1589 logln("Opening data file %s\n", fileName);
1631 fprintf(stderr,"FAIL: hit end of file %s for the %8dth time- corrupt data file?\r", fileName, ++spin);
1656 fileName, lineNumbe
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc650 // (for Files only) fileName [string-with-length]
2613 FilePath fileName = GetBlobFileName(database_id, key); local
2614 return base::DeleteFile(fileName, false);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp164 void registerMockedHttpURLLoad(const std::string& fileName) argument
166 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_baseURL.c_str()), WebString::fromUTF8(fileName.c_str()));
169 void registerMockedChromeURLLoad(const std::string& fileName) argument
171 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_chromeURL.c_str()), WebString::fromUTF8(fileName.c_str()));
328 std::string fileName = "print-location-href.html"; local
329 registerMockedHttpURLLoad(fileName);
330 URLTestHelpers::registerMockedURLLoad(toKURL("http://www.test.com:0/" + fileName), WebString::fromUTF8(fileName));
335 webViewHelper.initializeAndLoad(m_baseURL + fileName, true);
343 EXPECT_EQ("http://www.test.com:0/" + fileName, conten
348 std::string fileName = "print-location-href.html"; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c4868 const char* fileName,
4871 return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0);
4883 const char* fileName,
4889 UnixUnusedFd *unusedFd = findReusableFd(fileName, flags);
4864 chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock, int isDelete) argument
4882 chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file, const char* fileName, int flags, int* fd) argument
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc1907 int Channel::StartPlayingFileLocally(const char* fileName, argument
1918 "stopPosition=%d)", fileName, loop, format, volumeScaling,
1953 fileName,
2139 int Channel::StartPlayingFileAsMicrophone(const char* fileName, argument
2150 "stopPosition=%d)", fileName, loop, format, volumeScaling,
2186 fileName,
2316 int Channel::StartRecordingPlayout(const char* fileName, argument
2320 "Channel::StartRecordingPlayout(fileName=%s)", fileName);
2378 fileName, (cons
[all...]
/external/svox/pico/lib/
H A Dpicoos.c985 picoos_char fileName[], picopal_access_mode mode)
990 picopal_strcpy((*f)->name, fileName);
1195 picoos_char fileName[])
1197 return LOpen(g, f, fileName, PICOPAL_BINARY_READ);
1234 picoos_char fileName[])
1236 return LOpen(g, f, fileName, PICOPAL_BINARY_WRITE);
1512 picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc,
1531 if (picoos_OpenBinary(g,&(sdf->file),fileName)) {
1532 if (picoos_has_extension(fileName,(picoos_char *) ".wav")) {
1723 picoos_char fileName[], in
984 LOpen(picoos_Common g, picoos_File * f, picoos_char fileName[], picopal_access_mode mode) argument
1194 picoos_OpenBinary(picoos_Common g, picoos_File * f, picoos_char fileName[]) argument
1233 picoos_CreateBinary(picoos_Common g, picoos_File * f, picoos_char fileName[]) argument
1511 picoos_sdfOpenIn(picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc, picoos_uint32 * numSamples) argument
1722 picoos_sdfOpenOut(picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], int sf, picoos_encoding_t enc) argument
[all...]
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 619 milliseconds

<<11121314