HomeSort by relevance Sort by last modified time
    Searched full:innermost (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/dx/src/com/android/dx/cf/attrib/
AttEnclosingMethod.java 30 /** {@code non-null;} the innermost enclosing class */
33 /** {@code null-ok;} the name-and-type of the innermost enclosing method, if any */
39 * @param type {@code non-null;} the innermost enclosing class
40 * @param method {@code null-ok;} the name-and-type of the innermost enclosing
60 * Gets the innermost enclosing class.
62 * @return {@code non-null;} the innermost enclosing class
69 * Gets the name-and-type of the innermost enclosing method, if
72 * @return {@code null-ok;} the name-and-type of the innermost enclosing
  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 44 // locations. If the user types "w", an innermost match ("website.com") is
45 // better than a non-innermost match ("www.google.com"). If the user types
47 // matches are, vacuously, "innermost matches".
63 // input is an innermost match or not. See comments in HistoryMatch.
  /external/clang/test/CodeGenObjC/
encode-test.m 8 struct Innermost {
14 struct Innermost *innermost;
95 // CHECK: @g0 = constant [15 x i8] c"{Innermost=CC}\00"
96 const char g0[] = @encode(struct Innermost);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 6 // function the friend class or function is a member of the innermost
43 // consider any scopes outside the innermost enclosing namespace.
71 // on innermost namespaces.
  /external/chromium/base/
foundation_utils_mac.h 24 // managed by the innermost NSAutoreleasePool, so after this function returns,
message_pump_mac.h 157 // (weak) Delegate passed as an argument to the innermost Run call.
172 // innermost executing CFRunLoopRun loop started by a call to Run.
200 // True if Quit is called to stop the innermost MessagePump
202 // is running inside the MessagePump's innermost Run call.
compiler_specific.h 38 // Pop effects of innermost MSVC_PUSH_* macro.
message_pump_mac.mm 477 // Stop the innermost run loop managed by this MessagePumpCFRunLoop object.
479 // This object is running the innermost loop, just stop it.
485 // other run loops, just mark this object to quit the innermost Run as
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 84 int c(Ts ...&); // expected-error {{'...' must be innermost component of anonymous pack declaration}}
85 int d(Ts ...(...&...)); // expected-error 2{{'...' must be innermost component of anonymous pack declaration}}
86 int e(Ts ...*[]); // expected-error {{'...' must be innermost component of anonymous pack declaration}}
87 int f(Ts ...(...*)()); // expected-error 2{{'...' must be innermost component of anonymous pack declaration}}
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifier.java 14 * If multiple DefaultQualifier annotations are in scope, the innermost one
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 41 * @param className the name of the innermost enclosing class.
63 * @param className the name of the innermost enclosing class.
  /external/valgrind/main/exp-sgcheck/
sg_main.c 808 Inv_Stack0, /* array-typed stack block in innermost frame */
809 Inv_StackN, /* array-typed stack block in non-innermost frame */
826 } Stack0; /* innermost stack frame */
831 } StackN; /* non-innermost stack frame */
1967 StackFrame *innermost, *innermostOrig; local
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-2.js 53 // We patch innermost function "Chooser".
  /external/llvm/include/llvm/Analysis/
LoopDependenceAnalysis.h 75 /// loop nest starting at the innermost loop L.
79 /// the innermost loop L if it is of the form A+B*X where A, B are invariant
  /external/elfutils/libdw/
dwarf_getscopes.c 138 /* Postorder visitor: first (innermost) call wins. */
149 /* We have hit the innermost DIE that contains the target PC. */
dwarf_getscopevar.c 113 /* Start with the innermost scope and move out. */
  /external/guava/guava/src/com/google/common/base/
Throwables.java 160 * Returns the innermost cause of {@code throwable}. The first throwable in a
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 47 * @return the innermost non-DelegatedHdf HDF object.
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.h 137 // get array of WebScriptObjects for each scope (innermost first, last is always global object)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 295 FastStringBuffer innermost = this; local
297 while (innermost.m_innerFSB != null)
299 innermost = innermost.m_innerFSB;
302 m_chunkBits = innermost.m_chunkBits;
303 m_chunkSize = innermost.m_chunkSize;
304 m_chunkMask = innermost.m_chunkMask;
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 228 /// fixups than the fixup depth on the innermost normal cleanup, or
233 // We expect this to only be called when there's still an innermost
852 // Calculate the innermost active normal cleanup.
857 // destination scope is within the innermost active normal cleanup
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Template.h 46 /// \brief The template argument lists, stored from the innermost template
108 /// \brief Retrieve the innermost template argument list.
  /external/clang/lib/Basic/
Module.cpp 108 // Build up the set of module names (from innermost to outermost).
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 128 /* The first inner (child) loop or NULL if innermost loop. */
513 starting from innermost ones. */
514 LI_ONLY_INNERMOST = 4 /* Iterate only over innermost loops. */

Completed in 1795 milliseconds

1 2 3 4 5 6 7 8