HomeSort by relevance Sort by last modified time
    Searched refs:Typed (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/TableGen/
Record.cpp 690 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded);
691 if (Typed) {
692 return Typed->resolveBitReference(R, IRV, Bit);
708 TypedInit *Typed = dynamic_cast<TypedInit *>(Resolved);
709 assert(Typed && "Expected typed init for list reference");
710 if (Typed) {
711 Init *New = Typed->resolveListElementReference(R, IRV, Elt);
714 return VarListElementInit::get(Typed, Elt);
1076 throw TGError(CurRec->getLoc(), "!foreach requires typed variable\n")
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest.cc 405 EXPECT_EQ(0, query_url_row_.typed_count()); // Never typed.
524 TEST_F(HistoryTest, Typed) {
529 // Add the page once as typed.
531 history->AddPage(test_url, NULL, 0, GURL(), PageTransition::TYPED,
536 // We should have the same typed & visit count.
540 // Add the page again not typed.
546 // The second time should not have updated the typed count.
612 PageTransition::TYPED, history::RedirectList(),
684 PageTransition::TYPED, history::RedirectList(),
687 PageTransition::TYPED, history::RedirectList()
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 237 milliseconds