Home
last modified time | relevance | path

Searched defs:first (Results 476 - 500 of 1212) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/vixl/test/
H A Dtest-runner.h88 static Test* first() { return first_; } in first() function in vixl::Test
/third_party/python/Modules/
H A Dgetpath.c270 Py_ssize_t first = 0; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLite.java73 static UnknownFieldSetLite mutableCopyOf(UnknownFieldSetLite first, UnknownFieldSetLite second) { in mutableCopyOf() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h290 InsertOrUpdateMany(Collection* const collection, InputIterator first, InputIterator last) InsertOrUpdateMany() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc688 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 Dtest_message.py9 def first(iterable): function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_split_internal.h297 absl::string_view first, second; in operator std::pair() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h145 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 Dfixed_array.h159 FixedArray(Iterator first, Iterator last, in FixedArray() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory.h275 K first; member
[all...]
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp381 double first = starved_ms[0]; in main() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs72 let mut first = true; variables
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp331 DominatorTreeNode* first = GetOrInsertNode(edge.first); in InitializeTree() local
[all...]
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h70 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 Des31fTextureBufferTests.cpp70 bool first = true; in toTestName() local
101 bool first = true; in toTestName() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomUniformBlockCase.cpp123 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 DvktTransformFeedbackRandomLayoutCase.cpp38 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 DvktRandomUniformBlockCase.cpp37 static std::string genName (char first, char last, int ndx) in genName() argument
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp69 void Log (ARG&& first, ARGs&&... args) { std::cout << first << ' '; Log(args...); } in Log() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.hpp268 std::vector<const ValueEntry*>::const_iterator first = m_entryCache.begin(); in getBegin() local
/third_party/zlib/contrib/blast/
H A Dblast.c57 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 Dpuff.c239 int first; /* first code of length len */ in decode() local
267 int first; /* firs in decode() local
[all...]
/third_party/zlib/examples/
H A Dgun.c385 int ret, first, last; in gunpipe() local
[all...]
/third_party/zlib/
H A Dgzwrite.c149 int first; in gz_zero() local
/third_party/zlib/test/
H A Dinfcover.c64 struct mem_item *first; /* pointer to first item in list, or NULL */ member
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...49