Home
last modified time | relevance | path

Searched full:middle (Results 1 – 25 of 83) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/
Doperations_on_literal_types2.ets23 type VER = "top" | "middle" | "bottom"| "same";
25 let s: string[] = ["left", "top", "center", "same", "bottom", "middle", "right"]
28 let i: (VER|HOR)[] = ["left", "top", "center", "same", "bottom", "middle", "right"]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.ets.j258 let middle: int = left + half;
60 if (arr[middle] < key) {
61 left = middle + 1;
111 let middle: int = left + half;
113 if (arr[middle] <= key) {
114 left = middle + 1;
164 let middle: int = left + half;
166 if (arr[middle] == false && key == true) {
167 left = middle + 1;
217 let middle: int = left + half;
[all …]
DArray_builtin_sort.ets.j269 const middle = Math.floor(begin + arrLength / 2) as int
70 const leftHalf:FixedArray<{{T}}> = new {{T}}[middle]
72 copyPart(leftHalf, counter, array, 0, middle)
75 const rightHalf:FixedArray<{{T}}> = new {{T}}[arrLength - middle]
76 copyPart(rightHalf, counter, array, middle)
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-type-generic.ts47 export type FunctionComposer<Input, Middle, Output> = (
48 f: (input: Input) => Middle,
49 g: (middle: Middle) => Output
Darkts-no-type-generic.d.ets41 export type FunctionComposer<Input, Middle, Output> = Any;
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets54 let middle: int = left + half;
56 if (arr[middle] == false && key == true) {
57 left = middle + 1;
107 let middle: int = left + half;
109 if (arr[middle] == false && key == true || arr[middle] == key) {
110 left = middle + 1;
220 let middle: int = left + half;
222 if (arr[middle] < key) {
223 left = middle + 1;
273 let middle: int = left + half;
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/src/main/ets/pages/
DIndex.ets74 middle: { anchor: 'container', align: HorizontalAlign.Center }
85 middle: { anchor: '__container__', align: HorizontalAlign.Center }
95 middle: { anchor: '__container__', align: HorizontalAlign.Center }
105 middle: { anchor: '__container__', align: HorizontalAlign.Center }
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dcpu_affinity.h94 enum CpuPower : uint8_t { BEST = 1U, MIDDLE = 1U << 1U, WEAK = 1U << 2U, ANY = 0U, ALL = BEST | MID… enumerator
146 /// @return const reference on best + middle cpu-set in system
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/test_bridge_methods_in_generic_overrides/
Dbridge_methods_generic.params.yaml73 class Middle<U> extends Base<U> {
79 class Bottom extends Middle<string> {
305 class Middle<T extends string> extends Base<T> {
310 class Bottom extends Middle<string> {
/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.cpp264 size_t middle = end / 2; in ScanIdContinueMaybeKeyword() local
267 const auto &kw = map[middle]; in ScanIdContinueMaybeKeyword()
276 start = middle + 1; in ScanIdContinueMaybeKeyword()
278 end = middle; in ScanIdContinueMaybeKeyword()
281 middle = (start + end) / 2U; in ScanIdContinueMaybeKeyword()
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp266 int middle = end / 2; in ScanIdContinueMaybeKeyword() local
269 const auto &kws = map[middle]; in ScanIdContinueMaybeKeyword()
277 start = middle + 1; in ScanIdContinueMaybeKeyword()
279 end = middle; in ScanIdContinueMaybeKeyword()
282 middle = (start + end) / 2; in ScanIdContinueMaybeKeyword()
/arkcompiler/runtime_core/static_core/docs/images/
Darkts-debugger-expression-evaluation.svg4middle;whiteSpace=wrap;rounded=0;&quot; parent=&quot;1&quot; vertex=&quot;1&quot;&gt;&#10; …
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/main/ets/pages/
DIndex.ets29 middle: { anchor: '__container__', align: HorizontalAlign.Center }
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/main/ets/pages/
DIndex.ets37 middle: { anchor: '__container__', align: HorizontalAlign.Center }
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js38 // MemoryReduceDegree::MIDDLE
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h67 // It can be a derived pointer point to the middle of an object.
75 // It can be a derived pointer point to the middle of an object.
/arkcompiler/ets_runtime/test/perform/string/
Dexpect_output.txt32 string replace into string.replace searchtag in the middle of the input parameter : 59
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dmethod_properties.cpp26 // Calls may be in the middle of method in MethodProperties()
/arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/pages/
DIndex.ts67 middle: { anchor: '__container__', align: HorizontalAlign.Center }
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector.h56 // async: Trigger from unsafe context, e.g., holding a lock, in the middle of an allocation.
/arkcompiler/jsvm/src/
Dsourcemap.h140 int middle = left + step; in FindEntry() local
141 if (offset < sourceMappings[middle].traceOffset) { in FindEntry()
144 left = middle; in FindEntry()
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dresult.py76 vertical-align: middle;
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/search/
DSearch.html.js39 vertical-align:middle;
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp514 int32_t middle = (left + right) / 2; in IncludeInSortedValue() local
515 JSHandle<JSTaggedValue> vv = JSSharedArray::FastGetPropertyByValue(thread, obj, middle); in IncludeInSortedValue()
520 left = middle + 1; in IncludeInSortedValue()
522 right = middle - 1; in IncludeInSortedValue()
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/
DApApplicationPublicFunc.js93 vertical-align:middle;

1234