Home
last modified time | relevance | path

Searched defs:target (Results 1151 - 1175 of 2104) sorted by relevance

1...<<41424344454647484950>>...85

/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp270 static bool ParseCollection(const JsonObject *config, Collection &out, const std::string &target, in ParseCollection() argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp321 Method* Deoptimizier::GetMethod(JSTaggedValue &target) in GetMethod() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.h82 ECMAObject *target = reinterpret_cast<ECMAObject*>(callTarget.GetTaggedObject()); in IsCompiledCodeFromCallTarget() local
94 ECMAObject *target = reinterpret_cast<ECMAObject*>(callTarget.GetTaggedObject()); in IsFastCallFromCallTarget() local
/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c131 AVRational target = av_inv_q(s->avctx->time_base); in find_frame_rate_index() local
H A Dcbs_av1.c502 static int cbs_av1_tile_log2(int blksize, int target) in cbs_av1_tile_log2() argument
H A Daacdec.c214 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling() argument
250 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling() argument
H A Dxan.c476 unsigned lo, hi = 0xff40, target; in gamma_corr() local
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c55 choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, const AVCodec *codec, enum AVPixelFormat target) choose_pixel_fmt() argument
/third_party/f2fs-tools/lib/
H A Dlibf2fs_io.c266 long entry, least_used, target; in dcache_find() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c89 char *target, *command, *arg; member
[all...]
H A Dvf_colormap.c52 float target[MAX_SIZE][4]; member
427 AVFrame *in, *out, *source, *target; process_frame() local
489 AVFilterLink *target = ctx->inputs[2]; config_output() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drdt.c395 unsigned char *target; in rdt_parse_b64buf() local
/third_party/glslang/gtests/
H A DTestFixture.h460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument
499 loadFileCompileAndCheckWithOptions(const std::string &testDir, const std::string &testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string &entryPointName = �, const std::string &baseDir = �, const EShMessages additionalOptions = EShMessages::EShMsgDefault) loadFileCompileAndCheckWithOptions() argument
528 loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�) loadFileCompileFlattenUniformsAndCheck() argument
555 loadFileCompileIoMapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName, int baseSamplerBinding, int baseTextureBinding, int baseImageBinding, int baseUboBinding, int baseSsboBinding, bool autoMapBindings, bool flattenUniformArrays) loadFileCompileIoMapAndCheck() argument
592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument
619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument
699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_gen.cc99 void BackgroundDoWrite(TargetWriteInfo* write_info, const Target* target) { in BackgroundDoWrite() argument
130 const Target* target = item->AsTarget(); in ItemResolvedAndGeneratedCallback() local
[all...]
H A Dcommands.cc310 TargetContainsFile( const Target* target, const SourceFile& file) TargetContainsFile() argument
578 const Target* target = item->AsTarget(); ResolveTargetFromCommandLineString() local
[all...]
H A Ddesc_builder.cc104 RecursiveCollectDeps(const Target* target, TargetSet* result) RecursiveCollectDeps() argument
111 RecursiveCollectChildDeps(const Target* target, TargetSet* result) RecursiveCollectChildDeps() argument
318 TargetDescBuilder(const Target* target, const std::set<std::string>& what, bool all, bool tree, bool blame) TargetDescBuilder() argument
651 RecursivePrintDeps(base::ListValue* out, const Target* target, TargetSet* seen_targets, int indent_level) RecursivePrintDeps() argument
919 DescriptionForTarget( const Target* target, const std::string& what, bool all, bool tree, bool blame) DescriptionForTarget() argument
[all...]
H A Dohos_components_checker.cc215 bool OhosComponentChecker::InterceptAllDepsConfig(const Target *target, const std::string &label, Err *err) const in InterceptAllDepsConfig() argument
231 bool OhosComponentChecker::InterceptIncludesOverRange(const Target *target, const std::string &label, in InterceptIncludesOverRange() argument
247 bool OhosComponentChecker::InterceptInnerApiPublicDepsInner(const Target *target, const std::string &label, in InterceptInnerApiPublicDepsInner() argument
324 bool OhosComponentChecker::InterceptIncludesAbsoluteDepsOther(const Target *target, cons argument
453 CheckAllDepsConfigs(const Target *target, const std::string &label, Err *err) const CheckAllDepsConfigs() argument
470 CheckInnerApiIncludesOverRange(const Target *target, const std::string &label, const std::string &dir, Err *err) const CheckInnerApiIncludesOverRange() argument
493 CheckInnerApiPublicDepsInner(const Target *target, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiPublicDepsInner() argument
557 CheckIncludesAbsoluteDepsOther(const Target *target, const std::string &label, const std::string &includes, Err *err) const CheckIncludesAbsoluteDepsOther() argument
[all...]
H A Dxcode_object.cc893 void PBXProject::AddTarget(std::unique_ptr<PBXTarget> target) { in AddTarget() argument
488 PBXContainerItemProxy(const PBXProject* project, const PBXTarget* target) PBXContainerItemProxy() argument
799 AddSourceFile(const std::string& navigator_path, const std::string& source_path, PBXNativeTarget* target) AddSourceFile() argument
1033 PBXTargetDependency( const PBXTarget* target, std::unique_ptr<PBXContainerItemProxy> container_item_proxy) PBXTargetDependency() argument
[all...]
H A Dninja_c_binary_target_writer.cc78 const SourceFile* GetModuleMapFromTargetSources(const Target* target) { in GetModuleMapFromTargetSources() argument
124 NinjaCBinaryTargetWriter::NinjaCBinaryTargetWriter(const Target* target, in NinjaCBinaryTargetWriter() argument
86 GetModuleDepsInformation( const Target* target, const ResolvedTargetData& resolved) GetModuleDepsInformation() argument
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.c633 yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY, enum AVPixelFormat target) yuv2packedX_altivec() argument
/third_party/backends/sanei/
H A Dos2_srb.h84 unsigned char target, /* 08 */ member
91 unsigned char target, /* 08 */ member
114 unsigned char target, /* 08 */ member
/third_party/cups-filters/fontembed/
H A Dsfnt.c760 char target[]={unicode>>8,unicode}; // set_USHORT(target,unicode); in otf_from_unicode() local
35 otf_bsearch(char *table, const char *target,int len, int searchRange, int entrySelector, int rangeShift, int lower_bound) otf_bsearch() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp394 paramEmpty(const USystemParams * /* param */, char *target, int32_t targetCapacity, UErrorCode *status) { in paramEmpty() argument
400 paramStatic(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { in paramStatic() argument
412 static int32_t stringToStringBuffer(char *target, int32_t targetCapacity, const char *str, UErrorCode *status) { in stringToStringBuffer() argument
430 integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix, UErrorCode *status) integerToStringBuffer() argument
438 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) paramInteger() argument
456 paramCldrVersion(const USystemParams * , char *target, int32_t targetCapacity, UErrorCode *status) paramCldrVersion() argument
473 paramTimezoneDefault(const USystemParams * , char *target, int32_t targetCapacity, UErrorCode *status) paramTimezoneDefault() argument
490 paramLocaleDefaultBcp47(const USystemParams * , char *target, int32_t targetCapacity, UErrorCode *status) paramLocaleDefaultBcp47() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java172 static final String appendCompareResult(int result, String target){ in appendCompareResult() argument
69 doTest(TestFmwk test, RuleBasedCollator col, String source, String target, int result) doTest() argument
209 doTestVariant(TestFmwk test, RuleBasedCollator myCollation, String source, String target, int result) doTestVariant() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument
290 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() argument
356 singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType) singleByteMode() argument
582 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument
645 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
767 loop(CharBuffer source, ByteBuffer target, IntBuffer offsets) loop() argument
1052 getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrail() argument
1077 getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrailUnicode() argument
1150 endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) endLoop() argument
1159 outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets) outputBytes() argument
[all...]

Completed in 28 milliseconds

1...<<41424344454647484950>>...85