/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/ |
H A D | event_bean_unit_test.cpp | 158 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 D | changelogs-arkts.md | 23 //使用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 D | changelogs-arkts.md | 24 // 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 D | geometry_range_adapter.h | 40 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 D | distributed_want_test.cpp | 1765 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 D | want_test.cpp | 2131 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 D | js-apis-treeset.md | 39 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 D | js-apis-treemap.md | 43 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 D | js-apis-vector.md | 374 sort(comparator?: (firstValue: T, secondValue: T) => number): void 391 | secondValue | T | 是 | 后一项元素。 |
|
H A D | js-apis-list.md | 548 sort(comparator: (firstValue: T, secondValue: T) => number): void 567 | secondValue | T | 是 | 后一项元素。 |
|
H A D | js-apis-arraylist.md | 494 sort(comparator?: (firstValue: T, secondValue: T) => number): void 513 | secondValue | T | 是 | 后一项元素。 |
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global_utils.c | 183 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 D | js-apis-treeset.md | 39 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 D | js-apis-treemap.md | 43 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 D | js-apis-vector.md | 374 sort(comparator?: (firstValue: T, secondValue: T) => number): void 391 | secondValue | T | Yes| Next element.|
|
H A D | js-apis-list.md | 548 sort(comparator: (firstValue: T, secondValue: T) => number): void 567 | secondValue | T | Yes| Next element.|
|
H A D | js-apis-arraylist.md | 494 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 D | js-apidiff-compiler-and-runtime.md | 60 | 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 D | js_treeset.ts | 57 constructor(comparator?: (firstValue: T, secondValue: T) => boolean) {
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treemap/ |
H A D | js_treemap.ts | 57 constructor(comparator?: (firstValue: K, secondValue: K) => boolean) {
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 60 | 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 D | js_vector.ts | 253 sort(comparator?: (firstValue: T, secondValue: T) => number): void {
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/arraylist/ |
H A D | js_arraylist.ts | 214 sort(comparator?: (firstValue: T, secondValue: T) => number): void {
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/list/ |
H A D | js_list.ts | 324 sort(comparator: (firstValue: T, secondValue: T) => number): void {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 309 …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…
|