Home
last modified time | relevance | path

Searched refs:current (Results 1176 - 1200 of 1737) sorted by relevance

1...<<41424344454647484950>>...70

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm74 Return true if IPv4 / IPv6 is possible to use on the current system.
/third_party/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm74 Return true if IPv4 / IPv6 is possible to use on the current system.
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl268 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbrkiter.h64 * Instances of BreakIterator maintain a current position and scan over
168 * @return The current UText for this break iterator. If an input
227 * Sets the current iteration position to the beginning of the text, position zero.
241 * Set the iterator position to the boundary preceding the current boundary.
249 * Advance the iterator to the boundary following the current boundary.
257 * Return character index of the current iterator position within the text.
261 virtual int32_t current(void) const = 0;
285 * As a side effect, the current position of the iterator is set
294 * Set the iterator position to the nth boundary from the current boundary
306 * that determined the boundary at the current iteratio
[all...]
H A Dnormlzr.h67 * and previous() could not be used after setIndex(), next(), first(), and current().
78 * current() returns the current code point
80 * the getIndex(). Note that if the text at the current position
82 * (This is why current() is not const.)
96 * (from a next() or current() call).
117 * current index into the internal buffer.
462 * Return the current character in the normalized text.
463 * current() may need to normalize some text at getIndex().
466 * @return the current normalize
[all...]
H A Drbbi.h78 * The current position of the iterator. Pinned, 0 < fPosition <= text.length.
342 * @return The current UText for this break iterator. If an input
350 * the current iteration position to the beginning of the text.
359 * the current iteration position to the beginning of the text.
386 * Sets the current iteration position to the beginning of the text, position zero.
393 * Sets the current iteration position to the end of the text.
406 * the current one.
429 * @return The position of the first break after the current position.
454 * Returns the current iteration position. Note that UBRK_DONE is never
456 * string, current() wil
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp259 auto current = it++; in MergeIntervals() local
260 if (it != spans.end() && CanMerge(*current, *it)) { in MergeIntervals()
261 (*current)->UpdateStartIndex(std::min((*current)->GetStartIndex(), (*it)->GetStartIndex())); in MergeIntervals()
262 (*current)->UpdateEndIndex(std::max((*current)->GetEndIndex(), (*it)->GetEndIndex())); in MergeIntervals()
267 it = current; in MergeIntervals()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneTest.java63 // Some test case data is current date/tzdata version sensitive and producing errors
1787 // the localized GMT format with the current offset is used even daylight name was in TestDisplayNamesMeta()
2182 long current = System.currentTimeMillis(); in TestObservesDaylightTime()
2189 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2194 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); in TestObservesDaylightTime()
2196 if (observesDaylightRBTZ != isDaylightTimeAvailable(rbtz, current)) { in TestObservesDaylightTime()
2205 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2212 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2225 if (observesDaylight != isDaylightTimeAvailable(stz, current)) { in TestObservesDaylightTime()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java59 // Some test case data is current date/tzdata version sensitive and producing errors
1799 // the localized GMT format with the current offset is used even daylight name was in TestDisplayNamesMeta()
2196 long current = System.currentTimeMillis(); in TestObservesDaylightTime()
2203 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2208 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); in TestObservesDaylightTime()
2210 if (observesDaylightRBTZ != isDaylightTimeAvailable(rbtz, current)) { in TestObservesDaylightTime()
2219 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2226 if (observesDaylight != isDaylightTimeAvailable(tz, current)) { in TestObservesDaylightTime()
2239 if (observesDaylight != isDaylightTimeAvailable(stz, current)) { in TestObservesDaylightTime()
/third_party/libsnd/src/
H A Daiff.c942 { /* This simply copies the information in cues above loop positions and writes it at current count instead */ in aiff_read_header()
1210 { sf_count_t current ; in aiff_write_header() local
1220 current = psf_ftell (psf) ; in aiff_write_header()
1222 if (current > psf->dataoffset) in aiff_write_header()
1238 if (current > 0) in aiff_write_header()
1239 psf_fseek (psf, current, SEEK_SET) ; in aiff_write_header()
1407 /* Reset the current header length to zero. */ in aiff_write_header()
1492 else if (current > 0) in aiff_write_header()
1493 psf_fseek (psf, current, SEEK_SET) ; in aiff_write_header()
1502 /* Reset the current heade in aiff_write_tailer()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc1034 for (int current = 0; current < receiver_count; ++current) { in ConfigurePolymorphic()
1035 Handle<Map> map = maps_and_handlers[current].first; in ConfigurePolymorphic()
1036 array->Set(current * 2, HeapObjectReference::Weak(*map)); in ConfigurePolymorphic()
1037 MaybeObjectHandle handler = maps_and_handlers[current].second; in ConfigurePolymorphic()
1039 array->Set(current * 2 + 1, *handler); in ConfigurePolymorphic()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc126 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in ExpectParsesTo()
146 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in ExpectHasErrors()
169 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in ExpectHasValidationErrors()
2217 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in TEST_F()
2266 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in TEST_F()
2355 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in TEST_F()
2407 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); in TEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp242 // Calculate the position for current child.
254 // Calculate the size for current child.
290 // Calculate the position for current child.
302 // Calculate the size for current child.
416 std::string current;
419 current = strs[i];
422 current = StringUtils::DoubleToString(layoutSize.Height()) + std::string(UNIT_PIXEL);
425 rowsArgs += ' ' + current;
438 std::string current;
441 current
[all...]
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c74 * to the options with the current PPD-based dialogs and can even share
1082 in "current" an array of the common resolutions will be built up.
1083 You do not need to create an empty array for "current" before
1085 "current_default" holds the default resolution of the array "current".
1087 NULL or a resolution which is not in "current" any more.
1095 joinResolutionArrays(cups_array_t **current, cups_array_t **new, in joinResolutionArrays() argument
1101 if (current == NULL || new == NULL || *new == NULL || in joinResolutionArrays()
1107 if (*current == NULL) { in joinResolutionArrays()
1110 *current = *new; in joinResolutionArrays()
1117 } else if (cupsArrayCount(*current) in joinResolutionArrays()
[all...]
/third_party/musl/ldso/
H A Ddynlink.c2466 struct dso *current; local
2469 for(current = head; current;) {
2470 info.dlpi_addr = (uintptr_t)current->base;
2471 info.dlpi_name = current->name;
2472 info.dlpi_phdr = current->phdr;
2473 info.dlpi_phnum = current->phnum;
2476 info.dlpi_tls_modid = current->tls_id;
2477 info.dlpi_tls_data = !current->tls_id ? 0 :
2478 __tls_get_addr((tls_mod_off_t[]){current
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DUtils.java324 int current = 0; in generateI18nPatternMacros()
327 int type = current++; in generateI18nPatternMacros()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp273 void FocusManager::UpdateCurrentFocus(const RefPtr<FocusHub>& current, SwitchingUpdateReason reason) in UpdateCurrentFocus() argument
276 switchingFocus_ = current; in UpdateCurrentFocus()
419 TAG_LOGI(AceLogTag::ACE_FOCUS, "Request focus on current focus view: %{public}s/%{public}d", in WindowFocus()
426 "Request default focus on current focus view: %{public}s/%{public}d", in WindowFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h323 RefPtr<NGGestureRecognizer>& current, std::list<RefPtr<NGGestureRecognizer>>& recognizers,
328 RefPtr<NGGestureRecognizer>& current, std::list<RefPtr<NGGestureRecognizer>>& recognizers,
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h76 * @param current current value
78 RangeInfo(double min, double max, double current);
93 * @brief Gets the current value.
94 * @return current value.
111 * @brief Sets the current value.
112 * @param current current value
114 void SetCurrent(double current);
1114 * @param liveRegion live region: 0: not live region; 1: interrupt current tal
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h379 constexpr move_iterator(const move_iterator<U>& other) : current_(other.current) in move_iterator()
386 current_ = other.current; in operator =()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_subscriber.cpp141 MEDIA_DEBUG_LOG("MedialibrarySubscriber current status:%{public}d, %{public}d, %{public}d, %{public}d, %{public}d", in MedialibrarySubscriber()
286 MEDIA_INFO_LOG("update status current:%{public}d, new:%{public}d, %{public}d, %{public}d, %{public}d, %{public}d", in UpdateCurrentStatus()
389 int64_t current = MediaFileUtils::UTCTimeMilliSeconds(); in DeleteTemporaryPhotos() local
390 int64_t timeBefore24Hours = current - 24 * 60 * 60 * 1000; in DeleteTemporaryPhotos()
556 MEDIA_INFO_LOG("update timer status current:%{public}d, new:%{public}d, %{public}d, %{public}d, %{public}d, " in UpdateBackgroundTimer()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp280 for (auto current: g_bindingRecoders) { in FindBindingByIp()
281 AddressBinding *binding = &current.second; in FindBindingByIp()
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DOhReport.js146 message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (++this.index);
167 message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (this.index);
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djsunit_parser.py142 test_result.current = self.state_machine.running_test_index + 1
244 test_result.current = self.state_machine.running_test_index + 1
/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/entry/src/main/cpp/
H A DAudioPlayerNDK.cpp191 int current = 0; in PlayerStateGetCurrentTime() local
198 OH_AVErrCode result4 = OH_AVPlayer_GetCurrentTime(player, &current); in PlayerStateGetCurrentTime()

Completed in 36 milliseconds

1...<<41424344454647484950>>...70