| /third_party/skia/src/gpu/effects/ |
| H A D | GrMatrixConvolutionEffect.h | 72 const std::array<float, kMaxUniformSize>& array() const { in array() function in GrMatrixConvolutionEffect::KernelWrapper
|
| /third_party/skia/src/core/ |
| H A D | SkTSort.h | 34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() argument 68 SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) SkTHeapSort_SiftDown() argument 93 SkTHeapSort(T array[], size_t count, const C& lessThan) SkTHeapSort() argument 106 SkTHeapSort(T array[], size_t count) SkTHeapSort() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
| H A D | ClassDefTable.java | 10 public final RecordsTable<?> array; field in ClassDefTable
|
| H A D | CoverageTable.java | 10 public final RecordsTable<?> array; field in CoverageTable
|
| H A D | LigatureSubst.java | 11 private final InnerArrayFmt1 array; field in LigatureSubst
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | OneToManySubst.java | 12 private final GlyphIds array; field in OneToManySubst
|
| /third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
| H A D | util.cpp | 117 const Formattable* array = f.getArray(count); in formattableToString() local
|
| /third_party/skia/tests/ |
| H A D | UtilsTest.cpp | 128 int i, array[kSEARCH_COUNT]; in test_search() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | ttcpal.c | 132 FT_UShort* array = NULL; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | sample.py | 4 import array namespace
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | byte_array.cc | 97 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() argument 101 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument 105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | MD5.h | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 54 json::Array array; in translateInit() local 65 json::Array array; in translateInit() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_strided_matrix.cc | 43 const ast::Array* array(ProgramBuilder* b) const { in array() function [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | ipcs.c | 46 unsigned short *array; member
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | conditionalOperatorConditionIsNumberType.js | 35 var array = [1, 2, 3]; variable 96 var array = [1, 2, 3];
variable
|
| /third_party/skia/include/effects/ |
| H A D | SkImageFilters.h | 296 sk_sp<SkImageFilter> array[] = { std::move(first), std::move(second) }; local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory-inl.h | 143 LexicalEnv *array = LexicalEnv::Cast(header); in InlineNewLexicalEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_plain_array_test.cpp | 169 auto array = GetIndexOfKeyAndGeIndexOfValueGetArray(value, NODE_NUMBERS); HWTEST_F_L0() local 198 auto array = GetIndexOfKeyAndGeIndexOfValueGetArray(value, NODE_NUMBERS); HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_common.cpp | 115 static inline void ConvertToTwosComplement(std::vector<EtsInt> &array) in ConvertToTwosComplement() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | array_native_test.cpp | 74 ets_booleanArray array = env_->NewBooleanArray(src.size()); in TEST_F() local 113 ets_byteArray array in TEST_F() local 152 ets_charArray array = env_->NewCharArray(src.size()); TEST_F() local 191 ets_shortArray array = env_->NewShortArray(src.size()); TEST_F() local 230 ets_intArray array = env_->NewIntArray(src.size()); TEST_F() local 269 ets_longArray array = env_->NewLongArray(src.size()); TEST_F() local 308 ets_floatArray array = env_->NewFloatArray(src.size()); TEST_F() local 347 ets_doubleArray array = env_->NewDoubleArray(src.size()); TEST_F() local 409 ets_objectArray array = env_->NewObjectsArray(src.size(), cls, etsSrc[0]); TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | object-references-iterator-inl.h | 34 bool ObjectArrayIterator::Iterate(coretypes::Array *array, Handler *handler) in Iterate() argument 54 bool ObjectArrayIterator::Iterate(coretypes::Array *array, Handler *handler, void *begin, void *end) in Iterate() argument
|
| H A D | object_helpers-inl.h | 103 bool GCStaticObjectHelpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] Class *cls, void *begin, void *end, in TraverseArray() argument 218 bool GCDynamicObjectHelpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] HClass *cls, void *begin, in TraverseArray() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | object_helpers_test.cpp | 270 coretypes::Array *array = AllocStringArray(2); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 34 VReg array = pg->AllocReg(); in GenRestElement() local 71 static void GenElement(const ir::ArrayExpression *array, DestructuringIterator &iterator, PandaGen *pg) in GenElement() argument 114 static void GenArray(PandaGen *pg, const ir::ArrayExpression *array) in GenArray() argument [all...] |