/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneAliasTest.java | 133 StringBuffer result = new StringBuffer(); in join() 136 if (!isFirst) result.append(separator); in join() 138 result.append(it.next().toString()); in join() 140 return result.toString(); in join() 218 Zone result = (Zone)idToZone.get(id); in make() 219 if (result != null) return result; in make() 220 result = new Zone(id); in make() 221 idToZone.put(id, result); in make() 222 return result; in make() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 411 BytesTrie.Result result = iter.resetToState64(startState).next('*'); // <*, *> in getDesSuppScriptDistance() 412 assert result.hasValue(); in getDesSuppScriptDistance() 419 if (result == BytesTrie.Result.FINAL_VALUE) { in getDesSuppScriptDistance() 432 BytesTrie.Result result = iter.next(desiredPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 433 if (result.hasNext()) { in getRegionPartitionsDistance() 434 result = iter.next(supportedPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 435 if (result.hasValue()) { in getRegionPartitionsDistance() 448 BytesTrie.Result result = iter.next(desiredPartitions.charAt(di++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 449 if (result.hasNext()) { in getRegionPartitionsDistance() 452 result in getRegionPartitionsDistance() [all...] |
/third_party/libuv/test/ |
H A D | test-fs-readdir.c | 52 ASSERT_OK(req->result); in empty_closedir_cb() 63 ASSERT_OK(req->result); in empty_readdir_cb() 79 ASSERT_OK(req->result); in empty_opendir_cb() 120 ASSERT_OK(opendir_req.result); in TEST_IMPL() 139 ASSERT_OK(closedir_req.result); in TEST_IMPL() 173 ASSERT_EQ(req->result, UV_ENOENT); in non_existing_opendir_cb() 193 ASSERT_EQ(opendir_req.result, UV_ENOENT); in TEST_IMPL() 225 ASSERT_EQ(req->result, UV_ENOTDIR); in file_opendir_cb() 246 ASSERT_EQ(opendir_req.result, UV_ENOTDIR); in TEST_IMPL() 277 ASSERT_OK(req->result); in non_empty_closedir_cb() [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 100 * initialized with the result of the load op. Since the input attachment in pvr_is_subpass_initops_flush_needed() 171 VkResult result; in pvr_pds_unitex_state_program_create_and_upload() local 188 result = pvr_gpu_upload_pds(device, in pvr_pds_unitex_state_program_create_and_upload() 197 if (result != VK_SUCCESS) { in pvr_pds_unitex_state_program_create_and_upload() 199 return result; in pvr_pds_unitex_state_program_create_and_upload() 216 VkResult result; in pvr_load_op_create() local 235 result = pvr_gpu_upload_usc(device, in pvr_load_op_create() 240 if (result != VK_SUCCESS) in pvr_load_op_create() 243 result = pvr_pds_fragment_program_create_and_upload( in pvr_load_op_create() 251 if (result ! in pvr_load_op_create() 319 VkResult result; pvr_CreateRenderPass2() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | normlzr.cpp | 130 UnicodeString& result, in normalize() 133 result.setToBogus(); in normalize() 141 if(&source!=&result) { in normalize() 142 dest=&result; in normalize() 144 // the source and result strings are the same object, use a temporary one in normalize() 157 result=*dest; in normalize() 165 UnicodeString& result, in compose() 167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose() 173 UnicodeString& result, in decompose() 175 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, statu in decompose() 128 normalize(const UnicodeString& source, UNormalizationMode mode, int32_t options, UnicodeString& result, UErrorCode &status) normalize() argument 163 compose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) compose() argument 171 decompose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) decompose() argument 213 concatenate(const UnicodeString &left, const UnicodeString &right, UnicodeString &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode) concatenate() argument 466 getText(UnicodeString& result) getText() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill10.c | 367 struct pid_list_item findit, *result; in ack_ready() local 371 result = bsearch(&findit, child_checklist, child_checklist_total, in ack_ready() 373 if (result) { in ack_ready() 374 if (!(result->flag & 0x01)) { in ack_ready() 379 result->flag = result->flag | 0x01; in ack_ready() 394 struct pid_list_item findit, *result; in ack_done() local 398 result = bsearch(&findit, child_checklist, child_checklist_total, in ack_done() 400 if (result) { in ack_done() 401 if (!(result in ack_done() 645 struct pid_list_item findit, *result; reply_to_child() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.c | 214 struct pipe_context *result; in rbug_screen_context_create() local 216 result = screen->context_create(screen, priv, flags); in rbug_screen_context_create() 217 if (result) in rbug_screen_context_create() 218 return rbug_context_create(_screen, result); in rbug_screen_context_create() 239 struct pipe_resource *result; in rbug_screen_resource_create() local 241 result = screen->resource_create(screen, in rbug_screen_resource_create() 244 if (result) in rbug_screen_resource_create() 245 return rbug_resource_create(rb_screen, result); in rbug_screen_resource_create() 256 struct pipe_resource *result; in rbug_screen_resource_create_with_modifiers() local 258 result in rbug_screen_resource_create_with_modifiers() 276 struct pipe_resource *result; rbug_screen_resource_from_handle() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 280 char result[BUFSIZ]; in read_string_inner() local 297 result[0] = '\0'; in read_string_inner() 315 result, sizeof(result), NULL, 0) > 0) in read_string_inner() 316 p = result; in read_string_inner() 323 result, maxsize, &numread, NULL)) { in read_string_inner() 325 result[numread-2] == '\r' && result[numread-1] == '\n') { in read_string_inner() 326 result[numread-2] = '\n'; in read_string_inner() 329 result[numrea in read_string_inner() [all...] |
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 280 char result[BUFSIZ]; in read_string_inner() local 297 result[0] = '\0'; in read_string_inner() 315 result, sizeof(result), NULL, 0) > 0) in read_string_inner() 316 p = result; in read_string_inner() 323 result, maxsize, &numread, NULL)) { in read_string_inner() 325 result[numread-2] == '\r' && result[numread-1] == '\n') { in read_string_inner() 326 result[numread-2] = '\n'; in read_string_inner() 329 result[numrea in read_string_inner() [all...] |
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 398 std::unique_ptr<MSKPPlayer> result(new MSKPPlayer); in Make() 399 result->fRootLayers.reserve(pages.size()); in Make() 403 result->fRootLayers.emplace_back(); in Make() 404 result->fRootLayers.back().fDimensions = dims; in Make() 405 result->fMaxDimensions.fWidth = std::max(dims.width() , result->fMaxDimensions.width() ); in Make() 406 result->fMaxDimensions.fHeight = std::max(dims.height(), result->fMaxDimensions.height()); in Make() 407 CmdRecordCanvas sc(&result->fRootLayers.back(), &result in Make() 478 std::vector<int> result; layerIDs() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normlzr.cpp | 130 UnicodeString& result, in normalize() 133 result.setToBogus(); in normalize() 141 if(&source!=&result) { in normalize() 142 dest=&result; in normalize() 144 // the source and result strings are the same object, use a temporary one in normalize() 157 result=*dest; in normalize() 165 UnicodeString& result, in compose() 167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status); in compose() 173 UnicodeString& result, in decompose() 175 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, statu in decompose() 128 normalize(const UnicodeString& source, UNormalizationMode mode, int32_t options, UnicodeString& result, UErrorCode &status) normalize() argument 163 compose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) compose() argument 171 decompose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) decompose() argument 213 concatenate(const UnicodeString &left, const UnicodeString &right, UnicodeString &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode) concatenate() argument 466 getText(UnicodeString& result) getText() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 111 int result = 0; in IntLog2() local 112 for (size_t i = size; i > base; i >>= 1) { // i == floor(size/2**result) in IntLog2() 113 result++; in IntLog2() 115 // floor(size / 2**result) <= base < floor(size / 2**(result-1)) in IntLog2() 116 // => log2(size/(base+1)) <= result < 1+log2(size/base) in IntLog2() 117 // => result ~= log2(size/base) in IntLog2() 118 return result; in IntLog2() 124 int result = 1; in Random() local 126 result in Random() 377 Arena *result = NewArena() local 525 void *result = nullptr; DoAllocWithArena() local 606 void *result = DoAllocWithArena(request, DefaultArena()); Alloc() local 612 void *result = DoAllocWithArena(request, arena); AllocWithArena() local [all...] |
/third_party/skia/gm/ |
H A D | asyncrescaleandread.cpp | 34 // on x86/Win/Clang bot, referring to 'result'. 35 static void async_callback(void* c, std::unique_ptr<const SkImage::AsyncReadResult> result) { in async_callback() argument 37 context->fResult = std::move(result); in async_callback() 42 // the result in a raster image. 144 sk_sp<SkImage> result; in do_rescale_grid() local 146 result = do_read_and_scale_yuv(src, direct, yuvColorSpace, srcRect, newSize, gamma, in do_rescale_grid() 148 if (!result) { in do_rescale_grid() 155 result = do_read_and_scale(src, direct, srcRect, ii, gamma, mode); in do_rescale_grid() 156 if (!result) { in do_rescale_grid() 161 canvas->drawImage(result, in do_rescale_grid() 345 skiagm::DrawResult result; DEF_SIMPLE_GM_CAN_FAIL() local 441 auto result = SkImage::MakeFromRaster(pixmap, releasePixels, asyncContext); DEF_SIMPLE_GM_CAN_FAIL() local [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 233 * returns a non-negative result</em></td> 673 * Returns a string representation of this set. If the result of 682 StringBuilder result = new StringBuilder(); in toPattern() 683 return _toPattern(result, escapeUnprintable).toString(); in toPattern() 687 * Append a string representation of this set to result. This will be 691 private <T extends Appendable> T _toPattern(T result, in _toPattern() argument 694 return appendNewPattern(result, escapeUnprintable, true); in _toPattern() 698 result.append(pat); in _toPattern() 699 return result; in _toPattern() 709 Utility.escapeUnprintable(result, in _toPattern() 738 _generatePattern(StringBuffer result, boolean escapeUnprintable) _generatePattern() argument 748 _generatePattern(StringBuffer result, boolean escapeUnprintable, boolean includeStrings) _generatePattern() argument 753 appendNewPattern( T result, boolean escapeUnprintable, boolean includeStrings) appendNewPattern() argument 3793 addCaseMapping(UnicodeSet set, int result, StringBuilder full) addCaseMapping() argument 3940 applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) applyPropertyAlias() argument 4246 EntryRange result = new EntryRange(); global() field in UnicodeSet.EntryRangeIterator [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 444 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
447 result = false;
450 result = VARIANT_BOOLToBool(prop.boolVal);
456 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw()
458 return Archive_GetItemBoolProp(arc, index, kpidIsDir, result);
461 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw()
463 return Archive_GetItemBoolProp(arc, index, kpidIsAux, result);
466 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw()
468 return Archive_GetItemBoolProp(arc, index, kpidIsAltStream, result);
471 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &result) thro [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedDepthStencilTests.cpp | 853 bool result = true; in verifyDepthStencilGradient() local 965 result = false; in verifyDepthStencilGradient() 971 result = false; in verifyDepthStencilGradient() 988 return result; in verifyDepthStencilGradient() 994 bool result = true; in verifyColorGradient() local 1129 result = false; in verifyColorGradient() 1141 result = false; in verifyColorGradient() 1143 return result; in verifyColorGradient() 1150 bool result = true; in doReadPixels() local 1172 result in doReadPixels() 1354 bool result = true; checkErrors() local 1600 bool result = true; iterate() local 1658 bool result = true; iterate() local 1702 bool result = true; iterate() local 1797 bool result = true; iterate() local 1970 bool result = true; iterate() local 2122 bool result = true; iterate() local 2197 bool result = true; iterate() local 2269 bool result = true; iterate() local 2347 bool result = true; iterate() local 2479 bool result = true; iterate() local 2648 bool result = true; iterate() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 288 // Dereference if this is an alias. Docs say result should be 1 in openOlsonResource() 439 TimeZone* result = createSystemTimeZone(ID); in createTimeZone() local 441 if (result == NULL) { in createTimeZone() 443 result = createCustomTimeZone(ID); in createTimeZone() 445 if (result == NULL) { in createTimeZone() 449 result = unknown.clone(); in createTimeZone() 451 return result; in createTimeZone() 909 TZEnumeration *result = NULL; in create() local 913 result = new TZEnumeration(baseMap, baseLen, false); in create() 915 result in create() 1037 int32_t result = 0; countEquivalentIDs() local 1056 UnicodeString result; getEquivalentID() local 1097 const UChar *result = NULL; findID() local 1116 const UChar *result = NULL; dereferOlsonLink() local 1157 const UChar *result = NULL; getRegion() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 288 // Dereference if this is an alias. Docs say result should be 1 in openOlsonResource() 439 TimeZone* result = createSystemTimeZone(ID); in createTimeZone() local 441 if (result == nullptr) { in createTimeZone() 443 result = createCustomTimeZone(ID); in createTimeZone() 445 if (result == nullptr) { in createTimeZone() 449 result = unknown.clone(); in createTimeZone() 451 return result; in createTimeZone() 909 TZEnumeration *result = nullptr; in create() local 913 result = new TZEnumeration(baseMap, baseLen, false); in create() 915 result in create() 1037 int32_t result = 0; countEquivalentIDs() local 1056 UnicodeString result; getEquivalentID() local 1097 const char16_t *result = nullptr; findID() local 1116 const char16_t *result = nullptr; dereferOlsonLink() local 1157 const char16_t *result = nullptr; getRegion() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 99 /// @return the result of the OR expression. 111 /// @return the result of the AND expression. 375 dirent *result = readdir(dir); in dir_is_empty() local 376 if (result == NULL && errno != 0) in dir_is_empty() 381 return result == NULL; in dir_is_empty() 739 /// @param result the computed real_path; 741 real_path(const string&path, string& result) in real_path() argument 745 result.clear(); in real_path() 752 result = realp; in real_path() 971 /// @param result 978 split_string(const string& input_string, const string& delims, vector<string>& result) split_string() argument 1058 common_prefix(const string& s1, const string& s2, string &result) common_prefix() argument 1745 bool result = false; file_is_kernel_package() local 1775 bool result = false; file_is_kernel_debuginfo_package() local 1850 char* result = 0; make_path_absolute_to_be_freed() local 1948 gen_suppr_spec_from_headers_root_dir(const string& headers_root_dir, type_suppression_sptr &result) gen_suppr_spec_from_headers_root_dir() argument 1983 type_suppression_sptr result; gen_suppr_spec_from_headers() local 2015 type_suppression_sptr result; gen_suppr_spec_from_headers() local 2113 suppressions_type result; gen_suppr_spec_from_kernel_abi_whitelists() local 2263 find_file_under_dir(const string& root_dir, const string& file_path_to_look_for, string& result) find_file_under_dir() argument 2844 elf_based_reader_sptr result; create_best_elf_based_reader() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 288 // Dereference if this is an alias. Docs say result should be 1 in openOlsonResource() 439 TimeZone* result = createSystemTimeZone(ID); in createTimeZone() local 441 if (result == NULL) { in createTimeZone() 443 result = createCustomTimeZone(ID); in createTimeZone() 445 if (result == NULL) { in createTimeZone() 449 result = unknown.clone(); in createTimeZone() 451 return result; in createTimeZone() 910 TZEnumeration *result = NULL; in create() local 914 result = new TZEnumeration(baseMap, baseLen, FALSE); in create() 916 result in create() 1019 int32_t result = 0; countEquivalentIDs() local 1038 UnicodeString result; getEquivalentID() local 1079 const UChar *result = NULL; findID() local 1098 const UChar *result = NULL; dereferOlsonLink() local 1139 const UChar *result = NULL; getRegion() local [all...] |
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | telephony_permission.cpp | 49 int result = PermissionState::PERMISSION_DENIED; in CheckPermission() local 51 result = PermissionState::PERMISSION_GRANTED; in CheckPermission() 53 result = AccessTokenKit::VerifyAccessToken(callerToken, permissionName); in CheckPermission() 62 bool status = result == PermissionState::PERMISSION_GRANTED; in CheckPermission() 72 if (result != PermissionState::PERMISSION_GRANTED) { in CheckPermission()
|
/third_party/elfutils/backends/ |
H A D | libebl_CPU.h | 58 dwarf_peeled_die_type (Dwarf_Die *die, Dwarf_Die *result) in dwarf_peeled_die_type() argument 66 if (dwarf_formref_die (attr, result) == NULL) in dwarf_peeled_die_type() 69 if (dwarf_peel_type (result, result) != 0) in dwarf_peeled_die_type() 72 return DWARF_TAG_OR_RETURN (result); in dwarf_peeled_die_type()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_begin.c | 46 Dwarf *result = NULL; in dwarf_begin() local 88 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL); in dwarf_begin() 91 if (result == NULL) in dwarf_begin() 94 result->free_elf = true; in dwarf_begin() 97 return result; in dwarf_begin()
|
H A D | dwarf_attr_integrate.c | 38 Dwarf_Attribute *result) in dwarf_attr_integrate() 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); in dwarf_attr_integrate() 48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result); in dwarf_attr_integrate() 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate() 68 return INTUSE(dwarf_attr) (&skel_die, search_name, result); in dwarf_attr_integrate() 37 dwarf_attr_integrate(Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) dwarf_attr_integrate() argument
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_register_names.c | 58 int result = 0; in dwfl_module_register_names() local 59 for (int regno = 0; regno < nregs && likely (result == 0); ++regno) in dwfl_module_register_names() 71 result = -1; in dwfl_module_register_names() 77 result = (*func) (arg, regno, setname, prefix, name, bits, type); in dwfl_module_register_names() 81 return result; in dwfl_module_register_names()
|