HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 176 - 200 of 458) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/srec/tools/grxmlcompile/
grxmldoc.h 82 bool WriteOLabels(const std::string& fileName);
88 void writeMapFile( std::string & fileName );
89 void writeScriptFile( std::string & fileName );
90 void writeGraphFiles( std::string & fileName, bool bDoWriteRecogGraphs );
91 void writeParamsFile( std::string & fileName );
netw_dump.cpp 44 void SubGraph::WriteForwardGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
57 outfile.open ( fileName.c_str() );
97 void SubGraph::WriteForwardGraphWithSemantic ( std::string & fileName, GRXMLDoc &p_Doc )
110 outfile.open ( fileName.c_str() );
183 void SubGraph::WriteHMMGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
203 outfile.open ( fileName.c_str() );
266 void SubGraph::WritePhonemeGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
277 outfile.open ( fileName.c_str() );
  /frameworks/base/media/java/android/media/
ExifInterface.java 113 public ExifInterface(String filename) throws IOException {
114 mFilename = filename;
393 private native boolean appendThumbnailNative(String fileName,
396 private native void saveAttributesNative(String fileName,
399 private native String getAttributesNative(String fileName);
401 private native void commitChangesNative(String fileName);
403 private native byte[] getThumbnailNative(String fileName);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DalvikExecTest.java 241 String fileName;
243 fileName = args[0];
244 System.out.format("for argument '%s'.\n", fileName);
247 fileName = "myResource";
250 InputStream is = ResourceDumper.class.getResourceAsStream(fileName);
  /system/core/liblog/
event_tag_map.c 64 EventTagMap* android_openEventTagMap(const char* fileName)
74 fd = open(fileName, O_RDONLY);
77 OUT_TAG, fileName, strerror(errno));
84 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName);
92 OUT_TAG, fileName, strerror(errno));
  /frameworks/base/libs/utils/
AssetManager.cpp 245 * - In a file on disk (assetBase + fileName).
246 * - In a compressed file on disk (assetBase + fileName.gz).
265 Asset* AssetManager::open(const char* fileName, AccessMode mode)
276 assetName.appendPath(fileName);
299 * The "fileName" is the partial path starting from the application
302 Asset* AssetManager::openNonAsset(const char* fileName, AccessMode mode)
319 LOGV("Looking for non-asset '%s' in '%s'\n", fileName, mAssetPaths.itemAt(i).path.string());
321 fileName, mode, mAssetPaths.itemAt(i));
330 Asset* AssetManager::openNonAsset(void* cookie, const char* fileName, AccessMode mode)
343 LOGV("Looking for non-asset '%s' in '%s'\n", fileName,
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 55 String fileName = "test" + System.currentTimeMillis();
57 fOut = getContext().openFileOutput(fileName, Context.MODE_WORLD_READABLE);
75 mMediaFile = new File(dir, fileName);
  /dalvik/vm/hprof/
Hprof.h 136 * If directToDdms is set, "fileName" and "fd" will be ignored.
137 * Otherwise, "fileName" must be valid, though if "fd" >= 0 it will
141 char *fileName;
191 void hprofContextInit(hprof_context_t *ctx, char *fileName, int fd,
260 int hprofDumpHeap(const char* fileName, int fd, bool directToDdms);
  /external/chromium/third_party/icu/source/tools/toolutil/
ucbuf.c 131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
136 if(conv==NULL || cp==NULL || fileName==NULL){
141 in= T_FileStream_open(fileName,"rb");
448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){
456 if(cp==NULL || fileName==NULL){
460 if (!uprv_strcmp(fileName, "-")) {
463 in = T_FileStream_open(fileName, "rb");
638 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){
646 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){
653 filelen = (int32_t)uprv_strlen(fileName);
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 142 final String fileName = Property.getSystemProperty (appName + ".properties");
143 final File file = fileName != null
144 ? new File (fileName)
  /external/icu4c/tools/toolutil/
ucbuf.c 131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
136 if(conv==NULL || cp==NULL || fileName==NULL){
141 in= T_FileStream_open(fileName,"rb");
448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){
456 if(cp==NULL || fileName==NULL){
460 if (!uprv_strcmp(fileName, "-")) {
463 in = T_FileStream_open(fileName, "rb");
638 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){
646 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){
653 filelen = (int32_t)uprv_strlen(fileName);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
errstack-001.js 209 var message = 'Hi there!'; var fileName = 'file name'; var lineNumber = 0;
210 myErr = Error(message, fileName, lineNumber);
221 myErr = new Error(message, fileName, lineNumber);
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 101 String fileName = getString(in, len);
103 Log.v("ddm-heap", "Method profiling start: filename='" + fileName
107 Debug.startMethodTracing(fileName, bufferSize, flags);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPart.java 359 * Get Content-disposition parameter: filename
361 * @param fileName the filename value
364 public void setFilename(byte[] fileName) {
365 if(null == fileName) {
369 mPartHeader.put(P_FILENAME, fileName);
373 * Set Content-disposition parameter: filename
375 * @return the filename
382 // Assumption: At least one of the content-location / name / filename
  /frameworks/base/include/utils/
Asset.h 141 static Asset* createFromFile(const char* fileName, AccessMode mode);
146 static Asset* createFromCompressedFile(const char* fileName,
224 status_t openChunk(const char* fileName, int fd, off_t offset, size_t length);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 165 private void install(String fileName, byte[] value) {
167 intent.putExtra(CredentialHelper.CERT_NAME_KEY, fileName);
168 if (fileName.endsWith(PKCS12_EXT)) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageLoader.java 34 * All images are loaded from /images/<var>filename</var>
43 * Loaded images are stored so that 2 calls with the same filename will return the same object.
80 * Since all images are loaded using the path /images/<var>filename</var>, any class from the
115 * Returns an {@link ImageDescriptor} for a given filename.
117 * This searches for an image located at /images/<var>filename</var>.
119 * @param filename the filename of the image to load.
121 public ImageDescriptor loadDescriptor(String filename) {
122 URL url = mClass.getResource(PATH + filename);
128 * Returns an {@link Image} for a given filename
    [all...]
ScreenShotDialog.java 276 String fileName;
288 fileName = dlg.open();
289 if (fileName != null) {
292 Log.d("ddms", "Saving image to " + fileName);
300 loader.save(fileName, SWT.IMAGE_PNG);
303 Log.w("ddms", "Unable to save " + fileName + ": " + e.getMessage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 74 String fileName = project.getName() + AndroidConstants.DOT_ANDROID_PACKAGE;
76 File file = new File(binLocation.toOSString() + File.separator + fileName);
90 fileDialog.setFileName(fileName);
  /system/core/libzipfile/
zipfile.c 48 if (0 == memcmp(entryName, entry->fileName, entry->fileNameLength)) {
68 memcpy(s, e->fileName, l);
141 fwrite(entry->fileName, entry->fileNameLength, 1, to);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerDeltaVisitor.java 285 String fileName = resource.getName();
288 if (AndroidConstants.FN_RESOURCE_CLASS.equals(fileName) ||
289 AndroidConstants.FN_MANIFEST_CLASS.equals(fileName)) {
300 String aidlFileName = fileName.replaceAll(AndroidConstants.RE_JAVA_EXT,
328 String msg = String.format(Messages.s_Removed_Recreating_s, fileName);
333 fileName);
465 * @param filename the new name to replace the last segment.
468 private IFile findFile(IFolder folder, String[] segments, int index, String filename) {
470 IResource resource = folder.findMember(lastSegment ? filename : segments[index]);
478 return findFile((IFolder)resource, segments, index+1, filename);
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 30 public DexBuffer(String fileName) throws IOException {
35 fis = new FileInputStream(fileName);
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 94 return QFileInfo(path).fileName();
125 return String(temp->fileName()).utf8();
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 92 private static void loadProperties(InputStream fileName) throws IOException {
94 properties.load(fileName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 140 String fileName = metadataCursor.getString(0);
141 Uri path = Uri.parse(fileName);
144 path = Uri.fromFile(new File(fileName));
157 public static void openReceivedFile(Context context, String fileName, String mimetype,
159 if (fileName == null || mimetype == null) {
160 Log.e(TAG, "ERROR: Para fileName ==null, or mimetype == null");
164 File f = new File(fileName);
179 Uri path = Uri.parse(fileName);
182 path = Uri.fromFile(new File(fileName));

Completed in 632 milliseconds

1 2 3 4 5 6 78 91011>>