Home
last modified time | relevance | path

Searched refs:target (Results 2301 - 2325 of 4774) sorted by relevance

1...<<919293949596979899100>>...191

/test/ostest/wukong/report/include/
H A Dformat_csv.h27 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
/third_party/ffmpeg/doc/
H A Dtexidep.pl11 my ($src_path, $root, $target) = @ARGV;
21 print "$target: doc/$1\n";
/third_party/gn/src/gn/
H A Ddesc_builder.h9 #include "gn/target.h"
13 // Creates Dictionary representation for given target
15 const Target* target,
H A Dninja_generated_file_target_writer.h10 // Writes a .ninja file for a group target type.
13 NinjaGeneratedFileTargetWriter(const Target* target, std::ostream& out);
H A Dninja_group_target_writer.h10 // Writes a .ninja file for a group target type.
13 NinjaGroupTargetWriter(const Target* target, std::ostream& out);
H A Dninja_utils.h16 SourceFile GetNinjaFileForTarget(const Target* target);
H A Dninja_bundle_data_target_writer.h10 // Writes a .ninja file for a bundle_data target type.
13 NinjaBundleDataTargetWriter(const Target* target, std::ostream& out);
/third_party/node/src/crypto/
H A Dcrypto_timing.h12 void Initialize(Environment* env, v8::Local<v8::Object> target);
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
/third_party/node/src/
H A Dnode_constants.h79 void DefineConstants(v8::Isolate* isolate, v8::Local<v8::Object> target);
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.h32 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level,
H A Dtextureview.h48 GLenum target, GLuint levels);
/third_party/node/deps/v8/src/codegen/
H A Dconstants-arch.h29 #error Unsupported target architecture.
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler-arch.h31 #error Unsupported target architecture.
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.h64 enum pipe_texture_target target, unsigned sample_count,
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h50 struct pipe_video_buffer *target,
/third_party/python/Lib/test/
H A Dmp_fork_bomb.py15 p = multiprocessing.Process(target=foo)
H A Dmp_preload.py16 proc = ctx.Process(target=f)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDisplayVkLinux.h25 EGLenum target,
/third_party/typescript/tests/baselines/reference/
H A DprivateNamesAndDecorators.js2 declare function dec<T>(target: T): T;
/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:

Completed in 19 milliseconds

1...<<919293949596979899100>>...191