Home
last modified time | relevance | path

Searched defs:end (Results 2876 - 2900 of 3276) sorted by relevance

1...<<111112113114115116117118119120>>...132

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java1013 public void writeUntil(final int end, final CodedOutputStream output) in writeUntil() argument
H A DGeneratedMessageLite.java876 public void writeUntil(final int end, final CodedOutputStream output) throws IOException { in writeUntil() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc565 PyObject* end = PyInt_FromLong(range->end); in GetExtensionRanges() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c56 char *end; in rewrite_enum_default() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h104 inline int CalculateReserve(Iter begin, Iter end, std::forward_iterator_tag) { in CalculateReserve() argument
115 inline int CalculateReserve(Iter begin, Iter end) { in CalculateReserve() argument
1204 RepeatedField(Iter begin, const Iter& end) RepeatedField() argument
1362 Add(Iter begin, Iter end) Add() argument
1515 inline typename RepeatedField<Element>::iterator RepeatedField<Element>::end() { end() function in google::protobuf::RepeatedField
1520 RepeatedField<Element>::end() const { end() function in google::protobuf::RepeatedField
2110 RepeatedPtrField(Iter begin, const Iter& end) RepeatedPtrField() argument
2624 RepeatedPtrField<Element>::end() { end() function in google::protobuf::RepeatedPtrField
2629 RepeatedPtrField<Element>::end() const { end() function in google::protobuf::RepeatedPtrField
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc185 const char* end = p + full.size(); in SplitStringToIteratorUsing() local
670 const char* end in safe_parse_sign() local
262 JoinStringsIterator(const ITERATOR& start, const ITERATOR& end, const char* delim, string* result) JoinStringsIterator() argument
705 const char* end = start + text.size(); safe_parse_positive_int() local
1404 char *const end = &digits[kFastToBufferSize]; AlphaNum() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c2004 find_control_char(int kind, const char *s, const char *end, Py_UCS4 ch) find_control_char() argument
2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmltok.c1033 initUpdatePosition(const ENCODING *enc, const char *ptr, const char *end, in initUpdatePosition() argument
1040 toAscii(const ENCODING *enc, const char *ptr, const char *end) { in toAscii() argument
1066 parsePseudoAttribute(const ENCODING *enc, const char *ptr, const char *end, in parsePseudoAttribute() argument
1160 const char *end, const char **badPtr, const char **versionPtr, global() variable
1537 initScan(const ENCODING *const *encodingTable, const INIT_ENCODING *enc, int state, const char *ptr, const char *end, const char **nextTokPtr) initScan() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc103 iterator end() { return tree_.end(); } in end() function in absl::container_internal::base_checker
104 const_iterator end() const { return tree_.end(); } in end() function in absl::container_internal::base_checker
230 erase(iterator begin, iterator end) erase() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc1816 ChunkIterator it(rep), end; in ForEachChunkAux() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h572 constexpr static size_type NodeTargetSlots(const int begin, const int end) { in NodeTargetSlots() argument
1225 iterator end() { return iterator(rightmost_, rightmost_->finish()); } end() function in absl::container_internal::btree
1226 const_iterator end() const { end() function in absl::container_internal::btree
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp476 static inline SkUnichar utf8_next(const char** ptr, const char* end) { argument
483 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi) argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp55 auto end = std::min(a.end, b.end); in intersected() local
67 auto end in operator *() local
147 auto& end = owner->cluster(fGhostClusterRange.end - 1); global() local
416 auto& end = fOwner->cluster(fClusterRange.end - 1); global() local
875 auto end = cluster->endPos(); global() local
895 auto end = cluster->endPos(); global() local
1084 nextUtf8Unit(const char** ptr, const char* end) global() argument
1299 Cluster* end = &fOwner->cluster(fOwner->clusterIndex(textRange.end - (textRange.width() == 0 ? 0 : 1))); global() local
[all...]
H A DRun.h53 size_t end; member in skia::textlayout::DirText
[all...]
/third_party/skia/dm/
H A DDMSrcSink.cpp1161 int start = 0, end = pathFinder.foundPaths().count(); in draw() local
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs501 pub fn end(&self) -> LineColumn { in end() functions
/third_party/selinux/libsepol/src/
H A Dexpand.c2296 genfs_t *genfs, *newgenfs, *end; in genfs_copy() local
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp565 const char* end = pass_args.data() + pass_args.size(); in RegisterPassFromFlag() local
/third_party/spirv-tools/source/val/
H A Dvalidation_state.h399 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument
407 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
428 std::set<Decoration>::const_iterator end; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp147 createSemaphores(const DeviceInterface& vkd, const VkDevice device, std::vector<SemaphoreSp>::iterator begin, std::vector<SemaphoreSp>::iterator end) createSemaphores() argument
156 createCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, std::vector<CommandBufferSp>::iterator begin, std::vector<CommandBufferSp>::iterator end) createCommandBuffers() argument
176 createFences(const DeviceInterface& vkd, const VkDevice device, std::vector<FenceSp>::iterator begin, std::vector<FenceSp>::iterator end) createFences() argument
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
271 createEvents(const DeviceInterface& vkd, const VkDevice device, std::vector<EventSp>::iterator begin, std::vector<EventSp>::iterator end) createEvents() argument
280 createQueryPools(const DeviceInterface& vkd, const VkDevice device, std::vector<QueryPoolSp>::iterator begin, std::vector<QueryPoolSp>::iterator end) createQueryPools() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
323 createImageViews(const DeviceInterface& vkd, const VkDevice device, const VkImage image, std::vector<ImageViewSp>::iterator begin, std::vector<ImageViewSp>::iterator end) createImageViews() argument
347 createPipelineLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<PipelineLayoutSp>::iterator begin, std::vector<PipelineLayoutSp>::iterator end) createPipelineLayouts() argument
368 createRenderPasses(const DeviceInterface& vkd, const VkDevice device, VkAttachmentDescription* colorAttachment, std::vector<RenderPassSp>::iterator begin, std::vector<RenderPassSp>::iterator end) createRenderPasses() argument
412 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
590 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
638 createDescriptorSetLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<DescriptorSetLayoutSp>::iterator begin, std::vector<DescriptorSetLayoutSp>::iterator end) createDescriptorSetLayouts() argument
666 createSamplers(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerSp>::iterator begin, std::vector<SamplerSp>::iterator end) createSamplers() argument
698 createDescriptorPools(const DeviceInterface& vkd, const VkDevice device, deUint32 maxSets, std::vector<DescriptorPoolSp>::iterator begin, std::vector<DescriptorPoolSp>::iterator end) createDescriptorPools() argument
724 createDescriptorSets(const DeviceInterface& vkd, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, std::vector<DescriptorSetSp>::iterator begin, std::vector<DescriptorSetSp>::iterator end) createDescriptorSets() argument
745 createFramebuffers(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView imageView, std::vector<FramebufferSp>::iterator begin, std::vector<FramebufferSp>::iterator end) createFramebuffers() argument
771 createCommandPools(const DeviceInterface& vkd, const VkDevice device, std::vector<CommandPoolSp>::iterator begin, std::vector<CommandPoolSp>::iterator end) createCommandPools() argument
789 createSamplerYcbcrConversions(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerYcbcrConversionSp>::iterator begin, std::vector<SamplerYcbcrConversionSp>::iterator end) createSamplerYcbcrConversions() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c604 const char *pos, *end; in tls_match_alt_subject() local
1810 char buf[128], *pos, *end; tls_connection_set_cipher_list() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c1494 char *pos, *end, *custom, *buf; in atheros_wireless_event_wireless() local
1243 atheros_wireless_event_wireless_custom(struct atheros_driver_data *drv, char *custom, char *end) atheros_wireless_event_wireless_custom() argument
[all...]
H A Ddriver_nl80211_capa.c1873 static void nl80211_reg_rule_max_eirp(u32 start, u32 end, u32 max_eirp, in nl80211_reg_rule_max_eirp() argument
1892 static void nl80211_reg_rule_ht40(u32 start, u32 end, in nl80211_reg_rule_ht40() argument
1909 u32 start, end, max_b in nl80211_reg_rule_sec() local
1843 nl80211_set_ht40_mode(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode() argument
1856 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode_sec() argument
1933 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument
1984 u32 start, end, max_bw; nl80211_reg_rule_vht() local
2083 u32 start, end, max_eirp = 0, max_bw = 0, flags = 0; nl80211_get_reg() local
2184 char *end = pos + sizeof(str); nl80211_dump_chan_list() local
[all...]
H A Ddriver_nl80211_event.c1171 char msg[300], *pos, *end; in send_scan_event() local
1983 char msg[300], *pos, *end; in send_vendor_scan_event() local
H A Ddriver_wext.c417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local
1210 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_ssid() argument
1301 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) wext_get_scan_rate() argument
1330 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_iwevgenie() argument
1356 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_custom() argument
1431 u8 *pos, *end, *ssid_ie = NULL, *rate_ie = NULL; wpa_driver_wext_add_scan_entry() local
1505 char *pos, *end, *custom; wpa_driver_wext_get_scan_results() local
2462 char *pos, *end; wpa_driver_wext_status() local
[all...]

Completed in 63 milliseconds

1...<<111112113114115116117118119120>>...132