HomeSort by relevance Sort by last modified time
    Searched refs:roots (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/chromium_org/tools/code_coverage/
croc.py 206 # Replace alternate roots
439 path relative to an alt_name for one of the roots
518 for rootdict in cfg.get('roots', []):
629 '-r', '--root', dest='roots', type='string', action='append',
655 roots=[],
667 for root_opt in options.roots:
  /external/chromium_org/third_party/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...]
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 319 // Trace all persistent roots, called when marking the managed heap objects.
564 // List of persistent roots allocated on the given thread.
565 PersistentNode* roots() const { return m_persistents.get(); } function in class:blink::ThreadState
567 // List of global persistent roots not owned by any particular thread.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 211 // all of the shadow roots.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js     [all...]
  /external/chromium_org/v8/src/
serialize.cc 696 // This is called on the roots. It is the driver of the deserialization
1224 Object** roots = isolate()->heap()->roots_array_start(); local
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 546 // |look_for_in| specifies roots (HKCU and/or HKLM) in which to look for the
547 // key, unspecified roots are not looked into (i.e. the the key is assumed not
673 // registry roots).
1653 const HKEY roots[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]
  /external/opencv/cv/src/
cvfundam.cpp 692 CvMat roots = cvMat( 1, 3, CV_64F, r ); local
761 // solve the cubic equation; there can be 1 to 3 roots ...
762 n = cvSolveCubic( &coeffs, &roots );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 688 /* Finds real roots of a cubic equation */
689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
691 /* Finds all real and complex roots of a polynomial equation */
692 CVAPI(void) cvSolvePoly(const CvMat* coeffs, CvMat *roots,
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 767 int roots, rroots; local
778 roots = (*SegmentRayIntersect[fVerb])(fPts, ray, i);
780 } while ((roots == 0 || rroots == 0) && (flip ^= true));
781 if (roots == 0 || rroots == 0) {
793 for (index = 0; index < roots; ++index) {
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 744 // For Drive, the roots are /root and /other, instead of /. Root URLs
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js     [all...]
  /external/dexmaker/lib/
jarjar.jar 
junit.jar 

Completed in 1332 milliseconds

1 2 34 5