/system/chre/util/include/chre/util/ |
D | heap_impl.h | 32 const CompareFunction& compare) { in siftUp() argument 37 if (compare(container[parent], container[current])) { in siftUp() 48 const CompareFunction& compare) { in siftDown() argument 59 compare(container[child], container[child + 1])) { in siftDown() 66 compare(container[current], container[child])) { in siftDown() 78 void push_heap(ContainerType& container, const CompareFunction& compare) { in push_heap() argument 81 siftUp(container, container.size() - 1, compare); in push_heap() 86 void pop_heap(ContainerType& container, const CompareFunction& compare) { in pop_heap() argument 90 siftDown(container, 0, compare); in pop_heap() 96 const CompareFunction& compare) { in remove_heap() argument [all …]
|
D | heap.h | 39 void push_heap(ContainerType& container, const CompareFunction& compare); 50 void pop_heap(ContainerType& container, const CompareFunction& compare); 64 const CompareFunction& compare);
|
D | priority_queue_impl.h | 35 const CompareFunction& compare) in PriorityQueue() argument 36 : mCompare(compare) {} in PriorityQueue()
|
D | priority_queue.h | 46 PriorityQueue(const CompareFunction& compare);
|
/system/apex/apexd/ |
D | apex_database.h | 56 int compare_val = loop_name.compare(rhs.loop_name); 62 compare_val = full_path.compare(rhs.full_path); 68 compare_val = mount_point.compare(rhs.mount_point); 74 compare_val = device_name.compare(rhs.device_name);
|
/system/extras/alloc-stress/ |
D | Android.bp | 29 "-Wno-sign-compare" 41 "-Wno-sign-compare"
|
/system/extras/zram-perf/ |
D | Android.bp | 8 "-Wno-sign-compare",
|
/system/extras/verity/fec/tests/ |
D | fec.py | 51 def compare(a, b): function 76 if compare(temp_img.name, temp_out.name) != 0:
|
/system/sepolicy/tools/ |
D | checkfc.c | 341 bool compare = false; in main() local 349 compare = true; in main() 382 if (compare && backend != SELABEL_CTX_FILE) { in main() 388 if (compare) { in main()
|
/system/sepolicy/tests/ |
D | fc_sort.py | 86 def compare(a, b): function 120 Fc.sort(cmp=compare)
|
/system/core/liblog/ |
D | pmsg_reader.cpp | 332 int compare = 0; in __android_log_pmsg_file_read() local 340 compare = (nl > nr) ? 1 : -1; in __android_log_pmsg_file_read() 342 if (compare == 0) { in __android_log_pmsg_file_read() 343 compare = strcmp(names->name, r); in __android_log_pmsg_file_read() 345 if (compare <= 0) { in __android_log_pmsg_file_read()
|
/system/chre/build/variant/ |
D | google_x86_googletest.mk | 28 TARGET_CFLAGS += -Wno-sign-compare
|
/system/core/libsync/ |
D | Android.bp | 51 "-Wno-sign-compare",
|
/system/core/libutils/include/utils/ |
D | String8.h | 99 inline int compare(const String8& other) const; 246 return lhs.compare(rhs); in compare_type() 330 inline int String8::compare(const String8& other) const in compare() function
|
D | String16.h | 95 inline int compare(const String16& other) const; 235 return lhs.compare(rhs); in compare_type() 272 inline int String16::compare(const String16& other) const in compare() function
|
/system/security/keystore/ |
D | test-keystore | 60 function compare() { function 268 compare
|
/system/extras/mmap-perf/ |
D | Android.bp | 32 "-Wno-sign-compare",
|
/system/netd/ |
D | Android.bp | 26 "-Wsign-compare",
|
/system/vold/ |
D | FileDeviceUtils.cpp | 55 path.compare(0, l, mnt->mnt_dir) == 0) { in BlockDeviceForPath()
|
/system/memory/libmeminfo/tools/ |
D | librank.cpp | 321 if (arg.compare("json") == 0) { in get_format() 324 if (arg.compare("csv") == 0) { in get_format() 327 if (arg.compare("raw") == 0) { in get_format()
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | linkerconfigparser.h | 164 if (property_descs[0].compare("isolated") == 0) { in ParseNamespaceCommand() 169 } else if (property_descs[0].compare("visible") == 0) { in ParseNamespaceCommand()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | fsck_untrusted.te | 24 # Allow stat access to all block devices so that fsck can compare
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | fsck_untrusted.te | 24 # Allow stat access to all block devices so that fsck can compare
|
/system/sepolicy/public/ |
D | fsck_untrusted.te | 24 # Allow stat access to all block devices so that fsck can compare
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | fsck_untrusted.te | 24 # Allow stat access to all block devices so that fsck can compare
|