OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:woff
(Results
1 - 15
of
15
) sorted by null
/external/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
13
# pragma reset
woff
1174
14
# pragma reset
woff
1375
15
# pragma reset
woff
1209
17
# pragma reset
woff
1183
_prolog.h
23
# pragma set
woff
1209
24
# pragma set
woff
1174
25
# pragma set
woff
1375
27
# pragma set
woff
1183
/external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.h
37
// Returns whether the buffer is a
WOFF
file.
40
// Returns false if the
WOFF
file
woff
is invalid or could not be converted to sfnt (for example,
42
bool convertWOFFToSfnt(SharedBuffer*
woff
, Vector<char>& sfnt);
WOFFFileFormat.cpp
104
static const uint32_t woffSignature = 0x774f4646; /* '
wOFF
' */
114
bool convertWOFFToSfnt(SharedBuffer*
woff
, Vector<char>& sfnt)
120
// Read the
WOFF
header.
122
if (!readUInt32(
woff
, offset, signature) || signature != woffSignature) {
128
if (!readUInt32(
woff
, offset, flavor))
132
if (!readUInt32(
woff
, offset, length) || length !=
woff
->size())
136
if (!readUInt16(
woff
, offset, numTables))
143
if (!readUInt16(
woff
, offset, reserved) || reserved)
147
if (!readUInt32(
woff
, offset, totalSfntSize)
[
all
...]
/external/chromium/third_party/libevent/test/
regress.c
73
static int
woff
;
variable
136
if (
woff
+ len >= sizeof(wbuf))
137
len = sizeof(wbuf) -
woff
;
139
len = write(fd, wbuf +
woff
, len);
147
woff
+= len;
149
if (
woff
>= sizeof(wbuf)) {
412
roff =
woff
= 0;
423
if (roff ==
woff
)
441
roff =
woff
= 0;
452
if (roff ==
woff
)
[
all
...]
Completed in 431 milliseconds