Home
last modified time | relevance | path

Searched defs:array (Results 201 - 225 of 1050) sorted by relevance

12345678910>>...42

/third_party/node/test/js-native-api/test_object/
H A Dtest.js
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h262 const uint16_t *array; member
[all...]
/third_party/libevdev/libevdev/
H A Dlibevdev-util.h43 bit_is_set(const unsigned long *array, int bit) in bit_is_set() argument
49 set_bit(unsigned long *array, int bit) in set_bit() argument
55 clear_bit(unsigned long *array, int bit) in clear_bit() argument
61 set_bit_state(unsigned long *array, int bit, int state) in set_bit_state() argument
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap001.c83 char *array; in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dconditional-type.c3 static int array[3]; variable
/third_party/node/deps/v8/src/deoptimizer/
H A Dmaterialized-object-store.cc20 Handle<FixedArray> array = GetStackEntries(); in Get() local
33 Handle<FixedArray> array = EnsureStackEntries(index + 1); in Set() local
43 FixedArray array = isolate()->heap()->materialized_objects(); in Remove() local
67 Handle<FixedArray> array = GetStackEntries(); EnsureStackEntries() local
[all...]
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c36 unsigned short *array; in inc() member
/third_party/musl/libc-test/src/functionalext/supplement/search/
H A Dtdestroy.c64 int array[ARRAY_SIZE] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in tdestroy_0100() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAllocatedBuffer.java76 public abstract byte[] array(); in array() method in AllocatedBuffer
[all...]
H A DProtobufArrayList.java52 private E[] array; field in ProtobufArrayList
60 private ProtobufArrayList(E[] array, int size) { in ProtobufArrayList() argument
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_frombuffer.py2 import array namespace
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp96 static ExpressionArray negate_operands(const Context& context, const ExpressionArray& array) { in negate_operands() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duset.h237 const uint16_t *array; member
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmoduleWithStatementsOfEveryKind.js20 var array: I[] = null; variable
120 var array = null; variable
/third_party/python/Lib/test/
H A Dtest_ioctl.py1 import array namespace
/third_party/pulseaudio/src/pulsecore/
H A Ddynarray.c39 pa_dynarray *array; in pa_dynarray_new() local
47 void pa_dynarray_free(pa_dynarray *array) { in pa_dynarray_free() argument
59 pa_dynarray_append(pa_dynarray *array, void *p) pa_dynarray_append() argument
73 pa_dynarray_get(pa_dynarray *array, unsigned i) pa_dynarray_get() argument
82 pa_dynarray_last(pa_dynarray *array) pa_dynarray_last() argument
91 pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i) pa_dynarray_remove_by_index() argument
109 pa_dynarray_remove_by_data(pa_dynarray *array, void *p) pa_dynarray_remove_by_data() argument
129 pa_dynarray_steal_last(pa_dynarray *array) pa_dynarray_steal_last() argument
138 pa_dynarray_size(pa_dynarray *array) pa_dynarray_size() argument
144 pa_dynarray_insert_by_index(pa_dynarray *array, void *p, unsigned i) pa_dynarray_insert_by_index() argument
[all...]
/third_party/skia/gm/
H A Dcolormatrix.cpp35 static void set_array(SkPaint* paint, const float array[]) { in set_array() argument
/third_party/skia/bench/
H A DScalarBench.cpp46 template <typename T> void init9(T array[9]) { in init9() argument
115 virtual void doSomething(SkScalar array[], int sum) {} in doSomething() argument
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs75 pub fn array(&self) -> Option<impl Iterator<Item = JsonValue<'a, 'b>>> { in array() functions
239 fn array<'a>(i: &'a str) -> IResult<&'a str, ()> { in boolean() functions
/third_party/rust/crates/nom/benchmarks/benches/
H A Djson.rs102 fn array(input: &str) -> IResult<&str, Vec<JsonValue>> { in array() functions
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_map.h33 JSArray *array = JSArray::Cast(obj.GetTaggedObject()); in Hash() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp56 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
62 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
74 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
79 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
94 [[maybe_unused]] auto array = in HWTEST_F_L0() local
114 [[maybe_unused]] auto array in HWTEST_F_L0() local
[all...]
H A Djs_finalization_registry_test.cpp129 JSHandle<CellRecordVector> array = JSHandle<CellRecordVector>(CellRecordVector::Create(thread)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_builder.h149 void JsonBuilderBase<startDelimiter, endDelimiter>::Stringify(T &&array) in Stringify() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_builder.h153 void JsonBuilderBase<START_DELIMITER, END_DELIMITER>::Stringify(T &&array) in Stringify() argument

Completed in 10 milliseconds

12345678910>>...42