Home
last modified time | relevance | path

Searched defs:array (Results 351 - 375 of 1325) sorted by relevance

1...<<11121314151617181920>>...53

/third_party/node/deps/icu-small/source/common/
H A Dlocaleprioritylist.cpp110 MaybeStackArray<LocaleAndWeight, 20> array; member
H A Dunistr_cnv.cpp369 char16_t *array, *myTarget; in doCodepageCreate() local
/third_party/libdrm/radeon/
H A Dbof.c36 bof_t **array; in bof_entry_grow() local
102 bof_t *array = bof_object(); bof_array() local
111 bof_array_append(bof_t *array, bof_t *value) bof_array_append() argument
[all...]
/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c59 int array[WORKLEN]; variable
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c98 struct array { struct
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer.cc128 Handle<Object> array = args.atOrUndefined(isolate, 1); in BUILTIN() local
255 Handle<Object> array = args.atOrUndefined(isolate, 1); in BUILTIN() local
266 Handle<Object> array = args.atOrUndefined(isolate, 1); in BUILTIN() local
181 DoWait(Isolate* isolate, FutexEmulation::WaitMode mode, Handle<Object> array, Handle<Object> index, Handle<Object> value, Handle<Object> timeout) DoWait() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h133 bool Isolate::IsAnyInitialArrayPrototype(JSArray array) { in IsAnyInitialArrayPrototype() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dwrite-barrier.cc93 const char* array = static_cast<const char*>(first_element); in DijkstraMarkingBarrierRangeSlow() local
/third_party/node/deps/v8/src/objects/
H A Dembedder-data-slot-inl.h23 EmbedderDataSlot::EmbedderDataSlot(EmbedderDataArray array, int entry_index) in EmbedderDataSlot() argument
58 void EmbedderDataSlot::store_tagged(EmbedderDataArray array, int entry_index, in store_tagged() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc124 Handle<JSArray> array = Handle<JSArray>::cast(factory->NewJSObjectFromMap( in RUNTIME_FUNCTION() local
159 Handle<JSObject> array = args.at<JSObject>(0); RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/torque/ls/
H A Djson-parser.cc64 JsonArray array = child_results->NextAs<JsonArray>(); in MakeArray() local
166 Symbol array = {Rule({Token("["), elementList, Token("]")})}; member in v8::internal::torque::ls::JsonGrammar
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_liverange_test.cpp170 auto array = vf.array_from_string("A0[2].xy"); in TEST_F() local
/third_party/musl/ldso/linux/
H A Ddynlink_rand.h75 struct loadtask **array; member
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
H A Dldso_randomization_manual.c36 static bool check_address(void **array, size_t length) in check_address() argument
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py23 import array namespace
/third_party/python/Lib/multiprocessing/
H A Dreduction.py140 import array namespace
/third_party/python/Lib/test/
H A Daudiotests.py3 import array namespace
/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp34 SkColorFilter_Matrix::SkColorFilter_Matrix(const float array[20], Domain domain, Clamp clamp) in SkColorFilter_Matrix() argument
41 SkColorFilter_Matrix::SkColorFilter_Matrix(const float array[20], Domain domain) in SkColorFilter_Matrix() argument
262 static sk_sp<SkColorFilter> MakeMatrix(const float array[20], in MakeMatrix() argument
271 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[2 argument
279 Matrix(const float array[20]) Matrix() argument
287 HSLAMatrix(const float array[20]) HSLAMatrix() argument
295 MakeMatrix(const float array[20], SkColorFilter_Matrix::Domain domain) MakeMatrix() argument
303 Matrix(const float array[20]) Matrix() argument
311 HSLAMatrix(const float array[20]) HSLAMatrix() argument
[all...]
H A DSkEndian.h41 static inline void SkEndianSwap16s(uint16_t array[], int count) { in SkEndianSwap16s() argument
70 static inline void SkEndianSwap32s(uint32_t array[], int count) { in SkEndianSwap32s() argument
106 SkEndianSwap64s(uint64_t array[], int count) SkEndianSwap64s() argument
[all...]
H A DSkPointPriv.h22 static bool AreFinite(const SkPoint array[], int count) { in AreFinite() argument
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp89 AttribArrayState* array = &fAttribArrayStates[index]; in set() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java201 copyTo(ByteArray<? extends ByteArray<?>> array) copyTo() argument
214 copyTo(ByteArray<? extends ByteArray<?>> array, int offset, int length) copyTo() argument
227 copyTo( int dstOffset, ByteArray<? extends ByteArray<?>> array, int srcOffset, int length) copyTo() argument
[all...]
H A DFontData.java63 protected final ByteArray<? extends ByteArray<?>> array; field in FontData
[all...]
H A DWritableFontData.java93 private WritableFontData(ByteArray<? extends ByteArray<?>> array) { in WritableFontData() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat1.java146 public void setOffsetArray(List<Integer> array) { in setOffsetArray() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...53