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

1 2 3

  /system/chre/apps/chqts/build/
general_test_sources.mk 2 # a central definition shared across all target platforms.
  /build/soong/third_party/zip/
writer.go 54 // Close finishes writing the zip file by writing the central directory.
68 // write central directory
134 // zip64 end of central directory record
140 b.uint32(0) // number of the disk with the start of the central directory
141 b.uint64(records) // total number of entries in the central directory on this disk
142 b.uint64(records) // total number of entries in the central directory
143 b.uint64(size) // size of the central directory
144 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
146 // zip64 end of central directory locator
148 b.uint32(0) // number of the disk with the start of the zip64 end of central director
    [all...]
reader.go 383 // already have the sizes from the central directory so we can
461 if b.uint32() != 0 { // number of the disk with the start of the zip64 end of central directory
464 p := b.uint64() // relative offset of the zip64 end of central directory record
486 d.dirDiskNbr = b.uint32() // number of the disk with the start of the central directory
487 d.dirRecordsThisDisk = b.uint64() // total number of entries in the central directory on this disk
488 d.directoryRecords = b.uint64() // total number of entries in the central directory
489 d.directorySize = b.uint64() // size of the central directory
490 d.directoryOffset = b.uint64() // offset of start of central directory with respect to the starting disk number
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 27 // of offset of the central directory at Close.
58 // Close finishes writing the zip file by writing the central directory.
72 // write central directory
143 // zip64 end of central directory record
149 b.uint32(0) // number of the disk with the start of the central directory
150 b.uint64(records) // total number of entries in the central directory on this disk
151 b.uint64(records) // total number of entries in the central directory
152 b.uint64(size) // size of the central directory
153 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
155 // zip64 end of central directory locato
    [all...]
reader.go 383 // already have the sizes from the central directory so we can
461 if b.uint32() != 0 { // number of the disk with the start of the zip64 end of central directory
464 p := b.uint64() // relative offset of the zip64 end of central directory record
486 d.dirDiskNbr = b.uint32() // number of the disk with the start of the central directory
487 d.dirRecordsThisDisk = b.uint64() // total number of entries in the central directory on this disk
488 d.directoryRecords = b.uint64() // total number of entries in the central directory
489 d.directorySize = b.uint64() // size of the central directory
490 d.directoryOffset = b.uint64() // offset of start of central directory with respect to the starting disk number
zip_test.go 270 t.Errorf("central directory offset = %d (%x); want %d", off, off, wantOff)
460 // of central directory.
465 t.Errorf("Close central directory size = %d; want %d", size, wantLen)
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 27 // of offset of the central directory at Close.
58 // Close finishes writing the zip file by writing the central directory.
72 // write central directory
143 // zip64 end of central directory record
149 b.uint32(0) // number of the disk with the start of the central directory
150 b.uint64(records) // total number of entries in the central directory on this disk
151 b.uint64(records) // total number of entries in the central directory
152 b.uint64(size) // size of the central directory
153 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
155 // zip64 end of central directory locato
    [all...]
reader.go 383 // already have the sizes from the central directory so we can
461 if b.uint32() != 0 { // number of the disk with the start of the zip64 end of central directory
464 p := b.uint64() // relative offset of the zip64 end of central directory record
486 d.dirDiskNbr = b.uint32() // number of the disk with the start of the central directory
487 d.dirRecordsThisDisk = b.uint64() // total number of entries in the central directory on this disk
488 d.directoryRecords = b.uint64() // total number of entries in the central directory
489 d.directorySize = b.uint64() // size of the central directory
490 d.directoryOffset = b.uint64() // offset of start of central directory with respect to the starting disk number
zip_test.go 270 t.Errorf("central directory offset = %d (%x); want %d", off, off, wantOff)
460 // of central directory.
465 t.Errorf("Close central directory size = %d; want %d", size, wantLen)
  /compatibility/cdd/5_multimedia/
5_9_midi.md 16 * MIDI over Bluetooth LE acting in central role (section 7.4.3 Bluetooth)
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 110 // Return the current cached span to the central lists.
121 // Get a new cached span from the central lists.
122 s = mheap_.central[sizeclass].mcentral.cacheSpan()
140 mheap_.central[i].mcentral.uncacheSpan(s)
mcentral.go 5 // Central free lists.
17 // Central list of free objects of a given size.
27 // Initialize a single central free list.
92 // Replenish central list if empty.
mheap.go 97 // central free lists for small size classes.
101 central [_NumSizeClasses]struct {
426 for i := range h.central {
427 h.central[i].mcentral.init(int32(i))
    [all...]
mgcsweep.go 323 res = mheap_.central[cl].mcentral.freeSpan(s, preserve, wasempty)
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 110 // Return the current cached span to the central lists.
121 // Get a new cached span from the central lists.
122 s = mheap_.central[sizeclass].mcentral.cacheSpan()
140 mheap_.central[i].mcentral.uncacheSpan(s)
mcentral.go 5 // Central free lists.
17 // Central list of free objects of a given size.
27 // Initialize a single central free list.
92 // Replenish central list if empty.
mheap.go 97 // central free lists for small size classes.
101 central [_NumSizeClasses]struct {
426 for i := range h.central {
427 h.central[i].mcentral.init(int32(i))
    [all...]
mgcsweep.go 323 res = mheap_.central[cl].mcentral.freeSpan(s, preserve, wasempty)
  /external/nanohttpd/
README.md 9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
149 NanoHTTPD is a Maven based project and deployed to central. Most development environments have means to access the central repository. The coordinates to use in Maven are:
167 In gradle you can use nano http the same way because gradle accesses the same central repository:
  /external/nanohttpd/src/site/markdown/
index.md 9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
149 NanoHTTPD is a Maven based project and deployed to central. Most development environments have means to access the central repository. The coordinates to use in Maven are:
165 In gradle you can use nano http the same way because gradle accesses the same central repository:
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 29 in a central configuration file. Dnsmasq supports static and dynamic DHCP
  /external/libchrome/base/mac/
sdk_forward_declarations.h 189 - (void)centralManagerDidUpdateState:(CBCentralManager*)central;
190 - (void)centralManager:(CBCentralManager*)central
  /external/ImageMagick/www/api/
transform.php 240 <p>FlipImage() creates a vertical mirror image by reflecting the pixels around the central x-axis.</p>
266 <p>FlopImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis.</p>
472 <p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p>
498 <p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 16 // in use in a geographical area, such as CEST and CET for central Europe.
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 16 // in use in a geographical area, such as CEST and CET for central Europe.

Completed in 384 milliseconds

1 2 3