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

  /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/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/v8/src/
objects.cc 7805 bool shallow = hints_ == JSObject::kObjectIsShallow; local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 382 milliseconds