Home
last modified time | relevance | path

Searched defs:tags (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/ffmpeg/libavformat/
H A Dimg2.c97 static enum AVCodecID str2id(const IdStrMap *tags, const char *str) in str2id() argument
H A Dircamdec.c56 const AVCodecTag *tags; in ircam_read_header() local
/third_party/ltp/pan/
H A Dltp-scanner.c139 SYM tags; /* tag data */ in main() local
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex
/third_party/python/Tools/scripts/
H A Dptags.py15 tags = [] # Modified global variable! variable
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-ot-meta.cc51 hb_ot_meta_tag_t *tags = (hb_ot_meta_tag_t *) in main() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dtable_subsetter_impl.cc21 TableSubsetterImpl::TableSubsetterImpl(const int32_t* tags, in TableSubsetterImpl() argument
/base/hiviewdfx/hitrace/test/fuzztest/common/
H A Dhitrace_fuzztest_common.h41 void GenerateTagStr(const uint64_t tags, std::string& tagStr) in GenerateTagStr() argument
72 GenerateTagVec(const uint64_t tags, std::vector<std::string>& tagVec) GenerateTagVec() argument
[all...]
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp41 CollectResult<int32_t> HiViewServiceTraceDelegate::OpenRecording(const std::string& tags) in OpenRecording() argument
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Dsoc_action_base.cpp35 std::vector<int32_t> tags; in SocLimitRequest() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dopentype_basic_type.h26 char tags[4]; member
/third_party/ffmpeg/libavcodec/
H A Draw.c307 const PixelFormatTag *tags = raw_pix_fmt_tags; in avcodec_pix_fmt_to_codec_tag() local
341 static enum AVPixelFormat find_pix_fmt(const PixelFormatTag *tags, in find_pix_fmt() argument
355 const PixelFormatTag *tags; avpriv_pix_fmt_find() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DOpenTypeTagBuilder.java217 private static void dumpTags(String enumName, String[] tags) in dumpTags() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTagletAdapter.java28 public abstract String toString(Tag[] tags); in toString() argument
/third_party/libuv/tools/
H A Dmake_dist_html.py115 tags = subprocess.check_output(['git', 'tag'], text=True) variable
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')] variable
/third_party/node/deps/uv/tools/
H A Dmake_dist_html.py115 tags = subprocess.check_output(['git', 'tag'], text=True) variable
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')] variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DTableSubsetterImpl.java29 protected final Set<Integer> tags; field in TableSubsetterImpl
31 protected TableSubsetterImpl(Integer... tags) { in TableSubsetterImpl() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-layout.c40 hb_tag_t tags[STATIC_ARRAY_SIZE]; in test_ot_layout_table_get_script_tags() local
102 hb_tag_t tags[STATIC_ARRAY_SIZE]; in test_ot_layout_table_get_feature_tags() local
143 hb_tag_t tags[STATIC_ARRAY_SIZE]; test_ot_layout_script_get_language_tags() local
182 hb_tag_t tags[STATIC_ARRAY_SIZE]; test_ot_layout_language_get_feature_tags() local
[all...]
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h35 char tags[MAX_TAGS][MAX_TAG_LEN]; member
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dtrace_collector_client_impl.cpp55 CollectResult<int32_t> TraceCollectorImpl::OpenRecording(const std::string& tags) in OpenRecording() argument
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp84 std::string tags = std::string(reinterpret_cast<const char*>(data), size); in HiViewServiceRecordingTraceFuzzTest() local
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp66 uint64_t tags = ConvertToUint64(enable, 0); in IsHiTraceEnable() local
102 uint64_t tags = ConvertToUint64(enable, 0); in IsACETraceEnable() local
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_sub_test.cpp350 std::vector<int32_t> tags; in HWTEST_F() local
368 std::vector<int32_t> tags; in HWTEST_F() local
382 std::vector<int32_t> tags; SocPerfSubTestLimitRequestTask() local
[all...]
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp79 LimitRequest(int32_t clientId, const std::vector<int32_t>& tags, const std::vector<int64_t>& configs, const std::string& msg) LimitRequest() argument

Completed in 9 milliseconds

123456