Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 195) 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()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.h30 * it to the destination stack. if the destination stack reaches the limit,
32 * If stack limit is equal to zero, it means that the destination stack is unlimited.
46 * @brief Add new object into destination stack.
54 * If the source stack is empty, we will swap it with destination stack
66 /// @brief Check that destination or source stack has at least one object.
68 /// @brief Returns the sum of destination and source stacks sizes.
Dgc_adaptive_marking_stack.h30 * it to the destination stack. if the destination stack reaches the limit,
32 * If stack limit is equal to zero, it means that the destination stack is unlimited.
/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`:
Dbuild_sdk.sh29 …echo "$(basename "${BASH_SOURCE[0]}") path/to/ohos/sdk/native path/to/panda/sdk/destination build_…
47 echo "Error: path to panda sdk destination is not provided"
66 npm pack --pack-destination "$SDK_BUILD_ROOT"
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
DBUILD.gn25 destination = "$target_gen_dir/../generated"
35 destination = "$target_gen_dir/../generated"
46 destination = "$target_gen_dir/../generated"
60 destination = "$target_gen_dir/../generated"
/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.txt116 DESTINATION ${GENERATED_DIR}
133 DESTINATION ${GENERATED_DIR}
142 DESTINATION ${GENERATED_DIR}
152 DESTINATION ${GENERATED_DIR}
162 DESTINATION ${GENERATED_DIR}
172 DESTINATION ${GENERATED_DIR}
180 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…
43 …eters (source and destination str) number of strings should be equal and i-th string from source c…
/arkcompiler/runtime_core/libabckit/src/templates/abckit_intrinsics/
DBUILD.gn40 destination = "$intrinsics_compiler_gen_dir/generated"
60 destination = "$intrinsics_compiler_gen_dir/generated"
86 destination = "$bco_gen_dir/generated"
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
DBUILD.gn20 destination = "$target_gen_dir/../generated"
29 destination = "$target_gen_dir/../generated"
/arkcompiler/runtime_core/static_core/
Dark_config.gni292 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
308 if (defined(invoker.destination)) {
309 destination = invoker.destination
311 destination = target_out_dir
316 output = "${destination}/${name}"
348 # * destination -- a directory for output files, default is ${target_out_dir}
362 destination = invoker.destination
/arkcompiler/runtime_core/libabckit/src/templates/dyn_intrinsics/
DBUILD.gn29 destination = "$intrinsics_compiler_gen_dir/generated"
39 destination = "$bco_gen_dir/generated"
/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/tests/cts-generator/cts-template/
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.
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.
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.
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.
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.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
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.
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.

12345678