HomeSort by relevance Sort by last modified time
    Searched refs:FILENAME (Results 1 - 25 of 31) sorted by null

1 2

  /sdk/monkeyrunner/test/com/android/monkeyrunner/
MonkeyRunnerOptionsTest.java 28 private static final String FILENAME = "/etc/passwd";
32 MonkeyRunnerOptions.processOptions(new String[] { FILENAME });
33 assertEquals(options.getScriptFile(), new File(FILENAME));
38 MonkeyRunnerOptions.processOptions(new String[] { "-be", "stub", FILENAME});
40 assertEquals(options.getScriptFile(), new File(FILENAME));
45 MonkeyRunnerOptions.processOptions(new String[] { FILENAME, "arg1", "arg2" });
46 assertEquals(options.getScriptFile(), new File(FILENAME));
54 MonkeyRunnerOptions.processOptions(new String[] { FILENAME, "--arg1" });
55 assertEquals(options.getScriptFile(), new File(FILENAME));
61 MonkeyRunnerOptions.processOptions(new String[] { "-be", "stub", FILENAME,
    [all...]
  /ndk/build/tools/
dev-platform-compress.sh 89 for FILENAME in $FILES; do
90 FILENAME=${FILENAME##./} # Get rid of leading ./
91 PFILE=$PDIR/$FILENAME
92 CFILE=$SDIR/$FILENAME
93 DFILE=$DDIR/$FILENAME
109 DFILE=$DDIR/$FILENAME
  /ndk/tests/build/import-install/
build.sh 25 for FILENAME in libfoo.so libpath1.so libpath2.so; do
26 FILE=$DIR/$FILENAME
  /external/tcpdump/
makemib 88 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
189 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
196 inn(FILENAME), parent, new, value
202 inn(FILENAME), parent, new, value, oid[new]
213 inn(FILENAME), new, parent, \
  /development/testrunner/
android_manifest.py 33 FILENAME = 'AndroidManifest.xml'
64 self._manifest_path = os.path.join(app_path, self.FILENAME)
121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
create_test.py 102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
139 tests_mk_path = "%s/%s" % (tests_path, mk.FILENAME)
146 mk_path = "%s/%s" % (app_path, mk.FILENAME)
212 (mk.PACKAGE_NAME, mk.FILENAME))
216 raise RuntimeError("Variable package missing from %s" % manifest.FILENAME)
android_mk.py 36 FILENAME = "Android.mk"
159 def CreateAndroidMK(path, filename=AndroidMK.FILENAME):
164 filename: the filename of the makefile
169 mk_path = os.path.join(path, filename)
  /external/clang/test/Preprocessor/
has_include.c 74 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
78 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
90 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}}
94 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
98 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}
    [all...]
  /external/libmtp/examples/
delfile.c 39 printf("Usage: delfile [-n] <fileid/trackid> | -f <filename>\n");
61 int FILENAME = 1;
68 field_type = FILENAME;
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 59 private final String FILENAME =
70 initOis(FILENAME);
98 initOis(FILENAME);
122 initOis(FILENAME);
238 initOis(FILENAME);
244 private void initOis(String fileName) throws Exception {
249 getClass().getResourceAsStream(fileName));
OldObjectOutputStreamPutFieldTest.java 65 private final String FILENAME =
80 refContent = getRefContent(FILENAME);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 47 FileEntry.Columns.ID, FileEntry.Columns.FILENAME,
107 entry.filename = file.getName();
118 entry.filename = original.filename;
147 file.id, downloadUrl, new File(mRootDir, file.filename));
154 Log.w(TAG, "cannot delete entry: " + file.filename, t);
256 public static final String FILENAME = "filename";
267 @Column(Columns.FILENAME)
268 public String filename; field in class:FileCache.FileEntry
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 48 public static final String FILENAME = ClassTest.class.getPackage().getName().replace('.', '/')+"/test#.properties";
583 InputStream in = getClass().getResourceAsStream("/"+FILENAME);
587 in = getClass().getResourceAsStream(FILENAME);
591 FILENAME);
ClassLoaderTest.java 230 ClassTest.FILENAME);
  /ndk/sources/host-tools/nawk-20071023/
awk.h 59 extern char **FILENAME;
lib.c 92 if (!isclvar(p = getargv(i))) { /* find 1st real filename */
93 setsval(lookup("FILENAME", symtab), getargv(i));
96 setclvar(p); /* a commandline assignment before filename */
115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
116 *RS, *FS, *ARGC, *FILENAME) );
136 *FILENAME = file;
588 if (strcmp(*FILENAME, "-") != 0)
589 fprintf(stderr, ", file %s", *FILENAME);
tran.c 48 char **FILENAME; /* current filename argument */
84 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval;
  /development/testrunner/test_defs/
instrumentation_test.py 252 (android_manifest.AndroidManifest.FILENAME,
279 (android_manifest.AndroidManifest.FILENAME,
287 def _IsJavaFileName(self, filename):
289 return os.path.splitext(filename)[1] == '.java'
321 filename = os.path.basename(java_file_path)
322 class_name = os.path.splitext(filename)[0]
338 for filename in os.listdir(path):
339 if self._IsJavaFileName(filename):
340 return self._GetPackageNameFromFile(os.path.join(path, filename))
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 69 AttachmentColumns.MIME_TYPE, AttachmentColumns.FILENAME };
73 private static final String[] PROJECTION_QUERY = new String[] { AttachmentColumns.FILENAME,
84 String filename = file.getName(); local
85 if (filename.endsWith(".tmp") || filename.startsWith("thmb_")) {
114 String fileName = c.getString(MIME_TYPE_COLUMN_FILENAME);
115 mimeType = AttachmentUtilities.inferMimeType(fileName, mimeType);
171 String filename = "thmb_" + accountId + "_" + id; local
173 File file = new File(dir, filename);
  /external/mdnsresponder/mDNSShared/
DebugServices.h 171 #define kDebugOutputTypeFPrintF 0x66707269U // 'fpri' - 1st param = DebugOutputTypeFlags [, 2nd param = filename]
196 @constant kDebugOutputTypeFlagsFile fprintf should go to a specific file (filename passed as va_arg).
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 185 private static final String FILENAME = "log.txt";
222 mWriter = getPrintWriter(mDirectory, FILENAME, false);
380 File dir, String filename, boolean renew) throws IOException {
381 mFile = new File(dir, filename);
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 38 * based on the attachment's filename and mime type.
43 Attachment.FILENAME, Attachment.MIME_TYPE, Attachment.ACCOUNT_KEY, Attachment.FLAGS};
100 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
103 mContentType = AttachmentUtilities.inferMimeType(fileName, mimeType);
104 mName = fileName;
126 // Check for unacceptable attachments by filename extension
143 // Check for installable attachments by filename extension
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 132 filePath = c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
153 // use the original filename if possible
  /external/checkpolicy/
policy_parse.y 84 %token FILENAME
356 cond_transition_def : TYPE_TRANSITION names names ':' names identifier filename ';'
395 transition_def : TYPE_TRANSITION names names ':' names identifier filename ';'
766 filename : FILENAME label

Completed in 2853 milliseconds

1 2