Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 7 of 7) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest.proto110 BadSkippedFieldSingleAtom bad = 1; field
122 BadSkippedFieldMultipleAtom bad = 1; field
132 oneof pushed { BadAttributionNodePositionAtom bad = 1; } field
Dtest_external.proto110 BadSkippedFieldSingleAtom bad = 1; field
122 BadSkippedFieldMultipleAtom bad = 1; field
132 oneof pushed { BadAttributionNodePositionAtom bad = 1; } field
/frameworks/libs/net/common/netd/libnetdutils/
DFdTest.cpp56 Fd bad(-1); in TEST() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp53 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamTrack() local
DAudioStreamRecord.cpp49 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamRecord() local
/frameworks/wilhelm/tests/sandbox/
Dreverb.c234 bool bad = false; // whether the option string is invalid in main() local
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java159 void setBad(boolean bad) { in setBad()