/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 126 'roots','rose','rot90','rotate','rotate3d','round','rref',
|
/external/llvm/include/llvm/CodeGen/ |
MachineDominators.h | 28 this->Roots.push_back(MBB);
|
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 147 OS << "GC roots for " << FD->getFunction().getName() << ":\n";
|
/external/skia/src/core/ |
SkStrokerPriv.cpp | 192 /* Before we enter the world of square-roots and divides,
|
/external/v8/src/mips/ |
frames-mips.h | 73 1 << 22 | // s6 (roots in Javascript code)
|
/external/valgrind/main/include/ |
pub_tool_machine.h | 128 // This is very Memcheck-specific -- it's used to find the roots when
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 192 // Hide roots when we're managing a specific root 851 final RootsFragment roots = RootsFragment.get(fm); local 852 if (roots != null) { 853 roots.onCurrentRootChanged(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 141 + "which would result in multiple new roots");
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 356 * Patterns with wildcard roots are also not allowed. 420 // check roots (wildcard matches anything) 506 // check roots
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 410 * Patterns with wildcard roots are also not allowed. 480 // check roots (wildcard matches anything) 578 // check roots
|
/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 | 406 // Clusters are chosen using very similar criteria to CSS flow roots, aka 408 // flow roots correspond to box containers that behave somewhat 657 // Compares the width of the specified cluster's roots in descending order.
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 288 def DeepDependencyTargets(target_dicts, roots): 291 pending = set(roots) 304 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/chromium_org/v8/src/ |
serialize.cc | 882 // This is called on the roots. It is the driver of the deserialization 1318 Object** roots = isolate()->heap()->roots_array_start(); local [all...] |
heap.h | 49 // Defines all the roots in Heap. 82 /* The roots above this line should be boring from a GC point of view. */ \ [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...] |
/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
|