/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_win32.c | 358 const char *end = openssl_strnchr(start, '/', in win32_joiner() local 361 if (!end) in win32_joiner() 362 end = start in win32_joiner() 364 strncpy(&result[offset], start, end - start); in win32_joiner() 365 offset += (int)(end - start); in win32_joiner() 368 start = end + 1; in win32_joiner() 372 const char *end = openssl_strnchr(start, '/', in win32_joiner() local 375 if (!end) in win32_joiner() 376 end = start + file_split->dirlen - (start - file_split->dir); in win32_joiner() 377 strncpy(&result[offset], start, end in win32_joiner() [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | ahocorasick.rs | 63 /// matches.push((mat.pattern(), mat.start(), mat.end())); 209 /// assert_eq!((1, 2), (mat.start(), mat.end())); 251 /// assert_eq!("b", &haystack[mat.start()..mat.end()]); 266 /// assert_eq!("abc", &haystack[mat.start()..mat.end()]); 281 /// assert_eq!("abcd", &haystack[mat.start()..mat.end()]); 556 last_match = mat.end(); in replace_all_with() 557 if !replace_with(&mat, &haystack[mat.start()..mat.end()], dst) { in replace_all_with() 622 last_match = mat.end(); in replace_all_with_bytes() 623 if !replace_with(&mat, &haystack[mat.start()..mat.end()], dst) { in replace_all_with_bytes() 1190 if mat.end() in next() [all...] |
/third_party/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 407 goto end; in OSSL_CRMF_MSG_create_popo() 450 end: in OSSL_CRMF_MSG_create_popo() 644 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 659 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 668 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 671 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 674 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 679 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 689 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 698 goto end; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderBallotTests.cpp | 335 for (mapIter = pipeline.getSpecializationMap().begin(); mapIter != pipeline.getSpecializationMap().end(); in createShaderPrograms() 353 m_specializationMap.insert(pipeline.getSpecializationMap().begin(), pipeline.getSpecializationMap().end()); in createShaderPrograms() 370 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in ~ShaderBallotBaseTestCase() 499 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in iterate() 506 for (ShaderPipelineIter pipelineIter = m_shaderPipelines.begin(); pipelineIter != m_shaderPipelines.end(); in iterate() 544 for (MaskVarIter maskIter = m_maskVars.begin(); maskIter != m_maskVars.end(); maskIter++) in ShaderBallotBitmasksTestCase() 575 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in iterate() 582 for (ShaderPipelineIter pipelineIter = m_shaderPipelines.begin(); pipelineIter != m_shaderPipelines.end(); in iterate() 651 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in iterate() 658 for (ShaderPipelineIter pipelineIter = m_shaderPipelines.begin(); pipelineIter != m_shaderPipelines.end(); in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderQuads.cpp | 232 for (_runs_const_iterator run_iterator = m_runs.begin(); run_iterator != m_runs.end(); run_iterator++) in iterate() 267 for (_runs_const_iterator ref_run_iterator = m_runs.begin() + 1; ref_run_iterator != m_runs.end(); in iterate() 370 if (std::find(result.begin(), result.end(), vertex) == result.end()) in getUniqueTessCoordinatesFromVertexDataSet() 607 for (_runs_const_iterator run_iterator = m_runs.begin(); run_iterator != m_runs.end(); run_iterator++) in iterate() 710 coordinate_iterator != set1_tess_coordinates.end(); coordinate_iterator++) in iterate() 714 if (std::find(set1_tess_coordinates_x_sorted.begin(), set1_tess_coordinates_x_sorted.end(), in iterate() 715 coordinate.x) == set1_tess_coordinates_x_sorted.end()) in iterate() 720 if (std::find(set1_tess_coordinates_y_sorted.begin(), set1_tess_coordinates_y_sorted.end(), in iterate() 721 coordinate.y) == set1_tess_coordinates_y_sorted.end()) in iterate() [all...] |
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 375 goto end; in state_machine() 380 goto end; in state_machine() 386 goto end; in state_machine() 392 goto end; in state_machine() 396 goto end; in state_machine() 404 goto end; in state_machine() 422 goto end; in state_machine() 429 goto end; in state_machine() 448 goto end; in state_machine() 459 goto end; in state_machine() [all...] |
/third_party/skia/tests/ |
H A D | EncodeTest.cpp | 273 auto search1 = std::search(output.begin(), output.end(), in testPngComments() 275 auto search2 = std::search(output.begin(), output.end(), in testPngComments() 277 auto search3 = std::search(output.begin(), output.end(), in testPngComments() 279 auto search4 = std::search(output.begin(), output.end(), in testPngComments() 280 longKeyRecord.begin(), longKeyRecord.end()); in testPngComments() 281 auto search5 = std::search(output.begin(), output.end(), in testPngComments() 282 tooLongRecord.begin(), tooLongRecord.end()); in testPngComments() 284 REPORTER_ASSERT(r, search1 != output.end()); in testPngComments() 285 REPORTER_ASSERT(r, search2 != output.end()); in testPngComments() 286 REPORTER_ASSERT(r, search3 != output.end()); in testPngComments() [all...] |
/third_party/openssl/crypto/dso/ |
H A D | dso_win32.c | 358 const char *end = openssl_strnchr(start, '/', in win32_joiner() local 361 if (!end) in win32_joiner() 362 end = start in win32_joiner() 364 strncpy(&result[offset], start, end - start); in win32_joiner() 365 offset += (int)(end - start); in win32_joiner() 368 start = end + 1; in win32_joiner() 372 const char *end = openssl_strnchr(start, '/', in win32_joiner() local 375 if (!end) in win32_joiner() 376 end = start + file_split->dirlen - (start - file_split->dir); in win32_joiner() 377 strncpy(&result[offset], start, end in win32_joiner() [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 248 EXPECT_EQ(4, foo->end()); in TEST() 250 EXPECT_EQ(6, bar->end()); in TEST() 288 EXPECT_EQ(4, foo->end()); in TEST() 290 EXPECT_EQ(6, bar->end()); in TEST() 314 EXPECT_EQ(6, foobar->end()); in TEST() 339 EXPECT_EQ(5, bazbam->end()); in TEST() 363 EXPECT_EQ(7, bar->end()); in TEST() 400 EXPECT_EQ(5, foo->end()); in TEST() 406 EXPECT_EQ(10, bar->end()); in TEST() 412 EXPECT_EQ(14, braces->end()); in TEST() [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluUtil.cpp | 50 for (AttribMap::const_iterator it = attribs.begin(); it != attribs.end(); ++it) in attribMapToList() 83 return de::contains(extensions.begin(), extensions.end(), str); in hasExtension() 143 for (vector<EGLConfig>::const_iterator cfg = allConfigs.begin(); cfg != allConfigs.end(); ++cfg) in chooseConfigs() 156 for (vector<EGLConfig>::const_iterator cfg = allConfigs.begin(); cfg != allConfigs.end(); ++cfg) in chooseSingleConfig() 252 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) && in getDisplay() 254 de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in getDisplay() 330 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) && in createWindowSurface() 332 de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createWindowSurface() 388 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) && in createPixmapSurface() 390 de::contains(platformExts.begin(), platformExts.end(), strin in createPixmapSurface() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 317 const char *limit; /* End of delimited region or end of buffer. */ 561 const char *end = ptr + val.str_val.size; in decode_toarray() local 563 while (ptr < end) { in decode_toarray() 565 ptr = decode_varint64(d, ptr, end, &elem.uint64_val); in decode_toarray() 574 if (ptr != end) decode_err(d); in decode_toarray() 838 /* We want previous data at the end, realloc() put it at the beginning. */ in upb_encode_growbuffer() 2391 a->head.end = UPB_PTR_AT(block, size, char); in upb_arena_addblock() 2408 return (size_t)(h->end - h->ptr) >= size; in arena_has() 2454 * itself at the end. */ in upb_arena_init() 2470 a->head.end in upb_arena_init() 2487 cleanup_ent *end = UPB_PTR_AT(block, block->size, void); arena_dofree() local 4694 char *end; parse_default() local 6008 const char *ptr, *end; global() member 6253 char* end; jsondec_number() local 6301 const char *end; jsondec_codepoint() local 6368 jsondec_resize(jsondec *d, char **buf, char **end, char **buf_end) jsondec_resize() argument 6380 char *end = NULL; jsondec_string() local 6513 jsondec_partialbase64(jsondec *d, const char *ptr, const char *end, char *out) jsondec_partialbase64() argument 6546 const char *end = ptr + str.size; jsondec_base64() local 6585 jsondec_buftouint64(jsondec *d, const char *ptr, const char *end, uint64_t *val) jsondec_buftouint64() argument 6603 jsondec_buftoint64(jsondec *d, const char *ptr, const char *end, int64_t *val) jsondec_buftoint64() argument 6623 const char *end = str.data + str.size; jsondec_strtouint64() local 6632 const char *end = str.data + str.size; jsondec_strtoint64() local 6952 const char *end = p + digits; jsondec_tsdigits() local 6968 jsondec_nanos(jsondec *d, const char **ptr, const char *end) jsondec_nanos() argument 7009 const char *end = ptr + str.size; jsondec_timestamp() local 7069 const char *end = ptr + str.size; jsondec_duration() local 7182 jsondec_mask(jsondec *d, const char *buf, const char *end) jsondec_mask() argument 7220 const char *end = ptr + str.size; jsondec_fieldmask() local 7258 const char *end = type_url.data + type_url.size; jsondec_typeurl() local 7424 char *buf, *ptr, *end; global() member 7590 const unsigned char *end = ptr + str.size; jsonenc_bytes() local 7626 const char *end = ptr + str.size; jsonenc_stringbody() local 7692 const char *end = type_url.data + type_url.size; jsonenc_getanymsg() local 7766 const char *end = ptr + path.size; jsonenc_fieldpath() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 786 if (iter != innerBundleUserInfo.cloneInfos.end()) { in GetUid() 907 if (innerModuleInfos_.find(modulePackage) != innerModuleInfos_.end()) { in GetModuleHapPath() 916 if (innerModuleInfos_.find(modulePackage) != innerModuleInfos_.end()) { in GetModuleName() 949 return (innerModuleInfos_.find(modulePackage) != innerModuleInfos_.end()); in FindModule() 983 if (innerModuleInfos_.find(modulePackage) != innerModuleInfos_.end()) { in GetModuleDir() 991 if (innerModuleInfos_.find(modulePackage) != innerModuleInfos_.end()) { in GetModuleDataDir() 1194 if (iter != extendResourceInfos_.end()) { in RemoveExtendResourceInfo() 1695 auto iterator = std::find_if(overlayBundleInfo_.begin(), overlayBundleInfo_.end(), in AddOverlayBundleInfo() 1699 if (iterator != overlayBundleInfo_.end()) { in AddOverlayBundleInfo() 1707 auto iterator = std::find_if(overlayBundleInfo_.begin(), overlayBundleInfo_.end(), in RemoveOverLayBundleInfo() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 114 if (results.empty() || results.find(LOCAL_DEVICE) != results.end()) {
in ProcessSyncCallback() 183 if (assets.empty() || data.find(ObjectStore::FIELDS_PREFIX + ObjectStore::DEVICEID_KEY) == data.end()) {
in PushAssets() 222 std::for_each(deviceInfos.begin(), deviceInfos.end(),
in RevokeSave() 261 if (assets.empty() || results.find(ObjectStore::FIELDS_PREFIX + ObjectStore::DEVICEID_KEY) == results.end()) {
in Retrieve() 386 for (auto it = value.observers_.begin(); it != value.observers_.end();) {
in UnregisterRemoteCallback() 404 DistributedData::Serializable::Unmarshall(std::string(value.begin(), value.end()), saveInfo);
in NotifyChange() 529 ZLOGI("Pull assets end, timeout: %{public}d, success: %{public}d, size:%{public}zu, deviceId: %{public}s",
in PullAssets() 583 if (result.find(assetPrefix + ObjectStore::NAME_SUFFIX) == result.end() ||
in IsAssetComplete() 584 result.find(assetPrefix + ObjectStore::URI_SUFFIX) == result.end() ||
in IsAssetComplete() 585 result.find(assetPrefix + ObjectStore::PATH_SUFFIX) == result.end() ||
in IsAssetComplete() 817 char *end = nullptr; ProcessOldEntry() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 167 if (export_names_->find(exp_key) != export_names_->end()) continue; in GetExportName() 172 if (it != export_names_->end()) return it->second; in GetExportName() 189 if (it != import_names_->end()) return it->second; in GetImportName() 228 if (std::binary_search(breakpoints.begin(), breakpoints.end(), offset)) { in DeadBreakpoint() 256 end = cached_debugging_code_.end(); in RecompileLiftoffWithBreakpoints() 257 it != end; ++it) { in RecompileLiftoffWithBreakpoints() 345 std::lower_bound(breakpoints.begin(), breakpoints.end(), offset); in SetBreakpoint() 346 if (insertion_point != breakpoints.end() && *insertion_point == offset) { in SetBreakpoint() 352 DCHECK(std::is_sorted(all_breakpoints.begin(), all_breakpoints.end())); in SetBreakpoint() 1150 GetPossibleBreakpoints( wasm::NativeModule* native_module, const v8::debug::Location& start, const v8::debug::Location& end, std::vector<v8::debug::BreakLocation>* locations) GetPossibleBreakpoints() argument [all...] |
/third_party/libabigail/src/ |
H A D | abg-suppression.cc | 365 i != config.get_sections().end(); in read_suppressions() 801 m != klass_diff->inserted_data_members().end(); in suppresses_diff() 810 i != get_data_member_insertion_ranges().end(); in suppresses_diff() 819 (range->end(), first_type_decl, range_end_val)) in suppresses_diff() 829 // "has_data_member_inserted_at = end" in suppresses_diff() 837 // "has_data_member_inserted_at = end". in suppresses_diff() 884 i != enum_dif->changed_enumerators().end(); in suppresses_diff() 889 get_changed_enumerator_names().end(), in suppresses_diff() 890 i->first) == get_changed_enumerator_names().end()) in suppresses_diff() 1091 != s.get_source_locations_to_keep().end()) in suppression_matches_type_location() 1253 insertion_range(boundary_sptr begin, boundary_sptr end) insertion_range() argument 1273 type_suppression::insertion_range::end() const end() function in abigail::suppr::type_suppression::insertion_range 1732 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local 1764 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local 1847 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local [all...] |
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 26 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=59460b9c5639984d]*/ 90 /*[clinic end generated code: output=8c8cda6684af8038 input=00a6b9a38f29830a]*/ in _io__BufferedIOBase_readinto_impl() 103 /*[clinic end generated code: output=358623e4fd2b69d3 input=ebad75b4aadfb9be]*/ in _io__BufferedIOBase_readinto1_impl() 128 /*[clinic end generated code: output=754977c8d10ed88c input=822427fb58fe4169]*/ in _io__BufferedIOBase_detach_impl() 482 goto end; in buffered_close() 486 goto end; in buffered_close() 521 end: in buffered_close() 828 /*[clinic end generated code: output=ba7a097ca230102b input=37ffb97d06ff4adb]*/ in _io__Buffered_peek_impl() 841 goto end; in _io__Buffered_peek_impl() 846 end in _io__Buffered_peek_impl() 1062 const char *start, *s, *end; _buffered_readline() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 456 const u8 *pos, *realm_name, *end; in hs20_add_nai_home_realm_matches() local 463 end = pos + home_realm_len; in hs20_add_nai_home_realm_matches() 464 if (end - pos < 1) { in hs20_add_nai_home_realm_matches() 472 if (end - pos < 2) { in hs20_add_nai_home_realm_matches() 480 if (realm_len > end - pos) { in hs20_add_nai_home_realm_matches() 1209 const u8 *pos, const u8 *end, in rx_anqp_query_list() 1213 (unsigned int) (end - pos) / 2); in rx_anqp_query_list() 1215 while (end - pos >= 2) { in rx_anqp_query_list() 1274 const u8 *pos, const u8 *end, in rx_anqp_hs_nai_home_realm() 1279 qi->home_realm_query_len = end in rx_anqp_hs_nai_home_realm() 1208 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_query_list() argument 1273 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_hs_nai_home_realm() argument 1290 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_hs_icon_request() argument 1307 rx_anqp_vendor_specific_hs20(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific_hs20() argument 1379 rx_anqp_vendor_specific_mbo(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific_mbo() argument 1407 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific() argument 1602 const u8 *end = data + len; gas_serv_rx_gas_initial_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 453 const u8 *pos, *realm_name, *end; in hs20_add_nai_home_realm_matches() local 460 end = pos + home_realm_len; in hs20_add_nai_home_realm_matches() 461 if (end - pos < 1) { in hs20_add_nai_home_realm_matches() 469 if (end - pos < 2) { in hs20_add_nai_home_realm_matches() 477 if (realm_len > end - pos) { in hs20_add_nai_home_realm_matches() 1206 const u8 *pos, const u8 *end, in rx_anqp_query_list() 1210 (unsigned int) (end - pos) / 2); in rx_anqp_query_list() 1212 while (end - pos >= 2) { in rx_anqp_query_list() 1271 const u8 *pos, const u8 *end, in rx_anqp_hs_nai_home_realm() 1276 qi->home_realm_query_len = end in rx_anqp_hs_nai_home_realm() 1205 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_query_list() argument 1270 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_hs_nai_home_realm() argument 1287 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_hs_icon_request() argument 1304 rx_anqp_vendor_specific_hs20(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific_hs20() argument 1376 rx_anqp_vendor_specific_mbo(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific_mbo() argument 1404 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) rx_anqp_vendor_specific() argument 1596 const u8 *end = data + len; gas_serv_rx_gas_initial_req() local [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 196 for (auto iter = systemProcessMap_.begin(); iter != systemProcessMap_.end(); iter++) { in IpcDumpAllProcess() 362 if (iter == abilityMap_.end()) { in GetAllOndemandSa() 493 if (iter == abilityMap_.end()) { in GetSystemAbilityFromRemote() 516 if (iter != abilityMap_.end()) { in CheckSystemAbility() 576 if (iter == listenerMap_.end()) { in FindSystemAbilityNotify() 608 if (iter == startingAbilityMap_.end()) { in StartOnDemandAbilityLocked() 717 if (iter == onDemandAbilityMap_.end()) { in StartOnDemandAbilityLocked() 758 if (iter != startingAbilityMap_.end() && iter->second.state == AbilityState::STARTING) { in DoLoadOnDemandAbility() 763 if (onDemandIter == onDemandAbilityMap_.end()) { in DoLoadOnDemandAbility() 781 if (itSystemAbility == abilityMap_.end()) { in RemoveSystemAbility() 1132 int64_t end = GetTickCount(); AddSystemProcess() local [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.cc | 277 // American numbers where the extension is written with a hash at the end, in CreateExtnPattern() 342 it != number_as_unicode.end(); in NormalizeHelper() 346 if (found_glyph_pair != normalization_replacements.end()) { in NormalizeHelper() 442 std::sort(possible_lengths.begin(), possible_lengths.end()); in TestNumberLength() 448 std::sort(local_lengths.begin(), local_lengths.end()); in TestNumberLength() 463 if (std::find(local_lengths.begin(), local_lengths.end(), actual_length) != in TestNumberLength() 464 local_lengths.end()) { in TestNumberLength() 472 } else if (*(possible_lengths.end() - 1) < actual_length) { in TestNumberLength() 476 return std::find(possible_lengths.begin() + 1, possible_lengths.end(), in TestNumberLength() 477 actual_length) != possible_lengths.end() in TestNumberLength() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | bluetooth_device_manager.cpp | 143 if (pos != bluetoothDeviceCategoryMap_.end()) { in GetDeviceCategory() 347 if (wearStateIter != wearDetectionStateMap_.end() && in HandleWearEnable() 421 auto deviceIter = std::find_if(deviceVector.begin(), deviceVector.end(), isPresent); in AddDeviceInConfigVector() 422 if (deviceIter == deviceVector.end()) { in AddDeviceInConfigVector() 434 auto deviceIter = std::find_if(deviceVector.begin(), deviceVector.end(), isPresent); in RemoveDeviceInConfigVector() 435 if (deviceIter != deviceVector.end()) { in RemoveDeviceInConfigVector() 456 if (a2dpBluetoothDeviceMap_.find(device.GetDeviceAddr()) != a2dpBluetoothDeviceMap_.end()) { in NotifyToUpdateAudioDevice() 484 if (a2dpBluetoothDeviceMap_.find(macAddress) != a2dpBluetoothDeviceMap_.end()) { in IsA2dpBluetoothDeviceExist() 493 auto deviceIter = std::find_if(connectingDevices_.begin(), connectingDevices_.end(), in IsA2dpBluetoothDeviceConnecting() 497 if (deviceIter != connectingDevices_.end()) { in IsA2dpBluetoothDeviceConnecting() [all...] |
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeShaderEffectTest.cpp | 126 OH_Drawing_Point2D end = {100.f, 0}; in HWTEST_F() local 140 OH_Drawing_ShaderEffectCreateLinearGradientWithLocalMatrix(&start, &end, colors, pos, 3, mode, matrix); in HWTEST_F() 146 &start, &end, colors, nullptr, 3, OH_Drawing_TileMode::CLAMP, matrix); in HWTEST_F() 149 &start, &end, colors, pos, 3, OH_Drawing_TileMode::CLAMP, nullptr); in HWTEST_F() 167 OH_Drawing_Point2D end = {100.f, 0}; in HWTEST_F() local 180 OH_Drawing_ShaderEffectCreateLinearGradientWithLocalMatrix(nullptr, &end, colors, pos, 3, modes[0], matrix); in HWTEST_F() 190 OH_Drawing_ShaderEffectCreateLinearGradientWithLocalMatrix(&start, &end, nullptr, pos, 3, modes[0], matrix); in HWTEST_F() 209 OH_Drawing_Point2D end = {100.f, 0}; in HWTEST_F() local 222 OH_Drawing_ShaderEffectCreateLinearGradientWithLocalMatrix(&start, &end, colors, pos, 3, modes[0], matrix); in HWTEST_F() 225 end in HWTEST_F() 255 OH_Drawing_Point2D end = {100.f, 0}; HWTEST_F() local 302 OH_Drawing_Point2D end = {100.f, 0}; HWTEST_F() local [all...] |
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 999 * completed at the end of the header processing... in lws_client_interpret_server_handshake() 1014 * no post-header in-band way to signal the end of the in lws_client_interpret_server_handshake() 1092 char **p, char *end) in lws_client_http_multipart() 1101 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), in lws_client_http_multipart() 1109 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), "\xd\xa"); in lws_client_http_multipart() 1112 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), "--%s\xd\xa" in lws_client_http_multipart() 1117 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), in lws_client_http_multipart() 1121 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), "\xd\xa" in lws_client_http_multipart() 1124 *p += lws_snprintf((char *)(*p), lws_ptr_diff_size_t(end, *p), "\xd\xa\xd\xa"); in lws_client_http_multipart() 1126 return *p == end; in lws_client_http_multipart() 1090 lws_client_http_multipart(struct lws *wsi, const char *name, const char *filename, const char *content_type, char **p, char *end) lws_client_http_multipart() argument 1134 char *p = pkt, *p1, *end = p + wsi->a.context->pt_serv_buf_size; lws_generate_client_handshake() local [all...] |
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 154 stringAppend(String& s, Iterator begin, Iterator end) in stringAppend() argument 156 while (begin != end) in stringAppend() 201 end(const icu::UnicodeString& s) in end() function 244 stringAppend(String& s, Iterator begin, Iterator end) 246 return s.append(begin, end); 1157 if (iter == m_options->end()) in count() 1172 if (iter == m_options->end()) in operator []() 1247 , m_next_positional(m_positional.end()) in Options() 1308 parse_positional(Iterator begin, Iterator end) { in parse_positional() argument 1309 parse_positional(std::vector<std::string>{begin, end}); in parse_positional() [all...] |
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 66 time_t max_time; /* Maximum end time of current transfer, or 0 */ 67 time_t max_total_time; /* Maximum end time of total transfer, or 0 */ 413 char *code, *reason, *end; in parse_http_line1() local 432 /* Find end of response code: first whitespace after start of code */ in parse_http_line1() 439 /* Set end of response code and start of message */ in parse_http_line1() 443 retcode = strtoul(code, &end, 10); in parse_http_line1() 444 if (*end != '\0') in parse_http_line1() 458 for (end = reason + strlen(reason) - 1; ossl_isspace(*end); end in parse_http_line1() [all...] |