Home
last modified time | relevance | path

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

12

/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"`; \
427 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
430 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/extensions/
DMakefile.in74 while test -n "$$dir1"; do \
75 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
433 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
436 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/marisa-trie/
DMakefile.in77 while test -n "$$dir1"; do \
78 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
411 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
414 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/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/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/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/openfst/
DMakefile.in88 while test -n "$$dir1"; do \
89 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
104 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
481 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
484 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/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/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/valgrind/main/callgrind/tests/
DMakefile.in108 while test -n "$$dir1"; do \
109 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
124 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
667 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
670 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/cachegrind/tests/
DMakefile.in115 while test -n "$$dir1"; do \
116 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
131 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
689 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
692 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/protobuf/
DMakefile.in119 while test -n "$$dir1"; do \
120 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/none/
DMakefile.in113 while test -n "$$dir1"; do \
114 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
129 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
854 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
857 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/massif/
DMakefile.in164 while test -n "$$dir1"; do \
165 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
180 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
984 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
987 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java753 File dir1 = new File(cacheDir, "dir1"); in generateSomeGarbageFiles() local
754 File dir2 = new File(dir1, "dir2"); in generateSomeGarbageFiles()
761 dir1.mkdir(); in generateSomeGarbageFiles()
/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/bison/examples/
DMakefile.in211 while test -n "$$dir1"; do \
212 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1574 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1577 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/bison/
DMakefile.in259 while test -n "$$dir1"; do \
260 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
275 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1705 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1708 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/memcheck/
DMakefile.in182 while test -n "$$dir1"; do \
183 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1180 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1183 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/none/tests/
DMakefile.in451 while test -n "$$dir1"; do \
452 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
467 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1552 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1555 dir1=$$subdir; dir2="$(top_distdir)"; \

12