HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 151 - 175 of 965) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/LayoutTests/dom/html/level2/html/applets/org/w3c/domts/
DOMTSApplet.class 
  /external/webkit/LayoutTests/dom/xhtml/level2/html/applets/org/w3c/domts/
DOMTSApplet.class 
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram_p.h 15 along with this library; see the file COPYING.LIB. If not, write to
56 inline JSStringRef file() const;
130 JSStringRef QScriptProgramPrivate::file() const {return m_fileName; } function in class:QScriptProgramPrivate
  /external/webkit/Source/WebCore/plugins/
PluginData.h 15 along with this library; see the file COPYING.LIB. If not, write to
45 String file; member in struct:WebCore::PluginInfo
  /frameworks/base/drm/java/android/drm/
DrmRights.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
31 * {@link DrmRights#DrmRights(String, String)} constructor, which takes a path to a file
44 * @param rightsFilePath Path to the file containing rights information.
48 File file = new File(rightsFilePath); local
49 instantiate(file, mimeType);
55 * @param rightsFilePath Path to the file containing rights information.
70 * @param rightsFilePath Path to the file containing rights information
    [all...]
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 5 * you may not use this file except in compliance with the License.
72 sp<FileSource> file = new FileSource(path); local
73 CHECK_EQ(file->initCheck(), OK);
75 ID3 tag(file);
  /frameworks/base/tools/localize/
Values.h 19 StringResource(const SourcePos& pos, const string& file, const Configuration& config,
38 string file; member in struct:StringResource
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.h 5 * you may not use this file except in compliance with the License.
32 File,
55 } file; member in union:bcc::SourceInfo::__anon15741
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
30 * archive file or to an entry of such a file. {@code jar:} URLs are specified
37 * <li>File Entry: {@code
53 // the file component of the URL
54 private String file; field in class:JarURLConnection
67 file = url.getFile();
69 if ((sepIdx = file.indexOf("!/")) < 0)
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
28 * Returns a connection to the jar file pointed by this <code>URL</code>
29 * in the file system
58 String file = url.getFile(); local
59 if (file == null) {
60 file = "";
67 if (spec.indexOf("!/") == -1 && (file.indexOf("!/") == -1)) {
70 if (file.isEmpty())
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.h 4 This file is part of GNU Make.
15 GNU Make; see the file COPYING. If not, write to the Free Software
24 # include <sys/file.h>
27 /* How to set close-on-exec for a file descriptor. */
44 struct file *file; /* File being remade. */ member in struct:child
57 char *sh_batch_file; /* Script file for shell commands */
69 extern void new_job PARAMS ((struct file *file));
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 54 # $1: source file
55 # $2: object file
56 define build-c-file
65 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\
76 $(eval $(call build-c-file,$(PROCTAB_C),$(PROCTAB_O)))
  /sdk/anttasks/src/com/android/ant/
XPathTask.java 5 * you may not use this file except in compliance with the License.
77 String file = mManifestFile.list()[0]; local
78 String result = xpath.evaluate(mExpression, new InputSource(new FileInputStream(file)));
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageTransferHandler.java 5 * you may not use this file except in compliance with the License.
24 import java.io.File;
43 final File file = ((List<File>) data).get(0); local
44 mainFrame.open(file).execute();
52 mainFrame.open(new File(path)).execute();
71 if (path.startsWith("file://")) path = path.substring("file://".length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 5 * you may not use this file except in compliance with the License.
47 IFile file = getLayoutFile(getProject(), basename); local
48 TestContext info = setupTestContext(file, basename);
  /system/core/toolbox/
uptime.c 81 FILE* file = fopen("/proc/uptime", "r"); local
82 if (!file) {
86 if (fscanf(file, "%*f %f", &idle_time) != 1) {
88 fclose(file);
91 fclose(file);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
39 File file = File.createTempFile("ZipFileTest", ".zip"); local
41 // create a test file; assume it's not going to collide w/anything
42 FileOutputStream outStream = new FileOutputStream(file);
45 scanZip(file.getPath());
46 read2(file.getPath());
48 file.delete()
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 5 * you may not use this file except in compliance with the License.
27 import java.io.File;
198 File file = PhoneApp.getInstance().getDir ("phoneTrace", Context.MODE_PRIVATE); local
199 if (file.exists() == false) {
200 file.mkdirs();
202 String baseName = file.getPath() + File.separator + "callstate";
206 file = new File(dataFile)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 5 * you may not use this file except in compliance with the License.
209 IFile file = getProject().getFile("AndroidManifest.xml"); local
210 if (file.exists()) {
211 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
213 file.create(bstream, false /* force */, new NullProgressMonitor());
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 5 * use this file except in compliance with the License. You may obtain a copy of
45 import java.io.File;
265 // create a temporary File
267 File file = mContext.getFileStreamPath(TEST_FILE_NAME); local
268 assertTrue(file.exists());
270 ContentProvider cp = new OpenFileContentProvider(file.getAbsolutePath(), TEST_DB_NAME);
282 // delete the temporary file
283 file.delete();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileOutputStreamTest.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
20 import java.io.File;
37 File f;
46 * @tests java.io.FileOutputStream#FileOutputStream(java.io.File)
49 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
57 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
72 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
85 f = new File(System.getProperty("user.home"), "fos.tst")
181 File file = new File("FileOutputStream.tmp"); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 5 * you may not use this file except in compliance with the License.
58 * The "New Android XML File Wizard" provides the ability to create skeleton XML
62 * the resource folder, resource type and file name. It then creates the XML file.
65 /** The XML header to write at the top of the XML file */
78 setWindowTitle("New Android XML File");
83 mMainPage.setTitle("New Android XML File");
84 mMainPage.setDescription("Creates a new Android XML file.");
132 // Open the file
136 IFile file = created.getFirst()
161 IFile file = mValues.getDestinationFile(); local
422 IFile file = project.getFile(dest); local
    [all...]
  /bionic/libc/stdio/
flockfile.c 42 * we use a hash-table to map FILE* pointers to recursive mutexes
47 * file is locked is totally undefined.
56 FILE* file; member in struct:FileLock
61 * lock a really large number of FILE* objects on an embedded
99 lock_table_lookup( LockTable* t, FILE* f )
108 if (node == NULL || node->file == f)
116 flockfile(FILE * fp)
134 lock->file = fp;
145 * by calling fclose() on the FILE*. This can happen i
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
115 public void addContents(DexFile file) {
116 MixedItemSection byteData = file.getByteData();
133 protected void writeTo0(DexFile file, AnnotatedOutput out) {
ClassDefsSection.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
31 * Class definitions list section of a {@code .dex} file.
44 * Constructs an instance. The file offset is initially unknown.
46 * @param file {@code non-null;} file that this instance is part of
48 public ClassDefsSection(DexFile file) {
49 super("class_defs", file, 4);
85 * Writes the portion of the file header that refers to this instance.

Completed in 2426 milliseconds

1 2 3 4 5 67 8 91011>>