HomeSort by relevance Sort by last modified time
    Searched refs:How (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/memcheck/tests/
deep_templates.stdout.exp 1 It's not NULL. How DULL.
  /frameworks/base/docs/html/training/
training_toc.cs 44 "How Android activities live and die and how to create
72 "How to build your app with alternative resources that provide an
96 "How to build a user interface for your app that is flexible enough
125 "How to save data on the device, whether it's temporary files, downloaded
149 "How to build a user experience that leverages other apps available
174 "How to take your app interaction to the next level by sharing
212 "How to respond to hardware audio key presses, request audio focus
236 "How to leverage existing camera apps on the user's device to capture
273 "How to load and process bitmaps while keeping your user interfac
    [all...]
  /external/openssl/crypto/des/
FILES0 5 INSTALL - How to make things compile.
  /external/chromium/chrome/browser/resources/
menu.js 5 // How long to wait to open submenu when mouse hovers.
7 // How long to wait to close submenu when mouse left.
173 // TODO(oshima): figure out how to update left padding in rule.
  /external/quake/
NOTICE 126 these conditions, and telling the user how to view a copy of this
303 How to Apply These Terms to Your New Programs
332 Also add information on how to contact you by electronic and paper mail.
471 these conditions, and telling the user how to view a copy of this
    [all...]
  /external/icu4c/
icudefs.mk 202 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 377 these conditions, and telling the user how to view a copy of this
550 How to Apply These Terms to Your New Programs
579 Also add information on how to contact you by electronic and paper mail.
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 103 // How soon after updating the filter list the counter should be updated.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 294 /** How should a token be displayed in an error message? The default
597 // we don't know how to conjure up a token for sets yet
777 /** return how many rule/input-index pairs there are in total.
785 n += ruleMap.length; // how many input indexes are recorded?
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 51 /// How to create and navigate trees. Rather than have a separate factory
181 /// For identifying trees. How to identify nodes so we can say "add node
296 /// <summary>How many children? If 0, then this is a leaf node </summary>
412 /// What adaptor can tell me how to interpret/navigate nodes and trees.
645 /// Tell me how to create a token for use with imaginary token nodes.
656 /// Tell me how to create a token for use with imaginary token nodes.
696 /// This stream knows how to mark/release for backtracking.
    [all...]
Antlr.Runtime.pas 461 /// <summary>return how much space is being used by the bits array not
462 /// how many actually have member bits on.
558 /// Did the recognizer encounter a syntax error? Track how many.
789 /// How should a token be displayed in an error message? The default
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/ceres-solver/docs/
solving.tex 3 Effective use of Ceres requires some familiarity with the basic components of a nonlinear least squares solver, so before we describe how to configure the solver, we will begin by taking a brief look at how some of the core optimization algorithms in Ceres work and the various linear solvers and preconditioners that power it.
47 Here, $\mu$ is the trust region radius, $D(x)$ is some matrix used to define a metric on the domain of $F(x)$ and $\rho$ measures the quality of the step $\Delta x$, i.e., how well did the linear model predict the decrease in the value of the non-linear objective. The idea is to increase or decrease the radius of the trust region depending on how well the linearization predicts the behavior of the non-linear objective, which in turn is reflected in the value of $\rho$.
349 The computational cost of using a preconditioner $M$ is the cost of computing $M$ and evaluating the product $M^{-1}y$ for arbitrary vectors $y$. Thus, there are two competing factors to consider: How much of $H$'s structure is captured by $M$ so that the condition number $\kappa(HM^{-1})$ is low, and the computational cost of constructing and using $M$. The ideal preconditioner would be one for which $\kappa(M^{-1}A) =1$. $M=A$ achieves this, but it is not a practical choice, as applying this preconditioner would require solving a linear system equivalent to the unpreconditioned problem. It is usually the case that the more information $M$ has about $H$, the more expensive it is use. For example, Incomplete Cholesky factorization based preconditioners have much better convergence behavior than the Jacobi preconditioner, but are also much more expensive.
    [all...]
  /external/iproute2/doc/
ip-cref.tex 439 resolution and that the software or hardware knows how to deliver packets
823 And the last example shows how to flush all the IPv6 addresses
849 describes how to manage proxy ARP/NDISC with the \verb|ip| utility.
    [all...]
  /external/grub/docs/
texinfo.tex 710 % \dimen2 is how much space is left on the page (more or less).
796 % That's how much \exdent should take out.
    [all...]
  /external/bison/build-aux/
texinfo.tex 678 % \dimen2 is how much space is left on the page (more or less).
755 % That's how much \exdent should take out.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 778 % \dimen2 is how much space is left on the page (more or less).
864 % That's how much \exdent should take out.
    [all...]

Completed in 541 milliseconds