Home
last modified time | relevance | path

Searched refs:info2 (Results 1 – 25 of 37) sorted by relevance

12

/external/skia/tests/
DImageIsOpaqueTest.cpp27 SkImageInfo info2; in test_flatten() local
30 memset(&info2, 0xB8, sizeof(info2)); in test_flatten()
32 info2.unflatten(rb); in test_flatten()
34 REPORTER_ASSERT(reporter, info == info2); in test_flatten()
DGrContextFactoryTest.cpp64 GrContextFactory::ContextInfo info2 = variable
66 REPORTER_ASSERT(reporter, info2.fGrContext);
67 REPORTER_ASSERT(reporter, info2.fGLContext);
68 REPORTER_ASSERT(reporter, info1.fGrContext != info2.fGrContext);
DPictureTest.cpp389 const SkLayerInfo::BlockInfo& info2 = gpuData->block(1); in test_savelayer_extraction() local
421 REPORTER_ASSERT(reporter, nullptr == info2.fPicture); in test_savelayer_extraction()
422 REPORTER_ASSERT(reporter, kWidth / 2 == info2.fBounds.width() && in test_savelayer_extraction()
423 kHeight / 2 == info2.fBounds.height()); // bound reduces size in test_savelayer_extraction()
424 REPORTER_ASSERT(reporter, !info2.fLocalMat.isIdentity()); in test_savelayer_extraction()
425 REPORTER_ASSERT(reporter, info2.fPreMat.isIdentity()); in test_savelayer_extraction()
426 REPORTER_ASSERT(reporter, kWidth / 2 == info2.fBounds.fLeft && // translated in test_savelayer_extraction()
427 kHeight / 2 == info2.fBounds.fTop); in test_savelayer_extraction()
428 REPORTER_ASSERT(reporter, nullptr != info2.fPaint); in test_savelayer_extraction()
429 REPORTER_ASSERT(reporter, info2.fIsNested && !info2.fHasNestedLayers); // is nested in test_savelayer_extraction()
DCanvasTest.cpp649 SkImageInfo info2; in test_newraster() local
651 const SkPMColor* addr = (const SkPMColor*)canvas->peekPixels(&info2, &rowBytes); in test_newraster()
653 REPORTER_ASSERT(reporter, info == info2); in test_newraster()
DSurfaceTest.cpp168 SkImageInfo info2; in test_canvas_peek() local
170 const void* addr2 = surface->peekPixels(&info2, &rb2); in test_canvas_peek()
178 REPORTER_ASSERT(reporter, info2 == info); in test_canvas_peek()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc158 PacketInfo info2(0, 0, static_cast<uint16_t>(i), 0, false); in TEST_F() local
159 EXPECT_TRUE(history_.GetInfo(&info2, false)); in TEST_F()
161 EXPECT_EQ(expected_time_ms, info2.send_time_ms); in TEST_F()
180 PacketInfo info2(0, static_cast<uint16_t>(kMaxSeqNo - 1)); in TEST_F() local
181 EXPECT_TRUE(history_.GetInfo(&info2, false)); in TEST_F()
224 PacketInfo info2(0, 0, packets[1].sequence_number, 0, false); in TEST_F() local
225 EXPECT_TRUE(history_.GetInfo(&info2, true)); in TEST_F()
226 EXPECT_EQ(packets[1], info2); in TEST_F()
/external/strace/
Dioctlsort.c64 const char *info2 = ((struct ioctlent *) b)->info; in compare_name_info() local
75 is_prefix("asm-generic/", info2)) in compare_name_info()
78 if (is_prefix("asm/", info2) && in compare_name_info()
82 return strcmp(info1, info2); in compare_name_info()
/external/v8/test/cctest/
Dtest-global-handles.cc104 TestRetainedObjectInfo info2; in TEST() local
110 global_handles->AddObjectGroup(g2_objects, 2, &info2); in TEST()
133 CHECK(!info2.has_been_disposed()); in TEST()
159 CHECK(!info2.has_been_disposed()); in TEST()
177 CHECK(info2.has_been_disposed()); in TEST()
200 TestRetainedObjectInfo info2; in TEST() local
203 global_handles->SetRetainedObjectInfo(UniqueId(2), &info2); in TEST()
228 CHECK(!info2.has_been_disposed()); in TEST()
254 CHECK(!info2.has_been_disposed()); in TEST()
272 CHECK(info2.has_been_disposed()); in TEST()
/external/svox/pico/lib/
Dpicoacph.c186 acph->headx[i].head.info2 = 0; in acphInitialize()
516 switch (acph->headx[acph->headxLen - 1].head.info2) { in acphSubPhrasing()
581 switch (acph->headx[acph->headxLen - 1].head.info2) { in acphSubPhrasing()
715 (acph->headx[i].head.info2 != PICODATA_ACC1)) { in acphAccGetNrsRight()
722 if ((i < acph->headxLen) && (acph->headx[i].head.info2 == PICODATA_ACC1)) { in acphAccGetNrsRight()
943 acph->headx[i].head.info2 = PICODATA_ACC3; in acphAccentuation()
945 acph->headx[i].head.info2 = (picoos_uint8)dtres.class; in acphAccentuation()
948 acph->headx[i].head.info2 = (picoos_uint8)dtres.class; in acphAccentuation()
951 i, acph->headx[i].head.info2)); in acphAccentuation()
981 tmphead.info2 = type; in acphPutBoundItem()
[all …]
Dpicosa.c279 sa->headx[i].head.info2 = PICODATA_ITEMINFO2_NA; in saInitialize()
1246 sa->headx[sa->headxLen].head.info2 = in saStep()
1259 (sa->headx[sa->headxLen].head.info2 == in saStep()
1266 sa->headx[sa->headxLen].head.info2 = PICODATA_ITEMINFO2_NA; in saStep()
1313 sa->headx[sa->headxLen].head.info2 = in saStep()
1381 if ((32 <= sa->headx[i].head.info2) && in saStep()
1382 (sa->headx[i].head.info2 < 127)) { in saStep()
1383 PICODBG_INFO_MSG(("'%c',",sa->headx[i].head.info2)); in saStep()
1385 PICODBG_INFO_MSG(("%3d,", sa->headx[i].head.info2)); in saStep()
1441 if (0 == sa->headx[i].head.info2) { in saStep()
[all …]
Dpicopr.c823 static picoos_bool pr_isCmdInfo2 (pr_ioItemPtr it, picoos_uint8 info2) in pr_isCmdInfo2() argument
825 if ((it != NULL) && (it->head.type == PICODATA_ITEM_CMD) && (it->head.info2 == info2)) { in pr_isCmdInfo2()
1111 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, in pr_putItem() argument
1122 pr->tmpItem.head.info2 = info2; in pr_putItem()
1224 litem->head.info2 = item->head.info2; in pr_appendItemToOutItemList()
1245 litem->head.info2 = -1; in pr_appendItemToOutItemList()
1260 litem->head.info2 = PICODATA_ITEMINFO2_NA; in pr_appendItemToOutItemList()
1268 litem->head.info2 = PICODATA_ITEMINFO2_NA; in pr_appendItemToOutItemList()
1708 pr->tmpItem.head.info2 = -1; in pr_getOutputItemList()
1747 pr->tmpItem.head.info2 = lf->head.info2; in pr_getOutputItemList()
[all …]
Dpicospho.c604 fstSymbol = sphoGetSylAccent(spho,head->info2,curStress); in sphoExtractPhonemes()
628 fstSymbol = sphoGetSylAccent(spho,head->info2,curStress); in sphoExtractPhonemes()
793 if (PICODATA_ITEMINFO2_CMD_START == head->info2) { in breakStateInterrupting()
817 ohead.info2 = spho->headx[spho->outReadPos].phrasetype; in putSideBoundToOutput()
822 …ng a bound of strength '%c' and type '%c' without duration constraints",ohead.info1, ohead.info2)); in putSideBoundToOutput()
828 …th '%c' and type '%c' with duration constraints [%i,%i]",ohead.info1, ohead.info2,sildur, sildur)); in putSideBoundToOutput()
1314 orig_type = ihead.info2; in sphoStep()
1529 ohead.info2 = picotrns_unplane(sym, &plane); in sphoStep()
Dpicotok.c483 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, in tok_putItem() argument
492 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem()
511 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem()
526 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem()
542 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem()
560 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem()
579 picoos_uint8 info1, picoos_uint8 info2, in tok_putItem2() argument
588 tok->outBuf[tok->outWritePos++] = info2; in tok_putItem2()
686 picoos_uint8 type, info1, info2; in tok_interpretMarkup() local
971 info2 = picoos_atoi(tok->markupParams[2].paramVal); in tok_interpretMarkup()
[all …]
Dpicoktab.c478 …const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint8 * info1, picoos_uint8 * info2) in picoktab_getIntPropPunct() argument
492 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_T; in picoktab_getIntPropPunct()
495 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_Q; in picoktab_getIntPropPunct()
498 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_E; in picoktab_getIntPropPunct()
501 *info2 = PICODATA_ITEMINFO2_PUNC_PHRASE; in picoktab_getIntPropPunct()
Dpicodata.c398 head->info2 = buf[PICODATA_ITEMIND_INFO2]; in picodata_get_itemparts_nowarn()
440 buf[PICODATA_ITEMIND_INFO2] = head->info2; in picodata_put_itemparts()
462 head->info2 = buf[PICODATA_ITEMIND_INFO2]; in picodata_get_iteminfo()
540 head.info2 = item[2]; in picodata_is_valid_item()
1036 (picopal_char *)"|%c|%c|%i", head->info1, head->info2, in picodata_head_to_string()
Dpicocep.c348 cep->framehead.info2 = cep->pdfmgc->ceporder; in cepInitialize()
349 cep->framehead.len = sizeof(picoos_uint16) + (cep->framehead.info2 + 4) in cepInitialize()
1408 while ((state < ihead->info2) && (bufferFull == FALSE)) { in treat_phone()
1437 if (state < ihead->info2) { in treat_phone()
1592 && (PICODATA_ITEMINFO2_CMD_END == ihead.info2)) { in cepStep()
1619 && (PICODATA_ITEMINFO2_CMD_START == ihead.info2)) { in cepStep()
1809 cep->outBuf[cep->outWritePos++] = cep->framehead.info2; in cepStep()
Dpicoktab.h119 picoos_uint8 *info2);
Dpicosig.c650 head.info2 = item[2]; in sig_deal_with()
661 if (head.info2 == PICODATA_ITEMINFO2_CMD_TO_SIG) { in sig_deal_with()
691 head.info2 = item[2]; in sig_is_command()
698 if (head.info2 == PICODATA_ITEMINFO2_CMD_TO_SIG) { in sig_is_command()
Dpicodata.h107 picoos_uint8 info2; member
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py55info2 = modulegraph.DependencyInfo(function=False, conditional=True, tryexcept=True, fromlist=Fals…
57 …info1._merged(info2), modulegraph.DependencyInfo(function=True, conditional=True, tryexcept=True, …
59info2 = modulegraph.DependencyInfo(function=False, conditional=True, tryexcept=False, fromlist=Fal…
61 …info1._merged(info2), modulegraph.DependencyInfo(function=True, conditional=True, tryexcept=True, …
63info2 = modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=False, fromlist=Fa…
65 …info1._merged(info2), modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=Fals…
69 …info1._merged(info2), modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=Fals…
71info2 = modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=False, fromlist=Tr…
73 …info1._merged(info2), modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=Fals…
/external/ltrace/
Dread_config_file.c626 struct arg_type_info *info2 = malloc(sizeof(*info2)); in parse_string() local
627 if (info1 == NULL || info2 == NULL) { in parse_string()
629 free(info2); in parse_string()
638 type_init_array(info2, type_get_simple(ARGTYPE_CHAR), 0, in parse_string()
640 type_init_pointer(info1, info2, 1); in parse_string()
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c364 struct arg_type_info *info2 = getter(info, i); in classify_eightbyte() local
365 size_t sz = type_sizeof(proc, info2); in classify_eightbyte()
368 if (classify(proc, context, info2, &cls2, sz, 1) < 0) in classify_eightbyte()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1720 CBenchInfo info2 = info; in SetDecodeResult() local
1721 info2.UnpackSize *= info2.NumIterations; in SetDecodeResult()
1722 info2.PackSize *= info2.NumIterations; in SetDecodeResult()
1723 info2.NumIterations = 1; in SetDecodeResult()
1724 PrintResults(_file, info2, rating, ShowFreq, CpuFreq, &DecodeRes); in SetDecodeResult()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc384 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info2( in TEST() local
388 .WillRepeatedly(Return(info2.get())); in TEST()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc681 const MinidumpMemoryInfo *info2 = in TEST() local
683 ASSERT_EQ(kBaseAddress, info2->GetBase()); in TEST()
684 ASSERT_EQ(kRegionSize, info2->GetSize()); in TEST()

12