Home
last modified time | relevance | path

Searched full:returns (Results 1 – 25 of 119) sorted by relevance

12345

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h75 * Returns 0 on success, and 1 on failure.
89 * Returns 0 on success, and 1 on failure.
96 * Returns 0 on success, and 1 on failure.
104 * Returns 0 on success, and 1 on failure.
111 * Returns 0 on success, and 1 on failure.
118 * Returns 0 on success, and 1 on failure.
126 * Returns 0 on success, and 1 on failure.
134 * Returns 0 on success, and 1 on failure.
146 * Returns 0 on success, and 1 on failure.
154 * Returns 0 on success and 1 on failure.
[all …]
/arkcompiler/runtime_core/libpandabase/
DREADME.md67 - `PandArgType GetType()` - returns type of an argument
68 - `std::string GetName()` - returns name of an argument
69 - `std::string GetDesc()` - returns description of an argument
70 - `T GetValue()` - returns value of an argument depending on it's type
71 - `T GetDefaultValue()` - returns default value of an argument
96 - `bool Add(PandArgBase* arg)` - add an argument to parser. Returns `true` if argument was succsess…
97 - `bool Parse(int argc, const char* argv[])` - parse arguments. Returns `true` on success. Note: `a…
98 - `std::string GetErrorString()` - returns error string if error occurred on argument addition or p…
101 - `bool IsTailEnabled()` - returns `true` if positional arguments enabled
102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser
[all …]
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table.h104 bool IsMarked(uintptr_t addr) const; // returns true if the card(for the addr) state is marked
106 bool IsClear(uintptr_t addr) const; // returns true if the card(for the addr) state is clear
119 …uintptr_t GetCardStartAddress(CardPtr card) const; // returns address of the first byte in the ca…
120 …uintptr_t GetCardEndAddress(CardPtr card) const; // returns address of the last byte in the card
121 MemRange GetMemoryRange(CardPtr card) const; // returns memory range for the card
194 CardPtr GetCardPtr(uintptr_t addr) const; // returns card address for the addr
205 size_t GetSize() const; // returns size of card table array
Dbitmap.h84 * @return Returns value of indexed bit.
95 * @return Returns old value of the bit.
102 * @return Returns old value of the bit.
109 * @return Returns the value of the bit.
126 * Finish iteration if the visitor returns false.
194 * Finish iteration if the visitor returns false.
298 * @return Returns BitmapWord Index of bit_offset.
308 * @return Returns bit index within a BitmapWord.
320 * @return Returns bit mask of bit_offset.
333 * @return Returns bit mask.
[all …]
Dgc_adaptive_stack.h77 * \brief Returns the sum of destination and source stacks sizes.
88 * \brief Returns true if stack supports parallel workers, false otherwise
Dgc_trigger.h43 DEBUG, // Debug TRIGGER which always returns true
112 * @return returns true if GC should be executed
198 * Trigger always returns true after given start
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md321 * **FNEG**: returns the negation of its floating-point operand.
334 * **ADD**: returns the sum of its two integer operands.
335 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar…
336 * **MUL**: returns the product of its two integer operands.
337 * **EXP**: returns the first integer operand raised to the power of the second integer operand.
338 * **SDIV**: returns the signed quotient of its two integer operands.
339 * **SREM**: returns the remainder from the signed division of its two integer operands.
340 * **UDIV**: returns the unsigned quotient of its two integer operands.
341 * **UREM**: returns the remainder from the unsigned division of its two integer operands.
342 * **AND**: returns the bitwise logical and of its two operands.
[all …]
/arkcompiler/runtime_core/assembler/
Dassembly-context.h34 * Returns current value of a token
37 * returns current value of a token
40 * returns the next value of a token
Dlexer.h96 * Returns a vector of tokens.
115 * Returns a string representation of a token type.
Dasm_isapi.rb58 a.each_with_index.max[1] # returns index of `last` max value
85 # returns array of OpenStruct with fields
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h86 // returns true if the marker was set before, otherwise set marker and return false
99 // returns true if the marker was set before, otherwise false
108 // unset marker and returns true if the marker was set before, otherwise false
Druntime_interface.h313 // returns Class for Field
341 // returns true if need to encode memory barrier before return
659 // Returns Class Id for Field.
672 // returns Class Id for Method
678 // returns Class Id for Method
700 // returns class size
712 // returns base offset in Class(for array)
718 // returns component type offset in Class(for array)
724 // returns type offset in Class(for array)
Danalysis.h27 // returns Store value, for StoreArrayPair and StoreArrayPairI saved not last store value in second…
/arkcompiler/ets_frontend/test262/
DdynamicImport_tests.txt2 returns-promise.js
201 nested-async-gen-await-returns-thenable.js
203 nested-else-import-then-returns-thenable.js
208 nested-async-arrow-function-await-returns-thenable.js
211 nested-arrow-assignment-expression-returns-thenable.js
214 nested-do-while-returns-thenable.js
219 top-level-import-then-returns-thenable.js
227 nested-if-braceless-returns-thenable.js
228 nested-block-import-then-returns-thenable.js
230 nested-async-arrow-function-return-await-returns-thenable.js
[all …]
Des2015_tests.txt253 built-ins/Array/prototype/entries/returns-iterator.js
254 built-ins/Array/prototype/entries/returns-iterator-from-object.js
748 built-ins/Array/prototype/find/return-undefined-if-predicate-returns-false-value.js
767 built-ins/Array/prototype/findIndex/return-negative-one-if-predicate-returns-false-value.js
997 built-ins/Array/prototype/includes/fromIndex-equal-or-greater-length-returns-false.js
1003 built-ins/Array/prototype/includes/length-zero-returns-false.js
1015 built-ins/Array/prototype/includes/search-found-returns-true.js
1016 built-ins/Array/prototype/includes/search-not-found-returns-false.js
1216 built-ins/Array/prototype/indexOf/length-zero-returns-minus-one.js
1248 built-ins/Array/prototype/keys/returns-iterator.js
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h26 // Returns the value (0 .. 15) of a hexadecimal character c.
27 // If c is not a legal hexadecimal character, returns a value < 0.
Dmath_helpers.h29 * \brief returns log2 for argument
40 * \brief returns log2 for argument
61 * returns an integer power of two but not greater than value.
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt199 compile_pre_build(TARGET disasm_binaries-returns
200 FILE_SRC ${DISASM_TESTS_DIR}/returns.pa
201 FILE_DST ${DISASM_BIN_DIR}/returns.bc)
210 add_dependencies(disasm_tests disasm_binaries-returns)
/arkcompiler/runtime_core/libpandabase/mem/
Darena.h55 * \brief Returns next linked Arena
196 * \brief Returns next linked Arena
205 * \brief Returns prev linked Arena
/arkcompiler/runtime_core/runtime/mem/
Dheap_manager.h123 // Returns the maximum amount of memory a program can consume.
129 // Returns approximate amount of memory currently consumed by an application.
132 // Returns how much free memory we have until we need to grow the heap to perform an allocation.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dreturn.void.yaml49 …description: Check 'return.void' returns control flow to caller in Pandasm context with static cal…
84 …description: Check 'return.void' returns control flow to caller in PandaAssembly context with stat…
120 …description: Check 'return.void' returns control flow to caller in Pandasm context with virtual ca…
157 …description: Check 'return.void' returns control flow to caller in PandaAssembly context with virt…
Dreturn.64.yaml41 description: Check 'return.64' returns control flow to caller, static call, Pandasm context.
97 … description: Check 'return.64' returns control flow to caller, static call, PandaAssembly context.
153 … description: Check 'return.64' returns control flow to caller, virtual call, Pandasm context.
202 …description: Check 'return.64' returns control flow to caller, virtual call, PandaAssembly context.
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h48 // Returns the property metaData for the property at entry.
96 // Returns the property metaData for the property at entry.
/arkcompiler/runtime_core/runtime/
Dthread_manager.h167 …// Returns true if unregistration succeeded; for now it can fail when we are trying to unregister …
225 * returns false if we need to wait
231 * Returns true on success and false otherwise.
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h129 /// isMask_64 - This function returns true if the argument is a non-empty
137 /// isShiftedMask_64 - This function returns true if the argument contains a

12345