HomeSort by relevance Sort by last modified time
    Searched defs:roots (Results 1 - 22 of 22) sorted by null

  /external/skia/src/core/
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];
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];
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...]
  /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();
  /external/v8/src/arm/
macro-assembler-arm.h 47 const Register roots = { 10 }; // Roots array pointer. member in namespace:v8::internal
  /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/blktrace/btt/
inlines.h 287 struct rb_root *roots = dip->heads; local
288 return &roots[type];
  /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);
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...]
nb_celp.c 255 int i, sub, roots; local
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
323 /* Check if we found all the roots */
324 if (roots!=st->lpcSize)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
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]);
  /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);
1063 ArrayList<String> roots = type.getRoots(); local
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 1250 final LinkedList<Node> roots = findRoots(rules); local
1326 final LinkedList<Node> roots = mRoots; local
1345 final LinkedList<Node> roots = findRoots(rules); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 1911 File[] roots = File.listRoots(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 1745 File[] roots = File.listRoots(); local
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 532 milliseconds