/system/chre/pal/tests/src/ |
D | gnss_pal_impl_test.cc | 198 if (!locationEventVector_.full()) { in locationEventCallback() 200 if (locationEventVector_.full()) { in locationEventCallback() 223 if (!measurementEventVector_.full()) { in measurementEventCallback() 225 if (measurementEventVector_.full()) { in measurementEventCallback() 263 while (!locationEventVector_.full() && waitSuccess) { in TEST_P() 272 EXPECT_TRUE(locationEventVector_.full()); in TEST_P() 302 while (!measurementEventVector_.full() && waitSuccess) { in TEST_P() 305 EXPECT_TRUE(measurementEventVector_.full()); in TEST_P()
|
/system/update_engine/sample_images/ |
D | generate_payloads.sh | 47 tar -cJf sample_payloads.tar.xz {delta,full}_payload.bin 49 rm -rf "${TEMP_IMG_DIR}" {delta,full}_payload.bin
|
/system/incremental_delivery/incfs/ |
D | path.cpp | 188 std::pair<std::string_view, std::string_view> splitDirBase(std::string& full) { in splitDirBase() argument 189 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase() 190 if (res.first.data() == full.data()) { in splitDirBase() 191 full[res.first.size()] = 0; in splitDirBase()
|
/system/extras/libjsonpb/verify/ |
D | Android.bp | 17 // libprotobuf-cpp-full provides is relatively relaxed. 30 "libprotobuf-cpp-full", 64 "libprotobuf-cpp-full",
|
/system/apex/proto/ |
D | Android.bp | 26 type: "full", 87 type: "full", 97 type: "full",
|
/system/chre/util/include/chre/util/ |
D | fixed_size_vector_impl.h | 84 bool FixedSizeVector<ElementType, kCapacity>::full() const { in full() function 91 CHRE_ASSERT(!full()); in push_back() 92 if (!full()) { in push_back() 100 CHRE_ASSERT(!full()); in emplace_back() 101 if (!full()) { in emplace_back()
|
D | array_queue_impl.h | 39 bool ArrayQueue<ElementType, kCapacity>::full() const { in full() function 105 if (full()) { in kick_push() 113 if (full()) { in kick_push()
|
D | fixed_size_vector.h | 89 bool full() const;
|
/system/core/libprocessgroup/profiles/ |
D | Android.bp | 102 type: "full", 123 "libprotobuf-cpp-full", 148 "libprotobuf-cpp-full",
|
/system/chre/ |
D | bundle_chre.sh | 10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`
|
/system/timezone/input_tools/android/telephonylookup_generator/ |
D | Android.bp | 27 type: "full", 42 "libprotobuf-java-full",
|
/system/extras/partition_tools/ |
D | Android.bp | 43 "libprotobuf-cpp-full", 53 type: "full",
|
/system/security/keystore/tests/ |
D | Makefile | 93 MEMCHECK_OPTS=--leak-check=full \ 95 --vgdb=full \
|
/system/libziparchive/ |
D | ziptool.cpp | 430 static void ShowHelp(bool full) { in ShowHelp() argument 432 fprintf(full ? stdout : stderr, "usage: unzip [-d DIR] [-lnopqv] ZIP [FILE...] [-x FILE...]\n"); in ShowHelp() 433 if (!full) exit(EXIT_FAILURE); in ShowHelp() 451 fprintf(full ? stdout : stderr, "usage: zipinfo [-1] ZIP [FILE...] [-x FILE...]\n"); in ShowHelp() 452 if (!full) exit(EXIT_FAILURE); in ShowHelp()
|
/system/timezone/output_data/android/ |
D | Android.bp | 31 // the ART Buildbot and Golem have full support for the Time Zone Data APEX. 47 // the ART Buildbot and Golem have full support for the Time Zone Data APEX.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | servicemanager.te | 20 # nonplat_service_contexts only accessible on non full-treble devices
|
D | radio.te | 8 # Talks to rild via the rild socket only for devices without full treble
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | servicemanager.te | 21 # nonplat_service_contexts only accessible on non full-treble devices
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | servicemanager.te | 21 # nonplat_service_contexts only accessible on non full-treble devices
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | servicemanager.te | 21 # should not be allowed on full treble devices
|
D | radio.te | 8 # Talks to rild via the rild socket only for devices without full treble
|
/system/security/ondevice-signing/proto/ |
D | Android.bp | 26 type: "full",
|
/system/chre/util/tests/ |
D | fixed_size_vector_test.cc | 49 ASSERT_FALSE(testVector.full()); in TEST() 59 ASSERT_FALSE(testVector.full()); in TEST() 71 ASSERT_TRUE(testVector.full()); in TEST()
|
/system/bt/gd/rust/gddi/ |
D | Cargo.toml | 26 syn = { version = "*", features = ['default', 'full'] }
|
/system/sepolicy/public/ |
D | servicemanager.te | 24 # nonplat_service_contexts only accessible on non full-treble devices
|