Home
last modified time | relevance | path

Searched refs:current (Results 1401 - 1425 of 1865) sorted by relevance

1...<<51525354555657585960>>...75

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp186 const Matrix &MatrixStack::current() in current() function in sw::MatrixStack
/third_party/skia/src/xps/
H A DSkXPSDevice.h114 friend HRESULT subset_typeface(const TypefaceUse& current);
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp192 if (auto fiber = Scheduler::Fiber::current()) { in Event()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h136 * BytesTrie state object, for saving a trie's current state
193 UStringTrieResult current() const;
212 * Traverses the trie from the current state for this input byte.
221 * Traverses the trie from the current state for this byte sequence.
224 * Result result=current();
239 * current()/first()/next() returned USTRINGTRIE_INTERMEDIATE_VALUE or USTRINGTRIE_FINAL_VALUE.
254 * Determines whether all byte sequences reachable from the current state
258 * @return true if all byte sequences reachable from the current state
269 * Finds each byte which continues the byte sequence from the current state.
298 * Iterates from the current stat
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h172 // If this node is a leaf (has data), writes the current node to the
268 // Returns a pointer to current Node in tree.
269 Node* current() { return current_; } in current() function in google::protobuf::util::converter::DefaultValueObjectWriter
300 // The current Node. Owned by its parents.
/vendor/ohemu/qemu_arm_linux_headless/
H A Dqemu_run.sh39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
/vendor/ohemu/qemu_arm_linux_min/
H A Dqemu_run.sh39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
/vendor/ohemu/qemu_arm64_linux_min/
H A Dqemu_run.sh39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
/vendor/ohemu/qemu_loongarch64_linux_min/
H A Dqemu_run.sh39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
/vendor/ohemu/qemu_x86_64_linux_min/
H A Dqemu_run.sh39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_mm.c152 result = get_user_pages(current, current_mm, Memory << PAGE_SHIFT, in rga_get_user_pages()
156 result = get_user_pages(current, current_mm, Memory << PAGE_SHIFT, in rga_get_user_pages()
159 result = get_user_pages_remote(current, current_mm, in rga_get_user_pages()
423 internal_buffer->current_mm = current->mm; in rga_mm_map_virt_addr()
425 pr_err("%s, cannot get current mm!\n", __func__); in rga_mm_map_virt_addr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp880 auto current = selectOverlayNode_.Upgrade(); in IsTouchInNormalSelectOverlayArea() local
881 CHECK_NULL_RETURN(current, false); in IsTouchInNormalSelectOverlayArea()
882 auto selectOverlayNode = DynamicCast<SelectOverlayNode>(current); in IsTouchInNormalSelectOverlayArea()
887 const auto& children = current->GetChildren(); in IsTouchInNormalSelectOverlayArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp63 auto current = elements.front(); in GetInspectorByKey() local
65 if (key == current->GetInspectorId().value_or("")) { in GetInspectorByKey()
66 return current; in GetInspectorByKey()
69 const auto& children = current->GetChildren(notDetach); in GetInspectorByKey()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp443 Offset RosenSvgPainter::GetPathOffset(const std::string& path, double current) in GetPathOffset() argument
449 if (!pathMeasure.getPosTan(current, &position, nullptr)) { in GetPathOffset()
455 Offset RosenSvgPainter::GetPathOffset(const std::string& path, double current) in GetPathOffset() argument
461 if (!drawPath.GetPositionAndTangent(current, position, tangent, false)) { in GetPathOffset()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp1365 std::string current; in PreParseArgs() local
1368 current = strs[i]; in PreParseArgs()
1371 current = "1fr"; in PreParseArgs()
1373 rowsArgs += ' ' + current; in PreParseArgs()
/third_party/ffmpeg/libavcodec/
H A Devrcdec.c331 static void interpolate_delay(float *dst, float current, float prev, int index) in interpolate_delay() argument
335 + d_interpolation_factors[index ] * current; in interpolate_delay()
337 + d_interpolation_factors[index + 1] * current; in interpolate_delay()
339 + d_interpolation_factors[index + 2] * current; in interpolate_delay()
/third_party/libsnd/src/
H A Dsds.c339 sf_count_t current ; in sds_write_header() local
351 current = psf_ftell (psf) ; in sds_write_header()
368 /* Reset the current header length to zero. */ in sds_write_header()
410 if (current > 0) in sds_write_header()
411 psf_fseek (psf, current, SEEK_SET) ; in sds_write_header()
/third_party/libabigail/tools/
H A Dfedabipkgdiff350 """Check if the name of the current RPM denotes a debug info package"""
355 """Check if the name of current RPM denotes a development package"""
409 """Search an RPM from the directory of the current instance of LocalRPM
754 selector. Return True if select current build, False if not.
898 # is present in current Fedora 27 is foo-1.fc26. That
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp256 * Examine current texture environment state and generate a unique
355 ir_variable *current; in get_current_attrib() local
360 current = p->shader->symbols->get_variable(name); in get_current_attrib()
361 assert(current); in get_current_attrib()
362 return new(p->mem_ctx) ir_dereference_variable(current); in get_current_attrib()
1029 * current texture env/combine mode.
1118 * Return a fragment program which implements the current
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c100 dec->current = dec->future = dec->past = 8; in nouveau_vpe_fini()
157 base_dct = dec->current << NV17_MPEG_CMD_CHROMA_MB_HEADER_SURFACE__SHIFT; in nouveau_vpe_mb_dct_header()
424 dec->current = nouveau_decoder_surface_index(dec, target); in nouveau_decoder_decode_macroblock()
425 assert(dec->current < 8); in nouveau_decoder_decode_macroblock()
/third_party/libinput/src/
H A Devdev-mt-touchpad-tap.c1051 enum tp_tap_state current; in tp_tap_handle_event() local
1053 current = tp->tap.state; in tp_tap_handle_event()
1151 if (current != tp->tap.state) in tp_tap_handle_event()
1156 tap_state_to_str(current), in tp_tap_handle_event()
1602 /* To neutralize all current touches, we make them all palms */ in tp_release_all_taps()
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h178 Object current = *objects; in EnsureCanContainElements() local
179 if (current == the_hole) { in EnsureCanContainElements()
182 } else if (!current.IsSmi()) { in EnsureCanContainElements()
183 if (mode == ALLOW_CONVERTED_DOUBLE_ELEMENTS && current.IsNumber()) { in EnsureCanContainElements()
/third_party/mksh/
H A Dhistrap.c66 /* current history file: name, fd, size */
417 /* the -1 is to avoid the current fc command */ in hist_get()
450 /* current position in history[] */
451 static char **current; variable
454 * Return the current position.
459 return (current); in histpos()
468 current = histptr; in histnum()
471 current = &history[n]; in histnum()
817 /* you're fucked up with the current code, trust me */ in hist_persist_init()
1507 * First time setting this signal? If so, get and note the current in setsig()
[all...]
/third_party/pulseaudio/src/pulse/
H A Dohos_pa_volume.c79 /* Clamp in case there is stale data that exceeds the current in pa_cvolume_set()
386 char *current = s; in pa_cvolume_snprint_verbose() local
403 current[0] = 0; in pa_cvolume_snprint_verbose()
415 bytes_printed = pa_snprintf(current, l, "%s%s: %s", in pa_cvolume_snprint_verbose()
420 current += bytes_printed; in pa_cvolume_snprint_verbose()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp1646 auto current = manager->selectOverlayItem_.Upgrade(); in HWTEST_F() local
1647 EXPECT_NE(current, nullptr); in HWTEST_F()
1648 g_webPattern->selectOverlayProxy_->selectOverlayId_ = current->GetId(); in HWTEST_F()
1682 auto current = manager->selectOverlayItem_.Upgrade(); in HWTEST_F() local
1683 EXPECT_NE(current, nullptr); in HWTEST_F()
1684 g_webPattern->selectOverlayProxy_->selectOverlayId_ = current->GetId() + 1; in HWTEST_F()

Completed in 34 milliseconds

1...<<51525354555657585960>>...75