Searched refs:buf2 (Results 1 – 24 of 24) sorted by relevance
98 byte[] buf2 = new byte[pgm.length * 2]; in internalCreate()99 System.arraycopy(pgm, 0, buf2, 0, pgm.length); in internalCreate()100 pgm = buf2; in internalCreate()
259 byte[] buf2 = new byte[str.length * 2]; in setShader()260 System.arraycopy(str, 0, buf2, 0, str.length); in setShader()261 str = buf2; in setShader()
99 byte[] buf2 = new byte[pgm.length * 2]; in internalCreate()100 System.arraycopy(pgm, 0, buf2, 0, pgm.length); in internalCreate()101 pgm = buf2; in internalCreate()
459 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator()460 if (buf1->numFds == buf2->numFds && buf1->numInts == buf2->numInts) { in operator()463 if (buf1->data[i] != buf2->data[i]) { in operator()
186 sp<ABuffer> buf = new ABuffer(16), buf2; in TEST_F() local190 EXPECT_TRUE(objdata.find(&buf2)); in TEST_F()191 EXPECT_EQ(buf, buf2); in TEST_F()198 EXPECT_FALSE(objdata.find(&buf2)); // not stored as ABuffer(!) in TEST_F()1002 sp<ABuffer> buf2; in TEST_F() local1003 EXPECT_TRUE(obj2.find(&buf2)); in TEST_F()1004 EXPECT_EQ(buf2, buf1); in TEST_F()1006 buf2.clear(); in TEST_F()1021 EXPECT_TRUE(obj2.find(&buf2)); in TEST_F()1022 EXPECT_EQ(buf2, buf1); in TEST_F()[all …]
440 char buf2[16]; in genEncodedBitCode() local441 snprintf(buf2, sizeof(buf2), "0x%02x,", buf[i]); in genEncodedBitCode()442 mOut << buf2; in genEncodedBitCode()
495 uint8_t *buf2 = nullptr; in build() local527 buf2 = buf; in build()627 buf2 = buf; in build()729 buf = addBranch(buf, buf2, 0x01); in build()
345 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator()346 if (buf1->numFds == buf2->numFds) { in operator()348 if (buf1->data[i] != buf2->data[i]) { in operator()
202 byte[] buf2 = new byte[80];203 assertEquals("DATA2", new String(buf2, 0, e2.getInputStream().read(buf2)));
27 char buf2[200];2359 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];2429 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];2521 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];2629 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];3188 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];3431 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];3412 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];4075 *(uchar2*)buf2 = abs(*(char2*)buf3);
25 char buf2[200];4725 *(uchar2*)buf2 = abs(*(char2*)buf3);
27 char buf2[200];4795 *(uchar2*)buf2 = abs(*(char2*)buf3);
25 char buf2[200];6487 *(uchar2*)buf2 = abs(*(char2*)buf3);
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...