HomeSort by relevance Sort by last modified time
    Searched refs:b1 (Results 226 - 250 of 1646) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telephony/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 128 int b1 = s.read(); local
131 if (b1 == '\r' && b2 == '\n') {
141 parenteof = b1 == -1;
144 return b1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emostore_i.c 22 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
40 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
tsuserex_i.c 23 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
41 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug149.go 10 var b1 []byte;
11 s1 := string(b1);
  /prebuilts/go/linux-x86/test/fixedbugs/
bug149.go 10 var b1 []byte;
11 s1 := string(b1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
sub_test.d 12 6: b1 38 ff 0f subb \$0xfff:m,r1
13 a: b1 38 14 00 subb \$0x14:m,r1
23 22: b1 3c ff 0f subcb \$0xfff:m,r1
24 26: b1 3c 14 00 subcb \$0x14:m,r1
34 3e: b1 3e ff 0f subcw \$0xfff:m,r1
35 42: b1 3e 14 00 subcw \$0x14:m,r1
45 5a: b1 3a ff 0f subw \$0xfff:m,r1
46 5e: b1 3a 14 00 subw \$0x14:m,r1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_blockdevicemapping.py 57 def block_device_type_eq(self, b1, b2):
58 if isinstance(b1, BlockDeviceType) and isinstance(b2, BlockDeviceType):
59 return all([b1.connection == b2.connection,
60 b1.ephemeral_name == b2.ephemeral_name,
61 b1.no_device == b2.no_device,
62 b1.volume_id == b2.volume_id,
63 b1.snapshot_id == b2.snapshot_id,
64 b1.status == b2.status,
65 b1.attach_time == b2.attach_time,
66 b1.delete_on_termination == b2.delete_on_termination
    [all...]
  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 23 B b1{X<1>{}}; // expected-error {{calling a protected constructor}}
33 B b1{X<1>{}};
70 B b1(0, 1); // expected-error {{call to deleted constructor of 'DRnnnn::B'}}
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 10 b1(0), // expected-note {{previous initialization is here}}
12 b1(0), // expected-error {{multiple initializations given for non-static member 'b1'}}
16 int b1; member in struct:D
  /external/lzma/CPP/Common/
MyGuidDef.h 49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 132 int b1 = length; local
134 b1 |= B1_FLAG_MASK;
135 sink.writeByte(b1);
144 sink.writeByte(b1);
208 int b1 = 0; local
210 b1 |= B1_FLAG_MASK;
214 b1 |= (int) byteCount;
215 sink.writeByte(b1);
217 b1 |= PAYLOAD_SHORT;
218 sink.writeByte(b1);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_fax3.h 375 * Update the value of b1 using the array
379 if (pa != thisrun) while (b1 <= a0 && b1 < lastx) { \
380 b1 += pb[0] + pb[1]; \
394 b1 += *pb++; \
395 RunLength += b1 - a0; \
396 a0 = b1; \
397 b1 += *pb++; \
471 SETVALUE(b1 - a0); \
472 b1 += *pb++;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.h 375 * Update the value of b1 using the array
379 if (pa != thisrun) while (b1 <= a0 && b1 < lastx) { \
380 b1 += pb[0] + pb[1]; \
394 b1 += *pb++; \
395 RunLength += b1 - a0; \
396 a0 = b1; \
397 b1 += *pb++; \
471 SETVALUE(b1 - a0); \
472 b1 += *pb++;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 34 Bitmap b1 = Bitmap.createBitmap(width / 2, height, Config.ARGB_8888); local
35 b1.eraseColor(Color.RED);
46 canvas.drawBitmap(b1, 0, 0, p);
59 canvas.drawBitmap(b1, 0, 0, p);
69 canvas.drawBitmap(b1, 0, 0, p);
PorterDuffXfermodeTest.java 37 Bitmap b1 = Bitmap.createBitmap(WIDTH / 2, HEIGHT, Config.ARGB_8888); local
38 b1.eraseColor(Color.RED);
44 canvas.drawBitmap(b1, 0, 0, p);
53 canvas.drawBitmap(b1, 0, 0, p);
62 canvas.drawBitmap(b1, 0, 0, p);
  /external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
WindowedTest.java 41 Button b1 = new Button(this); local
42 b1.setText("Change Color");
43 b1.setLayoutParams(new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT));
51 layout.addView(b1);
57 b1.setOnClickListener(new OnClickListener() {
  /external/libvpx/libvpx/vp8/common/x86/
iwalsh_sse2.asm 33 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
38 punpckhqdq xmm4, xmm3 ;c1 b1
40 movdqa xmm1, xmm4 ;c1 b1
41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
42 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
62 paddw xmm4, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
67 punpckhqdq xmm5, xmm3 ;c1 b1
69 movdqa xmm1, xmm5 ;c1 b1
70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
71 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8
    [all...]
  /frameworks/base/core/java/android/content/
PeriodicSync.java 138 public static boolean syncExtrasEquals(Bundle b1, Bundle b2) {
139 if (b1.size() != b2.size()) {
142 if (b1.isEmpty()) {
145 for (String key : b1.keySet()) {
151 if (!Objects.equals(b1.get(key), b2.get(key))) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
iwalsh_sse2.asm 33 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
38 punpckhqdq xmm4, xmm3 ;c1 b1
40 movdqa xmm1, xmm4 ;c1 b1
41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
42 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
62 paddw xmm4, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
67 punpckhqdq xmm5, xmm3 ;c1 b1
69 movdqa xmm1, xmm5 ;c1 b1
70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
71 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
call_traits.hpp 47 template <typename T, bool isp, bool b1, bool b2>
59 template <typename T, bool isp, bool b1>
60 struct ct_imp<T, isp, b1, true>
65 template <typename T, bool b1, bool b2>
66 struct ct_imp<T, true, b1, b2>
  /external/iproute2/tc/
f_route.c 144 SPRINT_BUF(b1);
157 SPRINT_BUF(b1);
158 fprintf(f, "flowid %s ", sprint_tc_classid(rta_getattr_u32(tb[TCA_ROUTE4_CLASSID]), b1));
161 fprintf(f, "to %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_TO]), b1, sizeof(b1)));
163 fprintf(f, "from %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_FROM]), b1, sizeof(b1)));
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 139 b1 .req r2
161 mov b1, #1
162 orr b1, b1, b1, lsl #8
163 orr b1, b1, b1, lsl #16
178 sub r3, w1, b1
181 ands r3, r3, b1, lsl #
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 426 byte[] b1 = new byte[30];
431 c.update(b, 0, 10, b1, 5);
447 int len = c.doFinal(b, 0, 16, b1, 0);
454 c.update(b1, 0, 24, b, 0);
487 byte[] b1 = new byte[6];
491 c.update(b, 0, 10, b1, 5);
498 c.update(b, 0, 10, b1, 5);
503 b1 = new byte[30];
504 c.update(b, 0, 10, b1, 5);
512 byte[] b1 = new byte[30]
    [all...]
  /external/v8/test/cctest/compiler/
test-instruction.cc 139 BasicBlock* b1 = R.schedule.NewBasicBlock(); local
143 R.schedule.AddGoto(b0, b1);
144 R.schedule.AddGoto(b1, b2);
153 R.code->StartBlock(R.RpoFor(b1));
158 R.code->EndBlock(R.RpoFor(b1));
170 CHECK_EQ(b1, R.GetBasicBlock(i2));
171 CHECK_EQ(b1, R.GetBasicBlock(i3));
172 CHECK_EQ(b1, R.GetBasicBlock(i4));
173 CHECK_EQ(b1, R.GetBasicBlock(i5));
182 CHECK_EQ(b1, R.GetBasicBlock(R.first_instruction_index(b1)))
215 BasicBlock* b1 = R.schedule.end(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
long_test.go 45 func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) {
54 b1.Reset()
55 _, err = io.Copy(b1, f)
64 if _, _, _, err = format.Parse(fset, filename, b1.Bytes(), false); err != nil {
72 if err = gofmt(fset, filename, b1); err != nil {
79 b2.Write(b1.Bytes())
88 if !bytes.Equal(b1.Bytes(), b2.Bytes()) {
94 b1 := new(bytes.Buffer)
97 testFile(t, b1, b2, filename)

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8 91011>>