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

  /external/llvm/test/FrontendC++/
2006-11-06-StackTrace.cpp 25 int shallower ( int x ) { return shallow(x + 2); }
26 int shallow ( int x ) { return deep(x + 3); } function in class:DeepStack
  /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...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 430 // Make a shallow copy of the app page template.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 125 * relatively shallow maximum recursion depth of 100.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 125 * relatively shallow maximum recursion depth of 100.
    [all...]

Completed in 275 milliseconds