Searched refs:distance (Results 1 – 16 of 16) sorted by relevance
/system/keymaster/include/keymaster/ |
D | serializable.h | 234 bool advance_read(int distance) { in advance_read() argument 235 if (static_cast<size_t>(read_position_ + distance) <= write_position_) { in advance_read() 236 read_position_ += distance; in advance_read() 242 bool advance_write(int distance) { in advance_write() argument 243 if (static_cast<size_t>(write_position_ + distance) <= buffer_size_) { in advance_write() 244 write_position_ += distance; in advance_write()
|
D | List.h | 185 return size_t(distance(begin(), end())); in size() 273 ptrdiff_t distance( in distance() function
|
/system/teeui/test/example_config/ |
D | README | 65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the… 68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top … 71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of… 74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t…
|
/system/tools/aidl/tests/ |
D | test_util.cpp | 32 using std::distance; 138 while (frontier != output.crend() && distance(it, frontier) <= 3) { in PrintDiff()
|
/system/core/libutils/include/utils/ |
D | List.h | 187 return size_t(distance(begin(), end())); in size() 275 ptrdiff_t distance( in distance() function
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wifi.h | 645 uint32_t distance; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wifi.h | 645 uint32_t distance; member
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 261 int distance = LevenshteinDistance(new_file_name, pair.first); in GetOldFile() local 262 if (distance < min_distance) { in GetOldFile() 263 min_distance = distance; in GetOldFile()
|
/system/core/init/ |
D | init_test.cpp | 173 ASSERT_EQ(1, std::distance(service_list.begin(), service_list.end())); in TEST()
|
/system/libvintf/ |
D | check_vintf.cpp | 292 if (std::distance(args.begin(), args.end()) > 1) { in getRuntimeInfo() 527 if (std::distance(rootdirs.begin(), rootdirs.end()) > 1) { in main()
|
/system/memory/libmeminfo/ |
D | sysmeminfo.cpp | 76 auto index = std::distance(tags.begin(), it); in ReadMemInfo()
|
/system/core/fs_mgr/liblp/ |
D | utility.cpp | 275 partition.group_index = std::distance(new_group_ptrs.begin(), it); in UpdateMetadataForInPlaceSnapshot()
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 276 << std::distance(level_blocks.begin(), iter); in CheckHashTree()
|
/system/tools/aidl/ |
D | aidl_checkapi.cpp | 218 size_t old_index = std::distance(old_fields.begin(), found); in are_compatible_parcelables()
|
/system/chre/util/tests/ |
D | array_queue_test.cc | 471 typename traits::difference_type diff = std::distance(q.begin(), q.end()); in TEST()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 366 auto size = std::distance(first, last); in hidl_vec()
|