HomeSort by relevance Sort by last modified time
    Searched full:produce (Results 776 - 800 of 4549) sorted by null

<<31323334353637383940>>

  /packages/apps/ExactCalculator/docs/
arithmetic-overview.html 29 sometimes produce completely incorrect results. For example, the trigonometric tangent (tan) and
54 since they are the only reasonable way modern computer hardware can produce answers with
75 The tangent function requires very high precision for arguments near 90 degrees to produce
79 <p>Since we have to be able to produce answers to arbitrary precision, we can also let the user
167 computations that should have given us different answers may easily produce the same one. We
  /system/update_engine/payload_generator/
delta_diff_utils.cc 343 // Only produce operations for blocks that were not yet visited.
366 // Produce operations for the zero blocks split per output extent.
367 // TODO(deymo): Produce ZERO operations instead of calling DeltaReadFile().
384 // Produce MOVE/SOURCE_COPY operations for the moved blocks.
506 // The read buffer is all zeros, so produce a ZERO operation. No need to
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 327 // Where do we want ANTLR to produce its output? (Base directory)
473 * grammar, produce the path to the named grammar file in relative
475 * produce output relative to the base of the output directory and
  /external/antlr/antlr-3.4/runtime/C/doxygen/
build.dox 96 --enable-64bit Turns on flags that produce 64 bit object code if
180 /// manually (without effort) is to produce the header file
182 /// that your local C compiler supports. The easiest way to produce
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Constants.java 322 * produce the output document (basic XSLT operation).</li>
324 * produce the output document. When generating HTML documents,
328 * produce the output document. Generally the right choice if your
ElemValueOf.java 108 * it is sometimes convenient to be able to produce output
133 * it is sometimes convenient to be able to produce output
  /external/blktrace/doc/
blkparse.1 5 blkparse \- produce formatted output of event streams of block devices
15 various devices on various CPUs, and produce a formatted output of the event
124 Do \fInot\fR produce text output, used for binary (\fB\-d\fR) only
  /external/clang/docs/
AddressSanitizer.rst 66 * This approach allows AddressSanitizer to produce faster and smaller generated code
68 * Fixing bugs becomes unavoidable. AddressSanitizer does not produce
148 AddressSanitizer is not expected to produce false positives. If you see one,
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 477 errln("Fail collation iterator assignment does not produce the same elements");
483 errln("Fail collation iterator copy constructor does not produce the same elements");
492 errln("collation iterator assignment does not produce the same elements");
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 125 // isBytesTrie != 0 will produce a BytesTrieBuilder,
126 // isBytesTrie == 0 will produce a UCharsTrieBuilder
206 // if we are a ucharstrie, produce the UnicodeString representing the serialized version of us
  /external/javassist/tutorial/
tutorial3.html 44 If you want to just produce a simple class file,
344 produce a stack map for a modified method.
346 you can produce a stack map by calling the following methods:
  /external/libjpeg-turbo/
cjpeg.1 103 In the other direction, quality values below 50 will produce very small files
178 algorithm often degenerates at quality=98 and above and can actually produce a
185 The float method is mainly a legacy feature. It does not produce significantly
  /external/skia/src/core/
SkMipMap.cpp 78 // To produce each mip level, we need to filter down by 1/2 (e.g. 100x100 -> 50,50)
84 // we need to sample in each dimension to produce 1 dst pixel.
379 // scales can produce some atrocious results, so for now we use the geometric mean.
  /external/valgrind/docs/internals/
xml-output.txt 15 As of May 2005, Valgrind can produce its output in XML form. The
23 * Produce XML output which is easily parsed
33 * Produce output in a form which suitable for both offline GUIs (run
  /external/zlib/src/contrib/iostream3/
zfstream.cc 191 // If the file hasn't been opened for reading, produce error
233 // If the file hasn't been opened for writing, produce error
246 // If the file hasn't been opened for writing, produce error
  /libcore/ojluni/src/main/java/java/text/
Format.java 145 * Formats an object to produce a string. This is equivalent to
210 * Parses text from a string to produce an object.
233 * Parses text from the beginning of the given string to produce an object.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 153 Produce a text report with the top n entries.
169 Produce an annotated callgraph with the top n entries.
176 Produce a file in callgrind-compatible format.
  /prebuilts/go/darwin-x86/src/html/template/
js.go 172 // in case custom marshallers produce output containing those.
174 // TODO: Maybe abbreviate \u00ab to \xab to produce more compact output.
236 // /{{.X}}/ should not produce a line comment when .X == "".
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 153 Produce a text report with the top n entries.
169 Produce an annotated callgraph with the top n entries.
176 Produce a file in callgrind-compatible format.
  /prebuilts/go/linux-x86/src/html/template/
js.go 172 // in case custom marshallers produce output containing those.
174 // TODO: Maybe abbreviate \u00ab to \xab to produce more compact output.
236 // /{{.X}}/ should not produce a line comment when .X == "".
  /toolchain/binutils/binutils-2.25/gas/doc/
c-z80.texi 35 Produce code for the Z80 processor. There are additional options to
61 Produce code for the R800 processor. The assembler does not support
206 message because it can not produce an absolute section.
  /frameworks/base/media/java/android/media/
ImageReader.java 90 * {@link ImageReader} will produce images that are not directly accessible
107 * will produce.
109 * will produce.
110 * @param format The format of the Image that this reader will produce. This
235 * <p>Get a {@link Surface} that can be used to produce {@link Image Images} for this
706 // Assume opaque reader always produce opaque images.
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 209 * to produce a specific bytewise image for any given transmission
238 * As a special case, a value of -1 will produce a single large
240 * produce one segment for each class.
277 * Level 1 may produce somewhat larger size and faster compression speed,
278 * while level 9 will take much longer but may produce better compression.
286 * produce reasonable compression.
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 91 * produce the final content for the entry
108 * produce the final content for the entry
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 111 // conversion will fit into the target type and will produce the original
133 // fit into the target type and will produce the original value when converted

Completed in 1843 milliseconds

<<31323334353637383940>>