HomeSort by relevance Sort by last modified time
    Searched full:roots (Results 226 - 250 of 553) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 271 * Patterns with wildcard roots are also not allowed.
337 // check roots (wildcard matches anything)
410 // check roots
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.m 439 * Patterns with wildcard roots are also not allowed.
532 // check roots (wildcard matches anything)
610 // check roots
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 463 Patterns with wildcard roots are also not allowed.
552 # check roots (wildcard matches anything)
600 # check roots
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 383 // Clusters are chosen using very similar criteria to CSS flow roots, aka
385 // flow roots correspond to box containers that behave somewhat
634 // Compares the width of the specified cluster's roots in descending order.
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 280 def DeepDependencyTargets(target_dicts, roots):
283 pending = set(roots)
296 return list(dependencies - set(roots))
  /external/clang/lib/ARCMigrate/
Transforms.cpp 341 bool TraverseStmt(Stmt *rootS) {
342 if (!rootS)
345 BodyContext BodyCtx(MigrateCtx, rootS);
  /external/speex/libspeex/
sb_celp.c 307 int i, roots, sub; local
411 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
412 if (roots!=st->lpcSize)
414 roots = lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA2, stack);
415 if (roots!=st->lpcSize) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 725 roots = []
733 elif c not in roots:
734 roots.append(c)
737 roots.append(parent)
738 return walktree(roots, children, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 725 roots = []
733 elif c not in roots:
734 roots.append(c)
737 roots.append(parent)
738 return walktree(roots, children, None)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 247 /// Construct a vectorizable tree that starts at \p Roots.
248 void buildTree(ArrayRef<Value *> Roots);
271 void buildTree_rec(ArrayRef<Value *> Roots, unsigned Depth);
297 /// roots. This method calculates the cost of extracting the values.
412 void BoUpSLP::buildTree(ArrayRef<Value *> Roots) {
414 if (!getSameType(Roots))
416 buildTree_rec(Roots, 0);
    [all...]
  /external/chromium_org/v8/src/
heap.h 49 // Defines all the roots in Heap.
81 /* The first 32 roots above this line should be boring from a GC point of */ \
    [all...]
global-handles.h 195 // Iterates over all weak roots in heap.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 2693 IPackageFragmentRoot[] roots = javaProject.getPackageFragmentRoots(); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 622 * filesystem roots. It will throw {@link SecurityException} if callers try
623 * accessing files outside the configured roots.
640 * access to files that live under configured roots.
    [all...]
  /art/runtime/gc/space/
image_space.cc 250 // Grab location but don't use Object::AsString as we haven't yet initialized the roots to
  /dalvik/vm/alloc/
CardTable.cpp 359 * processing. We treat objects marked from the roots and weak
  /external/chromium_org/base/json/
json_parser.h 47 // objects by using "hidden roots," discussed in the implementation.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 275 unsigned m_matchUserAgentOnly : 1; // Used to make ::part with "-webkit"-prefixed part name match only elements in UA shadow roots.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
expspeed.c 68 * modular inverse, or modular square roots */
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ecp_oct.c 98 * so y is one of the square roots of x^3 + a*x + b.
  /external/clang/lib/Analysis/
ReachableCode.cpp 305 // blocks as roots.
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 113 /// Notify this strategy that all roots have been released (including those
  /external/llvm/include/llvm/IR/
MDBuilder.h 118 /// name. This may be identified (uniqued) with other roots with the same
  /external/openssl/crypto/bn/
expspeed.c 68 * modular inverse, or modular square roots */
  /external/openssl/crypto/ec/
ecp_oct.c 98 * so y is one of the square roots of x^3 + a*x + b.

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011>>