/test/ostest/wukong/report/include/ |
H A D | format_csv.h | 27 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|
/third_party/ffmpeg/doc/ |
H A D | texidep.pl | 11 my ($src_path, $root, $target) = @ARGV; 21 print "$target: doc/$1\n";
|
/third_party/gn/src/gn/ |
H A D | desc_builder.h | 9 #include "gn/target.h" 13 // Creates Dictionary representation for given target 15 const Target* target,
|
H A D | ninja_generated_file_target_writer.h | 10 // Writes a .ninja file for a group target type. 13 NinjaGeneratedFileTargetWriter(const Target* target, std::ostream& out);
|
H A D | ninja_group_target_writer.h | 10 // Writes a .ninja file for a group target type. 13 NinjaGroupTargetWriter(const Target* target, std::ostream& out);
|
H A D | ninja_utils.h | 16 SourceFile GetNinjaFileForTarget(const Target* target);
|
H A D | ninja_bundle_data_target_writer.h | 10 // 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 D | crypto_timing.h | 12 void Initialize(Environment* env, v8::Local<v8::Object> target);
|
H A D | crypto_dh.cc | 61 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 D | node_constants.h | 79 void DefineConstants(v8::Isolate* isolate, v8::Local<v8::Object> target);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_cpal.h | 32 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level,
|
H A D | textureview.h | 48 GLenum target, GLuint levels);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | constants-arch.h | 29 #error Unsupported target architecture.
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler-arch.h | 31 #error Unsupported target architecture.
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_screen.h | 64 enum pipe_texture_target target, unsigned sample_count,
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.h | 50 struct pipe_video_buffer *target,
|
/third_party/python/Lib/test/ |
H A D | mp_fork_bomb.py | 15 p = multiprocessing.Process(target=foo)
|
H A D | mp_preload.py | 16 proc = ctx.Process(target=f)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DisplayVkLinux.h | 25 EGLenum target,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNamesAndDecorators.js | 2 declare function dec<T>(target: T): T;
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 221 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 D | vf_libplacebo.c | 317 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, ¶ms); 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 D | ICUJDKCompare.java | 490 // 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 D | vid_dec_h265.c | 646 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 D | dump_state.py | 193 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:
|