Home
last modified time | relevance | path

Searched refs:end_size (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Damber_script.cc30 const size_t end_size = end.size(); in IsEndedWith() local
31 if (path_size < end_size) in IsEndedWith()
34 return path.compare(path_size - end_size, end_size, end) == 0; in IsEndedWith()
/third_party/python/Modules/
H A Dreadline.c1153 size_t start_size, end_size; in flex_complete() local
1173 s = Py_DecodeLocale(rl_line_buffer + start, &end_size); in flex_complete()
1180 end = start + (int)end_size; in flex_complete()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc2055 size_t end_size = 0; in TEST() local
2057 end_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
2062 ++end_size; in TEST()
2065 EXPECT_NEAR((end_size - start_size) / static_cast<double>(tables.size()), in TEST()
2088 size_t end_size = 0; in TEST() local
2089 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
2091 EXPECT_NEAR((end_size - start_size) / static_cast<double>(tables.size()), in TEST()
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c6881 s64 end_size; local
6904 end_size = pos & (na->compression_block_size - 1);
6905 size = (begin_size > end_size ? begin_size : end_size);
6909 end_size = 0;
6925 && ((na->initialized_size + end_size) < pos)
6927 pos - end_size, HOLES_OK))
6931 = na->data_size = pos - end_size;
6933 if (!ret && end_size
6935 na->initialized_size, end_size, bu
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc7051 int end_size = end_with.size(); in FullMatch() local
7053 name.substr(name.size() - end_size, end_size) != end_with) { in FullMatch()
7057 name.substr(begin_size, name.size() - end_size - begin_size), file_num); in FullMatch()

Completed in 25 milliseconds