OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deltaformat
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/layout/
DeviceTables.h
25
le_uint16
deltaFormat
;
DeviceTables.cpp
24
le_uint16 format = SWAPW(
deltaFormat
) - 1;
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
PatchConstants.java
67
public static enum
DeltaFormat
{
81
private
DeltaFormat
(byte patchValue) {
90
public static
DeltaFormat
fromPatchValue(byte patchValue) {
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DeltaDescriptor.java
18
import com.google.archivepatcher.shared.PatchConstants.
DeltaFormat
;
31
private final PatchConstants.
DeltaFormat
format;
56
DeltaFormat
format,
70
public PatchConstants.
DeltaFormat
getFormat() {
PatchReader.java
126
PatchConstants.
DeltaFormat
.BSDIFF.patchValue,
127
PatchConstants.
DeltaFormat
.BSDIFF.patchValue,
140
PatchConstants.
DeltaFormat
.fromPatchValue(deltaFormatByte),
/external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py
321
DeltaFormat
= tableDict["
DeltaFormat
"]
322
assert
DeltaFormat
in (1, 2, 3), "illegal
DeltaFormat
"
324
nBits = 1 <<
DeltaFormat
344
DeltaFormat
= tableDict["
DeltaFormat
"]
346
assert
DeltaFormat
in (1, 2, 3), "illegal
DeltaFormat
"
348
nBits = 1 <<
DeltaFormat
[
all
...]
otData.py
131
('uint16', '
DeltaFormat
', None, None, 'Format of DeltaValue array data: 1, 2, or 3'),
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c
311
FT_UInt StartSize, EndSize,
DeltaFormat
, count;
319
DeltaFormat
= FT_NEXT_USHORT( p );
321
if (
DeltaFormat
< 1 ||
DeltaFormat
> 3 )
328
OTV_LIMIT_CHECK( ( 1 <<
DeltaFormat
) * count / 8 ); /* DeltaValue */
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
230
uint16_t
DeltaFormat
;
231
TDevice() : StartSize(0), EndSize(0),
DeltaFormat
(0) {}
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
[
all
...]
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
FileByFileV1DeltaApplierTest.java
195
dataOut.write(PatchConstants.
DeltaFormat
.BSDIFF.patchValue);
PatchReaderTest.java
83
PatchConstants.
DeltaFormat
.BSDIFF,
Completed in 378 milliseconds