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

  /system/netd/server/
WakeupControllerTest.cpp 287 const uint32_t kMark = 0x12345678;
294 mController.addInterface(kPrefix, kIfName, kMark, kMask);
300 const uint32_t kMark = 0x12345678;
307 mController.delInterface(kPrefix, kIfName, kMark, kMask);
  /external/skia/tools/bookmaker/
includeParser.cpp 499 if (Definition::Type::kMark == test->fType && KeyWord::kClass == test->fKeyWord) {
523 markupDef.fType = Definition::Type::kMark;
531 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) {
617 if (Definition::Type::kMark == child.fType && MarkType::kMember == child.fMarkType) {
620 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) {
    [all...]
bookmaker.h 726 kMark,
799 fType = Type::kMark;
    [all...]
  /external/skqp/tools/bookmaker/
includeParser.cpp 491 if (Definition::Type::kMark == test->fType && KeyWord::kClass == test->fKeyWord) {
515 markupDef.fType = Definition::Type::kMark;
523 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) {
609 if (Definition::Type::kMark == child.fType && MarkType::kMember == child.fMarkType) {
612 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) {
    [all...]
bookmaker.h 724 kMark,
792 fType = Type::kMark;
    [all...]

Completed in 244 milliseconds