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

1 2 3 4

  /sdk/
release.md 3 By default builds use the -SNAPSHOT version.
  /external/skia/legacy/src/core/
SkGeometry.cpp 5 * Use of this source code is governed by a BSD-style license that can be
68 involving integer multiplies by 2 or 3, but fewer calls to SkScalarMul.
395 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
402 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
406 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
412 tmp.setMul(Ay, -By);
418 tmp.setMul(By, By)
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 5 * Use of this source code is governed by a BSD-style license that can be
68 involving integer multiplies by 2 or 3, but fewer calls to SkScalarMul.
395 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
402 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
406 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
412 tmp.setMul(Ay, -By);
418 tmp.setMul(By, By)
    [all...]
  /external/ant-glob/
NOTICE 11 * and distribution as defined by Sections 1 through 9 of this document.
13 * "Licensor" shall mean the copyright owner or entity authorized by
17 * other entities that control, are controlled by, or are under common
20 * direction or management of such entity, whether by contract or
25 * exercising permissions granted by this License.
37 * Object form, made available under the License, as indicated by a
46 * separable from, or merely link (or bind by name) to the interfaces of,
52 * submitted to Licensor for inclusion in the Work by the copyright owner
53 * or by an individual or Legal Entity authorized to submit on behalf of
58 * and issue tracking systems that are managed by, or on behalf of, th
    [all...]
  /external/v8/test/mjsunit/
sin-cos.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
43 // By accident, the slow case for sine and cosine were both sine at
  /cts/tests/SignatureTest/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
56 # By only ever having one of these magic files in existance and making
69 # Split up config/api/1.xml by "package" and save the files as the
  /dalvik/dx/etc/
dx.bat 10 REM Unless required by applicable law or agreed to in writing, software
51 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
52 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
59 REM followed by "value". Dx has been changed to know how to deal with that.
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
11 # offsets into the results returned by the uname syscall
74 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
75 # optimized some more by Vince Weaver
266 srawi 4,4,20 # divide by 2^20 to get MB
400 srawi 23,4,1 # divide by two
466 li 20,10 # we will divide by 10
470 divw 21,19,20 # divide r19 by r20 put into r21
  /external/ceres-solver/docs/
build.tex 11 \item{\cmake~\footnote{\url{http://www.cmake.org/}}} is the cross-platform build system used by Ceres. We require that you have a relative recent install of \texttt{cmake} (version 2.8.0 or better).
19 \item{\gflags~\footnote{\url{http://code.google.com/p/gflags}}} is used by the code in
20 \texttt{examples}. It is also used by some of the tests. Strictly speaking it is not required to build the core library, \textbf{ we do not recommend building Ceres without \texttt{gflags}}.
29 \item{\blas\ and \lapack} are needed by
81 This should automatically bring in the necessary \blas\ and \lapack\ dependencies. By co-incidence on Ubuntu, this also installs \texttt{CXSparse}.
239 \item CMake puts the resulting test binaries in ceres-bin/examples/Debug by
262 customize the build process by passing appropriate flags to \texttt{cmake}. But unless you really know what you are
269 Protocol Buffers is a big dependency and if you do not care for the tests that depend on it and the logging support it enables, you can turn it off by using
276 By default, Ceres will only link to \texttt{SuiteSparse}\ if all its dependencies are present.
287 By default, Ceres will only link to \texttt{CXSparse} if all its dependencies are present
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
145 """Diagnoses the given disease by pattern matching.
167 """Diagnoses the NRR disease, given the error messages by the compiler."""
188 """Diagnoses the NRS disease, given the error messages by the compiler."""
215 """Diagnoses the NRN disease, given the error messages by the compiler."""
252 """Diagnoses the IBRA disease, given the error messages by the compiler."""
270 by pointer."""
272 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type',
279 """Diagnoses the OFM disease, given the error messages by the compiler."""
300 """Diagnoses the OFA disease, given the error messages by the compiler.""
    [all...]
  /external/clang/tools/scan-build/
scan-build 172 # $Dir does not exist. It will be automatically created by the
1036 Also analyze functions in #included files. By default, such functions
1037 are skipped unless they are called by functions within the main source file.
1066 By default the output of scan-build is a set of HTML files. This option
1071 By default the output of scan-build is a set of HTML files. This option
1076 By default, the exit status of scan-build is the same as the executed build
1083 scan-build analyzes a project by interposing a "fake compiler", which
1132 analysis. One can override this behavior with this option by using the
    [all...]
  /build/core/
java.mk 96 # By giving different file name, files can be updated correctly when switching
196 # By putting the generated java files into $(LOCAL_INTERMEDIATE_SOURCE_DIR), they will be
197 # automatically found by the java compiling function transform-java-to-classes.jar.
238 # include the dependency files (.d) generated by llvm-rs-cc.
255 # all_java_sources. See if we can get that by adding a
306 # If LOCAL_BUILT_MODULE_STEM wasn't overridden by our caller,
368 # by default, avoid applying emma instrumentation onto emma classes itself,
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /external/srec/tests/
Android.mk 133 # By default they are not copied to /system/usr/srec since they are #
134 # only required by the SREC and UAPI tests. #
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
52 be executed by a token rewrite stream at some time in future when the stream is
57 Rewrite streams implement lazy rewriting by storing the parameters of
72 # the printable name of operations represented by the class -- used for inspection
78 # run the rewrite operation represented by this object and append the output to +buffer+
82 # return the name of this operation as set by its class
  /external/iproute2/doc/
ip-tunnels.tex 88 A: Yes. By default tunnel driver copies \verb|ttl| value from
89 inner packet to outer one. It means that path traversed by tunneled
248 It is enabled by default. Note that fixed ttl is incompatible
275 output directions by prefixing corresponding keywords with letter
328 not acknowledged by more specific tunnels.
375 tunnels, created in this way, and tunnels created by \verb|ip tunnel|.
379 it will be reused by \verb|mrouted|, if it requests DVMRP
398 sent to multicast group 224.66.66.66. By default such tunnel starts
404 You may disable dynamic ARPing by:
424 by historical reasons broadcast mode is not supported by IPIP tunnels
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 11 * Unless required by applicable law or agreed to in writing, software
138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
366 indicate a variable is unused in a manner that is supported by most compilers.
484 This declares an array with a size that is determined by a compile-time expression. If the expression evaluates
    [all...]
  /external/quake/
NOTICE 6 as published by the Free Software Foundation; either version 2
28 freedom to share and change it. By contrast, the GNU General Public
33 using it. (Some other Free Software Foundation software is covered by
61 software. If the software is modified by someone else and passed on, we
63 that any problems introduced by others will not reflect on the original
66 Finally, any free program is threatened constantly by software
80 a notice placed by the copyright holder saying it may be distributed
90 covered by this License; they are outside its scope. The act of
93 Program (independent of having been made by running the Program).
143 your rights to work written entirely by you; rather, the intent is t
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
12 # offsets into the results returned by the uname syscall
20 # offset into the results returned by the sysinfo syscall
42 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
43 # optimized some more by Vince Weaver
59 orr r5,r4,r5,LSL #8 @ shift 0xff left by 8 and or in the byte we loaded
78 @ by default in output_loop
205 movs r3,r3,lsr #20 @ divide by 1024*1024 to get M
329 sub r2,r10,r2 @ get length by subtractin
    [all...]
  /external/blktrace/doc/
blktrace.tex 7 % it under the terms of the GNU General Public License as published by
46 run in \emph{live} mode directly outputs data collected by blktrace.
121 could then mount the directory this time only by doing: \% mount debug}:
187 tracing of devices. The above could also be accomplished by issuing:
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
201 by applications using the SCSI Generic (\emph{sg}) interface.
223 formatting by blkparse. This would be useful if you want to get
360 \emph{local} directory. The format of the file names is (by default)
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
388 -b \emph{size} & --buffer-size=\emph{size} & Specifies buffer size for event extraction (scaled by $2^{10}$) \\ \hlin
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 11 # Used by ASCEND MAX/Pipeline products
142 ATTRIBUTE Ascend-Call-By-Call 250 integer
166 # Used by ASCEND MAX/Pipeline products (see above)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
54 starting at zero. For example, the 22nd token pulled from a lexer by
61 access to the attributes expected by a token. Even though most of the ANTLR
128 # Tokens are comparable by their stream index values
223 By default, ANTLR generated ruby code will provide a customized subclass of
384 represented by an integer -- some arbitrary value that ANTLR will decide to use
390 needs to be able to reference the unknown type value by name in action code.
391 Furthermore, code that references the type by name and tokens that can be
396 the problem of referencing type values by name. Thus, a token type like
397 ``VARIABLE'' can be represented by a number like 5 and referenced within code b
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 9 # it under the terms of the GNU General Public License as published by
23 # either be viewed by reading everything after "__DATA__" or by
72 # Sorted host list. (It's actually sorted by IP--the sub &byip() compares two
73 # IP addresses, octet by octet, and figures out which is higher.)
143 # Sort hosts by IP ;-)
206 # Pad string to a certain length by repeatedly prepending another string.
260 # out. (By not sleeping the whole time after a change
280 freedom to share and change it. By contrast, the GNU General Public
285 using it. (Some other Free Software Foundation software is covered by
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
14 # offsets into the results returned by the uname syscall
22 # offset into the results returned by the sysinfo syscall
46 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
47 # optimized some more by Vince Weaver
80 # by default in output_loop
194 # we load sneakily by knowing
237 # the above multiplies by three
318 shr $20,%rax # divide by 1024*1024 to get
    [all...]

Completed in 640 milliseconds

1 2 3 4