/third_party/vixl/test/ |
H A D | test-runner.h | 88 static Test* first() { return first_; } in first() function in vixl::Test
|
/third_party/python/Modules/ |
H A D | getpath.c | 270 Py_ssize_t first = 0; variable
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnknownFieldSetLite.java | 73 static UnknownFieldSetLite mutableCopyOf(UnknownFieldSetLite first, UnknownFieldSetLite second) { in mutableCopyOf() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 290 InsertOrUpdateMany(Collection* const collection, InputIterator first, InputIterator last) InsertOrUpdateMany() argument [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter_test.cc | 688 Author* first = outer->add_friend_(); in TEST_P() local 735 Author* first = outer->add_friend_(); TEST_P() local [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | test_message.py | 9 def first(iterable): function [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_split_internal.h | 297 absl::string_view first, second; in operator std::pair() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 145 InlinedVector(ForwardIterator first, ForwardIterator last, in InlinedVector() argument 156 InlinedVector(InputIterator first, InputIterator last, in InlinedVector() argument 515 assign(ForwardIterator first, ForwardIterator last) assign() argument 526 assign(InputIterator first, InputIterator last) assign() argument 600 insert(const_iterator pos, ForwardIterator first, ForwardIterator last) insert() argument 620 insert(const_iterator pos, InputIterator first, InputIterator last) insert() argument [all...] |
H A D | fixed_array.h | 159 FixedArray(Iterator first, Iterator last, in FixedArray() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 275 K first; member [all...] |
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTool.cpp | 381 double first = starved_ms[0]; in main() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 72 let mut first = true; variables
|
/third_party/spirv-tools/source/opt/ |
H A D | dominator_tree.cpp | 331 DominatorTreeNode* first = GetOrInsertNode(edge.first); in InitializeTree() local [all...] |
/third_party/spirv-tools/source/util/ |
H A D | small_vector.h | 70 SmallVector(InputIt first, InputIt last) : SmallVector() { in SmallVector() argument 71 insert(end(), first, last); in SmallVector() local 270 iterator erase(const_iterator first, const_iterator last) { in erase() argument 348 iterator insert(iterator pos, InputIt first, InputIt last) { in insert() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBufferTests.cpp | 70 bool first = true; in toTestName() local 101 bool first = true; in toTestName() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomUniformBlockCase.cpp | 123 static std::string genName (char first, char last, int ndx) in genName() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 38 static std::string genName (char first, char last, int ndx) in genName() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktRandomUniformBlockCase.cpp | 37 static std::string genName (char first, char last, int ndx) in genName() argument
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | server.cpp | 69 void Log (ARG&& first, ARGs&&... args) { std::cout << first << ' '; Log(args...); } in Log() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableManager.hpp | 268 std::vector<const ValueEntry*>::const_iterator first = m_entryCache.begin(); in getBegin() local
|
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 57 int first; /* true to check distances (for first 4K) */ member 133 int first; /* first code of length len */ in decode() local [all...] |
/third_party/zlib/contrib/puff/ |
H A D | puff.c | 239 int first; /* first code of length len */ in decode() local 267 int first; /* firs in decode() local [all...] |
/third_party/zlib/examples/ |
H A D | gun.c | 385 int ret, first, last; in gunpipe() local [all...] |
/third_party/zlib/ |
H A D | gzwrite.c | 149 int first; in gz_zero() local
|
/third_party/zlib/test/ |
H A D | infcover.c | 64 struct mem_item *first; /* pointer to first item in list, or NULL */ member [all...] |