Home
last modified time | relevance | path

Searched refs:start (Results 5901 - 5925 of 7061) sorted by relevance

1...<<231232233234235236237238239240>>...283

/third_party/python/Python/
H A Dbltinmodule.c270 [clinic start generated code]*/
289 [clinic start generated code]*/
307 [clinic start generated code]*/
356 [clinic start generated code]*/
408 [clinic start generated code]*/
428 [clinic start generated code]*/
448 [clinic start generated code]*/
686 [clinic start generated code]*/
702 [clinic start generated code]*/
736 [clinic start generate
748 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; builtin_compile_impl() local
2448 builtin_sum_impl(PyObject *module, PyObject *iterable, PyObject *start) builtin_sum_impl() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py92 start = m.start(0)
97 s = s[:start] + repl + s[end:]
99 s = s[:start] + s[end+1:] # drop the whole line
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py92 start = m.start(0)
97 s = s[:start] + repl + s[end:]
99 s = s[:start] + s[end+1:] # drop the whole line
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp547 void start (de::SpinBarrier* groupBarrier);
592 void ThreadGroupThread::start (de::SpinBarrier* groupBarrier) in start() function in vkt::synchronization::__anon29975::ThreadGroupThread
595 de::Thread::start(); in start()
627 (*threadIter)->start(&m_barrier); in run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_teap.c454 const u8 *start, *end; in eap_teap_build_start() local
469 start = wpabuf_put(req, 0); in eap_teap_build_start()
477 data->server_outer_tlvs = wpabuf_alloc_copy(start, end - start); in eap_teap_build_start()
857 "EAP-TEAP: Try to start Phase 2"); in eap_teap_buildReq()
882 * Include the start of the next EAP method in the in eap_teap_buildReq()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp723 void start (void);
769 void TestThread::start (void) in start() function in deqp::egl::__anon30359::TestThread
772 de::Thread::start(); in start()
918 threads[threadNdx]->start(); in startThreads()
H A DteglWideColorTests.cpp567 float start; member
571 : start(s), increment(i), iterationCount(c) {} in Iteration()
1194 float reference = it->start; in doClearTest()
1195 log << tcu::TestLog::Message << "start = " << it->start in doClearTest()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_ttls.c230 static u8 * eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, in eap_ttls_avp_add() argument
238 AVP_PAD(start, pos); in eap_ttls_avp_add()
1456 start: in eap_ttls_decrypt()
1473 goto start; in eap_ttls_decrypt()
1581 "start for Phase 2"); in eap_ttls_process_handshake()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c466 const u8 *start, *end; in eap_teap_build_start() local
481 start = wpabuf_put(req, 0); in eap_teap_build_start()
489 data->server_outer_tlvs = wpabuf_alloc_copy(start, end - start); in eap_teap_build_start()
920 "EAP-TEAP: Try to start Phase 2"); in eap_teap_buildReq()
945 * Include the start of the next EAP method in the in eap_teap_buildReq()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c148 /* If start is lower than this, go left. */ in kbase_region_tracker_find_region_enclosing_range_free()
184 /* If start is lower than this, go left. */ in kbase_region_tracker_find_region_enclosing_address()
367 } else if (at_reg->start_pfn == start_pfn) { /* New region replaces the start of the old one, so insert before. */ in kbase_insert_va_region_nolock()
1097 unsigned long start; in kbase_do_syncset() local
1120 start = (uintptr_t)sset->user_addr; in kbase_do_syncset()
1123 map = kbasep_find_enclosing_cpu_mapping(kctx, start, size, &offset); in kbase_do_syncset()
1125 dev_warn(kctx->kbdev->dev, "Can't find CPU mapping 0x%016lX for VA 0x%016llX", start, in kbase_do_syncset()
1162 size_t sz = ((start + size - 1) & ~PAGE_MASK) + 1; in kbase_do_syncset()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c152 /* If start is lower than this, go left. */ in kbase_region_tracker_find_region_enclosing_range_free()
188 /* If start is lower than this, go left. */ in kbase_region_tracker_find_region_enclosing_address()
373 /* New region replaces the start of the old one, so insert before. */ in kbase_insert_va_region_nolock()
1130 unsigned long start; in kbase_do_syncset() local
1154 start = (uintptr_t)sset->user_addr; in kbase_do_syncset()
1157 map = kbasep_find_enclosing_cpu_mapping(kctx, start, size, &offset); in kbase_do_syncset()
1160 start, sset->mem_handle.basep.handle); in kbase_do_syncset()
1198 size_t sz = ((start + size - 1) & ~PAGE_MASK) + 1; in kbase_do_syncset()
/third_party/elfutils/src/
H A Dunstrip.c2421 Dwarf_Addr start; in list_module()
2423 const char *name = dwfl_module_info (mod, NULL, &start, &end, in list_module()
2432 printf ("%#" PRIx64 "+%#" PRIx64 " ", start, end - start); in list_module()
2463 Dwarf_Addr start __attribute__ ((unused)), in match_module()
2419 Dwarf_Addr start; list_module() local
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp1542 int32_t start = pos.getIndex(); in uprv_parseCurrency() local
1546 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency()
1547 text.extract(start, textLen, inputText); in uprv_parseCurrency()
1583 pos.setIndex(start + max); in uprv_parseCurrency()
1586 pos.setIndex(start + maxInSymbol); in uprv_parseCurrency()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java187 * []|eabcd start - no match, copy e to tranlated buffer in TestSimpleRules()
744 * Confirm that the contextStart, contextLimit, start, and limit
766 // They are: contextStart, contextLimit, start, limit in TestPositionHandling()
1528 offsets.start = offsets.limit; in handleTransliterate()
1739 // Col. 1 = ID or rule set (latter must start with #) in TestCompoundFilterID()
2723 // at the start of a word. in TestCasing()
3798 pos.start, pos.limit); in expect()
3806 if (index.start != index.limit) { in expect()
3808 "start: " + index.start in expect()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java184 * []|eabcd start - no match, copy e to translated buffer in TestSimpleRules()
741 * Confirm that the contextStart, contextLimit, start, and limit
763 // They are: contextStart, contextLimit, start, limit in TestPositionHandling()
1525 offsets.start = offsets.limit; in handleTransliterate()
1736 // Col. 1 = ID or rule set (latter must start with #) in TestCompoundFilterID()
2720 // at the start of a word. in TestCasing()
3798 pos.start, pos.limit); in expect()
3806 if (index.start != index.limit) { in expect()
3808 "start: " + index.start in expect()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp1568 int32_t start = pos.getIndex(); in uprv_parseCurrency() local
1572 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency()
1573 text.extract(start, textLen, inputText); in uprv_parseCurrency()
1609 pos.setIndex(start + max); in uprv_parseCurrency()
1612 pos.setIndex(start + maxInSymbol); in uprv_parseCurrency()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc3084 PrivateNameScopeIterator::PrivateNameScopeIterator(Scope* start) in PrivateNameScopeIterator() argument
3085 : start_scope_(start), current_scope_(start) { in PrivateNameScopeIterator()
3086 if (!start->is_class_scope() || start->AsClassScope()->IsParsingHeritage()) { in PrivateNameScopeIterator()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1716 Trampoline(int start, int slot_count) { in Trampoline() argument
1717 start_ = start; in Trampoline()
1718 next_slot_ = start; in Trampoline()
1720 end_ = start + slot_count * kTrampolineSlotsSize; in Trampoline()
1722 int start() { return start_; } in start() function in v8::internal::Assembler::OffsetAccessType::Trampoline
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc578 EmbedderDataSlot start(*this, 0); in EmbedderDataArrayVerify()
580 for (EmbedderDataSlot slot = start; slot < end; ++slot) { in EmbedderDataArrayVerify()
1925 FullObjectSlot start, FullObjectSlot end) override {
1929 OffHeapObjectSlot start,
1931 // Visit all HeapObject pointers in [start, end).
1932 for (OffHeapObjectSlot p = start; p < end; ++p) {
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java83 // below) which are not based on *area codes*. For example, in China mobile numbers start with a
249 // Regular expression of acceptable characters that may start a phone number for the purposes of
258 // Regular expression of characters typically used to start a second phone number for the purposes
259 // of parsing. This allows us to strip off parts of the number that are actually the start of
281 // the start.
442 // only, i.e., does not start with the national prefix. Note that the pattern explicitly allows
728 * leading characters that cannot be used to start a phone number. Characters that can be used to
729 * start a phone number are defined in the VALID_START_CHAR_PATTERN. If none of these characters
738 * string if no character used to start phone numbers (such as + or any digit) is found in the
744 number = number.subSequence(m.start(), numbe in extractPossibleNumber()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_unix_events.py664 blocking_patcher.start()
668 m_fstat = fstat_patcher.start()
841 blocking_patcher.start()
845 m_fstat = fstat_patcher.start()
1738 th.start()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp1519 int32_t start = pos.getIndex(); in uprv_parseCurrency() local
1523 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency()
1524 text.extract(start, textLen, inputText); in uprv_parseCurrency()
1560 pos.setIndex(start + max); in uprv_parseCurrency()
1563 pos.setIndex(start + maxInSymbol); in uprv_parseCurrency()
/third_party/python/Objects/
H A Dmemoryobject.c21 [clinic start generated code]*/
963 [clinic start generated code]*/
1063 [clinic start generated code]*/
1363 [clinic start generated code]*/
1422 [clinic start generated code]*/
1452 /* start with complete information */ in memory_getbuf()
2134 [clinic start generated code]*/
2175 [clinic start generated code]*/
2234 [clinic start generated code]*/
2402 Py_ssize_t start, sto in init_slice() local
[all...]
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h3 [clinic start generated code]*/
1716 "touchline(start, count, [changed=True])\n"
1717 "Pretend count lines have been changed, starting with line start.\n"
1726 _curses_window_touchline_impl(PyCursesWindowObject *self, int start,
1733 int start; in _curses_window_touchline() local
1740 if (!PyArg_ParseTuple(args, "ii:touchline", &start, &count)) { in _curses_window_touchline()
1745 if (!PyArg_ParseTuple(args, "iii:touchline", &start, &count, &changed)) { in _curses_window_touchline()
1754 return_value = _curses_window_touchline_impl(self, start, count, group_right_1, changed); in _curses_window_touchline()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c790 /* Give new sched_entity start runnable values to heavy its load in infant time */
1716 int start = env->dst_cpu; in task_numa_assign() local
1719 for_each_cpu_wrap(cpu, cpumask_of_node(env->dst_nid), start) in task_numa_assign()
2064 * imbalance and would be the first to start moving tasks about. in task_numa_migrate()
2330 /* Use the start of this time slice to avoid calculations. */ in numa_get_avg_runtime()
2832 unsigned long start, end; in task_numa_work() local
2879 start = mm->numa_scan_offset; in task_numa_work()
2890 vma = find_vma(mm, start); in task_numa_work()
2893 start = 0; in task_numa_work()
2920 start in task_numa_work()
[all...]

Completed in 79 milliseconds

1...<<231232233234235236237238239240>>...283