HomeSort by relevance Sort by last modified time
    Searched refs:shallow (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 393 CtClass shallow = two; local
394 CtClass backupShallow = shallow;
397 // Phase 1 - Find the deepest hierarchy, set deep and shallow correctly
400 if (eq(deep, shallow) && deep.getSuperclass() != null)
404 CtClass shallowSuper = shallow.getSuperclass();
407 // right, now reset shallow
408 shallow = backupShallow;
418 deep = shallow;
419 shallow = backupShallow;
424 shallow = shallowSuper
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /external/autotest/server/site_tests/brillo_ADBFileTransfer/
brillo_ADBFileTransfer.py 49 return_temp_file.name, shallow=False):
  /external/python/cpython2/Lib/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
79 # Try it with shallow=False
81 shallow=False) ==
85 shallow=False),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
240 def cmpfiles(a, b, common, shallow=1):
245 shallow -- if true, do comparison based solely on stat() information
257 res[_cmp(ax, bx, shallow)].append(x)
  /external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
brillo_ADBDirectoryTransfer.py 62 if not filecmp.cmp(original, returned, shallow=False):
  /external/python/cpython2/Lib/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
241 def cmpfiles(a, b, common, shallow=1):
246 shallow -- if true, do comparison based solely on stat() information
258 res[_cmp(ax, bx, shallow)].append(x)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
241 def cmpfiles(a, b, common, shallow=1):
246 shallow -- if true, do comparison based solely on stat() information
258 res[_cmp(ax, bx, shallow)].append(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
241 def cmpfiles(a, b, common, shallow=1):
246 shallow -- if true, do comparison based solely on stat() information
258 res[_cmp(ax, bx, shallow)].append(x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
241 def cmpfiles(a, b, common, shallow=1):
246 shallow -- if true, do comparison based solely on stat() information
258 res[_cmp(ax, bx, shallow)].append(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 7 cmp(f1, f2, shallow=1) -> int
21 def cmp(f1, f2, shallow=1):
30 shallow -- Just check stat signature (do not read the files).
46 if shallow and s1 == s2:
241 def cmpfiles(a, b, common, shallow=1):
246 shallow -- if true, do comparison based solely on stat() information
258 res[_cmp(ax, bx, shallow)].append(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 39 if filecmp.cmp(self.__backup, self.__filename, shallow = 0):
  /external/python/cpython2/Tools/freeze/
bkfile.py 39 if filecmp.cmp(self.__backup, self.__filename, shallow = 0):
  /external/skia/infra/bots/
test_utils.py 59 test.assertTrue(filecmp.cmp(pathA, pathB, shallow=False))
  /external/syslinux/com32/elflink/
test_com32.c 133 module->shallow ? "shallow" : "regular",
  /external/syslinux/com32/include/sys/
module.h 71 * - shallow modules, which are not associated with an ELF shared object, but contain
73 * actual code and data. One particular usage of shallow modules is to access
90 bool shallow; // Whether the module contains any code member in struct:elf_module
244 * modules and for shallow modules.
  /external/brotli/python/tests/
_test_utils.py 109 filecmp.cmp(first, second, shallow=False),
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
  /external/syslinux/core/elflink/
load_env32.c 35 .shallow = true,
50 * (preinitialized shallow module) and placing it on top of the
  /external/brotli/enc/
hash.h 190 size_t max_backward, HasherSearchResult* out, BROTLI_BOOL shallow) {
199 for (i = 0; i < (shallow ? 1u : 2u); ++i, ++key) {
  /external/syslinux/com32/lib/sys/module/
elf_module.c 204 module->shallow = 0;

Completed in 629 milliseconds

1 2 3