HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 76 - 100 of 660) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
overload12_1.cpp 20 B<1> b2 (a);
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 39 * @param Bitmap b2 the second bitmap which needs to compare.
41 public static void assertEquals(Bitmap b1, Bitmap b2) {
42 if (b1 == b2) {
46 if (b1 == null || b2 == null) {
50 // b1 and b2 are all not null.
51 if (b1.getWidth() != b2.getWidth() || b1.getHeight() != b2.getHeight()
52 || b1.getConfig() != b2.getConfig()) {
63 b2.getPixels(pixels2, 0, w, 0, 0, w, h);
  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 32 BoxType b2; local
39 (b2 = b0).extend(b1);
40 VERIFY(b2.contains(b0));
41 VERIFY(b2.contains(b1));
42 VERIFY_IS_APPROX(b2.clamp(b0), b0);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 316 int b1, b2; local
329 b2 = chars[position + 1];
330 if (b2 >= '0' && b2 <= '9') {
331 b2 = b2 - '0';
332 } else if (b2 >= 'a' && b2 <= 'f') {
333 b2 = b2 - 87; // 87 = 'a' - 1
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 318 int b1, b2; local
331 b2 = chars[position + 1];
332 if (b2 >= '0' && b2 <= '9') {
333 b2 = b2 - '0';
334 } else if (b2 >= 'a' && b2 <= 'f') {
335 b2 = b2 - 87; // 87 = 'a' - 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Biquad.cpp 95 double b2 = m_b2;
102 float y = b0*x + b1*x1 + b2*x2 - a1*y1 - a2*y2;
122 m_b2 = b2;
230 double b2 = 2 * alpha;
234 setNormalizedCoefficients(b0, b1, b2, 1, a1, a2);
266 double b2 = 2 * alpha;
270 setNormalizedCoefficients(b0, b1, b2, 1, a1, a2);
281 void Biquad::setNormalizedCoefficients(double b0, double b1, double b2, double a0, double a1, double a2)
287 m_b2 = b2 * a0Inverse;
327 double b2 = A * (aPlusOne - aMinusOne * k - k2)
    [all...]
  /external/libffi/testsuite/libffi.call/
nested_struct10.c 28 static B B_fn(struct A b2, struct B b3, struct C b4)
32 result.x.a = b2.a + b3.x.a + b3.z + b4.d;
33 result.x.b = b2.b + b3.x.b + b3.y + b4.e;
34 result.y = b2.b + b3.x.b + b4.e;
36 printf("%d %d %d %d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
49 struct C b2; local
53 b2 = *(struct C*)(args[2]);
55 *(B*)resp = B_fn(b0, b1, b2);
nested_struct6.c 27 static B B_fn(struct A b2, struct B b3, struct C b4)
31 result.x.a = b2.a + b3.x.a + b4.d;
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e;
33 result.y = b2.b + b3.x.b + b4.e;
35 printf("%d %d %d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
48 struct C b2; local
52 b2 = *(struct C*)(args[2]);
54 *(B*)resp = B_fn(b0, b1, b2);
nested_struct8.c 27 static B B_fn(struct A b2, struct B b3, struct C b4)
31 result.x.a = b2.a + b3.x.a + b4.d;
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e;
33 result.y = b2.b + b3.x.b + b4.e;
35 printf("%d %d %d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
48 struct C b2; local
52 b2 = *(struct C*)(args[2]);
54 *(B*)resp = B_fn(b0, b1, b2);
nested_struct9.c 27 static B B_fn(struct A b2, struct B b3, struct C b4)
31 result.x.a = b2.a + b3.x.a + b4.d;
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e;
33 result.y = b2.b + b3.x.b + b4.e;
35 printf("%d %d %d %d %d %d %d: %d %d %d\n", b2.a, (int)b2.b,
48 struct C b2; local
52 b2 = *(struct C*)(args[2]);
54 *(B*)resp = B_fn(b0, b1, b2);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 366 int b2 = chars[position + 1]; local
367 if (b2 >= '0' && b2 <= '9') {
368 b2 = b2 - '0';
369 } else if (b2 >= 'a' && b2 <= 'f') {
370 b2 = b2 - 87; // 87 = 'a' - 10
371 } else if (b2 >= 'A' && b2 <= 'F')
    [all...]
  /frameworks/native/opengl/libagl/
matrix.h 141 GLfixed a2, GLfixed b2,
157 "%r"(a2), "r"(b2),
170 "madd %[a2],%[b2] \r\n"
178 : [a0] "r" (a0),[b0] "r" (b0),[a1] "r" (a1),[b1] "r" (b1),[a2] "r" (a2),[b2] "r" (b2),[c] "r" (c)
187 int64_t(a2)*b2)>>16) + c;
192 // b0, b1, b2 are signed 16-bit quanities
197 GLfixed a2, int32_t b2,
212 "r"(a2), "r"(b2),
226 accum += int64_t(a2)*int16_t(b2) >> 16
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c 106 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
107 #define SHUF(b, b2) \
108 b2[0] = b[8]; b2[1] = b[11]; b2[2] = b[12]; b2[3] = b[15]; \
109 b2[4] = b[2]; b2[5] = b[1]; b2[6] = b[6]; b2[7] = b[5];
    [all...]
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 101 byte b2 = readAndCheckByte();
103 return Ints.fromBytes((byte) 0, (byte) 0, b2, b1);
117 byte b2 = readAndCheckByte();
121 return Ints.fromBytes( b4, b3, b2, b1);
135 byte b2 = readAndCheckByte();
143 return Longs.fromBytes(b8, b7, b6, b5, b4, b3, b2, b1);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 44 Bundle b2 = new Bundle(); local
45 b2.putBoolean("b2", true);
99 b2,
129 Bundle b2 = new Bundle(); local
130 b2.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
132 "authority1", b2, soon, soonFlex, unimportant, unimportant, true);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ParcelTest.java 262 Bundle b2 = parcel.readBundle(); local
264 assertEquals(b1, b2);
265 assertEquals("world", b2.getString("hello"));
270 b2 = parcel.readBundle(null /* ClassLoader */);
271 assertEquals(b1, b2);
272 assertEquals("world", b2.getString("hello"));
284 Bundle b2 = parcel.readBundle(); local
286 assertEquals(b1, b2);
287 assertEquals(innerBundle, b2.getBundle("bundle"));
288 assertEquals(23, b2.getInt("int"))
314 Bundle b2 = parcel.readBundle(); local
    [all...]
  /external/clang/test/CodeGen/
packed-nest-unpacked.c 52 unsigned b2 : 12; member in struct:XBitfield
64 return gbitfield.y.b2;
string-literal-unicode-conversion.c 36 wchar_t const *b2 = L"\x4f60\x597d\x10300"; local
  /external/clang/test/SemaCXX/
convert-to-bool.cpp 34 bool b2 = ctb && ecb; local
47 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} local
deprecated.cpp 56 Ctor b1, b2; member in namespace:DeprecatedCopy
57 void f() { b1 = b2; } // expected-note {{implicit copy assignment operator for 'Ctor' first required here}}
  /external/sfntly/cpp/src/test/
byte_array_test.cc 65 ByteVector b1, b2; local
72 ReadByteArrayWithBuffer(ba2, &buffer, &b2);
74 EXPECT_EQ(b1.size(), b2.size());
75 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
80 b2.clear();
84 ReadByteArrayWithSlidingWindow(ba2, window_size, &b2);
86 EXPECT_EQ(b1.size(), b2.size());
87 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
test_utils.h 38 // @param b2 byte array 2
45 ByteArray* b2,
57 ByteArray* b2,
  /external/valgrind/main/massif/tests/
alloc-fns.c 10 void b2(int n) { b3(n); } function
11 void b1(int n) { b2(n); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
mask_array.pass.cpp 27 bool b2[N2] = {true, false, true, true, local
32 std::valarray<bool> vb2(b2, N2);
  /external/llvm/lib/MC/
MCWin64EH.cpp 67 uint8_t b1, b2; local
69 b2 = (inst.getOperation() & 0x0F);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
74 streamer.EmitIntValue(b2, 1);
79 b2 |= 0x10;
80 streamer.EmitIntValue(b2, 1);
85 streamer.EmitIntValue(b2, 1);
91 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4;
93 streamer.EmitIntValue(b2, 1);
98 streamer.EmitIntValue(b2, 1)
    [all...]

Completed in 1506 milliseconds

1 2 34 5 6 7 8 91011>>