Home
last modified time | relevance | path

Searched defs:array (Results 376 - 400 of 1797) sorted by relevance

1...<<11121314151617181920>>...72

/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h72 const std::array<float, kMaxUniformSize>& array() const { in array() function in GrMatrixConvolutionEffect::KernelWrapper
/third_party/skia/src/core/
H A DSkTSort.h34 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 DClassDefTable.java10 public final RecordsTable<?> array; field in ClassDefTable
H A DCoverageTable.java10 public final RecordsTable<?> array; field in CoverageTable
H A DLigatureSubst.java11 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 DOneToManySubst.java12 private final GlyphIds array; field in OneToManySubst
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.cpp117 const Formattable* array = f.getArray(count); in formattableToString() local
/third_party/skia/tests/
H A DUtilsTest.cpp128 int i, array[kSEARCH_COUNT]; in test_search() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcpal.c132 FT_UShort* array = NULL; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dsample.py4 import array namespace
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc97 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 DMD5.h
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DJSONBackend.cpp54 json::Array array; in translateInit() local
65 json::Array array; in translateInit() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc43 const ast::Array* array(ProgramBuilder* b) const { in array() function
[all...]
/third_party/toybox/toys/pending/
H A Dipcs.c46 unsigned short *array; member
/third_party/typescript/tests/baselines/reference/
H A DconditionalOperatorConditionIsNumberType.js35 var array = [1, 2, 3]; variable
96 var array = [1, 2, 3]; variable
/third_party/skia/include/effects/
H A DSkImageFilters.h296 sk_sp<SkImageFilter> array[] = { std::move(first), std::move(second) }; local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory-inl.h143 LexicalEnv *array = LexicalEnv::Cast(header); in InlineNewLexicalEnv() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_plain_array_test.cpp169 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 Dinterop_common.cpp115 static inline void ConvertToTwosComplement(std::vector<EtsInt> &array) in ConvertToTwosComplement() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Darray_native_test.cpp74 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 Dobject-references-iterator-inl.h34 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 Dobject_helpers-inl.h103 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 Dobject_helpers_test.cpp270 coretypes::Array *array = AllocStringArray(2); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp34 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...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...72