/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 292 String target = han.transliterate(source); in TestHan() 295 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan() 298 String target2 = pn.transliterate(target); in TestHan() 306 String target3 = np.transliterate(target); in TestHan() 307 boolean roundtripOK = target3.equals(target); in TestHan() 316 out.println("Pinyin: " + target); in TestHan() 1183 * that everything roundtrips from target -> source -> target, except roundtripExceptions 1361 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource() 1362 out.println("<h3>Checking that source -> target in checkSourceTargetSource() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 830 struct pipe_video_buffer *target, in ruvd_begin_frame() 839 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in ruvd_begin_frame() 852 struct pipe_video_buffer *target, in ruvd_decode_macroblock() 865 struct pipe_video_buffer *target, in ruvd_decode_bitstream() 924 struct pipe_video_buffer *target, in ruvd_end_frame() 967 dt = dec->set_dtb(dec->msg, (struct vl_video_buffer *)target); in ruvd_end_frame() 1204 * fill decoding target field from the luma and chroma surfaces 829 ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_begin_frame() argument 851 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument 864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument 923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
|
/third_party/node/src/ |
H A D | node.h | 808 #define NODE_DEFINE_CONSTANT(target, constant) \ 810 v8::Isolate* isolate = target->GetIsolate(); \ 819 (target)->DefineOwnProperty(context, \ 826 #define NODE_DEFINE_HIDDEN_CONSTANT(target, constant) \ 828 v8::Isolate* isolate = target->GetIsolate(); \ 840 (target)->DefineOwnProperty(context, \ 1090 // accessed through process._linkedBinding() in the target Environment and all
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 1690 const negativeOption = this.options.find(target => target.negate && optionKey === target.attributeName()); 1691 const positiveOption = this.options.find(target => !target.negate && optionKey === target.attributeName());
|
/third_party/ninja/src/ |
H A D | build.cc | 93 bool Plan::AddTarget(const Node* target, string* err) {
in AddTarget() argument 94 return AddSubTarget(target, NULL, err, NULL);
in AddTarget() 596 *err = "unknown target: '" + name + "'";
in AddTarget() 604 bool Builder::AddTarget(Node* target, string* err) {
in AddTarget() argument 606 if (!scan_.RecomputeDirty(target, &validation_nodes, err))
in AddTarget() 609 Edge* in_edge = target->in_edge();
in AddTarget() 611 if (!plan_.AddTarget(target, err)) {
in AddTarget()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 600 * Return the cached link target if the entry has been the subject of a 611 * Returns the cached realpath target if the entry has been the subject 683 * Return the Path object corresponding to the target of a symbolic link. 691 const target = this.#linkTarget; 692 if (target) { 693 return target; 720 const target = this.#linkTarget; 721 if (target) { 722 return target;
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 572 * Return the cached link target if the entry has been the subject of a 583 * Returns the cached realpath target if the entry has been the subject 655 * Return the Path object corresponding to the target of a symbolic link. 663 const target = this.#linkTarget; 664 if (target) { 665 return target; 692 const target = this.#linkTarget; 693 if (target) { 694 return target;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 42 #include "target.h" 869 struct expression *target = expr->cast_expression; in expand_cast() local 871 cost = expand_expression(target); in expand_cast() 874 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast() 875 cast_value(expr, expr->ctype, target, target->ctype); in expand_cast()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 296 int target = ((offs << n_bits) << (32 - kOffsLowBits - n_bits)) >> in PrintPCOffs16() local 300 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs16() 306 int target = in PrintPCOffs21() local 311 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs21() 317 int target = in PrintPCOffs26() local 322 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs26()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 248 branch->target = comp->discard_block; in ppir_emit_discard_if() 620 branch->target = jump_block; in ppir_emit_jump() 706 else_branch->target = ppir_get_block(comp, nblock->successors[0]); in ppir_emit_if() 712 else_branch->target = ppir_get_block(comp, nir_if_first_else_block(if_stmt)); in ppir_emit_if() 724 after_branch->target = ppir_get_block(comp, last_then_block->successors[0]); in ppir_emit_if() 755 loop_branch->target = comp->loop_cont_block; in ppir_emit_loop()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_format.c | 266 * for screen target surface. 281 debug_printf("Invalid format %s specified for screen target\n", in svga_translate_screen_target_format_vgpu10() 2205 enum pipe_texture_target target, in svga_is_format_supported() 2290 if (target == PIPE_TEXTURE_CUBE) in svga_is_format_supported() 2292 else if (target == PIPE_TEXTURE_3D) in svga_is_format_supported() 2306 enum pipe_texture_target target, in svga_is_dx_format_supported() 2348 if (bindings & PIPE_BIND_SAMPLER_VIEW && target == PIPE_BUFFER) { in svga_is_dx_format_supported() 2410 switch (target) { in svga_is_dx_format_supported() 2203 svga_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_format_supported() argument 2304 svga_is_dx_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_dx_format_supported() argument
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() 127 if (target == NULL) in STACK_OF() 133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 135 /* Does extension exist in target? */ in STACK_OF() 139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF() 140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() 127 if (target == NULL) in STACK_OF() 133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 135 /* Does extension exist in target? */ in STACK_OF() 139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF() 140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_memory_access.cc | 290 BufferAccess target; // The target for the write member 977 auto* buf = store.target.var->Declaration(); 978 auto* offset = store.target.offset->Build(ctx); 979 auto* buf_ty = store.target.var->Type()->UnwrapRef(); 980 auto* el_ty = store.target.type->UnwrapRef(); 983 store.target.var->As<sem::VariableUser>());
|
/third_party/python/Python/ |
H A D | ast.c | 76 if (!validate_expr(state, comp->target, Store) || in validate_comprehension() 663 "MatchAs must specify a target name if a pattern is given"); in validate_pattern() 751 ret = validate_expr(state, stmt->v.AugAssign.target, Store) && in validate_stmt() 755 if (stmt->v.AnnAssign.target->kind != Name_kind && in validate_stmt() 758 "AnnAssign with simple non-Name target"); in validate_stmt() 761 ret = validate_expr(state, stmt->v.AnnAssign.target, Store) && in validate_stmt() 767 ret = validate_expr(state, stmt->v.For.target, Store) && in validate_stmt() 773 ret = validate_expr(state, stmt->v.AsyncFor.target, Store) && in validate_stmt()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 874 let target = tempdir.path().join("a"); in test_symlinkat() 876 symlinkat(&target, None, &linkpath).unwrap(); in test_symlinkat() 879 target.to_str().unwrap() in test_symlinkat() 883 let target = "c"; in test_symlinkat() 885 symlinkat(target, Some(dirfd), linkpath).unwrap(); in test_symlinkat() 891 target in test_symlinkat() 1073 // Attempt link target of symlink of file at relative path in test_linkat_follow_symlink()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureBufferCase.cpp | 661 const tcu::PixelBufferAccess& target, in renderReference() 675 const rr::RenderState renderState(rr::ViewportState(rr::WindowRectangle(0, 0, target.getWidth(), target.getHeight())), subpixelBits); in renderReference() 676 const rr::RenderTarget renderTarget(rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(target)); in renderReference() 764 const tcu::PixelBufferAccess& target) in render() 781 renderReference(renderBits, coordSeed, triangleCount, texture, maxTextureBufferSize, target, subpixelBits); in render() 656 renderReference(RenderBits renderBits, deUint32 coordSeed, int triangleCount, const glu::TextureBuffer& texture, int maxTextureBufferSize, const tcu::PixelBufferAccess& target, int subpixelBits) renderReference() argument 758 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) render() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 212 // target property is an actual vector in Assign() 273 // target property is an actual vector in Add() 322 T& target = Get<T&>(animatedValue); in Interpolate() local 324 target = (result - initial) * interpolation.weight; in Interpolate() 502 track->target = entityManager.GetReferenceCounted(*targetIt); in UpdateStateAndTracks() 755 // For each track batch reset the target properties to initial values, wait for trackValues_ to be filled and start in Update() 759 // Update target properties, this will apply animations on top of current value. in Update() 787 CORE_LOG_D("Cannot find target node for animation track '%s'.", nameHandle->name.data()); in CreatePlayback() 802 // animationEntity must be have an animation component and track count must match target entites, and in CreatePlayback() 803 // target entitie in CreatePlayback() [all...] |
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 150 static int32_t AddJoinLNNCbItem(ConnectionAddr *target, OnJoinLNNResult cb) in AddJoinLNNCbItem() argument 160 item->addr = *target; in AddJoinLNNCbItem() 719 int32_t JoinLNNInner(const char *pkgName, ConnectionAddr *target, OnJoinLNNResult cb) in JoinLNNInner() argument 721 if (target == NULL) { in JoinLNNInner() 722 LNN_LOGE(LNN_STATE, "target is null"); in JoinLNNInner() 737 if (FindJoinLNNCbItem(target, cb) != NULL) { in JoinLNNInner() 742 rc = ServerIpcJoinLNN(pkgName, target, sizeof(*target)); in JoinLNNInner() 746 rc = AddJoinLNNCbItem(target, cb); in JoinLNNInner() 1366 DuplicateTimeSyncResultCbList(&dupList, basicInfo->target in LnnOnTimeSyncResult() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avfiltergraph.c | 1184 int avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) in avfilter_graph_send_command() argument 1192 r = avfilter_graph_send_command(graph, target, cmd, arg, res, res_len, flags | AVFILTER_CMD_FLAG_FAST); in avfilter_graph_send_command() 1202 if (!strcmp(target, "all") || (filter->name && !strcmp(target, filter->name)) || !strcmp(target, filter->filter->name)) { in avfilter_graph_send_command() 1214 int avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) in avfilter_graph_queue_command() argument 1223 if(filter && (!strcmp(target, "all") || !strcmp(target, filter->name) || !strcmp(target, filter->filter->name))){ in avfilter_graph_queue_command()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1479 struct uvc_probe_commit_control1_1 *target; in fuvc_streaming_set() local 1498 target = &fuvc->probe; in fuvc_streaming_set() 1502 target = &fuvc->commit; in fuvc_streaming_set() 1536 target->bFormatIndex = iformat; in fuvc_streaming_set() 1537 target->bFrameIndex = iframe; in fuvc_streaming_set() 1542 target->dwMaxVideoFrameSize = frame->width * frame->height * 2; in fuvc_streaming_set() 1552 target->dwMaxVideoFrameSize = 1843200; in fuvc_streaming_set() 1559 target->dwMaxPayloadTransferSize = STREAM_BUF_SIZE; in fuvc_streaming_set() 1560 target->dwFrameInterval = interval[0]; in fuvc_streaming_set()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 600 assert(view->resource->target != PIPE_BUFFER); in si_decompress_image_color_textures() 650 if (view->texture->target == PIPE_BUFFER) in si_check_render_feedback_textures() 672 if (view->resource->target == PIPE_BUFFER) in si_check_render_feedback_images() 689 if (view->texture->target == PIPE_BUFFER) in si_check_render_feedback_resident_textures() 706 if (view->resource->target == PIPE_BUFFER) in si_check_render_feedback_resident_images() 909 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) { in si_resource_copy_region() 1122 templ.target = PIPE_TEXTURE_2D; in si_msaa_resolve_blit_via_CB() 1285 if (res->target == PIPE_BUFFER) in si_flush_resource()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 393 String target = (String) targets.next(); in initMenus() 394 Set variantSet = add(new TreeSet(), Transliterator.getAvailableVariants(source, target)); in initMenus() 396 mitem = new MenuItem(target); in initMenus() 397 mitem.addActionListener(new TransliterationListener(source + "-" + target)); in initMenus() 401 Menu variantMenu = new Menu(target); in initMenus() 405 //System.out.println("<" + source + "-" + target + "/" + variant + ">, <" + menuName + ">"); in initMenus() 407 mitem.addActionListener(new TransliterationListener(source + "-" + target + "/" + variant)); in initMenus() 713 // Now write the source/target sets in genTestFile() 1182 UnicodeSet target = translit.getTargetSet(); in setTransliterator() 1183 System.out.println(target in setTransliterator() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 177 Builtin target = Deoptimizer::GetDeoptimizationEntry(deopt_kind); in AssembleDeoptimizerCall() local 178 tasm()->CallForDeoptimization(target, deoptimization_id, exit->label(), in AssembleDeoptimizerCall() 435 void CodeGenerator::AssembleArchJump(RpoNumber target) { in AssembleArchJump() argument 436 if (!IsNextInAssemblyOrder(target)) in AssembleArchJump() 437 AssembleArchJumpRegardlessOfAssemblyOrder(target); in AssembleArchJump() 737 RpoNumber target = ComputeBranchInfo(&branch, instr); in AssembleInstruction() local 738 if (target.IsValid()) { in AssembleInstruction() 740 if (!IsNextInAssemblyOrder(target)) { in AssembleInstruction() 741 AssembleArchJump(target); in AssembleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 881 struct fd_stream_output_target *target = variable 884 if (!target) 887 target->stride = info->stride[i]; 891 OUT_RELOC(ring, fd_resource(target->base.buffer)->bo, 0, 0, 0); 892 OUT_RING(ring, target->base.buffer_size + target->base.buffer_offset); 894 struct fd_bo *offset_bo = fd_resource(target->offset_buf)->bo; 901 OUT_RING(ring, target->base.buffer_offset); 904 OUT_RING(ring, target->base.buffer_offset);
|