/build/tools/ |
fileslist.py | 26 roots = argv[1:] 27 for root in roots:
|
/external/skia/src/core/ |
SkGeometry.cpp | 119 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]) 121 SkASSERT(roots); 124 return valid_unit_divide(-C, B, roots); 126 SkScalar* r = roots; 130 if (R < 0 || SkScalarIsNaN(R)) { // complex roots 149 if (r - roots == 2) 151 if (roots[0] > roots[1]) 152 SkTSwap<SkScalar>(roots[0], roots[1]) 859 SkScalar* roots = tValues; local 1088 SkScalar roots[2]; local [all...] |
SkQuadClipper.cpp | 51 SkScalar roots[2]; // we only expect one, but make room for 2 for safety local 52 int count = SkFindUnitQuadRoots(A, B, C, roots); 54 *t = roots[0];
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.cpp | 43 HashMap<int, GlyphPageTreeNode*>* GlyphPageTreeNode::roots = 0; 51 roots = new HashMap<int, GlyphPageTreeNode*>; 55 GlyphPageTreeNode* node = pageNumber ? roots->get(pageNumber) : pageZeroRoot; 62 roots->set(pageNumber, node); 72 if (roots) { 73 HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end(); 74 for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it) 96 // Enumerate all the roots and prune any tree that contains our custom font data. 97 if (roots) { 98 HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeContentProvider.java | 88 ArrayList<UiElementNode> roots = new ArrayList<UiElementNode>(); local 92 roots.add(ui_node); 96 roots.add(ui_node); 103 return roots.toArray();
|
/dalvik/dx/src/junit/runner/ |
ClassPathTestCollector.java | 32 Hashtable collectFilesInRoots(Vector roots) { 34 Enumeration e= roots.elements();
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
ClassPathTestCollector.java | 32 Hashtable collectFilesInRoots(Vector roots) { 34 Enumeration e= roots.elements();
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 33 Hashtable collectFilesInRoots(Vector roots) { 35 Enumeration e= roots.elements();
|
/development/tools/idegen/src/ |
Eclipse.java | 43 * root directory, we'll order source roots based on how they match 44 * regular expressions in that file. Source roots that match earlier 66 // Put source roots in respective buckets. 79 // Output source roots to configuration file. 121 // Exclude nested source roots. 173 * A precedence bucket for source roots.
|
Configuration.java | 36 /** Java source tree roots. */ 53 * for .java and .jar files and identifying source roots. 76 Log.debug(sourceRoots.size() + " source roots"); 111 * Recursively finds .java source roots, .jar files, and excluded 120 * source roots in our generated source directory (specifically, 134 // Keep track of source roots for .java files. 224 * Picks out excluded directories that are under source roots.
|
IntelliJ.java | 49 * under source roots but leave the rest in so you can still pull
|
/development/tools/makedict/src/com/android/tools/dict/ |
MakeBinaryDictionary.java | 54 List<CharNode> roots; field in class:MakeBinaryDictionary 93 roots = new ArrayList<CharNode>(); 152 int index = indexOf(roots, firstChar); 157 index = roots.size(); 158 roots.add(newNode); 160 roots.get(index).freq += occur; 163 addWordRec(roots.get(index), word, 1, occur); 165 roots.get(index).terminal = true; 287 writeWordsRec(roots);
|
/external/junit/src/junit/runner/ |
ClassPathTestCollector.java | 35 Hashtable collectFilesInRoots(Vector roots) { 37 Enumeration e= roots.elements();
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
SHA384Digest.java | 73 * The first 64 bits of the fractional parts of the square roots
|
SHA512Digest.java | 74 * The first 64 bits of the fractional parts of the square roots
|
/bootable/recovery/ |
Android.mk | 13 roots.c \
|
test_roots.c | 18 #include "roots.h"
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-query.xml | 45 iterate over fundamental roots
|
/external/webkit/WebCore/css/ |
CSSQuirkPrimitiveValue.h | 28 // This value is used to handle quirky margins in reflow roots (body, td, and th) like WinIE.
|
/development/tools/idegen/ |
README | 54 Excluding source roots and jars 68 You may want some source roots to come before others in Eclipse. Simply 79 of the "path-precedence" file. To make source roots under ./out come last,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 760 // Clear all the roots for this type 761 ArrayList<String> roots = type.getRoots(); local 762 if (roots.size() > 0) { 763 roots.clear(); 771 roots.add((String) rootSeed); 775 roots.add(value); 1064 ArrayList<String> roots = type.getRoots(); local [all...] |
/external/blktrace/btt/ |
devs.c | 45 static void __destroy_heads(struct rb_root *roots) 50 __destroy(roots[i].rb_node); 52 free(roots);
|
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
Crossing.java | 34 * If roots have distance less then <code>ROOT_DELTA</code> they are double 51 * @param res - the roots of the equation 52 * @return a number of roots 83 * @param res - the roots of the equation 84 * @return a number of roots 133 * Excludes double roots. Roots are double if they lies enough close with each other. 134 * @param res - the roots 135 * @param rc - the roots count 136 * @return new roots coun [all...] |
/dalvik/hit/src/com/android/hit/ |
RootObj.java | 27 * These two fields are only used by roots that are static
|
/external/webkit/WebKit/chromium/src/js/ |
DevToolsHostStub.js | 188 'heap-js-ret-item,Object:0x1234,(roots);1\n', 195 'heap-js-ret-item,Object:0x1234,(roots);1\n', 203 'heap-js-ret-item,Object:0x1234,(roots);1,Object:0x5678;2\n' + 218 'heap-js-ret-item,Array:0x5678,(roots);3\n',
|