| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | growable_memory_byte_array.h | 34 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() argument 35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument 38 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
| H A D | memory_byte_array.h | 46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() argument 47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument 50 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | open_type_data_test.cc | 31 ByteArrayPtr array = new MemoryByteArray(&(bytes[0]), bytes.size()); in TestOTFRead() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | pad_array_elements.cc | 45 PadArray( CloneContext& ctx, CREATE_AST_TYPE_FOR&& create_ast_type_for, std::unordered_map<const sem::Array*, ArrayBuilder>& padded_arrays, const sem::Array* array) PadArray() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | destructuringParameterDeclaration3ES5.js | 22 var array = [1, 2, 3]; variable 59 var array = [1, 2, 3];
variable
|
| H A D | destructuringParameterDeclaration3ES5iterable.js | 22 var array = [1, 2, 3]; variable 115 var array = [1, 2, 3];
variable
|
| H A D | destructuringParameterDeclaration3ES6.js | 22 var array = [1, 2, 3]; variable 59 var array = [1, 2, 3];
variable
|
| H A D | implicitAnyCastedValue.js | 79 var array = <any>[null, undefined];
variable 163 var array = [null, undefined];
variable
|
| /third_party/rust/crates/nom/tests/ |
| H A D | json.rs | 97 fn array(input: &str) -> IResult<&str, Vec<JsonValue>> { in array() functions
|
| /third_party/rust/crates/nom/examples/ |
| H A D | json.rs | 107 fn array<'a, E: ParseError<&'a str> + ContextError<&'a str>>( in array() functions
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | gen-large-constant-arrays.py | 103 array = genArray(dataType, arraySize) global() variable [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | gc_third_test.cpp | 107 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray( local 169 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray( in HWTEST_F_L0() local 186 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray( in HWTEST_F_L0() local 203 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray( in HWTEST_F_L0() local 221 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()-> in HWTEST_F_L0() local 239 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()-> in HWTEST_F_L0() local 257 [[maybe_unused]] JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()-> in HWTEST_F_L0() local
|
| H A D | shared_object_factory_test.cpp | 144 JSHandle<TaggedArray> array = factory->NewTaggedArray(5); in HWTEST_F_L0() local 159 JSHandle<TaggedArray> array = factory->NewTaggedArray(10); in HWTEST_F_L0() local 170 JSHandle<TaggedArray> array = factory->NewTaggedArray(5); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | array.cpp | 53 auto *array = AllocateArray(arrayClass, elemSize, length, spaceType, pinned); in Create() local 74 auto *array = AllocateArray(arrayClass, elemSize, length, spaceType, pinned); Create() local 93 auto *array = AllocateArray(arrayClass, elemSize, length, spaceType, pinned); Create() local 112 auto *array = AllocateArray(arrayClass, elemSize, length, spaceType, false, vm); CreateTagged() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 56 int TimSort::CountRunAndMakeAscending(JSThread *thread, JSHandle<TaggedArray> &array, in CountRunAndMakeAscending() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | atomic_helper_test.cpp | 36 JSHandle<JSTypedArray> array = in HWTEST_F_L0() local 56 JSHandle<JSTypedArray> array = in HWTEST_F_L0() local 86 JSHandle<JSTypedArray> array = HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | typed_array_lowering_test.cpp | 53 auto array = builder.Arguments(1); in HWTEST_F_L0() local 82 auto array = builder.Arguments(1); in HWTEST_F_L0() local 117 auto array = builder.Arguments(1); in HWTEST_F_L0() local 149 auto array = builder.Arguments(1); in HWTEST_F_L0() local 181 auto array = builder.Arguments(1); HWTEST_F_L0() local 216 auto array = builder.Arguments(1); HWTEST_F_L0() local 251 auto array = builder.Arguments(1); HWTEST_F_L0() local 286 auto array = builder.Arguments(1); HWTEST_F_L0() local 321 auto array = builder.Arguments(1); HWTEST_F_L0() local 356 auto array = builder.Arguments(1); HWTEST_F_L0() local 392 auto array = builder.Arguments(1); HWTEST_F_L0() local 424 auto array = builder.Arguments(1); HWTEST_F_L0() local 456 auto array = builder.Arguments(1); HWTEST_F_L0() local 490 auto array = builder.Arguments(1); HWTEST_F_L0() local 524 auto array = builder.Arguments(1); HWTEST_F_L0() local 558 auto array = builder.Arguments(1); HWTEST_F_L0() local 592 auto array = builder.Arguments(1); HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_returns.cpp | 24 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 37 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 52 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 68 std::unique_ptr<PtJson> array in ToJson() local 98 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 126 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 142 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 179 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 203 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 336 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 361 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 378 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local 417 std::unique_ptr<PtJson> array = PtJson::CreateArray(); ToJson() local [all...] |
| H A D | pt_events.cpp | 37 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 258 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 278 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_params_test.cpp | 107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local 121 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local 140 std::unique_ptr<PtJson> array in HWTEST_F_L0() local [all...] |
| /foundation/ability/ability_base/test/fuzztest/arraywrapperfirst_fuzzer/ |
| H A D | arraywrapperfirst_fuzzer.cpp | 44 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/ |
| H A D | arraywrapperthird_fuzzer.cpp | 43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| H A D | byte_buffer_operator.h | 157 void WriteArray(const T& array) in WriteArray() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_line.cpp | 90 void JSLine::SetPoint(const JSRef<JSArray>& array, ShapePoint& point) in SetPoint() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | shape_paint_property.h | 95 std::vector<Dimension> array = propStrokeDashArray_.value_or(std::vector<Dimension>()); variable
|