Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 183) sorted by relevance

12345678

/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp21 bool WebSocketKeyEncoder::EncodeKey(std::string_view key, unsigned char (&destination)[ENCODED_KEY_… in EncodeKey()
27 return EncodeKey(reinterpret_cast<unsigned char *>(buffer.data()), buffer.size(), destination); in EncodeKey()
32 unsigned char (&destination)[ENCODED_KEY_LEN + 1]) in EncodeKey()
39 return EncodeKey(buffer, bufferSize, destination); in EncodeKey()
44 unsigned char (&destination)[ENCODED_KEY_LEN + 1]) in EncodeKey()
50 int encodedBytes = EVP_EncodeBlock(destination, hash, SHA_DIGEST_LENGTH); in EncodeKey()
Dhandshake_helper.h36 static bool EncodeKey(std::string_view key, unsigned char (&destination)[ENCODED_KEY_LEN + 1]);
37 …static bool EncodeKey(const unsigned char(&key)[KEY_LENGTH + 1], unsigned char (&destination)[ENCO…
41 unsigned char (&destination)[ENCODED_KEY_LEN + 1]);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.h29 * it to the destination stack. if the destination stack reaches the limit,
31 * If stack limit is equal to zero, it means that the destination stack is unlimited.
62 * If the source stack is empty, we will swap it with destination stack
73 /// @brief Check that destination or source stack has at least one object.
75 /// @brief Returns the sum of destination and source stacks sizes.
94 * @brief Add new object into destination stack.
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h38 2) updates instruction's output location with its id (if an instruction has destination).
52 Merge action (2) updates destination (successor block's) location with data from
54 1) if source or destination has conflicting value then destination will have conflicting value;
55 2) if both values are unknown then destination value will remain unknown;
56 3) if either destination or source value is known (but not both values simultaneously) then
57 destination will either remain known or will be updated to known value;
58 4) if both source and destination values are known and holds result of the same instruction
59 then the destination remain known;
60 5) if both source and destination values are known but holds results of different instructions
61 then destination will be updated to conflicting value.
/arkcompiler/runtime_core/static_core/scripts/sdk/
DREADME.md5 ./build_sdk.sh /path/to/ohos/sdk /path/to/panda/sdk/destination
11 npm install /path/to/panda/sdk/destination/panda-sdk-1.0.0-devel.tgz
15 To determine destination registry for SDK NPM package add following lines to `~/.npmrc`:
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni190 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
205 destination = ""
206 if (defined(invoker.destination)) {
207 destination = invoker.destination
209 destination = target_out_dir
219 output = "${destination}/${name}"
250 # * destination -- a directory for output files, default is ${target_out_dir}
269 destination = invoker.destination
/arkcompiler/runtime_core/
Dark_config.gni194 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
209 destination = ""
210 if (defined(invoker.destination)) {
211 destination = invoker.destination
213 destination = target_out_dir
223 output = "${destination}/${name}"
254 # * destination -- a directory for output files, default is ${target_out_dir}
273 destination = invoker.destination
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dpdf_loader.py23 from PyPDF2.generic import Destination
36 def __is_destination(field: Union[List, Destination]) -> bool: argument
37 return str(type(field)).find("Destination") > 0
54 def __read_dest(self, item: Destination, counter: int, parent: SpecNode) -> SpecNode: argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
DCMakeLists.txt115 DESTINATION ${GENERATED_DIR}
132 DESTINATION ${GENERATED_DIR}
141 DESTINATION ${GENERATED_DIR}
151 DESTINATION ${GENERATED_DIR}
161 DESTINATION ${GENERATED_DIR}
171 DESTINATION ${GENERATED_DIR}
179 DESTINATION ${GENERATED_DIR}
/arkcompiler/runtime_core/static_core/tools/sampler/
DREADME.md38 …| {dir1}, {dir2} | Substring that will be replaced with substitude-destination |
39 | --substitute-destination-str | {dir_target1}, {dir_target2} | Substring that will be plac…
42 …eters (source and destination str) number of strings should be equal and i-th string from source c…
/arkcompiler/runtime_core/static_core/
Dark_config.gni280 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
296 if (defined(invoker.destination)) {
297 destination = invoker.destination
299 destination = target_out_dir
304 output = "${destination}/${name}"
336 # * destination -- a directory for output files, default is ${target_out_dir}
350 destination = invoker.destination
/arkcompiler/runtime_core/static_core/runtime/
DRuntimeEntrypointsPostPlugins.cmake33 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
46 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml204 d: operand is a destination, operand is a source when 'd' is not specified
224 pseudo: pseudo destination - instruction doesn't actually write to the register
236 … If instrucion's type is float then size of source operands shall be equal to size of destination.
238 …type is integer then size of source operands shall be greater than or equal to size of destination.
252 no_dst: Instruction has no destination operand
253 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Df32tou64.yaml113 …description: If converted integer is less than minimal value for destination type, the result is m…
139 …description: If converted integer is greater than maximum value for destination type, the result i…
165 … description: If source is positive infinity, the result is maximum value for destination type.
181 … description: If source is negative infinity, the result is minimal value for destination type.
Df32toi64.yaml119 …description: If converted integer is less than minimal value for destination type, the result is m…
142 …description: If converted integer is greater than maximum value for destination type, the result i…
165 … description: If source is positive infinity, the result is maximum value for destination type.
181 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou64.yaml116 …description: If converted integer is less than minimal value for destination type, the result is m…
142 …description: If converted integer is greater than maximum value for destination type, the result i…
168 … description: If source is positive infinity, the result is maximum value for destination type.
184 … description: If source is negative infinity, the result is minimal value for destination type.
Df32tou32.yaml101 …description: If converted integer is less than minimal value for destination type, the result is m…
124 …description: If converted integer is greater than maximum value for destination type, the result i…
147 … description: If source is positive infinity, the result is maximum value for destination type.
163 … description: If source is negative infinity, the result is minimal value for destination type.
Df32toi32.yaml123 …description: If converted integer is less than minimal value for destination type, the result is m…
151 …description: If converted integer is greater than maximum value for destination type, the result i…
182 … description: If source is positive infinity, the result is maximum value for destination type.
203 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou32.yaml113 …description: If converted integer is less than minimal value for destination type, the result is m…
136 …description: If converted integer is greater than maximum value for destination type, the result i…
159 … description: If source is positive infinity, the result is maximum value for destination type.
175 … description: If source is negative infinity, the result is minimal value for destination type.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df32tou64.yaml112 …description: If converted integer is less than minimal value for destination type, the result is m…
138 …description: If converted integer is greater than maximum value for destination type, the result i…
164 … description: If source is positive infinity, the result is maximum value for destination type.
180 … description: If source is negative infinity, the result is minimal value for destination type.
Df32toi32.yaml121 …description: If converted integer is less than minimal value for destination type, the result is m…
149 …description: If converted integer is greater than maximum value for destination type, the result i…
180 … description: If source is positive infinity, the result is maximum value for destination type.
201 … description: If source is negative infinity, the result is minimal value for destination type.
Df32toi64.yaml118 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
164 … description: If source is positive infinity, the result is maximum value for destination type.
180 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou64.yaml115 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
167 … description: If source is positive infinity, the result is maximum value for destination type.
183 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou32.yaml112 …description: If converted integer is less than minimal value for destination type, the result is m…
135 …description: If converted integer is greater than maximum value for destination type, the result i…
158 … description: If source is positive infinity, the result is maximum value for destination type.
174 … description: If source is negative infinity, the result is minimal value for destination type.
Df32tou32.yaml100 …description: If converted integer is less than minimal value for destination type, the result is m…
123 …description: If converted integer is greater than maximum value for destination type, the result i…
146 … description: If source is positive infinity, the result is maximum value for destination type.
162 … description: If source is negative infinity, the result is minimal value for destination type.

12345678