OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaper
(Results
1 - 9
of
9
) sorted by null
/external/qemu/
shaper.c
12
#include "
shaper
.h"
101
int active; /* is this
shaper
active ? */
114
netshaper_destroy( NetShaper
shaper
)
116
if (
shaper
) {
117
shaper
->active = 0;
119
while (
shaper
->packets) {
120
QueuedPacket packet =
shaper
->packets;
121
shaper
->packets = packet->next;
126
qemu_del_timer(
shaper
->timer);
127
qemu_free_timer(
shaper
->timer)
165
NetShaper
shaper
= qemu_malloc(sizeof(*
shaper
));
local
[
all
...]
shaper.h
26
void netshaper_set_rate(NetShaper
shaper
, double rate );
28
void netshaper_send( NetShaper
shaper
, void* data, size_t size );
30
void netshaper_send_aux( NetShaper
shaper
, void* data, size_t size, void* opaque );
32
int netshaper_can_send( NetShaper
shaper
);
34
void netshaper_destroy (NetShaper
shaper
);
46
/* network traffic
shaper
and delayer */
/external/harfbuzz/src/
Makefile.am
14
harfbuzz-
shaper
.cpp \
37
harfbuzz-
shaper
.h \
48
harfbuzz-
shaper
-private.h
/external/harfbuzz/contrib/
harfbuzz-unicode.h
6
#include <harfbuzz-
shaper
.h>
harfbuzz-freetype.c
12
#include <harfbuzz-
shaper
.h>
harfbuzz-unicode.c
6
#include <harfbuzz-
shaper
.h>
/external/harfbuzz/
Android.mk
42
src/harfbuzz-
shaper
.cpp \
/external/harfbuzz/tests/linebreaking/
main.cpp
33
#include <harfbuzz-
shaper
.h>
/external/harfbuzz/tests/shaping/
main.cpp
31
#include <harfbuzz-
shaper
.h>
Completed in 135 milliseconds