Searched refs:bvalue (Results 1 - 10 of 10) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DEnclosingMethodAttribute.java50 byte[] bvalue = new byte[4];
51 bvalue[0] = (byte)(ci >>> 8);
52 bvalue[1] = (byte)ci;
53 bvalue[2] = (byte)(ni >>> 8);
54 bvalue[3] = (byte)ni;
55 set(bvalue);
69 byte[] bvalue = new byte[4];
70 bvalue[0] = (byte)(ci >>> 8);
71 bvalue[1] = (byte)ci;
72 bvalue[
[all...]
H A DConstantAttribute.java46 byte[] bvalue = new byte[2];
47 bvalue[0] = (byte)(index >>> 8);
48 bvalue[1] = (byte)index;
49 set(bvalue);
H A DSourceFileAttribute.java46 byte[] bvalue = new byte[2];
47 bvalue[0] = (byte)(index >>> 8);
48 bvalue[1] = (byte)index;
49 set(bvalue);
H A DSignatureAttribute.java48 byte[] bvalue = new byte[2];
49 bvalue[0] = (byte)(index >>> 8);
50 bvalue[1] = (byte)index;
51 set(bvalue);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldump.c93 DumpChar(bvalue(o),D);
H A Dlobject.h165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
H A Dluac.c260 printf(bvalue(o) ? "true" : "false");
H A Dltable.c112 return hashboolean(t, bvalue(key));
H A Dlvm.c266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 608 milliseconds