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

  /external/chromium_org/tools/gn/
ninja_toolchain_writer_unittest.cc 22 writer.WriteToolRule(Toolchain::TYPE_CC,
23 setup.toolchain()->GetTool(Toolchain::TYPE_CC),
toolchain.cc 44 if (str == kToolCc) return TYPE_CC;
61 case TYPE_CC: return kToolCc;
104 return TYPE_CC;
toolchain.h 36 TYPE_CC,
test_with_scope.cc 54 toolchain->SetTool(Toolchain::TYPE_CC, cc_tool.Pass());
function_toolchain.cc 166 return type == Toolchain::TYPE_CC ||
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 38 TYPE_CC,
996 groupType = MediaGroup::TYPE_CC;
1109 if (groupType == MediaGroup::TYPE_CC) {
    [all...]

Completed in 87 milliseconds