/third_party/backends/backend/ |
H A D | epsonds-cmd.c | 33 char *start = buf; in esci2_parse_block() local 45 while (*start != '#' && start < end) in esci2_parse_block() 46 start++; in esci2_parse_block() 48 if (*start != '#') in esci2_parse_block() 51 param[0] = *++start; in esci2_parse_block() 52 param[1] = *++start; in esci2_parse_block() 53 param[2] = *++start; in esci2_parse_block() 60 if (strncmp("GMT", param, 3) == 0 && *(start + 5) == 'h') { in esci2_parse_block() 61 start in esci2_parse_block() [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_parse_util.cpp | 161 int32_t *originInfo, uint32_t start, uint32_t end, std::map<int32_t, std::vector<int32_t>> &infoMap)
in GetInfo() 163 uint32_t i = start;
in GetInfo() 186 void CameraAbilityParseUtil::GetSpecInfo(int32_t *originInfo, uint32_t start, uint32_t end, ProfileLevelInfo &modeInfo)
in GetSpecInfo() argument 188 uint32_t i = start;
in GetSpecInfo() 217 void CameraAbilityParseUtil::GetStreamInfo(int32_t *originInfo, uint32_t start, uint32_t end, SpecInfo &specInfo)
in GetStreamInfo() argument 219 uint32_t i = start;
in GetStreamInfo() 249 void CameraAbilityParseUtil::GetDetailInfo(int32_t *originInfo, uint32_t start, uint32_t end, StreamInfo &streamInfo)
in GetDetailInfo() argument 251 uint32_t i = start;
in GetDetailInfo() 285 int32_t *originInfo, uint32_t start, uint32_t end, AvailableConfig &availableConfig)
in GetAvailableConfigInfo() 287 uint32_t i = start;
in GetAvailableConfigInfo() 160 GetInfo( int32_t *originInfo, uint32_t start, uint32_t end, std::map<int32_t, std::vector<int32_t>> &infoMap) GetInfo() argument 284 GetAvailableConfigInfo( int32_t *originInfo, uint32_t start, uint32_t end, AvailableConfig &availableConfig) GetAvailableConfigInfo() argument 314 GetConflictConfigInfo( int32_t *originInfo, uint32_t start, uint32_t end, ConflictConfig &conflictConfig) GetConflictConfigInfo() argument [all...] |
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 98 int32_t PlayerServer::BaseState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 100 (void)start; in SetPlayRangeWithMode() 222 int32_t PlayerServer::InitializedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 224 return server_.HandleSetPlayRange(start, end, mode); in SetPlayRangeWithMode() 285 int32_t PlayerServer::PreparedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 287 return server_.HandleSetPlayRange(start, end, mode); in SetPlayRangeWithMode() 452 int32_t PlayerServer::PausedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 454 return server_.HandleSetPlayRange(start, end, mode); in SetPlayRangeWithMode() 496 int32_t PlayerServer::StoppedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 498 return server_.HandleSetPlayRange(start, en in SetPlayRangeWithMode() 516 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk.cpp | 97 void *start = mmap(nullptr, stSize, PROT_READ, MAP_PRIVATE, fd, PARAM_0);
in Mincore() local 99 if (!start) {
in Mincore() 105 retVal = mincore(start, TEST_SIZE, vec);
in Mincore() 106 munmap(start, stSize);
in Mincore() 118 void *start;
in Mmap() local 127 start = mmap(nullptr, statbuff.st_size, PROT_READ, MAP_PRIVATE, fd, PARAM_0);
in Mmap() 128 if (start == MAP_FAILED) {
in Mmap() 133 munmap(start, statbuff.st_size);
in Mmap() 338 char *start = static_cast<char *>(mmap(nullptr, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, PARAM_0));
in RemapFilePages() local 340 ret = remap_file_pages(start, TEST_SIZ in RemapFilePages() [all...] |
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | ClockTimeTest.cpp | 43 LOG("test start at %ld\n", (long)mTestStatTime.tv_sec);
in SetUpTestCase() 226 struct tms start = {0};
in HWTEST_F() local 228 clock_t stTime = times(&start);
in HWTEST_F() 231 start.tms_utime, start.tms_stime, start.tms_cutime, start.tms_cstime);
in HWTEST_F() 241 (long)(end.tms_utime - start.tms_utime),
in HWTEST_F() 242 (long)(end.tms_stime - start.tms_stime));
in HWTEST_F() 244 if (start in HWTEST_F() [all...] |
/third_party/elfutils/src/ |
H A D | strings.c | 316 const unsigned char *start = buf; in process_chunk_mb() local 356 (int64_t) to - len - (buf - start)); in process_chunk_mb() 369 fwrite_unlocked (start, 1, buf - start, stdout); in process_chunk_mb() 373 start = ++buf; in process_chunk_mb() 384 *unprinted = xstrndup ((const char *) start, curlen); in process_chunk_mb() 401 const unsigned char *start = buf; in process_chunk() local 424 (int64_t) to - len - (buf - start)); in process_chunk() 432 fwrite_unlocked (start, 1, buf - start, stdou in process_chunk() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ListFormatter.java | 43 private final String start; field in ListFormatter 237 public CharSequence subSequence(int start, int end) { in subSequence() argument 238 return string.subString(start, end); in subSequence() 276 * @param start 277 * string for the start of a list items, containing {0} for the 280 * string for the start of a list items, containing {0} for the 289 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() argument 292 compilePattern(start, new StringBuilder()), in ListFormatter() 298 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() argument 299 this.start in ListFormatter() 598 FormattedListBuilder(Object start, boolean needsFields) FormattedListBuilder() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | utf8collationiterator.cpp | 135 start = pos = newOffset; in resetToOffset() 144 return start; in getOffset() 327 } else if(state == IN_FCD_SEGMENT && pos != start) { 365 start = pos; in switchToForward() 378 start = pos = limit; in switchToForward() 388 // The input text [start..pos[ passes the FCD check. in nextSegment() 418 start = segmentStart; in nextSegment() 440 (state == IN_FCD_SEGMENT && pos == start) || in switchToBackward() 445 if(pos == start) { in switchToBackward() 447 } else { // pos > start in switchToBackward() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | localebuilder.cpp | 304 const char* start = attributes.data(); in addUnicodeLocaleAttribute() local 308 while (start < limit) { in addUnicodeLocaleAttribute() 310 int cmp = uprv_strcmp(start, value_str.data()); in addUnicodeLocaleAttribute() 321 new_attributes.append(start, status_); in addUnicodeLocaleAttribute() 322 start += uprv_strlen(start) + 1; in addUnicodeLocaleAttribute() 362 const char* start = attributes.data(); in removeUnicodeLocaleAttribute() local 366 while (start < limit) { in removeUnicodeLocaleAttribute() 367 if (uprv_strcmp(start, value_str.data()) == 0) { in removeUnicodeLocaleAttribute() 373 new_attributes.append(start, status in removeUnicodeLocaleAttribute() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 381 new GetThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test00_ConcurrentGet() 391 new GetVisibleThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test01_ConcurrentGetVisible() 408 new ULocale(locale)).start(); in Test02_ConcurrentGetDisplay() 420 new RegisterFactoryThread("[" + i + "]", service, 0).start(); in Test03_ConcurrentRegUnreg() 423 new UnregisterFactoryThread("[" + i + "]", service, 0).start(); in Test03_ConcurrentRegUnreg() 446 new GetThread("", service, 0).start(); in Test04_WitheringService() 447 new UnregisterFactoryListThread("", service, 3, factories).start(); in Test04_WitheringService() 464 new RegisterFactoryThread("", service, 500).start(); in Test05_ConcurrentEverything() 467 new GetThread("[" + Integer.toString(i) + "]", service, 0).start(); in Test05_ConcurrentEverything() 470 new GetVisibleThread("", service, 50).start(); in Test05_ConcurrentEverything() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 378 new GetThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test00_ConcurrentGet() 388 new GetVisibleThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test01_ConcurrentGetVisible() 405 new ULocale(locale)).start(); in Test02_ConcurrentGetDisplay() 417 new RegisterFactoryThread("[" + i + "]", service, 0).start(); in Test03_ConcurrentRegUnreg() 420 new UnregisterFactoryThread("[" + i + "]", service, 0).start(); in Test03_ConcurrentRegUnreg() 443 new GetThread("", service, 0).start(); in Test04_WitheringService() 444 new UnregisterFactoryListThread("", service, 3, factories).start(); in Test04_WitheringService() 461 new RegisterFactoryThread("", service, 500).start(); in Test05_ConcurrentEverything() 464 new GetThread("[" + Integer.toString(i) + "]", service, 0).start(); in Test05_ConcurrentEverything() 467 new GetVisibleThread("", service, 50).start(); in Test05_ConcurrentEverything() [all...] |
/third_party/lzma/CPP/Common/ |
H A D | Wildcard.cpp | 179 const wchar_t *start = path;
in SplitPathToParts_2() local 180 const wchar_t *p = start + path.Len();
in SplitPathToParts_2() 181 for (; p != start; p--)
in SplitPathToParts_2() 184 dirPrefix.SetFrom(path, (unsigned)(p - start));
in SplitPathToParts_2() 190 const wchar_t *start = path;
in SplitPathToParts_Smart() local 191 const wchar_t *p = start + path.Len();
in SplitPathToParts_Smart() 192 if (p != start)
in SplitPathToParts_Smart() 196 for (; p != start; p--)
in SplitPathToParts_Smart() 200 dirPrefix.SetFrom(path, (unsigned)(p - start));
in SplitPathToParts_Smart() 281 int start in CheckPath() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | localebuilder.cpp | 304 const char* start = attributes.data(); in addUnicodeLocaleAttribute() local 308 while (start < limit) { in addUnicodeLocaleAttribute() 310 int cmp = uprv_strcmp(start, value_str.data()); in addUnicodeLocaleAttribute() 321 new_attributes.append(start, status_); in addUnicodeLocaleAttribute() 322 start += uprv_strlen(start) + 1; in addUnicodeLocaleAttribute() 362 const char* start = attributes.data(); in removeUnicodeLocaleAttribute() local 366 while (start < limit) { in removeUnicodeLocaleAttribute() 367 if (uprv_strcmp(start, value_str.data()) == 0) { in removeUnicodeLocaleAttribute() 373 new_attributes.append(start, status in removeUnicodeLocaleAttribute() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | utf8collationiterator.cpp | 135 start = pos = newOffset; in resetToOffset() 144 return start; in getOffset() 327 } else if(state == IN_FCD_SEGMENT && pos != start) { 365 start = pos; in switchToForward() 378 start = pos = limit; in switchToForward() 388 // The input text [start..pos[ passes the FCD check. in nextSegment() 418 start = segmentStart; in nextSegment() 440 (state == IN_FCD_SEGMENT && pos == start) || in switchToBackward() 445 if(pos == start) { in switchToBackward() 447 } else { // pos > start in switchToBackward() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | remembered-set.h | 55 static void RemoveRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, in RemoveRange() argument 58 uintptr_t start_offset = start - chunk->address(); in RemoveRange() 68 Address start, Address end) { in CheckNoneInRange() 70 size_t start_bucket = SlotSet::BucketForSlot(start - chunk->address()); in CheckNoneInRange() 73 // is at the start of a bucket. in CheckNoneInRange() 78 [start, end](MaybeObjectSlot slot) { in CheckNoneInRange() 79 CHECK(!base::IsInRange(slot.address(), start, end + 1)); in CheckNoneInRange() 114 static void CheckNoneInRange(MemoryChunk* chunk, Address start, Address end) { in CheckNoneInRange() argument 116 RememberedSetOperations::CheckNoneInRange(slot_set, chunk, start, end); in CheckNoneInRange() 130 static void RemoveRange(MemoryChunk* chunk, Address start, Addres argument 67 CheckNoneInRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end) CheckNoneInRange() argument 236 RemoveRangeTyped(MemoryChunk* page, Address start, Address end) RemoveRangeTyped() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | utf8collationiterator.cpp | 135 start = pos = newOffset; in resetToOffset() 144 return start; in getOffset() 327 } else if(state == IN_FCD_SEGMENT && pos != start) { 365 start = pos; in switchToForward() 378 start = pos = limit; in switchToForward() 388 // The input text [start..pos[ passes the FCD check. in nextSegment() 418 start = segmentStart; in nextSegment() 440 (state == IN_FCD_SEGMENT && pos == start) || in switchToBackward() 445 if(pos == start) { in switchToBackward() 447 } else { // pos > start in switchToBackward() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localebuilder.cpp | 304 const char* start = attributes.data(); in addUnicodeLocaleAttribute() local 308 while (start < limit) { in addUnicodeLocaleAttribute() 310 int cmp = uprv_strcmp(start, value_str.data()); in addUnicodeLocaleAttribute() 321 new_attributes.append(start, status_); in addUnicodeLocaleAttribute() 322 start += uprv_strlen(start) + 1; in addUnicodeLocaleAttribute() 362 const char* start = attributes.data(); in removeUnicodeLocaleAttribute() local 366 while (start < limit) { in removeUnicodeLocaleAttribute() 367 if (uprv_strcmp(start, value_str.data()) == 0) { in removeUnicodeLocaleAttribute() 373 new_attributes.append(start, status in removeUnicodeLocaleAttribute() [all...] |
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/ |
H A D | cast_local_file_channel_server.h | 70 int ReadFileData(const struct LocalFileInfo &data, int64_t start, int64_t sendLen, uint8_t *ptr); 73 void ResponseFileDataRequest(const std::string &uri, int64_t fileLen, int64_t start, int64_t end); 74 void ResponseFileRequest(const std::string &uri, int64_t start, int64_t end); 77 int ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer);
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/ |
H A D | cast_local_file_channel_server.h | 70 int ReadFileData(const struct LocalFileInfo &data, int64_t start, int64_t sendLen, uint8_t *ptr); 73 void ResponseFileDataRequest(const std::string &uri, int64_t fileLen, int64_t start, int64_t end); 74 void ResponseFileRequest(const std::string &uri, int64_t start, int64_t end); 77 int ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_relative_container_ffi.cpp | 42 if (guideline.position.start.unit > 0) { in FfiOHOSAceFrameworkReletiveContainerGuideLine() 43 guidelineInfoItem.start = CalcDimension(guideline.position.start.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine() 44 static_cast<DimensionUnit>(guideline.position.start.unit)); in FfiOHOSAceFrameworkReletiveContainerGuideLine()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | time_picker_dialog_composed_element.cpp | 59 auto start = render->GetSelectedDate();
in GetSelected() local 61 selectedDate += std::to_string(start.GetYear());
in GetSelected() 63 selectedDate += std::to_string(start.GetMonth());
in GetSelected() 65 selectedDate += std::to_string(start.GetDay());
in GetSelected()
|
H A D | time_picker_composed_element.cpp | 50 auto start = render->GetSelectedDate(); in GetSelected() local 52 selectedDate += std::to_string(start.GetYear()); in GetSelected() 54 selectedDate += std::to_string(start.GetMonth()); in GetSelected() 56 selectedDate += std::to_string(start.GetDay()); in GetSelected()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_styled_string_controller.cpp | 49 auto start = std::max(richEditorPattern->GetTextSelector().GetTextStart(), 0); in GetSelection() local 51 if (start == end) { in GetSelection() 52 start = richEditorPattern->GetCaretPosition(); in GetSelection() 55 value = SelectionRangeInfo(start, end); in GetSelection()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_texture_mapper.h | 89 * @brief Sets the start angle of rotation for this image. 93 * @param start Indicates the start angle to set. The default value is <b>0</b>. 97 void SetRotateStart(int16_t start) in SetRotateStart() argument 99 rotateCur_ = start; in SetRotateStart() 115 * @brief Sets the start ratio for scaling this image. 120 * @param start Indicates the start ratio to set. The default value is <b>1</b>. 124 void SetScaleStart(float start) in SetScaleStart() argument 126 scaleCur_ = static_cast<int16_t>(FloatToInt64(start)); in SetScaleStart() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_section_test.cpp | 35 s.SetOnDataChange([&startIdx](int32_t start) { startIdx = start; }); in HWTEST_F() 79 s.SetOnDataChange([&startIdx](int32_t start) { startIdx = start; }); in HWTEST_F()
|