/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 3815 s12.scrollPage({ next: false }); 3821 s12.scrollPage({ next: true });
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 1236 bool next = HandleOverScroll(); in UpdateScrollPosition() local 1238 return next; in UpdateScrollPosition() 1413 // when items are in viewport, continue to layout next row in LayoutOrRecycleCurrentItemsForLaneList()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12dec.c | 2445 /* find next start code */ in decode_chunks() 2490 /* prepare data for next start code */ in decode_chunks() 2792 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame() local 2795 if (ff_combine_frame(&s2->parse_context, next, in mpeg_decode_frame()
|
/third_party/backends/backend/ |
H A D | hp-option.c | 1024 new->next = _make_choice_list(choice + 1, minval, maxval); in _make_choice_list() 1046 new->next = _make_probed_choice_list(scsi, scl, choice + 1, minval, maxval); in _make_probed_choice_list() 2117 /* xres = yres = next lower multiple of 300, xscale = yscale > 100: */ in _program_resolution() 2118 /* xres = yres = next higher multiple of 300, xscale = yscale < 100: */ in _program_resolution() 2119 /* xres = next lower multiple of 300, xscale > 100 */ in _program_resolution() 2120 /* xres = next higher multiple of 300, xscale < 100 */ in _program_resolution() 2121 /* yres = next lower multiple of 300, yscale > 100 */ in _program_resolution() 2122 /* yres = next higher multiple of 300, yscale < 100 */ in _program_resolution()
|
/third_party/curl/lib/ |
H A D | ftp.c | 226 * It is subject for removal at the next (or at least a future) soname bump. 1185 /* if disabled, goto next */ in ftp_state_use_port() 1679 item = item->next; in ftp_state_quote() 1769 /* disable it for next transfer */ in ftp_epsv_disable() 2035 /* try next */ in ftp_state_port_resp() 2752 ftpc->count2 = 1; /* add one to get next */ in ftp_statemachine() 2756 ftpc->count2 = -1; /* subtract one to get next */ in ftp_statemachine() 2805 ftpc->count1 += ftpc->count2; /* get next attempt */ in ftp_statemachine() 3059 /* send next CWD */ in ftp_statemachine() 3435 /* clear these for next connectio in ftp_done() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 2947 while(vIter.next()){ in TestGurmukhiDevanagari() 2954 while(nvIter.next()){ in TestGurmukhiDevanagari()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 1469 String key = (String)it.next(); in TestDisplayKeyword() 1470 String key2 = (String)it2.next(); in TestDisplayKeyword()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 11 * The above copyright notice and this permission notice (including the next 2111 const void *next, in write_creation_feedback() 2117 vk_find_struct_const(next, PIPELINE_CREATION_FEEDBACK_CREATE_INFO); in write_creation_feedback() 2110 write_creation_feedback(struct v3dv_pipeline *pipeline, const void *next, const VkPipelineCreationFeedback *pipeline_feedback, uint32_t stage_count, const VkPipelineShaderStageCreateInfo *stages) write_creation_feedback() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 12 * The above copyright notice and this permission notice (including the next 1381 * \param shader_out The vertex shader, or the next shader if merging LS+HS or ES+GS. 1673 * get turned into PC-relative loads from a data section next to the shader. in si_get_nir_shader() 1878 /* The GS copy shader is compiled next. */ in si_compile_shader() 1996 for (result = *list; result; result = result->next) { in si_get_shader_part() 2057 result->next = *list; in si_get_shader_part()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 463 // Branch to next instr without link. in target_at_put() 476 // Branch to next instr without link. in target_at_put() 565 next(L); // call next before overwriting link with target at fixup_pos in bind_to() 593 void Assembler::next(Label* L) { in next() function in v8::internal::Assembler 662 // Returns the next free trampoline entry.
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 2896 while (oldPos->next) { 2897 oldPos = oldPos->next;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1552 /// IP6 no next header 2208 // Uncomment on next NetBSD release 2346 let next = cmsg as usize + _ALIGN((*cmsg).cmsg_len as usize) in CMSG_NXTHDR() 2350 if next > max { in CMSG_NXTHDR()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2529 let next = cmsg as usize + msg + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>()); in CMSG_NXTHDR() 2530 if next > (*mhdr).msg_control as usize + (*mhdr).msg_controllen as usize { in CMSG_NXTHDR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1309 std::next(MachineBasicBlock::iterator(CopyMI)); in reMaterializeTrivialDef() 1518 MBB->splice(std::next(NewMI.getIterator()), UseMI->getParent(), UseMI); in reMaterializeTrivialDef() 3196 // minimum of (earliest def of next segment, in eraseInstrs() 3622 // Try to unsplit critical edges next. in compareMBBPriority()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 584 Def->getParent()->insert(std::next(InsertPos), MI); in runOnMachineFunction() 1502 BI = std::next(BasicBlock::const_iterator(BeforeInst)); in SelectAllBasicBlocks() 1831 // Otherwise, fall through to the next bit test. in FinishBasicBlock() 2943 // move to the next case. in SelectCodeCommon() 3401 // on the Opcode. Otherwise read the next byte from the table. in SelectCodeCommon() 3665 // End of this scope, pop it and try the next child in the containing in SelectCodeCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 613 // and move on to the next constant. in removeDeadConstantUsers() 623 I = std::next(LastNonDeadUser); in removeDeadConstantUsers() 1239 User::const_op_iterator OI = std::next(this->op_begin()); in isGEPWithNoNotionalOverIndexing()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 126 * overwritten with the next character position, taking 663 * Getting the next base character offset if current offset is an accent, 669 * @return the next base character or the current offset 694 * Gets the next base character offset depending on the string search pattern 699 * @return start index of the next base character or the current offset 758 // * next character is a accent: shift to the next base character in shiftForward() 783 * Gets the offset to the next safe point in text. 790 * @return offset to the next safe character 1239 * Otherwise the offset will be shifted to the next characte 4193 int32_t next = ubrk_following(bi, startIdx); usearch_searchBackwards() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 1359 if (!skippy_iter.next ()) return_trace (false); in apply() 1552 if (!skippy_iter.next ()) return_trace (false); in apply()
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 1029 self.assertRaises(statistics.StatisticsError, next, it) 1035 next(statistics._fail_neg([-1], msg))
|
H A D | test_set.py | 256 drop = next(it) 2024 x = frozenset([next(U)])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 516 MachineBasicBlock::iterator MBBI = std::next(ChkStkStub->getIterator()); 568 MachineFunction::iterator MBBIter = std::next(MBB.getIterator()); 2808 // amount of space needed for the outgoing arguments up to the next 3066 // similar alignment (different density) objects next to each
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 62 struct linkdata *next, *prev; member 884 link->next = link->prev = 0; in get_link_info()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2620 let next = _CMSG_HDR_ALIGN(cmsg as usize + (*cmsg).cmsg_len as usize in CMSG_NXTHDR() 2624 if next > max { in CMSG_NXTHDR()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 2235 EXPECT_EQ(*std::next(dst1.begin()), MovableOnlyInstance(2)); in TEST() 2243 EXPECT_EQ(*std::next(dst2.begin()), MovableOnlyInstance(2)); in TEST()
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 2962 pos = s.find(f, pos + t.size())) // find next occurrence of f in replace_substring() 6081 #include <iterator> // begin, end, iterator_traits, random_access_iterator_tag, distance, next 6405 /// index to the utf8_codes array for the next valid byte 6904 /// helper to hold the reference for the next object element 7207 /// helper to hold the reference for the next object element 7504 @brief check if the next byte(s) are inside a given range 7565 // get next character 7634 // expect next \uxxxx entry 8237 input is read and used to determined the next state. Only state "done" 8629 @brief get next characte [all...] |