HomeSort by relevance Sort by last modified time
    Searched full:roots (Results 251 - 275 of 329) sorted by null

<<11121314

  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/wizards/
DatabaseManagementClassesCreationMainPage.java     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 554 ArrayRef<const CodeGenRegister*> Roots = RU.getRoots();
555 for (unsigned ri = 0, re = Roots.size(); ri != re; ++ri) {
556 const CodeGenRegister *Root = Roots[ri];
    [all...]
  /external/v8/src/
liveobjectlist.cc     [all...]
heap.cc     [all...]
liveedit.cc 994 // Iterate over all roots. Stack frames may have pointer into original code,
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 596 // grammars mentioned on command line are either roots or single grammars.
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/strace/
system.c 634 tprintf(", roots:[");
    [all...]
  /external/v8/src/arm/
assembler-arm.h 160 // Used as roots register.
    [all...]
  /external/v8/src/mips/
assembler-mips.h 323 static const Register& kRootRegister = s6; // Roots array pointer.
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 243 * Returns the file system roots. On Android and other Unix systems, there is
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 295 CARD8 numRoots; /* number of roots structs to follow */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 295 CARD8 numRoots; /* number of roots structs to follow */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 295 CARD8 numRoots; /* number of roots structs to follow */
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 103 * is used to list all the possible roots given by actual implementations.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 680 // sub-roots that correspond to elements in this layout, and place them inside
    [all...]
  /external/chromium/chrome/browser/resources/
about_os_credits.html     [all...]
  /external/chromium/net/base/
x509_certificate_known_roots_win.h 8 // This is the set of 318 Microsoft trusted roots from 1st April 2011.
15 // distinguish `real' root CAs from roots that were user-installed.
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 59 * support DocumentFrgment nodes as roots, though that might be worth
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 455 // "createNode" is used to generate new tree roots that link
    [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]

Completed in 6873 milliseconds

<<11121314