Home
last modified time | relevance | path

Searched refs:target (Results 2476 - 2500 of 4886) sorted by relevance

1...<<919293949596979899100>>...196

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c199 uint target; /* TGSI_TEXTURE_x */ member
1406 sx.resources[resource].target, in Shader_tgsi_translate()
1448 sx.resources[resource].target, in Shader_tgsi_translate()
1491 unsigned target = sx.resources[res_index].target; in Shader_tgsi_translate() local
1492 unsigned dims = texture_dim_from_tgsi_target(target); in Shader_tgsi_translate()
1525 sx.resources[opcode.src[1].base.index[0].imm].target, in Shader_tgsi_translate()
1551 LOG_UNSUPPORTED(sx.resources[opcode.src[1].base.index[0].imm].target != in Shader_tgsi_translate()
1572 sx.resources[opcode.src[1].base.index[0].imm].target, in Shader_tgsi_translate()
1604 LOG_UNSUPPORTED(sx.resources[opcode.src[1].base.index[0].imm].target ! in Shader_tgsi_translate()
1824 unsigned target; Shader_tgsi_translate() local
[all...]
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp632 std::string target; in GetQuotedPrintableValue() local
635 target += VCardUtils::Trim(firstStr); in GetQuotedPrintableValue()
636 return target; in GetQuotedPrintableValue()
638 target += VCardUtils::Trim(firstStr) + "\r\n"; in GetQuotedPrintableValue()
647 target += VCardUtils::Trim(line); in GetQuotedPrintableValue()
648 return target; in GetQuotedPrintableValue()
650 target += VCardUtils::Trim(line) + "\r\n"; in GetQuotedPrintableValue()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py221 target = mount_file.get("target", "/test_root")
222 if target in self.mounted_dir:
223 LOG.debug("%s is mounted" % target)
225 mkdir_on_board(device, target)
226 self.mounted_dir.add(target)
233 "device_directory", target).replace("//", "/")
244 LOG.info("{} is mounted".format(target))
/third_party/ffmpeg/libavfilter/
H A Dvf_libplacebo.c317 struct pl_frame image, target; in process_frames() local
323 ok &= pl_map_avframe_ex(s->gpu, &target, pl_avframe_params( in process_frames()
337 float aspect = pl_rect2df_aspect(&target.crop) * av_q2d(s->target_sar); in process_frames()
338 pl_rect2df_aspect_set(&target.crop, aspect, s->pad_crop_ratio); in process_frames()
427 pl_render_image(s->renderer, &image, &target, &params); in process_frames()
429 pl_unmap_avframe(s->gpu, &target); in process_frames()
437 pl_unmap_avframe(s->gpu, &target); in process_frames()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java490 // this shouldn't happen, as the target record should not have been modified in removeOverridden()
795 // given a target string, if it matches the first of one of our pairs, return the second
797 private String pairEquivalent(String target) { in pairEquivalent() argument
800 if (target.equals(namePairs[i+1])) { in pairEquivalent()
804 if (target.equals(namePairs[i])) { in pairEquivalent()
809 return target; in pairEquivalent()
812 private Class pairClassEquivalent(Class target) { in pairClassEquivalent() argument
814 if (target.equals(classPairs[i])) { in pairClassEquivalent()
818 return target; in pairClassEquivalent()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c646 priv->codec->begin_frame(priv->codec, priv->target, &priv->picture.base); in vid_dec_h265_BeginFrame()
728 priv->codec->end_frame(priv->codec, priv->target, &priv->picture.base); in vid_dec_h265_EndFrame()
737 entry->buffer = priv->target; in vid_dec_h265_EndFrame()
743 priv->target = NULL; in vid_dec_h265_EndFrame()
751 priv->target = tmp; in vid_dec_h265_EndFrame()
932 priv->codec->decode_bitstream(priv->codec, priv->target, in vid_dec_h265_Decode()
994 priv->codec->decode_bitstream(priv->codec, priv->target, in vid_dec_h265_Decode()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py193 if resource.target == PIPE_BUFFER:
665 if dst.target == PIPE_BUFFER or src.target == PIPE_BUFFER:
666 assert dst.target == PIPE_BUFFER and src.target == PIPE_BUFFER
700 if resource is not None and resource.target == PIPE_BUFFER:
710 if resource is not None and resource.target == PIPE_BUFFER:
/third_party/node/src/crypto/
H A Dcrypto_dh.cc61 void DiffieHellman::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
98 SetConstructorFunction(context, target, name, t); in Initialize()
106 context, target, "statelessDH", DiffieHellman::Stateless); in Initialize()
107 DHKeyPairGenJob::Initialize(env, target); in Initialize()
108 DHKeyExportJob::Initialize(env, target); in Initialize()
109 DHBitsJob::Initialize(env, target); in Initialize()
721 Local<Object> target) { in GetDhKeyDetail()
718 GetDhKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetDhKeyDetail() argument
H A Dcrypto_util.h96 void InitCrypto(v8::Local<v8::Object> target);
432 v8::Local<v8::Object> target) { in Initialize()
441 SetConstructorFunction(context, target, CryptoJobTraits::JobName, job); in Initialize()
480 v8::Local<v8::Object> target) { in Initialize()
481 CryptoJob<DeriveBitsTraits>::Initialize(New, env, target); in Initialize()
789 v8::Local<v8::Object> target,
797 void Initialize(Environment* env, v8::Local<v8::Object> target);
429 Initialize( v8::FunctionCallback new_fn, Environment* env, v8::Local<v8::Object> target) Initialize() argument
478 Initialize( Environment* env, v8::Local<v8::Object> target) Initialize() argument
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py686 target,
695 and stores them in `target`. If `zip` is `None`, instead of in a
701 Each template returned will be compiled to the target folder or
710 target instead of standard .py files. This flag does not do anything
753 with open(os.path.join(target, filename), "wb") as f:
760 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip]
762 log_function('Compiling into Zip archive "%s"' % target)
764 if not os.path.isdir(target):
765 os.makedirs(target)
766 log_function('Compiling into folder "%s"' % target)
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py638 def compile_templates(self, target, extensions=None, filter_func=None,
642 and stores them in `target`. If `zip` is `None`, instead of in a
648 Each template returned will be compiled to the target folder or
657 target instead of standard .py files. This flag does not do anything
689 f = open(os.path.join(target, filename), mode)
697 zip_file = ZipFile(target, 'w', dict(deflated=ZIP_DEFLATED,
699 log_function('Compiling into Zip archive "%s"' % target)
701 if not os.path.isdir(target):
702 os.makedirs(target)
703 log_function('Compiling into folder "%s"' % target)
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java648 int target = p.x - xInset; in point2Offset()
649 if (target <= 0) { in point2Offset()
658 if (target >= highWidth) { in point2Offset()
666 if (width <= target) { in point2Offset()
669 if (width == target) break; in point2Offset()
675 // at end, either lowWidth < target < width(low+1), or lowWidth = target in point2Offset()
684 if (target - lowWidth < highWidth - target) { in point2Offset()
/third_party/littlefs/scripts/
H A Dstack.py249 for target in targets:
250 if target in seen:
253 limit_ = find_limit(target, seen | {target})
260 for target in targets:
261 if target in callgraph:
262 t_file, t_function, _, _ = callgraph[target]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c564 if ((dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) || in r300_resource_copy_region()
587 (!screen->is_format_supported(screen, src_templ.format, src->target, in r300_resource_copy_region()
590 !screen->is_format_supported(screen, dst_templ.format, dst->target, in r300_resource_copy_region()
657 dst->target, dst->nr_samples, in r300_resource_copy_region()
661 src->target, src->nr_samples, in r300_resource_copy_region()
789 templ.target = PIPE_TEXTURE_2D; in r300_msaa_resolve()
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py686 target,
695 and stores them in `target`. If `zip` is `None`, instead of in a
701 Each template returned will be compiled to the target folder or
710 target instead of standard .py files. This flag does not do anything
753 with open(os.path.join(target, filename), "wb") as f:
760 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip]
762 log_function('Compiling into Zip archive "%s"' % target)
764 if not os.path.isdir(target):
765 os.makedirs(target)
766 log_function('Compiling into folder "%s"' % target)
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c455 // Returns true if frame 'target' completely covers 'covered'.
456 static int CoversFrameGIF(const GifImageDesc* const target, in CoversFrameGIF() argument
458 return target->Left <= covered->Left && in CoversFrameGIF()
459 covered->Left + covered->Width <= target->Left + target->Width && in CoversFrameGIF()
460 target->Top <= covered->Top && in CoversFrameGIF()
461 covered->Top + covered->Height <= target->Top + target->Height; in CoversFrameGIF()
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc88 EXPECT_TRUE(u32_to_i32->target.type->Is<ast::I32>()); in TEST_F()
132 ASSERT_TRUE(v2u32_to_v2i32->target.type->Is<ast::Vector>()); in TEST_F()
133 EXPECT_EQ(v2u32_to_v2i32->target.type->As<ast::Vector>()->width, 2u); in TEST_F()
135 v2u32_to_v2i32->target.type->As<ast::Vector>()->type->Is<ast::I32>()); in TEST_F()
141 EXPECT_TRUE(u32_to_i32->target.type->Is<ast::I32>()); in TEST_F()
183 EXPECT_TRUE(f32_to_i32->target.type->Is<ast::I32>()); in TEST_F()
384 EXPECT_TRUE(f32_to_i32->target.type->Is<ast::I32>()); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c680 switch (view->target) { in softpipe_get_lambda_from_grad_func()
3062 switch (sp_sview->base.target) { in get_img_filter()
3239 direction target sc tc ma in convert_cube()
3304 if (view->target == PIPE_BUFFER) { in sp_get_dims()
3321 switch (view->target) { in sp_get_dims()
3344 assert(!"unexpected texture target in sp_get_dims()"); in sp_get_dims()
3370 sp_sview->base.target == PIPE_BUFFER ? 0 : in sp_get_texels()
3382 switch (sp_sview->base.target) { in sp_get_texels()
3562 switch (view->target) { in softpipe_get_lambda_func()
3605 if (view->target ! in softpipe_create_sampler_view()
3674 prepare_compare_values(enum pipe_texture_target target, const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], const float c1[TGSI_QUAD_SIZE], float pc[TGSI_QUAD_SIZE]) prepare_compare_values() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp2062 errln((UnicodeString)"FAIL: Bad target count: " + nt); in TestSTV()
2066 UnicodeString target; in TestSTV() local
2067 Transliterator::getAvailableTarget(j, source, target); in TestSTV()
2068 logln((UnicodeString)" " + j + ": " + target); in TestSTV()
2069 if (target.length() == 0) { in TestSTV()
2070 errln("FAIL: empty target"); in TestSTV()
2073 int32_t nv = Transliterator::countAvailableVariants(source, target); in TestSTV()
2080 Transliterator::getAvailableVariant(k, source, target, variant); in TestSTV()
3253 UnicodeString target = CharsToUnicodeString("\\u03AC"); // alpha-acute in TestToRulesMark() local
3258 Transliterator::createFromRules("source-target", UnicodeStrin in TestToRulesMark()
3492 UnicodeString target; TestSpecialCases() local
3629 UnicodeString target; TestIncrementalProgress() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp529 GLenum target, in CaptureGetFramebufferAttachmentParameterivRobustANGLE_length()
542 GLenum target, in CaptureGetFramebufferAttachmentParameterivRobustANGLE_params()
601 GLenum target, in CaptureGetRenderbufferParameterivRobustANGLE_length()
613 GLenum target, in CaptureGetRenderbufferParameterivRobustANGLE_params()
1168 GLenum target, in CaptureGetIntegeri_vRobustANGLE_length()
1180 GLenum target, in CaptureGetIntegeri_vRobustANGLE_data()
1192 GLenum target, in CaptureGetInternalformativRobustANGLE_length()
1205 GLenum target, in CaptureGetInternalformativRobustANGLE_params()
1338 GLenum target, in CaptureGetInteger64i_vRobustANGLE_length()
1350 GLenum target, in CaptureGetInteger64i_vRobustANGLE_data()
527 CaptureGetFramebufferAttachmentParameterivRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameterivRobustANGLE_length() argument
540 CaptureGetFramebufferAttachmentParameterivRobustANGLE_params(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameterivRobustANGLE_params() argument
599 CaptureGetRenderbufferParameterivRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetRenderbufferParameterivRobustANGLE_length() argument
611 CaptureGetRenderbufferParameterivRobustANGLE_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetRenderbufferParameterivRobustANGLE_params() argument
1166 CaptureGetIntegeri_vRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint *data, ParamCapture *paramCapture) CaptureGetIntegeri_vRobustANGLE_length() argument
1178 CaptureGetIntegeri_vRobustANGLE_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint *data, ParamCapture *paramCapture) CaptureGetIntegeri_vRobustANGLE_data() argument
1190 CaptureGetInternalformativRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetInternalformativRobustANGLE_length() argument
1203 CaptureGetInternalformativRobustANGLE_params(const State &glState, bool isCallValid, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetInternalformativRobustANGLE_params() argument
1336 CaptureGetInteger64i_vRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint64 *data, ParamCapture *paramCapture) CaptureGetInteger64i_vRobustANGLE_length() argument
1348 CaptureGetInteger64i_vRobustANGLE_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint64 *data, ParamCapture *paramCapture) CaptureGetInteger64i_vRobustANGLE_data() argument
1454 CaptureGetFramebufferParameterivRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferParameterivRobustANGLE_length() argument
1466 CaptureGetFramebufferParameterivRobustANGLE_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferParameterivRobustANGLE_params() argument
1504 CaptureGetBooleani_vRobustANGLE_length(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLboolean *data, ParamCapture *paramCapture) CaptureGetBooleani_vRobustANGLE_length() argument
1516 CaptureGetBooleani_vRobustANGLE_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLboolean *data, ParamCapture *paramCapture) CaptureGetBooleani_vRobustANGLE_data() argument
2365 CaptureDiscardFramebufferEXT_attachments(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments, ParamCapture *paramCapture) CaptureDiscardFramebufferEXT_attachments() argument
2531 CaptureGetUnsignedBytei_vEXT_data(const State &glState, bool isCallValid, GLenum target, GLuint index, GLubyte *data, ParamCapture *paramCapture) CaptureGetUnsignedBytei_vEXT_data() argument
3149 CaptureGetFramebufferAttachmentParameterivOES_params(const State &glState, bool isCallValid, GLenum target, GLenum attachment, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferAttachmentParameterivOES_params() argument
3160 CaptureGetRenderbufferParameterivOES_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetRenderbufferParameterivOES_params() argument
3510 CaptureGetTexImageANGLE_pixels(const State &glState, bool isCallValid, TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels, angle::ParamCapture *paramCapture) CaptureGetTexImageANGLE_pixels() argument
3547 CaptureGetRenderbufferImageANGLE_pixels(const State &glState, bool isCallValid, GLenum target, GLenum format, GLenum type, void *pixels, angle::ParamCapture *paramCapture) CaptureGetRenderbufferImageANGLE_pixels() argument
3887 CaptureEGLImageTargetTexStorageEXT_attrib_list(const State &glState, bool isCallValid, GLenum target, GLeglImageOES image, const GLint *attrib_list, angle::ParamCapture *paramCapture) CaptureEGLImageTargetTexStorageEXT_attrib_list() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h187 * @param name the target property name
188 * @param outValue the target property value
233 * @param container the target JS object to check
240 * @param container the target JS object to check
316 bool IsHexColor(const char * const target);
317 bool IsRgbColor(const char * const target);
318 bool IsRgbaColor(const char * const target);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_spring_model.cpp174 float RSSpringModel<float>::BinarySearchTime(float left, float right, float target) const in BinarySearchTime()
184 if (ROSEN_EQ(midValue, target, FLOAT_NEAR_ZERO_THRESHOLD)) { in BinarySearchTime()
187 if ((midValue < target) != isIncrease) { in BinarySearchTime()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp293 const char* target = data->payload[idtype].get<std::string>().c_str(); in ConvertToInteger() local
294 int result = strtol(target, &endPtr, DECIMAL); in ConvertToInteger()
295 if (errno == ERANGE || endPtr == target || !endPtr || *endPtr != '\0') { in ConvertToInteger()
/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp147 OHOS::Rosen::TransformHelper::Vector3 eye, target, up; in WindowUtilMathFuzzPart2() local
149 InitVector3(target, data, size, startPos); in WindowUtilMathFuzzPart2()
151 OHOS::Rosen::TransformHelper::CreateLookAt(eye, target, up); in WindowUtilMathFuzzPart2()
/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_static_test.cpp73 const char target[NUM] = "abc"; in HWTEST_F() local
74 ret = StrStartWith(tmpString, target); in HWTEST_F()
80 ret = StrStartWith(tmpStringNormal, target); in HWTEST_F()

Completed in 48 milliseconds

1...<<919293949596979899100>>...196