/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DocumentDescriptor.java | 28 * It has a children list which represent all the possible roots of the document.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 474 IPackageFragmentRoot[] roots = javaProject.getPackageFragmentRoots(); 475 for (int i = 0; i < roots.length; i++) { 476 IClasspathEntry entry = roots[i].getRawClasspathEntry(); 480 result.add(roots[i]); 524 IPackageFragmentRoot[] roots = getPackageFragmentRoots(getProject(), 531 for (IPackageFragmentRoot root : roots) { 612 for (IPackageFragmentRoot root : roots) { 625 } else if (roots.length > 0) { 627 page.setPackageFragmentRoot(roots[0], true /* canBeModified*/);
|
UiPackageAttributeNode.java | 267 IPackageFragmentRoot[] roots = javaProject.getPackageFragmentRoots(); local 268 for (int i = 0; i < roots.length; i++) { 269 IClasspathEntry entry = roots[i].getRawClasspathEntry(); 271 result.add(roots[i]);
|
/external/v8/src/ |
global-handles.h | 107 // Iterates over all weak roots in heap. 110 // Iterates over weak roots that are bound to a given callback.
|
heap-profiler.h | 55 ROOTS = 1, 99 case ROOTS: return Heap::result_symbol();
|
heap-profiler.cc | 353 if (constructor_ == FromSpecialCase(ROOTS)) { 354 accumulator->Add("(roots)"); 537 JSObjectsCluster roots(JSObjectsCluster::ROOTS); 538 ReferencesExtractor extractor(roots, this);
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 1247 final LinkedList<Node> roots = findRoots(rules); local 1323 final LinkedList<Node> roots = mRoots; local 1342 final LinkedList<Node> roots = findRoots(rules); local [all...] |
/external/speex/libspeex/ |
lsp.c | 68 The zeros (roots) of P(z) also happen to alternate, which is why we 69 swap coefficients as we find roots. So the process of finding the 70 LSP frequencies is basically finding the roots of 5th order 241 int roots=0; /* DR 8/2/94: number of roots found */ local 355 roots++; 387 return(roots);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
ggc.h | 67 /* Structures for the easy way to mark roots. 127 /* Call ggc_set_mark on all the roots. */ 208 /* When true, identifier nodes are considered as GC roots. When
|
/bootable/recovery/ |
bootloader.c | 20 #include "roots.h"
|
/build/core/ |
pathmap.mk | 72 # A list of all source roots under frameworks/base, which will be
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-query.1 | 42 iterate over fundamental roots
|
/external/dropbear/libtommath/ |
bn_mp_n_root.c | 26 * find huge roots [square and cube, etc].
|
/external/v8/src/x64/ |
register-allocator-x64-inl.h | 63 -1, // r13 Roots array. This is callee saved.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
SHA256Digest.java | 131 * The first 32 bits of the fractional parts of the square roots 279 * cube roots of the first sixty-four prime numbers)
|
/external/webkit/WebCore/bindings/v8/ |
DOMDataStore.cpp | 48 // reachable from JS roots. 143 // Called when the object is near death (not reachable from JS roots).
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.h | 151 // GlyphPageTreeNode for each glyph page number. The roots do not have a 185 static HashMap<int, GlyphPageTreeNode*>* roots;
|
/frameworks/base/awt/java/awt/ |
BasicStroke.java | 1168 double roots[] = new double[3]; local [all...] |
/external/skia/src/core/ |
SkEdgeClipper.cpp | 65 SkScalar roots[2]; // we only expect one, but make room for 2 for safety local 66 int count = SkFindUnitQuadRoots(A, B, C, roots); 68 *t = roots[0];
|
/external/blktrace/btt/ |
inlines.h | 287 struct rb_root *roots = dip->heads; local 288 return &roots[type];
|
/external/skia/include/core/ |
SkGeometry.h | 34 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the 37 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]);
|
/external/bluetooth/glib/gobject/ |
gobject-query.c | 114 g_fprintf (stderr, " froots iterate over fundamental roots\n");
|
/sdk/files/ |
android.el | 10 "history of project roots supplied to `android-jdb'")
|
/frameworks/base/awt/java/awt/geom/ |
CubicCurve2D.java | 959 * Finds the roots of the cubic polynomial. This is accomplished by finding 968 * @return the number of roots of the cubic polynomial. 979 * Finds the roots of the cubic polynomial. This is accomplished by finding 990 * @return the number of roots of the cubic polynomial. 993 * roots. [all...] |
QuadCurve2D.java | 829 * Finds the roots of the quadratic polynomial. This is accomplished by 838 * @return the number of roots of the quadratic polynomial. 849 * Finds the roots of the quadratic polynomial. This is accomplished by 860 * @return the number of roots of the quadratic polynomial. 863 * than the number of roots.
|