/cts/tools/vm-tests-tf/src/util/build/ |
DasmBuildStep.java | 46 return assemble(inputFile.fileName);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PrintStreamTest.java | 46 public MockPrintStream(String fileName) throws FileNotFoundException { 47 super(fileName); 50 public MockPrintStream(String fileName, String csn) throws FileNotFoundException, UnsupportedEncodingException { 51 super(fileName, csn);
|
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientShouldInterceptRequestTest.java | 497 final String fileName = tmpDir + "/testfile.html"; 499 TestFileUtil.deleteFile(fileName); // Remove leftover file if any. 500 TestFileUtil.createNewHtmlFile(fileName, title, ""); 501 final String existingFileUrl = "file://" + fileName;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
about_sys.js | 27 function showError(fileName) { 28 $('status').textContent = localStrings.getStringF('parseError', fileName);
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
esUtil.h | 222 /// \param fileName Name of the file on disk 227 char* ESUTIL_API esLoadTGA ( char *fileName, int *width, int *height );
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 293 const char* fileName = "test_file.txt"; 295 ofstream ostr(fileName); 305 ifstream istr(fileName); 339 ifstream istr(fileName);
|
/external/svox/pico/lib/ |
picopal.h | 186 extern picopal_File picopal_fopen (picopal_char fileName[], picopal_access_mode mode); 187 /* 'FOpen' opens the file with name 'filename'. Depending on 238 extern pico_status_t picopal_remove (picopal_char filename[]);
|
/external/webrtc/src/system_wrappers/source/ |
trace_impl.cc | 377 return _traceFile.FileName(fileNameUTF8, FileWrapper::kMaxFileNameSize); 555 _traceFile.FileName(oldFileName, 761 WebRtc_Word32 Trace::TraceFile(char fileName[FileWrapper::kMaxFileNameSize]) 766 int retVal = trace->TraceFileImpl(fileName); 773 WebRtc_Word32 Trace::SetTraceFile(const char* fileName, 779 int retVal = trace->SetTraceFileImpl(fileName, addFileCounter);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.h | 93 M4OSA_ERR LvGetImageThumbNail(const char *fileName, M4OSA_UInt32 height, M4OSA_UInt32 width, M4OSA_Void **pBuffer);
|
/frameworks/base/core/java/android/os/ |
Debug.java | [all...] |
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 65 #define kLFHNameLen 26 // offset to filename length 76 #define kCDENameLen 28 // offset to filename length 392 ALOGW("Filename contains NUL byte"); 396 /* add the CDE filename to the hash table */ 450 ZipEntryRO ZipFileRO::findEntryByName(const char* fileName) const 460 int nameLen = strlen(fileName); 461 unsigned int hash = computeHash(fileName, nameLen); 466 memcmp(mHashTable[ent].name, fileName, nameLen) == 0) 522 * Recover the start of the central directory entry from the filename 523 * pointer. The filename is the first entry past the fixed-size data [all...] |
/frameworks/base/tools/aapt/ |
ZipEntry.h | 164 * Initialize the structure for a new file. We need the filename 166 * filename is mandatory, the comment is optional. 168 void initNew(const char* fileName, const char* comment);
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.h | 157 String8 fileName() const { return mFileName; }
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 294 const char* fileName = "test_file.txt"; 296 ofstream ostr(fileName); 306 ifstream istr(fileName); 341 ifstream istr(fileName);
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 294 const char* fileName = "test_file.txt"; 296 ofstream ostr(fileName); 306 ifstream istr(fileName); 341 ifstream istr(fileName);
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 305 OpenFileContentProvider(String fileName, String dbName) { 310 mDb.execSQL("INSERT INTO files VALUES ( \"" + fileName + "\");");
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 362 String fileName = 364 generator.write( outputFileST, fileName );
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 20 profile, backtracking, synpreds, memoize, numRules, fileName, ANTLRVersion, generatedTimestamp, 25 # <fileName> 29 # Input grammar file: <fileName> 216 generated_using( "<fileName>", "<ANTLRVersion>", "<runtimeLibraryVersion()>" ) 277 # (in <fileName>) 301 # (in <fileName>) [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 153 String fileName = keyStoreFileName + testKeyStoreType; 154 ks.load(Support_Resources.getResourceStream(fileName),
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
jsdoc-validator.jar | |
/external/chromium_org/third_party/icu/source/test/letest/ |
PortableFontInstance.cpp | 67 PortableFontInstance::PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status) 76 fFile = fopen(fileName, "rb");
|
/external/icu4c/samples/layout/ |
clayout.c | 42 void PrettyTitle(HWND hwnd, char *fileName) 46 sprintf(title, "%s - %s", APP_NAME, fileName);
|
layout.cpp | 41 void PrettyTitle(HWND hwnd, char *fileName) 45 sprintf(title, "%s - %s", APP_NAME, fileName);
|
pflow.c | 352 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport) 356 const UChar *text = uc_readFile(fileName, guiSupport, &charCount);
|