Home
last modified time | relevance | path

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

12345678910>>...15

/arkcompiler/ets_frontend/arkguard/src/configs/
DIOptions.ts26 // Whether to generate compact code
29 // Whether to remove comments;
32 // Whether to remove JSDoc comments;
35 // Whether to disable console output
38 …// Whether to do code simplification, includes variable declarations merging, expression merging...
41 // Whether to do Name Obfuscation
58 // Whether to obfuscate the names or properties of the exported content
67 // Whether to print unobfuscation names and the print path.
/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.sts641 * Checks whether type is primitive or composite
650 * Checks whether type is reference or composite
659 * Checks whether type has name
714 * Checks whether type is primitive or composite
723 * Checks whether type is reference or composite
732 * Checks whether type has name
789 * Checks whether type is primitive or composite
798 * Checks whether type is reference or composite
807 * Checks whether type has name
870 * Checks whether type is primitive or composite
[all …]
/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…
79 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec…
114 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit…
155 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp…
188 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DReflect.sts148 * @returns a Boolean indicating whether or not setting the field was successful
198 * @returns a Boolean indicating whether or not setting the property was successful
214 * @returns a boolean indicating whether or not setting the element was successful
257 * Determines whether an object has a member with the specified name
263 * @returns a boolean indicating whether or not the target has the field
306 * Determines whether a record has a property with the specified name
312 * @returns a boolean indicating whether or not the record has the specified property
319 * Determines whether an object has a field with the specified number
325 * @returns a boolean indicating whether or not the target has the element
/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')
60 help='whether annotations are enabled or not')
/arkcompiler/toolchain/build/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')
60 help='whether annotations are enabled or not')
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h36 bool isFullGC = true; // whether do FullGC.
37 bool isSimplify = false; // whether trim heapdump snapshot.
39 bool isBeforeFill = true; // whether do fillmap on main thread.
40 bool isDumpOOM = false; // whether dump oom heapdump.
/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/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/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp69 …* @tc.desc: Check whether the result returned through "ArkFrameCheck" function is within expectati…
88 …* @tc.desc: Check whether the result returned through "IsJsFunctionFrame" function is within expec…
109 …* @tc.desc: Check whether the result returned through "IsFastJitFunctionFrame" function is within …
128 …* @tc.desc: Check whether the result returned through "IsNativeFunctionFrame" function is within e…
160 …* @tc.desc: Check whether the result returned through "IsAotFunctionFrame" function is within expe…
179 …* @tc.desc: Check whether the result returned through "ReadMethodInfo" function is within expectat…
218 …* @tc.desc: Check whether the result returned through "ReadAllMethodInfos" function is within expe…
244 …* @tc.desc: Check whether the result returned through "TranslateByteCodePc" function is within exp…
272 …* @tc.desc: Check whether the result returned through "ParseJsFrameInfo" function is within expect…
299 …* @tc.desc: Check whether the result returned through "ArkCreateJSSymbolExtractor" function is wit…
[all …]
/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/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/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