HomeSort by relevance Sort by last modified time
    Searched refs:makes (Results 201 - 225 of 547) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/test/
method.go 305 c.f() // makes a copy
  /system/core/adb/
Android.mk 47 # divergence makes this difficult to do all at once. For now, we will start
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.S 66 .fpu neon @ makes vpush/vpop assemble
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.S 59 .fpu neon @ makes vpush/vpop assemble
  /external/ImageMagick/www/api/
quantize.php 110 <dd> First, the assignment phase makes one pass over the pruned color description tree to establish the image's color map. For each node with n2 &gt; 0, it divides Sr, Sg, and Sb by n2 . This produces the mean color of all pixels that classify no lower than this node. Each of these colors becomes an entry in the color map. </dd>
142 <p>CloneQuantizeInfo() makes a duplicate of the given quantize info structure, or if quantize info is NULL, a new one.</p>
draw.php 69 <p>CloneDrawInfo() makes a copy of the given draw_info structure. If NULL is specified, a new DrawInfo structure is created initialized to default values.</p>
  /external/syslinux/memdisk/
memdisk16.asm 720 xor ebx,ebx ; Actually makes the code smaller
758 ; ecx == 0 here; adding it to the EA makes the
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache.go 232 // used makes a best-effort attempt to update mtime on file,
410 // Early return here makes sure there's a "last byte" for code below.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 134 // this form makes clear that both registers are destinations.
302 // In combination with Prog.From and Prog.To it makes common 3 operand
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 25 values or addresses that can be dereferenced to values. The Encoder makes sure
186 id. When Encoder.Encode(v) is called, it makes sure there is an id assigned for
  /prebuilts/go/darwin-x86/src/sort/
sort.go 214 // It makes one call to data.Len to determine n, and O(n*log(n)) calls to
354 // It makes one call to data.Len to determine n, O(n*log(n)) calls to
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
cache.go 232 // used makes a best-effort attempt to update mtime on file,
410 // Early return here makes sure there's a "last byte" for code below.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 134 // this form makes clear that both registers are destinations.
302 // In combination with Prog.From and Prog.To it makes common 3 operand
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 25 values or addresses that can be dereferenced to values. The Encoder makes sure
186 id. When Encoder.Encode(v) is called, it makes sure there is an id assigned for
  /prebuilts/go/linux-x86/src/sort/
sort.go 214 // It makes one call to data.Len to determine n, and O(n*log(n)) calls to
354 // It makes one call to data.Len to determine n, O(n*log(n)) calls to
  /build/make/core/
dex_preopt_odex_install.mk 288 # Generating DM files only makes sense for verify, avoid doing for non verify compiler filter APKs.
  /external/compiler-rt/make/platform/
clang_darwin.mk 104 # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 42 gathered at this stage may guide choices the application makes about
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 70 // have been invented. Pervasive use effectively makes them "official".
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 409 // is needed immediately. checkwidth makes sure the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadpe/
ldpe.go 119 // peBiobuf makes bio.Reader look like io.ReaderAt.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 84 // SetFastSymbolization sets a toggle that makes binutils use fast
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 150 // level1.prev.needed==0. This makes level1.nextPairFreq
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 100 // Reset discards the Reader z's state and makes it equivalent to the

Completed in 1771 milliseconds

1 2 3 4 5 6 7 891011>>