Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 97) sorted by relevance

1234

/build/tools/ijar/
Dcommon.h41 u4 x = (p[0] << 8) | p[1]; in get_u2be() local
43 return x; in get_u2be()
47 u4 x = (p[1] << 8) | p[0]; in get_u2le() local
49 return x; in get_u2le()
53 u4 x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]; in get_u4be() local
55 return x; in get_u4be()
59 u4 x = (p[3] << 24) | (p[2] << 16) | (p[1] << 8) | p[0]; in get_u4le() local
61 return x; in get_u4le()
64 inline void put_u1(u1 *&p, u1 x) { in put_u1() argument
65 *p++ = x; in put_u1()
[all …]
/build/kati/
Dstring_piece.h111 int compare(const StringPiece& x) const { in compare() argument
113 ptr_, x.ptr_, (length_ < x.length_ ? length_ : x.length_)); in compare()
115 if (length_ < x.length_) r = -1; in compare()
116 else if (length_ > x.length_) r = +1; in compare()
130 bool starts_with(const StringPiece& x) const { in starts_with() argument
131 return ((length_ >= x.length_) && in starts_with()
132 (wordmemcmp(ptr_, x.ptr_, x.length_) == 0)); in starts_with()
136 bool ends_with(const StringPiece& x) const { in ends_with() argument
137 return ((length_ >= x.length_) && in ends_with()
138 (wordmemcmp(ptr_ + (length_-x.length_), x.ptr_, x.length_) == 0)); in ends_with()
[all …]
Dm2n27 while [ x"$1" != x"" ]; do
78 if [ x"${goma_flag}" != x ]; then
81 if [ x"${val}" != x ]; then
93 if [ x"${mmm}" != x"" ]; then
106 if [ x"${targets}" != x"" ]; then
108 elif [ x"${mmm}" != x"" ]; then
112 if [ x"${ninja_suffix}" != x"" ]; then
Dloc.h33 #define LOCF(x) (x).filename, (x).lineno argument
Dthread_local.h45 #define TLS_REF(x) x argument
98 #define TLS_REF(x) x.Ref() argument
Dsymtab.h79 inline bool operator==(const Symbol& x, const Symbol& y) {
80 return x.val() == y.val();
83 inline bool operator<(const Symbol& x, const Symbol& y) {
84 return x.val() < y.val();
/build/kati/testcase/
Dautovar_assign.mk3 x=FAIL
4 $(foreach x,FAIL PASS,$(eval x+=$(x)))
6 $(info $(x))
10 x=PASS
11 $(foreach x,FAIL,)
13 $(info $(x))
Dtarget_specific_var_with_pattern.mk3 test: foo.x bar.z
6 foo.x: X:=PASS
8 %.x: X+=FAIL
9 %.x: Y:=PASS
10 %.x: Z:=PASS
12 %.x:
Dappend_self_reference.mk1 x := one
2 x += two $(x)
3 $(info $(x))
Difdef_ret_in_arg.mk1 define x
5 $(x):=PASS
6 ifdef $(x)
7 $(info $($(x)))
Dimplicit_pattern_rule_phony.mk1 test: foo.x
11 %.y: %.x FORCE
14 foo.x:
15 touch foo.x
Dmulti_implicit_output_patterns.mk3 all: a.h.x a.c.x a.h.z a.c.z b.h.x b.c.x b.h.z b.c.z
Deval_assign.mk36 a.x=X
38 $(foreach tag,x,$(eval a.$(tag)+=$(y)))
40 $(foreach tag,x,$(eval a.$(tag)+=$(y)))
41 $(info $(a.x))
Dninja_regen.sh23 if [ x$(uname) != x"Linux" -o x"${TRAVIS}" != x"" ]; then
Dassign_in_parens.mk1 $(foreach varname,x,$(eval $(varname)=PASS))
3 echo $(x)
Dwildcard_target.mk4 touch foo.x
6 test2: *.x
Dvardef_in_call.mk2 $(call vardef,x,PASS)
4 echo $(x)
Derr_ifdef_two_args2.mk3 x := a b
4 ifdef $(x)
/build/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css115 #nav-x .col-1 { width: 40px }
117 #nav-x .col-2 { width: 100px }
119 #nav-x .col-3 { width: 160px }
121 #nav-x .col-4 { width: 220px }
123 #nav-x .col-5 { width: 280px }
125 #nav-x .col-6 { width: 340px }
127 #nav-x .col-7 { width: 400px }
129 #nav-x .col-8 { width: 460px }
131 #nav-x .col-9 { width: 520px }
133 #nav-x .col-10 { width: 580px }
[all …]
/build/tools/droiddoc/templates-ds/assets/css/
Dfullscreen.css115 #nav-x .col-1 { width: 40px }
117 #nav-x .col-2 { width: 100px }
119 #nav-x .col-3 { width: 160px }
121 #nav-x .col-4 { width: 220px }
123 #nav-x .col-5 { width: 280px }
125 #nav-x .col-6 { width: 340px }
127 #nav-x .col-7 { width: 400px }
129 #nav-x .col-8 { width: 460px }
131 #nav-x .col-9 { width: 520px }
133 #nav-x .col-10 { width: 580px }
[all …]
/build/tools/droiddoc/templates-sac/assets/css/
Dfullscreen.css115 #nav-x .col-1 { width: 40px }
117 #nav-x .col-2 { width: 100px }
119 #nav-x .col-3 { width: 160px }
121 #nav-x .col-4 { width: 220px }
123 #nav-x .col-5 { width: 280px }
125 #nav-x .col-6 { width: 340px }
127 #nav-x .col-7 { width: 400px }
129 #nav-x .col-8 { width: 460px }
131 #nav-x .col-9 { width: 520px }
133 #nav-x .col-10 { width: 580px }
[all …]
/build/tools/rgb2565/
Dto565.c25 #define from565_r(x) ((((x) >> 11) & 0x1f) * 255 / 31) argument
26 #define from565_g(x) ((((x) >> 5) & 0x3f) * 255 / 63) argument
27 #define from565_b(x) (((x) & 0x1f) * 255 / 31) argument
/build/tools/droiddoc/templates-pdk/assets/
Dcarousel.js31 for (var x in droidList) {
33 currentDroid = x;
34 showPreview(x);
35 centerSlide(x);
61 for (var x in droidList) {
62 var droid = droidList[x];
71 a.setAttribute("id", "droidlink-" + x);
72 a.className = x;
91 div.setAttribute("id", x);
158 for (var x in slideCode) {
Dprettify.js15x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.…
17 …>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);re… argument
22x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0…
/build/tools/
Dcompare_fileslist.py40 lines = map(lambda (x,y): (y,int(x)), lines)
55 rows = sorted(rows, key=lambda x: x[0])

1234