Searched refs:full (Results 1 – 25 of 89) sorted by relevance
1234
/system/extras/libjsonpb/verify/ |
D | Android.bp | 17 // libprotobuf-cpp-full provides is relatively relaxed. 26 "libprotobuf-cpp-full", 60 "libprotobuf-cpp-full",
|
/system/core/libprocessgroup/profiles/ |
D | Android.bp | 52 type: "full", 73 "libprotobuf-cpp-full", 101 "libprotobuf-cpp-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/apex/proto/ |
D | Android.bp | 22 type: "full", 50 type: "full",
|
/system/update_engine/scripts/ |
D | test_paycheck.sh | 135 check_payload "${old_full_payload}" full 136 check_payload "${new_full_payload}" full
|
/system/timezone/tzlookup_generator/ |
D | Android.bp | 19 type: "full", 38 "libprotobuf-java-full",
|
/system/chre/ |
D | bundle_chre.sh | 10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | Android.bp | 37 "libprotobuf-cpp-full", 54 type: "full",
|
/system/extras/partition_tools/ |
D | Android.bp | 38 "libprotobuf-cpp-full", 48 type: "full",
|
/system/security/keystore/tests/ |
D | Makefile | 94 MEMCHECK_OPTS=--leak-check=full \ 96 --vgdb=full \
|
/system/core/libziparchive/ |
D | unzip.cpp | 257 static void ShowHelp(bool full) { in ShowHelp() argument 258 fprintf(full ? stdout : stderr, "usage: unzip [-d DIR] [-lnopqv] ZIP [FILE...] [-x FILE...]\n"); in ShowHelp() 259 if (!full) exit(EXIT_FAILURE); in ShowHelp()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | servicemanager.te | 21 # nonplat_service_contexts only accessible on non full-treble devices
|
D | radio.te | 8 # Talks to hal_telephony_server 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
|
D | radio.te | 8 # Talks to hal_telephony_server via the rild socket only for devices without full treble
|
/system/sepolicy/public/ |
D | servicemanager.te | 21 # nonplat_service_contexts only accessible on non full-treble devices
|
D | radio.te | 8 # Talks to hal_telephony_server via the rild socket only for devices without full treble
|
/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/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/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/core/adb/fastdeploy/ |
D | Android.bp | 37 type: "full",
|
1234