Home
last modified time | relevance | path

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

/frameworks/base/tools/stats_log_api_gen/
Dtest.proto87 BadSkippedFieldSingleAtom bad = 1; field
99 BadSkippedFieldMultipleAtom bad = 1; field
109 oneof event { BadAttributionNodePositionAtom bad = 1; } field
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto113 optional int32 bad = 3; // Failed roams field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatusor_test.cc153 StatusOr<int> bad(Status::CANCELLED); in TEST() local
255 StatusOr<const int*> bad(Status::CANCELLED); in TEST() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp49 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamTrack() local
DAudioStreamRecord.cpp45 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/
DProcessRecord.java203 boolean bad; // True if disabled in the bad process list field in ProcessRecord