Searched refs:live (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/libs/ftl/ |
D | small_vector_test.cpp | 466 DestroyCounts(int& live, int& dead) : counts{live, dead} {} in DestroyCounts() 469 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts() 472 int& live; member 482 int live = 0; in TEST() local 488 EXPECT_EQ(0, live); in TEST() 494 counts.emplace_back(live, dead); in TEST() 495 counts.emplace_back(live, dead); in TEST() 496 counts.emplace_back(live, dead); in TEST() 500 EXPECT_EQ(3, live); in TEST() 503 live = 0; in TEST() [all …]
|
D | static_vector_test.cpp | 376 DestroyCounts(int& live, int& dead) : counts{live, dead} {} in DestroyCounts() 379 ~DestroyCounts() { ++(alive ? counts.live : counts.dead); } in ~DestroyCounts() 382 int& live; member 392 int live = 0; in TEST() local 398 EXPECT_EQ(0, live); in TEST() 404 counts.emplace_back(live, dead); in TEST() 405 counts.emplace_back(live, dead); in TEST() 406 counts.emplace_back(live, dead); in TEST() 408 EXPECT_EQ(3, live); in TEST() 411 live = 0; in TEST() [all …]
|
/frameworks/av/media/ndk/tests/ |
D | Android.bp | 16 // to refer to headers in parent directories and the headers live in
|
/frameworks/av/media/libaudiohal/tests/ |
D | Android.bp | 16 // to refer to headers in parent directories and the headers live in
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | overview.md | 20 ## Where does the code live
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 8 tests run on a live Android system (emulator or device.)
|
/frameworks/av/camera/ndk/ |
D | Android.bp | 16 // to refer to headers in parent directories and the headers live in
|
/frameworks/av/media/ndk/ |
D | Android.bp | 16 // to refer to headers in parent directories and the headers live in
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 236 // The canonical versions of the following enums live in: 238 // The canonical versions of the following atoms live in:
|
/frameworks/proto_logging/stats/enums/telecomm/ |
D | enums.proto | 225 * There is an live call that cannot be held.
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 23 All the classes described in this document that live inside SystemUI are only instantiated in the p… 194 …ollowing sections describe the classes that live in SystemUI to support third party tiles. These c…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1077 # and does not have live searching capabilities.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 18482 // The total length of the media in milliseconds. 0 for live contents.
|
/frameworks/base/core/api/ |
D | current.txt | 27017 field public static final String COLUMN_LIVE = "live"; 27217 field public static final String COLUMN_LIVE = "live";
|