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

  /art/test/074-gc-thrash/src/
Main.java 111 Deep deep = new Deep(); local
116 deep.start();
127 deep.join();
194 class Deep extends Thread {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
239 System.err.println("Deep: weak still has " + i);
244 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
305 return new String("Deep" + val)
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis.js 287 function deep() { function
298 deep(); deep();
299 %OptimizeFunctionOnNextCall(deep);
300 deep(); deep();
302 deep(); deep();
316 function deep(shouldDeopt) {
325 if (shouldDeopt) %DeoptimizeFunction(deep);
    [all...]
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 52 ppint *deep = reinterpret_cast<ppint*>(p3); local
53 (void)reinterpret_cast<fnptr*>(deep);
cstyle-cast.cpp 27 // Cast away deep consts and volatiles.
189 ppint *deep = (ppint*)(p3); local
190 (void)(fnptr*)(deep);
functional-cast.cpp 56 // Cast away deep consts and volatiles.
255 ppint *deep = pppint(p3); local
257 (void)fnptrp(deep);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 392 CtClass deep = one; local
395 CtClass backupDeep = deep;
397 // Phase 1 - Find the deepest hierarchy, set deep and shallow correctly
400 if (eq(deep, shallow) && deep.getSuperclass() != null)
401 return deep;
403 CtClass deepSuper = deep.getSuperclass();
413 // wrong, swap them, since deep is now useless, its our tmp before we swap it
414 deep = backupDeep;
416 backupShallow = deep;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 2585 int deep = 1; local
2640 int deep = 1; local
    [all...]
testapi.c 19526 int deep; \/* descend into child if set *\/ local
    [all...]
  /external/libxml2/
xmlregexp.c 2589 int deep = 1; local
2648 int deep = 1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 4371 Persistent<IntWrapper> deep = IntWrapper::create(42); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 723 milliseconds