Home
last modified time | relevance | path

Searched defs:arr (Results 51 - 75 of 353) sorted by relevance

12345678910>>...15

/third_party/protobuf/php/src/Google/Protobuf/
H A DListValue.php61 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Value::class); variable
/drivers/peripheral/display/buffer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h76 uint32_t GetArrLength(T& arr) in GetArrLength() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h91 inline void AddArrayElementBind(const IProperty::Ptr& p, const IProperty::Ptr& arr, size_t index) in AddArrayElementBind() argument
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-indexof.js46 var arr = [11, 22, 33, 44]; variable
H A Darray-prototype-tostring.js54 var arr = [1,2] variable
H A Darray-prototype-concat.js66 var arr = [] variable
H A Darray-prototype-unshift.js
H A Darray-prototype-shift.js[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-pattern.js117 var arr = [1,2,3]; variable
[all...]
H A Dobject-get-own-property-symbols.js22 var arr = [a, b, c, d]; variable
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp341 to_json(BasicJsonType& j, const CompatibleArrayType& arr) to_json() argument
354 to_json(BasicJsonType& j, const std::valarray<T>& arr) to_json() argument
360 to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr) to_json() argument
[all...]
/third_party/mesa3d/src/util/
H A Dsparse_array.h103 struct util_sparse_array *arr; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dzero-sized-array.hpp8 char arr[0]; member in ZeroSizedArray
31 char arr[]; member in DynamicallySizedArray
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/tests/
H A DTypeTests.h46 auto arr = std::array<float, 1> {10}; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignOf.h35 char arr[sizeof(T)]; member
39 template <typename T> union SizerImpl<T> { char arr[sizeof(T)]; }; member
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dis_host_shareable_test.cc102 auto* arr = create<sem::Array>(create<sem::I32>(), 5, 4, 20, 4, 4); in TEST_F() local
107 auto* arr = create<sem::Array>(create<sem::I32>(), 0, 4, 4, 4, 4); in TEST_F() local
H A Dis_storeable_test.cc77 auto* arr = create<sem::Array>(create<sem::I32>(), 5, 4, 20, 4, 4); in TEST_F() local
82 auto* arr = create<sem::Array>(create<sem::I32>(), 0, 4, 4, 4, 4); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
H A DstrictTupleLength.js5 var arr: number[]; variable
27 var arr; variable
H A DarrowFunctionContexts.js26 var arr = [(n: number) => '']; variable
27 var arr: { (n: number): string; }[]; // Incorrect error here (bug 829597) variable
67 var arr = [(n: number) => '']; variable
68 var arr: { (n: number): string; }[]; // Incorrect error here (bug 829597) variable
139 var arr; // Incorrect error here (bug 829597) variable
181 var arr; // Incorrect error here (bug 829597) variable
H A DconditionalTypesExcessProperties.js
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_routing_manager_callback.cpp28 CArrDeviceDescriptor arr; in OnMicrophoneBlocked() local
48 CArrDeviceDescriptor arr; in OnPreferredInputDeviceUpdated() local
67 CArrDeviceDescriptor arr; OnDeviceChange() local
[all...]
/foundation/resourceschedule/ffrt/benchmarks/base/
H A Dbase.cpp54 uint64_t* arr = new uint64_t[sz]; in BenchmarkNative() local
84 uint64_t* arr = new uint64_t[sz]; in BenchmarkFFRT() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_flowctrl_manager_test.cpp61 int arr[2] = {0, 0}; in HWTEST_F() local
79 int arr[2] = {0, 0}; in HWTEST_F() local
97 int arr[2] = {0, 0}; in HWTEST_F() local
115 int arr[2] = {0, 0}; HWTEST_F() local
134 int arr[2] = {0, 0}; HWTEST_F() local
153 int arr[2] = {0, 0}; HWTEST_F() local
180 int arr[2] = {0, 0}; HWTEST_F() local
198 int arr[2] = {0, 0}; HWTEST_F() local
216 int arr[2] = {0, 0}; HWTEST_F() local
234 int arr[2] = {0, 0}; HWTEST_F() local
253 int arr[2] = {0, 0}; HWTEST_F() local
272 int arr[2] = {0, 0}; HWTEST_F() local
[all...]
/third_party/benchmark/test/
H A Ddonotoptimize_test.cc20 static unsigned char arr[2] = {}; in Make() local
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace-misc.c42 int sum = 0, i, max, arr[1024]; in func() local
72 int arr[1] = { v }; in bar() local

Completed in 10 milliseconds

12345678910>>...15