/third_party/node/benchmark/events/ |
H A D | eventtarget-creation.js | 15 bench.start();
|
/third_party/node/deps/icu-small/source/common/ |
H A D | messageimpl.h | 43 * Appends the s[start, limit[ substring to sb, but with only half of the apostrophes 46 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-strtod.h | 50 // contain a dot or a sign. It must not start with '0', and must not be empty. 54 // contain a dot or a sign. It must not start with '0', and must not be empty. 73 return Vector<const char>(buffer.start(), 0); in TrimTrailingZeros()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | unirepl.h | 51 * Replace characters in 'text' from 'start' to 'limit' with the 57 * @param start inclusive start index of text to be replaced 59 * must be greater than or equal to start 65 * the characters at offsets start..(limit-1) in text 69 int32_t start,
|
/third_party/mesa3d/src/util/ |
H A D | u_mm.h | 61 * startSearch = linear offset from start of heap to begin search 76 * input: pointer to a heap, start offset 79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | unirepl.h | 51 * Replace characters in 'text' from 'start' to 'limit' with the 57 * @param start inclusive start index of text to be replaced 59 * must be greater than or equal to start 65 * the characters at offsets start..(limit-1) in text 69 int32_t start,
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixFileReader.hpp | 41 void start (const char* filename);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeLocalTcpIpLink.hpp | 41 void start (const char* execServerPath, const char* workDir, int port);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-strtod.h | 50 // contain a dot or a sign. It must not start with '0', and must not be empty. 54 // contain a dot or a sign. It must not start with '0', and must not be empty. 73 return Vector<const char>(buffer.start(), 0); in TrimTrailingZeros()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | unirepl.h | 51 * Replace characters in 'text' from 'start' to 'limit' with the 57 * @param start inclusive start index of text to be replaced 59 * must be greater than or equal to start 65 * the characters at offsets start..(limit-1) in text 69 int32_t start,
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | FullDuplexAnalyzer.h | 43 oboe::Result start() override;
|
H A D | FullDuplexEcho.h | 44 oboe::Result start() override;
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftadvanc.h | 139 * start :: 175 FT_UInt start,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | messageimpl.h | 43 * Appends the s[start, limit[ substring to sb, but with only half of the apostrophes 46 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
|
/third_party/python/Lib/test/test_importlib/partial/ |
H A D | pool_in_threads.py | 21 thread.start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | p2p_hostapd.h | 16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bssid_ignore.h | 17 struct os_reltime start; member 19 * Number of seconds after start that the entey will be considered
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | p2p_hostapd.h | 16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 50 u64 start; member 274 void *start; in intel_pt_do_fix_overlap() local 276 start = intel_pt_find_overlap(a->data, a->size, b->data, b->size, in intel_pt_do_fix_overlap() 278 if (!start) in intel_pt_do_fix_overlap() 280 b->use_size = b->data + b->size - start; in intel_pt_do_fix_overlap() 281 b->use_data = start; in intel_pt_do_fix_overlap() 700 if (filt->start) in intel_pt_match_pgd_ip() 713 filt->start ? "filter" : "stop", in intel_pt_match_pgd_ip() 716 if (filt->start) in intel_pt_match_pgd_ip() 1172 ptq->sel_timestamp = pt->time_ranges[0].start; in intel_pt_setup_time_range() 2101 struct symbol *sym, *start; intel_pt_switch_ip() local 3290 intel_pt_print_info(__u64 *arr, int start, int finish) intel_pt_print_info() argument [all...] |
/third_party/backends/backend/ |
H A D | plustek-usbshading.c | 787 u_long dw, start, end, len; in usb_AdjustGain() local 822 start = 0; in usb_AdjustGain() 826 start = scaps->Positive.DataOrigin.x * scaps->OpticDpi.x / 300UL; in usb_AdjustGain() 830 start = scaps->Negative.DataOrigin.x * scaps->OpticDpi.x / 300UL; in usb_AdjustGain() 833 end = start + len; in usb_AdjustGain() 835 start = ((u_long)dev->usbDev.pSource->DataOrigin.x*scaps->OpticDpi.x/300UL); in usb_AdjustGain() 843 DBG( _DBG_INFO2, "Start = %lu\n", start ); in usb_AdjustGain() 883 u_long dwLoop = (len - start) / 20 * 20; in usb_AdjustGain() 888 for( dw = start; dwLoop; dwLoop-- ) { in usb_AdjustGain() 924 u_long dwLoop = (len - start) / 2 in usb_AdjustGain() 2306 struct timeval start, end; usb_SpeedTest() local 2395 u_long dw, start, end, len; usb_AutoWarmup() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 1624 /* Base vertex and start instance. */ 1625 int base_vertex = index_size ? draws[0].index_bias : draws[0].start; 1694 uint64_t va = index_va + draws[i].start * index_size; 1716 uint64_t va = index_va + draws[i].start * index_size; 1735 uint64_t va = index_va + draws[i].start * index_size; 1762 uint64_t va = index_va + draws[i].start * index_size; 1781 radeon_emit(draws[i].start); 1786 radeon_set_sh_reg(sh_base_reg + SI_SGPR_BASE_VERTEX * 4, draws[i].start); 1795 sctx->last_base_vertex = draws[num_draws - 1].start; 2048 unsigned num_draws, unsigned *start, unsigne [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 105 off_t start; member 2461 lock->start <= l->end && l->start <= lock->end && in locks_conflict() 2487 if (lock->type != F_UNLCK || lock->start != 0 || lock->end != OFFSET_MAX) { in locks_insert() 2504 if (l->end < lock->start - 1) in locks_insert() 2506 if (lock->end < l->start - 1) in locks_insert() 2508 if (l->start <= lock->start && lock->end <= l->end) in locks_insert() 2510 if (l->start < lock->start) in locks_insert() [all...] |
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast.cpp | 66 size_t start = fullName.rfind(".."); in SetFullName() local 67 if (start != std::string::npos) { in SetFullName() 68 name = StringHelper::SubStr(fullName, start + strlen("..")); in SetFullName()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 350 auto start = layoutWrapperBuilder_->GetStartIndex(); in GetLazyBuildRange() local 351 auto end = start + layoutWrapperBuilder_->GetTotalCount(); in GetLazyBuildRange() 352 return { start, end }; in GetLazyBuildRange()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_ffi.cpp | 74 int32_t start, int32_t end) { onAppear(); }; in FfiOHOSAceFrameworkRichEditorBindSelectionMenu() 251 CJTextRange cjRangeBefore = { rangeBefore.start, rangeBefore.end }; in FfiOHOSAceFrameworkRichEditorOnDidChange() 252 CJTextRange cjRangeAfter = { rangeAfter.start, rangeAfter.end }; in FfiOHOSAceFrameworkRichEditorOnDidChange()
|