Searched refs:DEFAULT (Results 1 – 18 of 18) sorted by relevance
/system/tools/hidl/lint/ |
D | Lint.cpp | 80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator 86 if (bold && color != DEFAULT) ret += ";"; in setColor() 87 if (color != DEFAULT) ret += std::to_string(color); in setColor() 95 os << setColor(YELLOW, true) << lint.getLevelString() << ": " << setColor(DEFAULT); in operator <<() 98 os << setColor(RED, true) << lint.getLevelString() << ": " << setColor(DEFAULT); in operator <<() 101 return os << setColor(DEFAULT, true) << lint.getLocation() << setColor(DEFAULT) << ": " in operator <<()
|
/system/bt/gd/l2cap/classic/internal/ |
D | channel_configuration_state.h | 57 FcsType fcs_type_ = FcsType::DEFAULT;
|
D | signalling_manager.cc | 389 fcs_option->fcs_type_ = FcsType::DEFAULT; in SendInitialConfigRequest() 390 configuration_state.fcs_type_ = FcsType::DEFAULT; in SendInitialConfigRequest()
|
/system/libbase/ |
D | logging.cpp | 134 return DEFAULT; in log_id_tToLogId() 148 case DEFAULT: in LogIdTolog_id_t() 335 if (id == DEFAULT) { in operator ()() 535 Logger()(DEFAULT, severity, gDefaultTag->c_str(), file, line, message); in LogLine() 537 Logger()(DEFAULT, severity, tag, file, line, message); in LogLine()
|
/system/libvintf/include/vintf/ |
D | CheckFlags.h | 52 constexpr Type DEFAULT = DISABLE_AVB_CHECK; variable
|
D | RuntimeInfo.h | 83 CheckFlags::Type flags = CheckFlags::DEFAULT) const;
|
D | HalManifest.h | 86 CheckFlags::Type flags = CheckFlags::DEFAULT) const;
|
D | VintfObject.h | 145 CheckFlags::Type flags = CheckFlags::DEFAULT);
|
/system/bt/gd/l2cap/internal/ |
D | sender.cc | 109 data_controller_->EnableFcs(config.fcs_type_ == FcsType::DEFAULT); in UpdateClassicConfiguration()
|
/system/extras/libjsonpb/verify/ |
D | test.proto | 61 DEFAULT = 0; enumerator
|
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 553 mode=RetransmissionFlowControlMode.ERTM, fcs=FcsType.DEFAULT) 568 fcs=FcsType.DEFAULT, 608 mode=RetransmissionFlowControlMode.ERTM, fcs=FcsType.DEFAULT) 621 mode=RetransmissionFlowControlMode.ERTM, fcs=FcsType.DEFAULT) 623 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET, fcs=FcsType.DEFAULT)
|
D | cert_l2cap.py | 51 if fcs == l2cap_packets.FcsType.DEFAULT: 73 if fcs == l2cap_packets.FcsType.DEFAULT:
|
/system/core/liblog/tests/ |
D | liblog_global_state.cpp | 37 EXPECT_EQ(DEFAULT, log_id); in TEST()
|
/system/libbase/include/android-base/ |
D | logging.h | 94 DEFAULT, enumerator
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 360 DEFAULT = 1, // 16-bit FCS
|
/system/libvintf/ |
D | check_vintf.cpp | 381 CheckFlags::Type flags = CheckFlags::DEFAULT; in checkAllFiles()
|
D | AssembleVintf.cpp | 783 CheckFlags::Type mCheckFlags = CheckFlags::DEFAULT;
|
/system/bt/gd/cert/ |
D | cert_self_test.py | 194 fcs_opt.fcs_type = l2cap_packets.FcsType.DEFAULT
|