Searched refs:hb (Results 1 - 25 of 45) sorted by relevance

12

/external/harfbuzz_ng/test/api/
H A Dtest-c.c32 #include <hb.h>
35 #include <hb-glib.h>
39 #include <hb-icu.h>
43 #include <hb-ft.h>
47 #include <hb-ot.h>
51 #include <hb-uniscribe.h>
55 #include <hb-coretext.h>
H A Dtest-ot-tag.c27 #include "hb-test.h"
29 #include <hb-ot.h>
31 /* Unit tests for hb-ot-tag.h */
/external/harfbuzz_ng/
H A DAndroid.mk54 src/hb-blob.cc \
55 src/hb-buffer-serialize.cc \
56 src/hb-buffer.cc \
57 src/hb-common.cc \
58 src/hb-face.cc \
59 src/hb-font.cc \
60 src/hb-ot-tag.cc \
61 src/hb-set.cc \
62 src/hb-shape.cc \
63 src/hb
[all...]
/external/valgrind/drd/
H A Ddrd_hb.h41 struct hb_info* DRD_(hb_get)(const Addr hb);
42 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb);
43 void DRD_(hb_init)(const Addr hb);
44 void DRD_(hb_destroy)(const Addr hb);
45 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb);
46 void DRD_(hb_happens_before)(const DrdThreadId tid, const Addr hb);
47 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb);
H A Ddrd_hb.c38 /** Per-thread hb information. */
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb) argument
88 tl_assert(hb != 0);
89 tl_assert(p->a1 == hb);
94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb) argument
134 tl_assert(offsetof(DrdClientobj, hb) == 0);
135 p = &(DRD_(clientobj_get)(hb, ClientHbvar)->hb);
139 if (DRD_(clientobj_present)(hb, h
150 hb_get(const Addr hb) argument
157 hb_happens_before(const DrdThreadId tid, Addr const hb) argument
192 hb_happens_after(const DrdThreadId tid, const Addr hb) argument
228 hb_happens_done(const DrdThreadId tid, const Addr hb) argument
[all...]
H A Ddrd_clientobj.h150 struct hb_info hb; member in union:drd_clientobj
/external/tcpdump/
H A Dprint-msnlb.c54 const struct msnlb_heartbeat_pkt *hb; local
56 hb = (struct msnlb_heartbeat_pkt *)bp;
57 ND_TCHECK(*hb);
60 EXTRACT_LE_32BITS(&(hb->host_prio))));
61 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(&(hb->virtual_ip))));
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip))));
H A DsctpHeader.h211 struct sctpParamDesc hb; member in struct:sctpHBunified
218 struct sctpParamDesc hb; member in struct:sctpHBsender
/external/harfbuzz_ng/src/
H A Dsample.py6 from gi.repository import HarfBuzz as hb namespace
25 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata))
26 face = hb.face_create (blob, 0)
28 font = hb.font_create (face)
29 upem = hb.face_get_upem (face)
31 hb.font_set_scale (font, upem, upem)
32 #hb.ft_font_set_funcs (font)
33 hb.ot_font_set_funcs (font)
35 buf = hb.buffer_create ()
36 hb
[all...]
/external/harfbuzz_ng/util/
H A Dansi-print.hh30 #include <hb.h> /* for int types */
H A Dhb-ot-shape-closure.cc30 #include <hb-ft.h>
H A Doptions.hh50 #include <hb.h>
52 #include <hb-ot.h>
62 /* A few macros copied from hb-private.hh. */
/external/freetype/src/autofit/
H A Dhbshim.h29 #include <hb.h>
30 #include <hb-ot.h>
31 #include <hb-ft.h>
/external/fdlibm/
H A De_hypot.c56 int j,k,ha,hb; local
59 hb = __HI(y)&0x7fffffff; /* high word of y */
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
62 __HI(b) = hb; /* b <- |b| */
63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
69 if(((hb^0x7ff00000)|__LO(b))==0) w = b;
73 ha -= 0x25800000; hb -= 0x25800000; k += 600;
75 __HI(b) = hb;
[all...]
/external/harfbuzz_ng/test/shaping/
H A Drun-tests.sh7 hb_shape=$top_builddir/util/hb-shape$EXEEXT
20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
H A Drecord-test.sh10 unicodes=`./hb-unicode-decode`
11 text=`./hb-unicode-encode "$unicodes"`
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s13 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/jemalloc/src/
H A Drtree.c5 hmin(unsigned ha, unsigned hb) argument
8 return (ha < hb ? ha : hb);
/external/clang/test/Sema/
H A Dattr-flag-enum.c34 hb = 0x2, enumerator in enum:flag4
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c313 static void hist_browser__update_pcnt_entries(struct hist_browser *hb);
797 struct hist_browser *hb; local
799 hb = container_of(browser, struct hist_browser, b);
800 browser->top = rb_first(&hb->hists->entries);
808 struct hist_browser *hb = container_of(browser, struct hist_browser, b); local
815 hb->hists->stats.total_period;
820 if (percent < hb->min_pcnt)
823 row += hist_browser__show_entry(hb, h, row);
876 struct hist_browser *hb; local
878 hb
1371 hist_browser__update_pcnt_entries(struct hist_browser *hb) argument
[all...]
/external/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp41 void hb(int (*fp)(double));
45 hb(h1);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32.s14 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s80 jr.hb $4 # CHECK: jr.hb $4 # encoding: [0x00,0x80,0x04,0x08]
81 jalr.hb $4 # CHECK: jalr.hb $4 # encoding: [0x00,0x80,0xfc,0x09]
82 jalr.hb $4, $5 # CHECK: jalr.hb $4, $5 # encoding: [0x00,0xa0,0x24,0x09]
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid.s80 jr.hb $4 # CHECK: jr.hb $4 # encoding: [0x00,0x80,0x04,0x08]
81 jalr.hb $4 # CHECK: jalr.hb $4 # encoding: [0x00,0x80,0xfc,0x09]
82 jalr.hb $4, $5 # CHECK: jalr.hb $4, $5 # encoding: [0x00,0xa0,0x24,0x09]

Completed in 558 milliseconds

12