Home
last modified time | relevance | path

Searched full:whether (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/arkcompiler/ets_frontend/arkguard/src/configs/
DIOptions.ts25 // Whether to generate compact code
28 // Whether to remove comments;
31 // Whether to remove JSDoc comments;
34 // Whether to disable console output
37 …// Whether to do code simplification, includes variable declarations merging, expression merging...
40 // Whether to do Name Obfuscation
57 // Whether to obfuscate the names or properties of the exported content
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DChar.sts287 * isPartOfSurrogatePair(char) checks whether the char is low or high surrogate.
298 * isPartOfSurrogatePair() checks whether the underlying char is low or high surrogate.
316 * isBinDigit() checks whether the char represents a binary digit.
328 * isBinDigit() checks whether the underlying char represents a binary digit.
337 * isDecDigit() checks whether the char represents a decimal digit.
349 * isDecDigit() checks whether the underlying char represents a decimal digit.
358 * isBinDigit() checks whether the char represents a hexadecimal digit.
372 * isHexDigit() checks whether the underlying char represents a hexadecimal digit.
381 * isLetter(char) checks whether the char is a letter.
393 * isLetter() checks whether the underlying char is a letter.
[all …]
DType.sts601 * Checks whether type is primitive or composite
610 * Checks whether type is reference or composite
619 * Checks whether type has name
674 * Checks whether type is primitive or composite
683 * Checks whether type is reference or composite
692 * Checks whether type has name
745 * Checks whether type is primitive or composite
754 * Checks whether type is reference or composite
763 * Checks whether type has name
826 * Checks whether type is primitive or composite
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h35 bool isFullGC = true; // whether do FullGC.
36 bool isSimplify = false; // whether trim heapdump snapshot.
38 bool isBeforeFill = true; // whether do fillmap on main thread.
39 bool isDumpOOM = false; // whether dump oom heapdump.
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp29 …Create a TemplateMap through calling Create function with numberOfElements. Check whether the value
31 …* whether the value returned through the TaggedArray's(transformed from the TemplateMap)…
58 …a TemplateMap, call Insert function with the TemplateMap, a key(JSArray) and a value. Check whether
60 …* within expectations. Check whether the value returned through the TemplateMap's callin…
96 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function, check whether the value re…
115 …* whether the value returned through calling EntriesCount function and the value returne…
136 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize …
160 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas…
195 …e a source TemplateMap, change it through calling IncreaseEntries function. Check whether the value
240 …* @tc.desc: Check whether the value returned through calling RecalculateTableSize function is with…
[all …]
Dconstant_string_test.cpp28 …* @tc.desc: Check whether the EcmaString created through calling CreateConstantString function is …
44 …* @tc.desc: Check whether the EcmaString created through calling CreateConstantString function is …
64 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
84 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
112 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
155 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
185 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
217 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
233 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe…
248 …* @tc.desc: Check whether the pointer returned through calling GetDataUtf8 function is within expe…
[all …]
Decma_string_accessor_test.cpp28 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex…
43 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e…
61 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
86 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
100 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
120 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
147 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
177 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
209 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
222 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
[all …]
Decma_string_test.cpp39 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp…
55 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
69 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
99 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
119 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
146 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
189 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
217 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
245 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
284 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
[all …]
Djs_map_iterator_test.cpp44 …* @tc.desc: Call "CreateSetIterator" function create SetIterator,Check whether the the SetIterator…
71 …a JSMapIterator through calling "CreateMapIterator" function with the current thread. Check whether
74 …* Check whether the returned JSTaggedValue through calling "GetNextIndex" function from …
98 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera…
99 …* as JSTaggedValue(0) Call "SetNextIndex" to change NextIndex, Check whether the returne…
119 …e a JSMapIterator through calling CreateMapIterator function with the current thread. Check whether
121 …* whether the returned value through calling "GetIterationKind" function is within expec…
144 * function upadate IteratedMap, check whether the IteratedMap is within expectations.
177 …* @tc.desc: Calling "Next" function get the next value from the MapIterator,Check whether the retu…
Dtagged_dictionary_test.cpp36 …* @tc.desc: Call "NameDictionary::Create" function Create a name dictionary.then, check whether th…
51 …* "PutIfAbsent" function to add the key and value to the dictionary then,check whether t…
100 …* "PutIfAbsent" function to glow the capacity of the dictionary,then check whether the k…
131 …* "Remove" function to shrink the capacity of the dictionary,then check whether the key …
172 …l "NumberDictionary::Create" function Create a number dictionary.then, check whether the dictionary
187 …* "PutIfAbsent" function to add the key and value to the dictionary then,check whether t…
231 …AllKeys" function to get the key of the dictionary to the taggedarray,then check whether the length
232 …* of the array is equal to the number of keys, and whether the array value is equal to t…
265 …* "PutIfAbsent" function to glow the capacity of the dictionary,then check whether the k…
291 …* "Remove" function to shrink the capacity of the dictionary,then check whether the key …
[all …]
Dweak_vector_test.cpp29 …* @tc.desc: Check whether the returned value through "Create" function is within expectations by "…
30 …* function and "Empty" function. convert to tagedarray, and check whether the length att…
48 …* @tc.desc: Check whether each value in the vector container is the same as the value of set by "s…
111 …* @tc.desc: Change the value in the weak vector through "pushback" function,and compare whether th…
148 …* @tc.desc: Check whether the value in the vector container is hole when deleted, and whether the …
Djs_dataview_test.cpp33 …* CaseDescription: Check whether the returned value through "GetElementSize" function is within ex…
53 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec…
88 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit…
129 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp…
162 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
Dglobal_index_map_test.cpp32 * @tc.desc: Check whether InitGlobalIndexMap can initialize dictionary.
48 * @tc.desc: Check whether GlobalConst can be find in the GlobalMap.
78 * @tc.desc: Check whether GlobalEnv can be find in the GlobalMap.
/arkcompiler/ets_frontend/es2panda/scripts/
Dgenerate_js_bytecode.py38 help='whether add debuginfo')
40 help='whether is module')
42 help='whether is commonjs')
44 help='whether is merge abc')
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DReflect.sts122 * @returns a Boolean indicating whether or not setting the field was successful
151 * @returns a boolean indicating whether or not setting the element was successful
183 * Determines whether an object has a member with the specified name
189 * @returns a boolean indicating whether or not the target has the field
226 * Determines whether an object has a field with the specified number
232 * @returns a boolean indicating whether or not the target has the element
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml50 description: Whether generated LLVM module should be dumped before optimization passes are run
54 description: Whether generated LLVM module should be dumped after optimization passes are run
63 Whether llvm backend should dump generated object files.
103 description: Whether WRB are generated via builtin.
/arkcompiler/runtime_core/static_core/plugins/ets/
Druntime_options.yaml149 description: whether verify heap before GC
156 description: whether verify heap during GC
163 description: whether verify heap after GC
170 description: whether concurrent GC is enabled
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp178 …* @tc.desc:Define the variable input of type uint32_t and int64_t to determine whether the object …
195 …* @tc.desc:Define the variable input of type int32 and double to determine whether the object is o…
272 * assertion is used to verify whether the result is 0, which is the initial index value.
299 …* @tc.desc:This test case is mainly used to verify whether the GetKind method of the JSMapIterator…
341 …* @tc.desc:This test case is mainly used to verify whether the GetKind method of the JSMapIterator…
371 …* @tc.desc:This test case is mainly used to verify whether the GetKind method of the JSMapIterator…
402 * variable 'entries' to assert whether the expected result is the same as the actual result
509 * @tc.desc: Construct a BufferRef function to determine whether it is a Buffer
524 * @tc.desc: Construct a BufferRef function to determine whether it is a dataView
540 * @tc.desc: Construct a BufferRef function to determine whether it is a SharedArrayBuffer
[all …]
/arkcompiler/runtime_core/static_core/scripts/
Dmemusage.py46 """Checks whether char is hexadecimal digit"""
52 """Checks whether line is the start of map"""
58 """Checks whether memory region is stack"""
64 """Checks whether memory region is heap"""
72 """Checks whether name is file path"""
/arkcompiler/runtime_core/scripts/
Dmemusage.py46 """Checks whether char is hexadecimal digit"""
52 """Checks whether line is the start of map"""
58 """Checks whether memory region is stack"""
64 """Checks whether memory region is heap"""
72 """Checks whether name is file path"""
/arkcompiler/toolchain/build/config/mac/
Dsymbols.gni16 # This file declares arguments and configs that control whether dSYM debug
17 # info is produced and whether build products are stripped.
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp58 …* @tc.desc: Call "LoadElement" function,check whether the Element is loaded successfully by checki…
74 …* @tc.desc: Call "LoadProperty" function,check whether the Property is loaded successfully by chec…
111 …* @tc.desc: Call "StoreElement" function,check whether the Element is stored successfully by check…
139 …* @tc.desc: Call "StoreProperty" function,check whether the Property is stored successfully by che…
181 …* @tc.desc: Call "StoreTransition" function,check whether the Transition is stored successfully by…
208 …* @tc.desc: Call "LoadPrototype" function,check whether the Prototype is loaded successfully by ch…
247 …* @tc.desc: Call StorePrototype function,check whether the Prototype is stored successfully by che…
/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml130 description: Whether to enable debug mode
140 description: Whether to update verification result cache
145 description: Whether to verify system files
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp97 …* @tc.desc: Check whether the result returned through "GetTaggedString" function is within expecta…
118 …* @tc.desc: Check whether the result returned through "GetTaggedInt" function is within expectatio…
130 …* @tc.desc: Check whether the result returned through "GetTaggedDouble" function is within expecta…
142 …* @tc.desc: Check whether the result returned through "GetTaggedBoolean" function is within expect…
/arkcompiler/ets_frontend/test/scripts/
Dentry.py44 help='specify whether to skip the download sdk or not')
46 help='specify whether to skip the download dayu or not')

12345678910>>...15