Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 34) sorted by relevance

12

/developtools/integration_verification/tools/fotff/utils/
Druntime.go30 func sectionKey(section, key string) string { argument
31 return fmt.Sprintf("__%s__%s__", section, key)
41 func CacheGet(section string, k string) (v any, found bool) {
42 return runtimeCache.Get(sectionKey(section, k))
45 func CacheSet(section string, k string, v any) error {
46 runtimeCache.Set(sectionKey(section, k), v, cache.DefaultExpiration)
Dini.go28 func ParseFromConfigFile(section string, p any) {
44 v, err = conf.GetValue(section, key)
60 v, err = conf.GetValue(section, key)
67 ParseFromConfigFile(section, rv.Elem().Field(i).Addr().Interface())
/developtools/hiperf/test/unittest/resource/testdata/
Dehdr_from_readelf_3213 Start of section headers: 17580 (bytes into file)
18 Size of section headers: 40 (bytes)
19 Number of section headers: 32
Dehdr_from_readelf_6413 Start of section headers: 22296 (bytes into file)
18 Size of section headers: 64 (bytes)
19 Number of section headers: 32
Dshdrs_from_readelf_641 There are 32 section headers, starting at offset 0x5718:
Dshdrs_from_readelf_321 There are 32 section headers, starting at offset 0x44ac:
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/
Dehdr_from_readelf_3213 Start of section headers: 17580 (bytes into file)
18 Size of section headers: 40 (bytes)
19 Number of section headers: 32
Dehdr_from_readelf_6413 Start of section headers: 22296 (bytes into file)
18 Size of section headers: 64 (bytes)
19 Number of section headers: 32
Dshdrs_from_readelf_641 There are 32 section headers, starting at offset 0x5718:
Dshdrs_from_readelf_321 There are 32 section headers, starting at offset 0x44ac:
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js182 section: {},
Drich_component_map.js873 section: {}, property
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml6 …<list-item type="{{type}}" primary="{{primary}}" section="{{section}}" sticky="{{sticky}}"stickyra…
/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp347 int section = '~' - ' '; in RandChar() local
348 int randSection = RandInt(0, section); in RandChar()
Dhook_test.c332 int section = '~' - ' '; in RandChar() local
333 int randSection = RandInt(0, section); in RandChar()
/developtools/hdc/
DREADME.md56 For compilation, please refer to the separate section above. Prebuilt is no longer available in the…
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/hapsigner/
DNOTICE109 (except as stated in this section) patent license to make, have made,
314 (except as stated in this section) patent license to make, have made,
558 accordance with section 3.2, and the Contributor must accompany
577 in the Source Code under section 3.2; and
581 of this section 3.
616 in a commercial product offering. The obligations in this section do not
630 alone. Under this section, the Commercial Contributor would have to
/developtools/syscap_codec/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/bytrace/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/global_resource_tool/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/ace_ets2bundle/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/packing_tool/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/profiler/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/profiler/host/smartperf/ide/
DLICENSE77 (except as stated in this section) patent license to make, have made,

12