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

  /external/clang/lib/CodeGen/
CGLoopInfo.h 120 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
158 bool hasInfo() const { return !Active.empty(); }
159 /// \brief Return the LoopInfo for the current loop. HasInfo should be called
CGLoopInfo.cpp 278 if (!hasInfo())
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 707 EXPECT_FALSE(buffer->hasInfo(info1->type()));
708 EXPECT_FALSE(buffer->hasInfo(info2->type()));
713 EXPECT_TRUE(buffer->hasInfo(info1->type()));
714 EXPECT_FALSE(buffer->hasInfo(info2->type()));
718 EXPECT_TRUE(buffer->hasInfo(info1->type()));
719 EXPECT_TRUE(buffer->hasInfo(info2->type()));
726 EXPECT_FALSE(buffer->hasInfo(info1->type()));
727 EXPECT_TRUE(buffer->hasInfo(info2->type()));
732 EXPECT_FALSE(buffer->hasInfo(info1->type()));
733 EXPECT_TRUE(buffer->hasInfo(info2->type()))
    [all...]
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java     [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]
  /hardware/google/av/media/sfplugin/
CCodec.cpp     [all...]

Completed in 137 milliseconds