OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:central
(Results
1 - 25
of
51
) sorted by null
1
2
3
/prebuilts/go/darwin-x86/src/archive/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
334
// already have the sizes from the
central
directory so we can
410
b = b[4:] // skip number of the disk with the start of the zip64 end of
central
directory
411
p := b.uint64() // relative offset of the zip64 end of
central
directory record
430
d.dirDiskNbr = b.uint32() // number of the disk with the start of the
central
directory
431
d.dirRecordsThisDisk = b.uint64() // total number of entries in the
central
directory on this disk
432
d.directoryRecords = b.uint64() // total number of entries in the
central
directory
433
d.directorySize = b.uint64() // size of the
central
directory
434
d.directoryOffset = b.uint64() // offset of start of
central
directory with respect to the starting disk number
/prebuilts/go/linux-x86/src/archive/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
334
// already have the sizes from the
central
directory so we can
410
b = b[4:] // skip number of the disk with the start of the zip64 end of
central
directory
411
p := b.uint64() // relative offset of the zip64 end of
central
directory record
430
d.dirDiskNbr = b.uint32() // number of the disk with the start of the
central
directory
431
d.dirRecordsThisDisk = b.uint64() // total number of entries in the
central
directory on this disk
432
d.directoryRecords = b.uint64() // total number of entries in the
central
directory
433
d.directorySize = b.uint64() // size of the
central
directory
434
d.directoryOffset = b.uint64() // offset of start of
central
directory with respect to the starting disk number
/prebuilts/go/darwin-x86/src/runtime/
mcache.go
108
// Return the current cached span to the
central
lists.
117
// Get a new cached span from the
central
lists.
118
s = mCentral_CacheSpan(&mheap_.
central
[sizeclass].mcentral)
135
mCentral_UncacheSpan(&mheap_.
central
[i].mcentral, s)
mcentral.go
5
//
Central
free lists.
15
//
Central
list of free objects of a given size.
23
// Initialize a single
central
free list.
85
// Replenish
central
list if empty.
128
// Free n objects from a span s back into the
central
free list c.
proc.go
214
// First, try to grab a batch from
central
cache.
222
// If the
central
cache is empty, allocate a new one.
262
// Transfer half of local cache to the
central
cache.
mheap.go
49
//
central
free lists for small size classes.
53
central
[_NumSizeClasses]struct {
287
for i := range h.
central
{
288
mCentral_Init(&h.
central
[i].mcentral, int32(i))
mgcsweep.go
281
res = mCentral_FreeSpan(&mheap_.
central
[cl].mcentral, s, int32(nfree), head, end, preserve)
panic.go
212
// Transfer half of local cache to the
central
cache.
/prebuilts/go/linux-x86/src/runtime/
mcache.go
108
// Return the current cached span to the
central
lists.
117
// Get a new cached span from the
central
lists.
118
s = mCentral_CacheSpan(&mheap_.
central
[sizeclass].mcentral)
135
mCentral_UncacheSpan(&mheap_.
central
[i].mcentral, s)
mcentral.go
5
//
Central
free lists.
15
//
Central
list of free objects of a given size.
23
// Initialize a single
central
free list.
85
// Replenish
central
list if empty.
128
// Free n objects from a span s back into the
central
free list c.
proc.go
214
// First, try to grab a batch from
central
cache.
222
// If the
central
cache is empty, allocate a new one.
262
// Transfer half of local cache to the
central
cache.
mheap.go
49
//
central
free lists for small size classes.
53
central
[_NumSizeClasses]struct {
287
for i := range h.
central
{
288
mCentral_Init(&h.
central
[i].mcentral, int32(i))
mgcsweep.go
281
res = mCentral_FreeSpan(&mheap_.
central
[cl].mcentral, s, int32(nfree), head, end, preserve)
panic.go
212
// Transfer half of local cache to the
central
cache.
/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/v8/test/mjsunit/es6/
typedarray-of.js
5
// Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-
central
/source/js/src/jit-test/tests/collections
array-of.js
5
// Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-
central
/source/js/src/jit-test/tests/collections
/external/chromium-trace/catapult/dashboard/dashboard/
bench_find_anomalies.py
256
by the experimental function is the
central
revision for each one of these
/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
14
// in use in a geographical area, such as CEST and CET for
central
Europe.
/prebuilts/go/linux-x86/src/time/
zoneinfo.go
14
// in use in a geographical area, such as CEST and CET for
central
Europe.
Completed in 1076 milliseconds
1
2
3