/external/autotest/client/bin/ |
site_sysinfo_unittest.py | 69 def assert_trees_equal(self, dir1, dir2, ignore=None): 72 @param dir1: the left comparison directory. 78 dircmps.append(filecmp.dircmp(dir1, dir2, ignore))
|
/external/antlr/runtime/Python3/ |
ez_setup.py | 456 def sorter(dir1, dir2): 457 return cmp(dir1.name, dir2.name)
|
/external/autotest/server/cros/ |
tradefed_test.py | 639 # We keep the top 2 names from the cache_path = .../dir1/dir2. 641 dir1 = os.path.basename(os.path.dirname(cache_path)) 642 instance_path = os.path.join(self._tradefed_install, dir1, dir2) [all...] |
/external/python/cpython3/Lib/test/ |
test_shutil.py | 141 dir1 = os.path.join(tmp, 'dir1') 142 dir2 = os.path.join(dir1, 'dir2') 144 for d in dir1, dir2, dir3: 148 link1 = os.path.join(dir1, 'link1') 150 link2 = os.path.join(dir1, 'link2') 152 link3 = os.path.join(dir1, 'link3') 155 shutil.rmtree(dir1) 156 self.assertFalse(os.path.exists(dir1)) [all...] |
test_tempfile.py | 775 dir1 = tempfile.mkdtemp() 776 self.assertTrue(dir1.endswith('aaa')) [all...] |
test_os.py | [all...] |
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
libcpuset.c | 1200 DIR *dir1, *dir2; local 1209 if ((dir1 = opendir(buf)) == NULL) 1211 while ((dent1 = readdir(dir1)) != NULL) { 1227 closedir(dir1); [all...] |
/external/cldr/tools/java/org/unicode/cldr/tool/ |
ChartDelta.java | 802 File dir1 = new File(LAST_ARCHIVE_DIRECTORY + "common\/" + dir); local [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
DiskLruCacheTest.java | 1325 File dir1 = new File(cacheDir, "dir1"); local [all...] |
/external/python/cpython2/Lib/test/ |
test_tempfile.py | 668 dir1 = tempfile.mkdtemp() 669 self.assertTrue(dir1.endswith('aaa')) [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fClippingTests.cpp | 349 bool twoPointClippedTriangleInvisible(const tcu::Vec3& p, const tcu::IVec3& dir1, const tcu::IVec3& dir2) 354 const tcu::Vector<deInt64, 3> d1 = tcu::Vector<deInt64, 3>(dir1.x(), dir1.y(), dir1.z()); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fClippingTests.cpp | 352 bool twoPointClippedTriangleInvisible(const tcu::Vec3& p, const tcu::IVec3& dir1, const tcu::IVec3& dir2) 357 const tcu::Vector<deInt64, 3> d1 = tcu::Vector<deInt64, 3>(dir1.x(), dir1.y(), dir1.z()); [all...] |
/external/iproute2/misc/ |
ss.c | 444 DIR *dir1; local 455 if ((dir1 = opendir(name)) == NULL) { 463 while ((d1 = readdir(dir1)) != NULL) { 508 closedir(dir1); [all...] |
/external/u-boot/arch/powerpc/include/asm/ |
immap_83xx.h | 253 u32 dir1; /* direction register 1 */ member in struct:gpio_n
|
/build/make/core/ |
java_common.mk | 119 # <dir1>::<file1>:<file2> <dir2>::<file1> <dir3>:
|
/external/skia/tests/ |
PathTest.cpp | 2608 SkPath::Direction dir0, dir1; local [all...] |
/external/skqp/tests/ |
PathTest.cpp | 2608 SkPath::Direction dir0, dir1; local [all...] |
/external/guice/extensions/struts2/lib/ |
ant-1.6.5.jar | |
/external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/ |
dokka-fatjar-0.9.17-g20190326.jar | |
/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
ant.jar | |