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

1 2

  /external/v8/test/mjsunit/
error-tostring.js 41 e.stack = "Does not occur in output";
42 e.arguments = "Does not occur in output";
43 e.type = "Does not occur in output";
49 e.stack = "Does not occur in output";
50 e.arguments = "Does not occur in output";
51 e.type = "Does not occur in output";
stack-traces.js 114 // Utility function for testing that the expected strings occur
unicode-test.js     [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-deleted-context.js 1 description("Tests that when a Geolocation request is made from a remote frame, and that frame's script context goes away before the Geolocation callback is made, the callback is not made. If the callback is attempted, a crash will occur.");
  /external/ceres-solver/docs/
reference-overview.tex 9 Where $f_i(\cdot)$ is a cost function that depends on the parameter blocks $\left[x_{i_1}, \hdots , x_{i_k}\right]$ and $\rho_i$ is a loss function. In most optimization problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. We refer to such a group of small scalars as a Parameter Block. Of course a parameter block can just have a single parameter.
faq.tex 14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
solving.tex 171 they do not co-occur in a residual block.
417 blocks in in the first elimination group should co-occur in the same
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1919169.js 38 // Crash does not occur when code is run at the top level.
  /external/libxml2/
tree.c 4553 int occur = 0, generic; local
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 20 --- valid property names (that may occur once only)
picoloadphones.lua 18 --- valid property names (that may occur once only)
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp 38 with error code 35 (EDEADLK: Resource deadlock would occur)
  /external/libvorbis/doc/
05-comment.tex 179 Field names are not required to be unique (occur once) within a
06-floor0.tex 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
04-codec.tex 39 is an audio packet). The packets must occur in the order of
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 164 * error. (This can occur if a non-existent value was requested).
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 164 * error. (This can occur if a non-existent value was requested).
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 98 The base class of the variety of syntax errors that can occur during the
664 message = "something occurred that should not occur within unmodified, " <<
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 75 * something to occur until after a transition has completed.
213 * Note that calls to this function can occur at any time, not just in
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 75 * something to occur until after a transition has completed.
225 * Note that calls to this function can occur at any time, not just in
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 623 # These are all the transformations that occur *within* block-level
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /dalvik/docs/
prettify.js 398 // to move us to the next column, where columns occur at factors of
    [all...]
  /external/v8/src/
messages.js 758 // Since the object may occur in someone else's prototype chain we
    [all...]

Completed in 1763 milliseconds

1 2