/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_time_picker.cpp | 122 void UITimePicker::InitPicker(UIPicker*& picker, int16_t start, int16_t end) in InitPicker() argument 139 picker->SetValues(start, end); in InitPicker() 193 void UITimePicker::GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t end) in GetValueByIndex() argument 195 if ((value != nullptr) && (index < end - start + 1)) { in GetValueByIndex()
|
H A D | ui_label.cpp | 197 void UILabel::SetAbsoluteSizeSpan(uint16_t start, uint16_t end, uint8_t size) in SetAbsoluteSizeSpan() argument 202 labelText_->SetAbsoluteSizeSpan(start, end, size); in SetAbsoluteSizeSpan() 208 void UILabel::SetRelativeSizeSpan(uint16_t start, uint16_t end, float size) in SetRelativeSizeSpan() argument 213 labelText_->SetRelativeSizeSpan(start, end, size); in SetRelativeSizeSpan()
|
/foundation/multimodalinput/input/test/facility/virtual_device/src/ |
H A D | v_input_device.cpp | 35 size_t start = 0; member 213 bool VInputDevice::HasAxesOrButton(size_t start, size_t end, const uint8_t* whichBitMask) const in HasAxesOrButton() argument 215 for (size_t type = start; type < end; ++type) { in HasAxesOrButton() 327 for (size_t key = KEY_BLOCKS[block].start; key < KEY_BLOCKS[block].end; ++key) { in CheckKeys()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | trans_db.cpp | 178 auto start = std::chrono::steady_clock::now(); in QuerySql() local 179 return std::make_shared<SqliteSharedResultSet>(start, conn_.lock(), sql, args, name_); in QuerySql() 189 auto start = std::chrono::steady_clock::now(); in QueryByStep() local 190 return std::make_shared<StepResultSet>(start, conn_.lock(), sql, args, true); in QueryByStep()
|
/third_party/elfutils/tests/ |
H A D | backtrace-data.c | 106 unsigned long start, end, offset; in maps_lookup() local 107 i = fscanf (f, "%lx-%lx %*s %lx %*x:%*x %*u", &start, &end, &offset); in maps_lookup() 126 if (start <= addr && addr < end) in maps_lookup() 131 *basep = start - offset; in maps_lookup()
|
/third_party/elfutils/libdwfl/ |
H A D | cu.c | 102 Dwarf_Addr start = dwar (mod, idx)->addr; in addrarange() local 103 if (addr < start) in addrarange() 108 else if (addr > start) in addrarange() 230 if (cu->die.cu->start == 0) in intern_cu()
|
H A D | elf-from-memory.c | 306 GElf_Off start = offset & -pagesize; in elf_from_remote_memory() local 310 nread = (*read_memory) (arg, buffer + start, in elf_from_remote_memory() 312 end - start, end - start); in elf_from_remote_memory()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blackdetect.c | 38 int64_t black_start; ///< pts start time of the first black picture 152 const int start = (h * jobnr) / nb_jobs; in black_counter() local 154 const int size = end - start; in black_counter() 158 const uint8_t *p = in->data[0] + start * linesize; in black_counter() 166 const uint16_t *p = (const uint16_t *)(in->data[0] + start * linesize); in black_counter()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_altivec.c | 118 yuv2plane1_float_u(const int32_t *src, float *dest, int dstW, int start) in yuv2plane1_float_u() argument 126 for (i = start; i < dstW; ++i){ in yuv2plane1_float_u() 134 yuv2plane1_float_bswap_u(const int32_t *src, uint32_t *dest, int dstW, int start) in yuv2plane1_float_bswap_u() argument 142 for (i = start; i < dstW; ++i){ in yuv2plane1_float_bswap_u()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() argument 129 if (text == null || text.length() == 0 || start < 0 || start >= text.length()) { in find() 135 TZDB_NAMES_TRIE.find(text, start, handler); in find()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CanonicalIterator.java | 69 * Resets the iterator so that one can start again from the beginning. 132 int start = 0; in setSource() 142 segmentList.add(source.substring(start, i)); // add up to i in setSource() 143 start = i; in setSource() 146 segmentList.add(source.substring(start, i)); // add last one in setSource() 218 *@return the set of characters whose decompositions start with the given character 303 // see if any character is at the start of some decomposition in getEquivalents2() 335 // see if any character is at the start of some decomposition in getEquivalents2() 377 // See if it matches the start of segment (at segmentPos) in extract()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | pflow.c | 93 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) in subsetFontRuns() argument 95 le_int32 startRun = findFontRun(fontRuns, start); in subsetFontRuns() 103 le_int32 runLimit = pl_getFontRunLimit(fontRuns, run) - start; in subsetFontRuns() 106 runLimit = limit - start; in subsetFontRuns()
|
H A D | paragraph.cpp | 63 static void subsetFontRuns(const FontRuns *fontRuns, le_int32 start, le_int32 limit, FontRuns *sub) in subsetFontRuns() argument 65 le_int32 startRun = findRun(fontRuns, start); in subsetFontRuns() 72 le_int32 runLimit = fontRuns->getLimit(run) - start; in subsetFontRuns() 75 runLimit = limit - start; in subsetFontRuns()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CanonicalIterator.java | 68 * Resets the iterator so that one can start again from the beginning. 128 int start = 0; in setSource() 138 segmentList.add(source.substring(start, i)); // add up to i in setSource() 139 start = i; in setSource() 142 segmentList.add(source.substring(start, i)); // add last one in setSource() 214 *@return the set of characters whose decompositions start with the given character 299 // see if any character is at the start of some decomposition in getEquivalents2() 331 // see if any character is at the start of some decomposition in getEquivalents2() 373 // See if it matches the start of segment (at segmentPos) in extract()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() argument 131 if (text == null || text.length() == 0 || start < 0 || start >= text.length()) { in find() 137 TZDB_NAMES_TRIE.find(text, start, handler); in find()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_esgs_io_to_mem.c | 91 int start, count; in emit_split_buffer_store() local 92 u_bit_scan_consecutive_range(&writemask, &start, &count); in emit_split_buffer_store() 93 assert(start >= 0 && count >= 0); in emit_split_buffer_store() 96 unsigned start_byte = start * bit_size / 8u; in emit_split_buffer_store()
|
/third_party/libbpf/src/ |
H A D | bpf_helpers.h | 302 extern int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end) __weak __ksym; 350 /* bpf_for(i, start, end) implements a for()-like looping construct that sets 351 * provided integer variable *i* to values starting from *start* through, 353 * to range [start, end), so this can be used for accessing arrays without 356 * Note: *start* and *end* are assumed to be expressions with no side effects 363 #define bpf_for(i, start, end) for ( \ 369 bpf_iter_num_new(&___it, (start), (end)), \ 377 (___t && ((i) = *___t, (i) >= (start) && (i) < (end))); \
|
/third_party/json/tools/amalgamate/ |
H A D | amalgamate.py | 109 if match.start() > m.start() and \ 201 tmp_content += self.content[prev_end:pragma_match.start()] 237 tmp_content += self.content[prev_end:include_match.start()]
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.c | 231 int start; in cso_hash_data_next() local 243 start = (node->key % a.d->numBuckets) + 1; in cso_hash_data_next() 244 bucket = a.d->buckets + start; in cso_hash_data_next() 245 n = a.d->numBuckets - start; in cso_hash_data_next()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_regalloc.c | 128 size_t start; member 174 range->start = ip; in rogue_ra_alloc() 230 if (!(range_first->start >= range_second->end || in rogue_ra_alloc() 231 range_second->start >= range_first->end)) { in rogue_ra_alloc()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.h | 95 backend_instruction *start(); 96 const backend_instruction *start() const; 235 bblock_t::start() in start() function in bblock_t 241 bblock_t::start() const in start() function in bblock_t
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-compiler.cc | 82 if (func_body.end - func_body.start >= 100 * KB) { in ExecuteFunctionCompilation() 86 static_cast<int>(func_body.end - func_body.start)); in ExecuteFunctionCompilation() 158 wire_bytes.start() + function->code.offset(), in CompileWasmFunction() 159 wire_bytes.start() + function->code.end_offset()}; in CompileWasmFunction()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | ioctl.c | 251 * Free blocks between 'start' and 'start+len-1' (both byte offsets) 258 u64 start = range->start; in fstrim() local 266 ntfs_log_debug("fstrim: start=%llu len=%llu minlen=%llu\n", in fstrim() 267 (unsigned long long) start, in fstrim() 276 if (start != 0 || len != (uint64_t)-1) { in fstrim() 277 ntfs_log_error("fstrim: setting start or length is not supported\n"); in fstrim()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 185 static int start(void *p) in start() function 196 int (*start)(void*) = (int(*)(void*)) args->start_func; in start_c11() 197 __pthread_exit((void *)(uintptr_t)start(args->start_arg)); in start_c11() 341 ret = __thread_clone((c11 ? start_c11 : start), flags, new, stack); in __pthread_create()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 185 static int start(void *p) in start() function 196 int (*start)(void*) = (int(*)(void*)) args->start_func; in start_c11() 197 __pthread_exit((void *)(uintptr_t)start(args->start_arg)); in start_c11() 341 ret = __thread_clone((c11 ? start_c11 : start), flags, new, stack); in __pthread_create()
|