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

  /external/webkit/Tools/Scripts/
run-sunspider 62 --shark20 Like --shark, but with a 20 microsecond sampling interval
63 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
  /external/webkit/PerformanceTests/SunSpider/
sunspider 59 --shark20 Like --shark, but with a 20 microsecond sampling interval
60 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
  /external/ceres-solver/docs/
build.tex 107 This runs Ceres for a maximum of 10 iterations using the \denseschur\ linear solver. The output should look something like this.
186 Like the Linux build, you should now be able to run \texttt{bin/simple\_bundle\_adjuster}.
232 Like the Linux build, you should now be able to run \texttt{bin/simple\_bundle\_adjuster}.
244 build system to something sane like CMake, and get a supported Windows
316 On certain platforms like Android, multithreading with OpenMP is not supported. OpenMP support can be disabled by using
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 88 Like Parser, the class does not stray too far from the Recognizer API.
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
198 The Tree module, like the Token and Stream modules, emulates an abstract base
210 than one children -- functions like an array of
461 Tracking this information simplifies tasks like extracting a block of code or
952 the main form of input. #peek, like token streams, returns the type of the token
    [all...]
streams.rb 112 implemented by some method with a name like <tt>LA(k)</tt> and <tt>look</tt> is
113 implemented by some method with a name like <tt>LT(k)</tt>. When writing this
115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
152 wasteful to have a module like this hanging out. Thus, I may axe it.
343 system. Like all other stream types, it provides serial navigation of the input;
681 # If +file+ is an IO-like object (that responds to :read),
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 23 // can enable strict mode for the whole file just like normal.
191 * Like Array.prototype.indexOf but calls a predicate to test for match
  /external/dropbear/libtomcrypt/
crypt.tex 171 For example, consider a hardware platform with a specialized RNG device. Obviously one would like to tap
179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
201 I would like to give thanks to the following people (in no particular order) for helping me develop this project from
257 To include the prototypes for \textit{LibTomCrypt.a} into your own program simply include \textit{tomcrypt.h} like so:
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 112 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR
178 * Not very object-oriented code, but I like having all error message
441 * Like Grosch I implemented local FOLLOW sets that are combined
600 // TODO do single token deletion like above for Token mismatch
680 /** Used to print out token names like ID during debugging and
  /external/dropbear/libtommath/
bn.tex 746 Both functions work like the previous counterparts except they first mp\_init $a$ before setting the values.
    [all...]
  /dalvik/docs/
prettify.js 23 * because of commenting conventions, doesn't work on Smalltalk, Lisp-like, or
24 * CAML-like languages.
27 * know whether it works. If it has a C-like, Bash-like, or XML-like syntax
184 * Like the python <code>
243 // have flags for case-sensitivity and the like. Having regexp tokens
257 /** like textToHtml but escapes double quotes to be attribute safe. */
517 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
523 * Style is a style constant like PR_PLAIN
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 109 /// this routine must unroll them like a stack. Assumes the state the
121 /// and Rewind(I) should balance still. It is like invoking
123 /// It's like Seek(last marker's input position).
412 /// This looks very much like an ANTLReaderStream or an ANTLRInputStream
650 /// A Token object like we'd use in ANTLR 2.x; has an actual string created
764 /// Not very object-oriented code, but I like having all error message generation
    [all...]
  /external/grub/docs/
texinfo.tex 470 % is used only in environments like @example, where each line of input
484 % Define the framework for environments in texinfo.tex. It's used like this:
629 % equivalent to this in @example-like environments. Otherwise, a space
955 % We'll use ems for NCHARS like @paragraphindent.
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
220 // have flags for case-sensitivity and the like. Having regexp tokens
233 /** like textToHtml but escapes double quotes to be attribute safe. */
481 // like ('(', '(?:', ')', '^'), and runs of characters that do not
773 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
779 * Style is a style constant like PR_PLAIN, or can be a string of the
788 * something like ['lang-js', /<[s]cript>(.+?)<\/script>/]. This may match
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
220 // have flags for case-sensitivity and the like. Having regexp tokens
233 /** like textToHtml but escapes double quotes to be attribute safe. */
481 // like ('(', '(?:', ')', '^'), and runs of characters that do not
773 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
779 * Style is a style constant like PR_PLAIN, or can be a string of the
788 * something like ['lang-js', /<[s]cript>(.+?)<\/script>/]. This may match
    [all...]
  /external/bison/build-aux/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
337 % We don't want .vr (or whatever) entries like this:
502 % is used only in environments like @example, where each line of input
516 % Define the framework for environments in texinfo.tex. It's used like this:
582 % equivalent to this in @example-like environments. Otherwise, a space
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 358 % We don't want .vr (or whatever) entries like this:
523 % is used only in environments like @example, where each line of input
537 % Define the framework for environments in texinfo.tex. It's used like this:
682 % equivalent to this in @example-like environments. Otherwise, a space
    [all...]

Completed in 334 milliseconds