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

  /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...]
  /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),
  /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)
  /external/v8/test/mjsunit/compiler/
literals-optimized.js 40 // Test shallow array literal.
76 // Test shallow object literal.
escape-analysis.js 276 // Test non-shallow nested graph of captured objects.
306 // Test non-shallow nested graph of captured objects with duplicates
343 // Test non-shallow nested graph of captured objects with inline
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/opencv3/doc/pattern_tools/
svgfig.py 213 def clone(self, shallow=False):
214 """Deep copy of SVG tree. Set shallow=True for a shallow copy."""
215 if shallow:
    [all...]
  /external/v8/src/
objects.cc 8041 bool shallow = hints_ == JSObject::kObjectIsShallow; local
    [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js 173 // as shallow array clone
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
mocha.js 174 // as shallow array clone
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js 173 // as shallow array clone
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 758 milliseconds