/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 137 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100, 516 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100, 577 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1a.mId, "file1", 100,
|
/external/grub/stage2/ |
builtins.c | 485 /* cmp FILE1 FILE2 */ local 490 char *file1, *file2; 498 file1 = arg; 500 if (! *file1 || ! *file2) 507 nul_terminate (file1); 510 /* Read the whole data from FILE1. */ 512 if (! grub_open (file1)) 534 size, file1, filemax, file2); 552 i, (unsigned) addr1[i], file1, 564 "cmp FILE1 FILE2" [all...] |
/build/core/ |
base_rules.mk | 254 # <dir1>::<file1>:<file2> <dir2>::<file1> <dir3>:
|
build-system.html | [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URLClassLoaderTest.java | 543 URL result = loader.getResource("dir1/file1"); 552 result = loader.getResource("/dir1/file1");
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
CodeSourceTest.java | 589 thizCS = new CodeSource(new URL("http", null, "file1"), 591 thatCS = new CodeSource(new URL("http", "another.host.com", "file1"),
|
/external/bluetooth/glib/gio/ |
gfile.h | 146 gboolean (* equal) (GFile *file1, 444 gboolean g_file_equal (GFile *file1, [all...] |
gfile.c | 565 * @file1: the first #GFile. 575 * Returns: %TRUE if @file1 and @file2 are equal. 579 g_file_equal (GFile *file1, 584 g_return_val_if_fail (G_IS_FILE (file1), FALSE); 587 if (G_TYPE_FROM_INSTANCE (file1) != G_TYPE_FROM_INSTANCE (file2)) 590 iface = G_FILE_GET_IFACE (file1); 592 return (* iface->equal) (file1, file2); [all...] |
glocalfile.c | 516 g_local_file_equal (GFile *file1, 519 GLocalFile *local1 = G_LOCAL_FILE (file1); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 117 gz1.write("FILE1".getBytes()); 153 assertEquals("FILE1", new String(buf1, 0, e1.getInputStream().read(buf1)));
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileUtils.java | 409 * @param file1 the first file
415 public static boolean contentEquals(File file1, File file2) throws IOException {
416 boolean file1Exists = file1.exists();
426 if (file1.isDirectory() || file2.isDirectory()) {
431 if (file1.length() != file2.length()) {
436 if (file1.getCanonicalFile().equals(file2.getCanonicalFile())) {
444 input1 = new FileInputStream(file1);
[all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
URLStreamHandler.java | 71 * http://www.company.com/java/file1.java#reference
|
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 1003 const char* file1 = "\" datatype = \"x-icu-resource-bundle\" "; local [all...] |
/development/pdk/docs/porting/ |
build_cookbook.jd | 504 file1.cpp \<br/>
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
option.sgml | 15 <literal>testtreemodel -r 1 --max-size 20 --rand --display=:1.0 -vb -- file1 file2</literal>
|
/external/e2fsprogs/lib/et/ |
com_err.texinfo | 470 if ( (f1 = fopen(FILE1, "r")) == NULL) @{
|
/external/zlib/examples/ |
gun.c | 647 fprintf(stderr, "usage: gun [-t] [file1.gz [file2.Z ...]]\n");
|
/external/dropbear/libtomcrypt/ |
Doxyfile | [all...] |
/external/dropbear/ |
scp.c | 1147 " [[user@]host1:]file1 [...] [[user@]host2:]file2\n");
|
/external/bluetooth/glib/glib/ |
goption.c | 197 * "FILE1 FILE2...". If you are using #G_OPTION_REMAINING for [all...] |
/external/libpng/ |
pngtest.c | 31 * of files at once by typing "pngtest -m file1.png file2.png ..." [all...] |
/external/qemu/ |
qemu-options.hx | 694 "-acpitable [sig=str][,rev=n][,oem_id=str][,oem_table_id=str][,oem_rev=n][,asl_compiler_id=str][,asl_compiler_rev=n][,data=file1[:file2]...]\n" 698 @item -acpitable [sig=@var{str}][,rev=@var{n}][,oem_id=@var{str}][,oem_table_id=@var{str}][,oem_rev=@var{n}] [,asl_compiler_id=@var{str}][,asl_compiler_rev=@var{n}][,data=@var{file1}[:@var{file2}]...] [all...] |
/external/srec/doc/ |
srec.doxygen | [all...] |
/external/grub/docs/ |
grub.texi | [all...] |
/external/guava/javadoc/com/google/common/io/ |
Files.html | 259 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#equal(java.io.File, java.io.File)">equal</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> file1, [all...] |