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

  /external/v8/src/
ast.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
200 RegExp##Name* RegExpTree::As##Name() { \
208 RegExp##Name* RegExp##Name::As##Name() { \
290 // in as many cases as possible, to make it more difficult for incorrect
291 // parses to look as correct ones which is likely if the input and
ast.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192 // Symbols that cannot be parsed as array indices are considered property
193 // names. We do not treat symbols that can be array indexes as property
206 // Mark the expression as being compiled as an expression
629 // NOTE: TargetCollectors are represented as nodes to fit in the target
1042 // properties should use the global object as receiver, not the base object
    [all...]
  /ndk/build/core/
build-binary.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
98 # As a special case, the original Android build system
105 # to build source file $(LOCAL_PATH)/foo.c as ARM
108 # As a special extension, the NDK also supports the .neon extension suffix
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 189 var ciphertext = new Array(blockCount); // ciphertext as array of strings
280 } // \xa0 to cater for bug in Firefox; include '-' to leave it free for use as a block marker
403 As daylight doth a lamp; her eyes in heaven\n\
412 As glorious to this night, being o'er my head\n\
413 As is a winged messenger of heaven\n\
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 189 var ciphertext = new Array(blockCount); // ciphertext as array of strings
280 } // \xa0 to cater for bug in Firefox; include '-' to leave it free for use as a block marker
403 As daylight doth a lamp; her eyes in heaven\n\
412 As glorious to this night, being o'er my head\n\
413 As is a winged messenger of heaven\n\
  /external/bison/data/
glr.cc 7 # it under the terms of the GNU General Public License as published by
25 # problems. The C++ interface is the same as that of lalr1.cc. In
31 # The additional arguments are stored as members of the parser
45 # must not define "b4_location_constructors". As a consequence the
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 173 default options. A large list of names is used as data in each test, where the
212 <li>As with all performance measurements, the results will vary according to
  /external/blktrace/btreplay/doc/
btreplay.tex 5 % it under the terms of the GNU General Public License as published by
50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.
95 \item[Device] The IOs are replayed on the same device as was seen
107 maintain the same time differential between IOs, but no guarantees as
114 As noted above, the time between IOs may not be accurately maintained
129 As noted above, \texttt{btrecord} extracts \texttt{QUEUE} operations from
134 IOs that will be processed as a single \emph{asynchronous IO} call to the
184 included as well.
215 machine must be the same as on the recording machine.
222 could be used to both allow for a single device to masquerade as mor
    [all...]
  /external/blktrace/doc/
blktrace.tex 7 % it under the terms of the GNU General Public License as published by
39 you don't need to patch blktrace support as it is already included.
52 as part of the following git repository:
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
78 scope of this document, but the following may be used as a sample template.
81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
129 To build and install the tools, execute the following sequence (as root):
195 get that dumped as well.
200 can also show SCSI commands going in and out of the queue as submitted
355 \item As noted above, the events are passed up via a series of buffer
    [all...]
  /external/openssl/apps/
makeapps.com 19 $! Specify DEBUG or NODEBUG as P1 to compile with or without debugger
138 $! reflect the E_OBJ variable in Makefile as closely as possible, thereby
730 $! Define <sys> As SYS$COMMON:[SYSLIB]
  /external/blktrace/btt/doc/
btt.tex 8 % it under the terms of the GNU General Public License as published by
33 tool called blktrace. As noted in its Users Guide, blktrace
55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
116 This is denoted as \emph{Q2I} time.
121 will see these listed as \texttt{S2G} times.}:
139 Referred to as \emph{I2D} time\footnote{The \emph{issue} trace
148 This is referred to as the \emph{D2C} time\
155 in the system. This provides some idea as to how quickly IOs are
170 (which are all presented in seconds), and overall count. As an
171 example\footnote{As with this display, the author has taken some libert
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries such as OpenSSL and
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
188 The project is hereby released as public domain.
192 The author (Tom St Denis) is not a patent lawyer so this section is not to be treated as legal advice. To the best
219 There have been quite a few other people as well. Please check the change log to see who else has contributed from
296 There are 32 and 64-bit cyclic rotations as well:
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
355 As of v1.13, most functions will update your length on failure to indicate the size required by the f (…)
    [all...]
  /external/dropbear/libtommath/
bn.tex 85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28
87 release as well. This textbook is meant to compliment the project by providing a more solid walkthrough of the development
91 public domain everyone is entitled to do with them as they see fit.
95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
100 To build as a static library for GCC issue the following
115 To build as a shared library for GCC issue the following
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
    [all...]
  /external/iproute2/doc/
ip-cref.tex 62 As a rule, the information is statistics or some time values.
123 abbreviated form, f.e.\ \verb|address| is abbreviated as \verb|addr|
128 As a rule, it is possible to \verb|add|, \verb|delete| and
165 and exits. As a rule, the error message will contain information
177 prints the error message, as it is output with \verb|perror(3)|,
182 In this case \verb|ip| prints the error message, as it is output
195 syntax errors). However, as a rule, their meaning is clear
382 the maximal size of data which can be sent as a single packet over this interface.
419 that software {\em must not\/} interpret the absence of this flag as the inability
438 involved. As a rule, it indicates that the device needs no addres
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 // source files as UTF-8, so they will fail on this test. If you want
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]
  /external/bison/tests/
testsuite 113 # We did not find ourselves, most probably we were run as `sh COMMAND'
150 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
172 # Don't try to exec as it changes $[0], causing all sort of problems
307 # As many dots as there are digits in the last test group number.
611 as command line arguments. Set \`AUTOTEST_PATH' to select the executables
612 to exercise. Each relative directory is expanded as build and source
635 -e, --errexit abort as soon as a test fails; implies --debug
    [all...]
  /external/grub/docs/
texinfo.tex 13 % modify it under the terms of the GNU General Public License as
27 % As a special exception, when this file is read by TeX when processing
53 % than two; texi2dvi does it as many times as necessary.
287 % \onepageout takes a vbox as an argument. Note that \pagecontents
296 % the headline as they should be, not taken literally (outputting ''code).
425 % We cannot use \next here, as it holds the macro to run;
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
469 % space in the output. Don't allow a line break at this space, as this
496 % are not treated as enviroments; they don't open a group. (Th
    [all...]

Completed in 396 milliseconds