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

  /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...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 412 private final HttpsURLConnectionImpl enclosing; field in class:HttpsURLConnectionImpl.HttpsEngine
416 * @param enclosing the HttpsURLConnection with HTTPS features
420 HttpsURLConnectionImpl enclosing) throws IOException {
423 this.enclosing = enclosing;
446 sslSocket = connection.verifySecureSocketHostname(enclosing.getHostnameVerifier());
478 connection.setupSecureSocket(enclosing.getSSLSocketFactory(), tlsTolerant);
524 return enclosing.getSSLSocketFactory();
528 return enclosing;
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 55 // Stack of enclosing PHASE_BEGIN elements.
  /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/clang/lib/CodeGen/
CGCleanup.cpp 380 // As long as Old strictly encloses the scope's enclosing normal
598 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); local
599 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing));
695 // to the enclosing cleanup
753 // If there aren't any enclosing cleanups, we can resolve all
    [all...]
  /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/v8/src/
liveedit-debugger.js 36 // change chunk(s) get recompiled, or their enclosing functions are
    [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...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 731 % @group ... @end group forces ... to be all on one page, by enclosing
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/grub/docs/
texinfo.tex 663 % @group ... @end group forces ... to be all on one page, by enclosing
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 306 milliseconds