Home
last modified time | relevance | path

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

123

/system/timezone/tzlookup_generator/
DAndroid.mk20 LOCAL_PROTOC_OPTIMIZE_TYPE := full
37 libprotobuf-java-full
/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h82 bool FixedSizeVector<ElementType, kCapacity>::full() const { in full() function
89 CHRE_ASSERT(!full()); in push_back()
90 if (!full()) { in push_back()
98 CHRE_ASSERT(!full()); in emplace_back()
99 if (!full()) { in emplace_back()
Dfixed_size_vector.h88 bool full() const;
Darray_queue.h50 bool full() const;
/system/update_engine/scripts/
Dtest_paycheck.sh133 check_payload "${old_full_payload}" full
134 check_payload "${new_full_payload}" full
/system/chre/
Dbundle_chre.sh10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`
/system/security/keystore/tests/
DMakefile94 MEMCHECK_OPTS=--leak-check=full \
96 --vgdb=full \
/system/core/libziparchive/
Dunzip.cpp257 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/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()
Darray_queue_test.cc416 EXPECT_FALSE(q.full()); in TEST()
420 EXPECT_TRUE(q.full()); in TEST()
/system/sepolicy/public/
Dservicemanager.te21 # nonplat_service_contexts only accessible on non full-treble devices
Dradio.te8 # Talks to hal_telephony_server via the rild socket only for devices without full treble
/system/sepolicy/prebuilts/api/28.0/public/
Dservicemanager.te21 # nonplat_service_contexts only accessible on non full-treble devices
Dradio.te8 # Talks to hal_telephony_server via the rild socket only for devices without full treble
/system/sepolicy/prebuilts/api/27.0/public/
Dservicemanager.te20 # nonplat_service_contexts only accessible on non full-treble devices
Dradio.te8 # Talks to rild via the rild socket only for devices without full treble
/system/sepolicy/prebuilts/api/26.0/public/
Dservicemanager.te21 # should not be allowed on full treble devices
Dradio.te8 # Talks to rild via the rild socket only for devices without full treble
/system/nvram/
DREADME.md7 accessed or modified, up to the point of requiring full hardware reset to clear
41 and `nvram::Response` objects, the glue code will adapt it to the full NVRAM API
/system/core/trusty/keymaster/
DMakefile132 MEMCHECK_OPTS=--leak-check=full \
134 --vgdb=full \
/system/core/logwrapper/
Dlogwrap.c106 int full = 0; in add_line_to_linear_buf() local
109 full = 1; in add_line_to_linear_buf()
116 return full; in add_line_to_linear_buf()
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc195 vector<Extent> full = { in Init() local
197 auto metadata_extents = FilterExtentRanges(full, file_extents); in Init()
/system/core/shell_and_utilities/
DREADME.md13 We started moving a few of the more important tools to full
28 each release starting with Gingerbread. This doesn't tell the full story,
36 full list for a release by running `toybox` directly.
/system/keymaster/
DMakefile185 MEMCHECK_OPTS=--leak-check=full \
187 --vgdb=full \
/system/core/rootdir/
Dueventd.rc45 /dev/full 0666 root root

123