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

1 2

  /dalvik/vm/native/
java_lang_Class.cpp 589 ClassObject* enclosing = dvmGetDeclaringClass(clazz); local
590 dvmReleaseTrackedAlloc((Object*) enclosing, NULL);
591 RETURN_PTR(enclosing);
604 ClassObject* enclosing = dvmGetEnclosingClass(clazz); local
605 dvmReleaseTrackedAlloc((Object*) enclosing, NULL);
606 RETURN_PTR(enclosing);
619 Object* enclosing = dvmGetEnclosingMethod(clazz); local
620 if (enclosing != NULL) {
621 dvmReleaseTrackedAlloc(enclosing, NULL);
622 if (enclosing->clazz == gDvm.classJavaLangReflectConstructor)
640 Object* enclosing = dvmGetEnclosingMethod(clazz); local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 55 // Stack of enclosing PHASE_BEGIN elements.
  /external/chromium_org/v8/test/mjsunit/
eval-enclosing-function-name.js 28 // From within 'eval', the name of the enclosing function should be
debug-liveedit-patch-positions-replace.js 31 // Scenario: a function is being changed, which causes enclosing function to
  /external/chromium_org/v8/test/mjsunit/regress/
regress-990205.js 34 // in function x should not try to break out of the enclosing while.
  /external/v8/test/mjsunit/
eval-enclosing-function-name.js 28 // From within 'eval', the name of the enclosing function should be
debug-liveedit-patch-positions-replace.js 31 // Scenario: a function is being changed, which causes enclosing function to
  /external/v8/test/mjsunit/regress/
regress-990205.js 34 // in function x should not try to break out of the enclosing while.
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
mpeg_parser.js 33 // When supplied, opt_end is the end of the enclosing atom and is used to
  /external/clang/lib/CodeGen/
CGCleanup.cpp 380 // As long as Old strictly encloses the scope's enclosing normal
625 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); local
626 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing));
722 // to the enclosing cleanup
780 // If there aren't any enclosing cleanups, we can resolve all
    [all...]
  /external/chromium_org/tools/grit/grit/node/
base.py 515 '''Searches all ancestors of the current node for the nearest enclosing
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 357 * enclosing rule. This local follow set only includes tokens
  /external/chromium_org/v8/src/
liveedit-debugger.js 36 // change chunk(s) get recompiled, or their enclosing functions are
    [all...]
  /external/v8/src/
liveedit-debugger.js 36 // change chunk(s) get recompiled, or their enclosing functions are
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/bison/
maint.mk 467 # h: the header name, with no enclosing <> or ""
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/bison/build-aux/
texinfo.tex 631 % @group ... @end group forces ... to be all on one page, by enclosing
    [all...]

Completed in 981 milliseconds

1 2