Home
last modified time | relevance | path

Searched refs:secondValue (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp158 int32_t secondValue = 1; variable
161 bean->UpdateIntMap(key, secondValue);
170 int32_t secondValue = 1; variable
173 bean->UpdateIntMap(key, secondValue);
185 bean->UpdateStringMap(key, secondValue);
206 uint64_t secondValue = 1000000000; variable
218 uint64_t secondValue = 1000000000; variable
230 float secondValue = 0.24; variable
233 bean->UpdateFloatMap(key, secondValue);
242 float secondValue = 0.24; variable
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.32/
H A Dchangelogs-arkts.md23 //使用comparator firstValue > secondValue,表示为降序排序。
24 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
47 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
71 //使用comparator firstValue > secondValue,表示为降序排序。
72 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
95 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
209 …number> = new TreeMap((firstValue: string, secondValue: string) : boolean => {return firstValue >
221 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
235 …number> = new TreeMap((firstValue: string, secondValue: string) : boolean => {return firstValue >
247 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.32/
H A Dchangelogs-arkts.md24 // Use comparator firstValue > secondValue to sort data in descending order.
25 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
48 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
73 // Use comparator firstValue > secondValue to sort data in descending order.
74 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
97 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
213 …number> = new TreeMap((firstValue: string, secondValue: string) : boolean => {return firstValue >
225 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
239 …number> = new TreeMap((firstValue: string, secondValue: string) : boolean => {return firstValue >
251 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h40 inline void SwapElements(T& firstValue, T& secondValue) in SwapElements() argument
43 firstValue = secondValue; in SwapElements()
44 secondValue = temp; in SwapElements()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1765 want_->SetParam(emptyStr, secondValue);
1788 want_->SetParam(firstKey, secondValue);
1870 zchar secondValue = U'文'; variable
1877 want_->SetParam(emptyStr, secondValue);
1893 zchar secondValue = U'文'; variable
1899 want_->SetParam(firstKey, secondValue);
2332 want_->SetParam(emptyStr, secondValue);
2433 short secondValue = 2; variable
2456 short secondValue = 0; variable
2877 int secondValue = 2; variable
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2131 want_->SetParam(emptyStr, secondValue);
2152 want_->SetParam(firstKey, secondValue);
2231 zchar secondValue = U'文'; variable
2238 want_->SetParam(emptyStr, secondValue);
2253 zchar secondValue = U'文'; variable
2259 want_->SetParam(firstKey, secondValue);
2676 want_->SetParam(emptyStr, secondValue);
2774 short secondValue = 2; variable
2796 short secondValue = 0; variable
3203 int secondValue = 2; variable
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-treeset.md39 constructor(comparator?: (firstValue: T, secondValue: T) => boolean)
70 //使用comparator firstValue < secondValue,表示期望结果为升序排序。反之firstValue > secondValue,表示为降序排序。
71 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue <
H A Djs-apis-treemap.md43 constructor(comparator?:(firstValue: K, secondValue: K) => boolean)
74 //使用comparator firstValue < secondValue,表示期望结果为升序排序。反之firstValue > secondValue,表示为降序排序。
75 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
H A Djs-apis-vector.md374 sort(comparator?: (firstValue: T, secondValue: T) => number): void
391 | secondValue | T | 是 | 后一项元素。 |
H A Djs-apis-list.md548 sort(comparator: (firstValue: T, secondValue: T) => number): void
567 | secondValue | T | 是 | 后一项元素。 |
H A Djs-apis-arraylist.md494 sort(comparator?: (firstValue: T, secondValue: T) => number): void
513 | secondValue | T | 是 | 后一项元素。 |
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c183 uint32_t secondValue = GetValueFromLocale(resConfig[1]); // secondValue may be script or region in FindOffsetByLangWithScriptOrRegion() local
192 if (languageValue == locale.language && secondValue == locale.script) { in FindOffsetByLangWithScriptOrRegion()
198 if (languageValue == locale.language && secondValue == locale.region) { in FindOffsetByLangWithScriptOrRegion()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-treeset.md39 constructor(comparator?: (firstValue: T, secondValue: T) => boolean)
70 … comparator firstValue < secondValue if the elements are expected to be sorted in ascending order.…
71 …= new TreeSet<string>((firstValue: string, secondValue: string) : boolean => {return firstValue <
H A Djs-apis-treemap.md43 constructor(comparator?:(firstValue: K, secondValue: K) => boolean)
74 … comparator firstValue < secondValue if the elements are expected to be sorted in ascending order.…
75 …reeMap<string,string>((firstValue: string, secondValue: string) : boolean => {return firstValue >
H A Djs-apis-vector.md374 sort(comparator?: (firstValue: T, secondValue: T) => number): void
391 | secondValue | T | Yes| Next element.|
H A Djs-apis-list.md548 sort(comparator: (firstValue: T, secondValue: T) => number): void
567 | secondValue | T | Yes| Next element.|
H A Djs-apis-arraylist.md494 sort(comparator?: (firstValue: T, secondValue: T) => number): void
513 | secondValue | T | Yes| Next element.|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md60 | ohos.util.Vector | Vector | sort(comparator?: (firstValue: T, secondValue: T) => number): void; |…
95 | ohos.util.TreeSet | TreeSet | constructor(comparator?: (firstValue: T, secondValue: T) => boolean…
115 | ohos.util.TreeMap | TreeMap | constructor(comparator?: (firstValue: K, secondValue: K) => boolean…
157 | ohos.util.List | List | sort(comparator: (firstValue: T, secondValue: T) => number): void; | 新增 |
333 | ohos.util.ArrayList | ArrayList | sort(comparator?: (firstValue: T, secondValue: T) => number): v…
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treeset/
H A Djs_treeset.ts57 constructor(comparator?: (firstValue: T, secondValue: T) => boolean) {
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treemap/
H A Djs_treemap.ts57 constructor(comparator?: (firstValue: K, secondValue: K) => boolean) {
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md60 | ohos.util.Vector | Vector | sort(comparator?: (firstValue: T, secondValue: T) => number): void; |…
95 | ohos.util.TreeSet | TreeSet | constructor(comparator?: (firstValue: T, secondValue: T) => boolean…
115 | ohos.util.TreeMap | TreeMap | constructor(comparator?: (firstValue: K, secondValue: K) => boolean…
157 | ohos.util.List | List | sort(comparator: (firstValue: T, secondValue: T) => number): void; | Adde…
333 | ohos.util.ArrayList | ArrayList | sort(comparator?: (firstValue: T, secondValue: T) => number): v…
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/vector/
H A Djs_vector.ts253 sort(comparator?: (firstValue: T, secondValue: T) => number): void {
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/arraylist/
H A Djs_arraylist.ts214 sort(comparator?: (firstValue: T, secondValue: T) => number): void {
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/list/
H A Djs_list.ts324 sort(comparator: (firstValue: T, secondValue: T) => number): void {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md309 …or?: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:sort(compara…
361 …r?: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:sort(compa…
477 …rator: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:List;<br>方法or属性:sort(compara…
512 …r?: (firstValue: K, secondValue: K) => boolean);<br>旧版本信息:|类名:TreeMap;<br>方法or属性:constructor(compa…
531 …r?: (firstValue: T, secondValue: T) => boolean)<br>旧版本信息:|类名:TreeSet;<br>方法or属性:constructor(compar…

12