Home
last modified time | relevance | path

Searched refs:dir1 (Results 1 – 15 of 15) sorted by relevance

/external/openfst/src/extensions/
DMakefile.in74 while test -n "$$dir1"; do \
75 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
435 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
438 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/libcap-ng/libcap-ng-0.7/bindings/
DMakefile.in96 while test -n "$$dir1"; do \
97 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
460 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
463 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/openfst/src/
DMakefile.in74 while test -n "$$dir1"; do \
75 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
430 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
433 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/stressapptest/
DMakefile.in106 while test -n "$$dir1"; do \
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
467 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
470 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/openfst/
DMakefile.in86 while test -n "$$dir1"; do \
87 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
484 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
487 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/linux-tools-perf/
Dbuiltin-kmem.c91 DIR *dir1, *dir2; in setup_cpunode_map() local
97 dir1 = opendir(PATH_SYS_NODE); in setup_cpunode_map()
98 if (!dir1) in setup_cpunode_map()
101 while ((dent1 = readdir(dir1)) != NULL) { in setup_cpunode_map()
/external/libcap-ng/libcap-ng-0.7/
DMakefile.in88 while test -n "$$dir1"; do \
89 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
104 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
509 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
512 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/libusb/
DMakefile.in113 while test -n "$$dir1"; do \
114 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
129 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
527 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
530 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/libmtp/
DMakefile.in111 while test -n "$$dir1"; do \
112 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
127 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
526 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
529 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/libcap-ng/libcap-ng-0.7/bindings/python/
DMakefile.in125 while test -n "$$dir1"; do \
126 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
141 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
627 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
630 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/libcap-ng/libcap-ng-0.7/src/
DMakefile.in150 while test -n "$$dir1"; do \
151 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
166 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
629 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
632 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java849 File dir1 = new File(base, String.valueOf(dirNumber)); in test_getCanonicalPath() local
851 if (dir1.exists()) { in test_getCanonicalPath()
853 dir1 = new File(base, String.valueOf(dirNumber)); in test_getCanonicalPath()
1453 File dir1 = null; in test_listFilesLjava_io_FileFilter() local
1475 dir1 = new File(baseDir, "Temp1"); in test_listFilesLjava_io_FileFilter()
1476 dir1.mkdir(); in test_listFilesLjava_io_FileFilter()
1492 .compareTo(dir1)); in test_listFilesLjava_io_FileFilter()
1525 dir1.delete(); in test_listFilesLjava_io_FileFilter()
1532 if (dir1 != null) { in test_listFilesLjava_io_FileFilter()
1533 dir1.delete(); in test_listFilesLjava_io_FileFilter()
/external/chromium/base/
Dfile_util_unittest.cc1622 FilePath dir1 = temp_dir_.path().Append(FILE_PATH_LITERAL("dir1")); in TEST_F() local
1623 EXPECT_TRUE(file_util::CreateDirectory(dir1)); in TEST_F()
1656 EXPECT_TRUE(c2.HasFile(dir1)); in TEST_F()
1665 EXPECT_TRUE(c2_non_recursive.HasFile(dir1)); in TEST_F()
1676 EXPECT_TRUE(c2_dotdot.HasFile(dir1)); in TEST_F()
1685 EXPECT_TRUE(c3.HasFile(dir1)); in TEST_F()
1707 EXPECT_TRUE(c5.HasFile(dir1)); in TEST_F()
/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp462 void CheckForExec(const char* base1, const char* dir1, const char* file1, in CheckForExec() argument
472 base1, dir1, file1, file1Ex ? "" : "no ", in CheckForExec()
479 bool CompareFiles(const char* base1, const char* dir1, const char* file1, in CompareFiles() argument
485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex); in CompareFiles()
487 base1, dir1, (int) strlen(file1) - (int) file1Ex, file1, in CompareFiles()
/external/iproute2/misc/
Dss.c258 DIR *dir1; in user_ent_hash_build() local
266 if ((dir1 = opendir(name)) == NULL) in user_ent_hash_build()
271 while ((d1 = readdir(dir1)) != NULL) { in user_ent_hash_build()
300 closedir(dir1); in user_ent_hash_build()