HomeSort by relevance Sort by last modified time
    Searched refs:Another (Results 1 - 25 of 46) sorted by null

1 2

  /dalvik/tests/071-dexfile/src-ex/
Another.java 17 public class Another {
18 public Another() {
19 System.out.println("Constructing another");
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 14 Another with a [link][a]
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-unix.js 7 ["http://host/a", "\\\\\\\\Another\\\\path", "http://another/path"],
relative.js 6 ["http://host/a", "http://another/", "http://another/"],
7 ["http://host/a", "http:////another/", "http://another/"],
14 ["http://foo/bar", " another ", "http://foo/another"],
70 ["http://host/a", "//another", "http://another/"],
71 ["http://host/a", "//another/path?query#ref", "http://another/path?query#ref"]
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 425 + Another
435 value => "Another\nlong sentence that spans\nmultiple lines.",
448 + Another
459 value => "Another\r\nlong sentence that spans\r\nmultiple lines.",
513 + Another
523 value => "Another\nlong sentence that spans\nmultiple lines.",
688 + Another
699 expectedNextLine => " + Another\n",
710 + Another
722 expectedNextLine => " + Another\r\n"
    [all...]
parseSvnPropertyValue.pl 166 + Another
170 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", " + Another\n"],
  /external/yaffs2/yaffs2/
Kconfig 12 YAFFS2, or Yet Another Flash Filing System, is a filing system
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition13.js 101 comment = doc.createComment("Another Comment");
  /external/libffi/
ltcf-c.sh 196 *** binutils to release 2.9.1 or newer. Another option is to modify
    [all...]
ltcf-gcj.sh 199 *** binutils to release 2.9.1 or newer. Another option is to modify
configure     [all...]
  /external/bison/doc/
refcard.tex 157 % two lines below commented out in Yet Another Attempt to eliminate
  /ndk/
ndk-gdb.py 626 error('Another debug session running, Use --force to kill it.')
  /external/iproute2/doc/
api-ip6-flowlabels.tex 39 or to implement receiver side of SRP or another end-to-end protocol
75 flow label for another flow within the maximal lifetime has expired,
77 the label is taken over by another flow.
118 Another problem is Linux specific. Historically Linux IPv6 did not
162 another optional information.
323 still can be shared by another sockets. Current implementation does not allow
  /frameworks/base/docs/html/training/
training_toc.cs 34 Starting Another Activity
156 Sending the User to Another App
    [all...]
  /external/ceres-solver/docs/
solving.tex 91 Another strategy for solving the trust region problem~\eqref{eq:trp} was introduced by M. J. D. Powell. The key idea there is to compute two vectors
323 For general sparse problems, if the problem is too large for \texttt{CHOLMOD} or a sparse linear algebra library is not linked into Ceres, another option is the \texttt{CGNR} solver. This solver uses the Conjugate Gradients solver on the {\em normal equations}, but without forming the normal equations explicitly. It exploits the relation
330 Another option for bundle adjustment problems is to apply PCG to the reduced camera matrix $S$ instead of $H$. One reason to do this is that $S$ is a much smaller matrix than $H$, but more importantly, it can be shown that $\kappa(S)\leq \kappa(H)$. Ceres implements PCG on $S$ as the \texttt{ITERATIVE\_SCHUR} solver. When the user chooses \texttt{ITERATIVE\_SCHUR} as the linear solver, Ceres automatically switches from the exact step algorithm to an inexact step algorithm.
    [all...]
modeling.tex 360 Another example that occurs commonly in Structure from Motion problems
456 them in another residual block. The destructor takes care to call
477 do this by setting the corresponding enums in the \texttt{Options} struct. Even though \texttt{Problem} takes ownership of these pointers, it does not preclude the user from re-using them in another residual or parameter block. The destructor takes care to call
  /external/dropbear/libtommath/
bn.tex 156 Each phase changes how the library is built and they are applied one after another respectively.
165 another pre--defined class ``SC\_RSA\_1'' which works in conjunction with the RSA from LibTomCrypt. Additional
365 Another feature of the way the functions have been implemented is that source operands can be destination operands as well.
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/blktrace/doc/
blktrace.tex 222 Another way to run blktrace is to have blktrace save data away for later
    [all...]
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
  /external/blktrace/btt/doc/
btt.tex 234 Another useful measure is the variability in the sector distances
452 copied to another file that is \emph{more easily parsed.} Refer to
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 176 // (and there's another parent)
214 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
694 // If we're scheduled for an update, but have received another resize request
995 // Another nasty hack to make the scrollbar appear now that we have height
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 233 // (and there's another parent)
271 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
759 // If we're scheduled for an update, but have received another resize request
    [all...]

Completed in 761 milliseconds

1 2