HomeSort by relevance Sort by last modified time
    Searched full:file1 (Results 276 - 300 of 821) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 241 String file1 = dir1 + "/test.mp3"; local
245 writeFile(R.raw.testmp3, file1);
246 mMediaScannerConnection.scanFile(file1, MEDIA_TYPE);
294 new File(file1).delete();
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc 60 // /good/file1
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
chktrcmp.py 37 print " --def-files=file1:file2:..."
  /external/opencv3/modules/java/
check-tests.py 153 "<Classes/Tests dir1/file1> [<Classes/Tests dir2/file2> ...]\n", "Not tested methods are loggedto stdout."
  /external/valgrind/auxprogs/
compare-build-logs 31 log-file1
  /external/webrtc/webrtc/base/
fileutils_mock.h 56 * /var/dir/file1
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
ActivityTest.java 58 public static final String fileName1 = "file1.log";
  /external/opencv3/cmake/
FindCUDA.cmake 125 # CUDA_ADD_EXECUTABLE( cuda_target file0 file1 ...
138 # CUDA_ADD_LIBRARY( cuda_target file0 file1 ...
147 # CUDA_COMPILE( generated_files file0 file1 ... [STATIC | SHARED | MODULE]
152 # CUDA_COMPILE_PTX( generated_files file0 file1 ... [OPTIONS ...] )
155 # CUDA_COMPILE_FATBIN( generated_files file0 file1 ... [OPTIONS ...] )
158 # CUDA_COMPILE_CUBIN( generated_files file0 file1 ... [OPTIONS ...] )
192 # CUDA_WRAP_SRCS ( cuda_target format generated_files file0 file1 ...
198 # Given the list of files (file0 file1 ... fileN) this macro generates
    [all...]
  /external/valgrind/callgrind/docs/
cl-format.xml 135 fl=file1.c
164 <filename>file1.c</filename>, the same as <function>main</function>.
167 at line 51 of <filename>file1.c</filename>, where <function>func2</function>
192 fl=(1) file1.c
222 fl=(1) file1.c
  /system/core/logcat/
logcat.cpp 112 char *file0, *file1; local
114 asprintf(&file1, "%s.%.*d", g_outputFileName, maxRotationCountDigits, i);
122 if (!file0 || !file1) {
127 err = rename(file0, file1);
133 free(file1);
    [all...]
  /build/core/
java_common.mk 76 # <dir1>::<file1>:<file2> <dir2>::<file1> <dir3>:
  /cts/hostsidetests/aadb/src/android/aadb/cts/
TestDeviceFuncTest.java 208 private boolean compareFiles(File file1, File file2) throws IOException {
213 stream1 = new BufferedInputStream(new FileInputStream(file1));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 430 URL result = loader.getResource("dir1/file1");
439 result = loader.getResource("/dir1/file1");
  /external/curl/lib/
checksrc.pl 93 print "checksrc.pl [option] <file1> [file2] ...\n";
  /prebuilts/go/darwin-x86/src/os/
path_test.go 136 for _, s := range []string{fpath, dpath + "/file1", path + "/zzz"} {
  /prebuilts/go/linux-x86/src/os/
path_test.go 136 for _, s := range []string{fpath, dpath + "/file1", path + "/zzz"} {
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 78 llvm::sys::path::native("//net/dir/file1", PathStorage);
85 "\"file\":\"file1\"},"
98 StringRef FileName1("file1");
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-getting-started.apt 42 fileSystem.add(new FileEntry("c:\\data\\file1.txt", "abcdef 1234567890"));
315 <property name="path" value="c:\File1.txt"/>
348 * The permissions for "File1.txt" ("rwxrwxrwx") are specified using the "permissionsFromString" shortcut
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 107 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100,
207 createAttachment(a1, m12.mId, "file:///path/to/file1");
509 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 213 IFile file1 = getFile(change1);
215 if (file1 != null && file2 != null) {
219 file1.getFullPath().toOSString());
  /external/libxml2/python/
generator.py 789 (index1, func1, name1, ret1, args1, file1) = info1
791 if file1 == file2:
796 if file1 == "python_accessor":
800 if file1 < file2:
802 if file1 > file2:
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
data.py 94 # { "file1": [17,23,45], "file2": [1,2,3], ... }
98 # { "file1": [[17,23], [17,25], [25,26]], ... }
102 # { "file1": "django.coverage", ... }
  /external/jcommander/doc/
index.html 364 java Main -debug file1 file2
367 and the field <tt>files</tt> will receive the strings "file1" and "file2".
463 file1
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 508 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1)
515 if (file1->handle == NULL)
518 file1->handle = NULL;

Completed in 1704 milliseconds

<<11121314151617181920>>