Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 115) sorted by relevance

12345

/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc196 if (!locationEventVector_.full()) { in locationEventCallback()
198 if (locationEventVector_.full()) { in locationEventCallback()
221 if (!measurementEventVector_.full()) { in measurementEventCallback()
223 if (measurementEventVector_.full()) { in measurementEventCallback()
260 while (!locationEventVector_.full() && waitSuccess) { in TEST_F()
269 EXPECT_TRUE(locationEventVector_.full()); in TEST_F()
299 while (!measurementEventVector_.full() && waitSuccess) { in TEST_F()
302 EXPECT_TRUE(measurementEventVector_.full()); in TEST_F()
/system/extras/libjsonpb/verify/
DAndroid.bp17 // libprotobuf-cpp-full provides is relatively relaxed.
26 "libprotobuf-cpp-full",
60 "libprotobuf-cpp-full",
/system/apex/proto/
DAndroid.bp22 type: "full",
79 type: "full",
89 type: "full",
/system/incremental_delivery/incfs/
Dpath.cpp226 std::pair<std::string_view, std::string_view> splitDirBase(std::string& full) { in splitDirBase() argument
227 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase()
228 if (res.first.data() == full.data()) { in splitDirBase()
229 full[res.first.size()] = 0; in splitDirBase()
/system/core/libprocessgroup/profiles/
DAndroid.bp52 type: "full",
73 "libprotobuf-cpp-full",
101 "libprotobuf-cpp-full",
/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h84 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()
Darray_queue_impl.h39 bool ArrayQueue<ElementType, kCapacity>::full() const { in full() function
105 if (full()) { in kick_push()
113 if (full()) { in kick_push()
Dfixed_size_vector.h89 bool full() const;
/system/update_engine/scripts/
Dtest_paycheck.sh135 check_payload "${old_full_payload}" full
136 check_payload "${new_full_payload}" full
/system/timezone/input_tools/android/tzlookup_generator/
DAndroid.bp20 type: "full",
34 "libprotobuf-java-full",
/system/timezone/input_tools/android/telephonylookup_generator/
DAndroid.bp19 type: "full",
34 "libprotobuf-java-full",
/system/chre/
Dbundle_chre.sh10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`
/system/libziparchive/
Dziptool.cpp384 static void ShowHelp(bool full) { in ShowHelp() argument
386 fprintf(full ? stdout : stderr, "usage: unzip [-d DIR] [-lnopqv] ZIP [FILE...] [-x FILE...]\n"); in ShowHelp()
387 if (!full) exit(EXIT_FAILURE); in ShowHelp()
404 fprintf(full ? stdout : stderr, "usage: zipinfo [-1] ZIP [FILE...] [-x FILE...]\n"); in ShowHelp()
405 if (!full) exit(EXIT_FAILURE); in ShowHelp()
/system/extras/partition_tools/
DAndroid.bp39 "libprotobuf-cpp-full",
49 type: "full",
/system/security/keystore/tests/
DMakefile93 MEMCHECK_OPTS=--leak-check=full \
95 --vgdb=full \
/system/timezone/output_data/android/
DAndroid.bp23 // the ART Buildbot and Golem have full support for the Time Zone Data APEX.
39 // the ART Buildbot and Golem have full support for the Time Zone Data APEX.
/system/sepolicy/prebuilts/api/28.0/public/
Dservicemanager.te21 # nonplat_service_contexts only accessible on non full-treble devices
/system/sepolicy/prebuilts/api/27.0/public/
Dservicemanager.te20 # nonplat_service_contexts only accessible on non full-treble devices
/system/sepolicy/prebuilts/api/29.0/public/
Dservicemanager.te21 # nonplat_service_contexts only accessible on non full-treble devices
/system/core/cli-test/
Dcli-test.cpp279 static void ShowHelp(bool full) { in ShowHelp() argument
280 fprintf(full ? stdout : stderr, "usage: %s [-v] FILE...\n", g_progname); in ShowHelp()
281 if (!full) exit(EXIT_FAILURE); in ShowHelp()
/system/chre/util/tests/
Dfixed_size_vector_test.cc49 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/
Dservicemanager.te21 # should not be allowed on full treble devices
/system/sepolicy/public/
Dradio.te8 # Talks to hal_telephony_server via the rild socket only for devices without full treble
Dservicemanager.te24 # nonplat_service_contexts only accessible on non full-treble devices
/system/sepolicy/prebuilts/api/30.0/public/
Dservicemanager.te24 # nonplat_service_contexts only accessible on non full-treble devices

12345