Home
last modified time | relevance | path

Searched defs:arr (Results 226 - 250 of 386) sorted by relevance

12345678910>>...16

/third_party/toybox/toys/pending/
H A Dtftpd.c208 char *arr[] = {"File not found", "Access violation", in do_action() local
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c111 void RepeatedField_GetPhpWrapper(zval *val, upb_array *arr, in RepeatedField_GetPhpWrapper() argument
140 upb_array *arr = upb_array_new(arena, upb_fielddef_type(f)); in RepeatedField_GetUpbArray() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptorProto.php220 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); variable
246 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); variable
274 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); variable
300 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class); variable
322 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class); variable
344 $arr = GPBUtil::checkRepeatedField($var, \\Google\\Protobuf\\Internal\\GPBType::MESSAGE, \\Google\\Protobuf\\Internal\\ServiceDescriptorProto::class); global() variable
366 $arr = GPBUtil::checkRepeatedField($var, \\Google\\Protobuf\\Internal\\GPBType::MESSAGE, \\Google\\Protobuf\\Internal\\FieldDescriptorProto::class); global() variable
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc636 FixedArrType* arr = in TEST() local
[all...]
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp26 T ParseEnum(const TArray& arr, const skjson::Value& jenum, in ParseEnum() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuFormatUtil.hpp192 const T* arr; member in tcu::Format::ArrayPointer
281 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray() argument
/third_party/vk-gl-cts/framework/egl/
H A DegluCallLogWrapper.cpp54 const T* arr; member in eglu::PointerFmt
80 inline PointerFmt<T> getPointerStr (const T* arr, deUint32 size) in getPointerStr() argument
/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp135 int32_t arr[ARG_4] = { 0 }; in CheckArguments() local
176 int32_t arr[ARG_2] = { 0 }; in CheckGetArguments() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp935 uint8_t arr[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp424 napi_value arr = nullptr; in AsyncCompleteCallbackNapiGetAllNotificationEnableStatus() local
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp1733 CfArray arr = { 0 }; in HWTEST_F() local
H A Dcrypto_x509_crl_test.cpp1717 CfArray arr = { nullptr, CF_FORMAT_PEM, 0 }; in HWTEST_F() local
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_message_ffi.cpp291 auto arr = static_cast<bool*>(malloc(sizeof(bool) * values.size())); in ConvertToCArr() local
303 auto arr = static_cast<double*>(malloc(sizeof(double) * values.size())); in ConvertToCArr() local
315 auto arr = static_cast<int64_t*>(malloc(sizeof(int64_t) * values.size())); in ConvertToCArr() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp416 std::vector<uint8_t> arr; in GetSpanStringRecord() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp188 void ToUpper(char* arr) in ToUpper() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp76 const std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in PrintAllBufferInfo() local
130 std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; in UpdateOwner() local
145 std::array<int, OWNER_CNT>& arr in ReduceOwner() local
159 const std::array<int, OWNER_CNT>& arr = isInput ? inputOwner_ : outputOwner_; PrintStatistic() local
177 std::array<int, OWNER_CNT>& arr = info.isInput ? inputOwner_ : outputOwner_; ChangeOwnerNormal() local
226 std::array<int, OWNER_CNT>& arr = info.isInput ? inputOwner_ : outputOwner_; ChangeOwnerDebug() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp266 int FontConfigJson::ParseAdjustArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAdjustArr() argument
283 int FontConfigJson::ParseAliasArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAliasArr() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c148 uint8_t *arr = (uint8_t *)SoftBusCalloc(MSG_LEN); in ConvertCapabilityToMsg() local
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp244 char arr[] = {preChar, from}; in InsertCharBefore() local
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp113 uint8_t arr[] = { 1, 2, 3, 4, 5 }; in SetUp() local
458 uint8_t arr[] = { 1, 2, 3, 4, 5 }; in HWTEST_F() local
655 uint8_t arr[] = { 1, 2, 3, 4, 5 }; in HWTEST_F() local
1029 uint8_t arr[] = { 1, 2, 3, 4, 5 }; HWTEST_F() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk.cpp266 int arr[5] = {27, 14, 29, 68, 55}; in LSearch() local
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp268 uint32_t arr[5] = {1, 2, 3, 4, 5}; in getGraphicsMemoryArray() local
/third_party/ffmpeg/libavfilter/
H A Dvsrc_gradients.c120 static uint32_t lerp_colors(uint8_t arr[3][4], int nb_colors, int nb_wrap_colors, float step) in lerp_colors() argument
143 lerp_colors16(uint8_t arr[3][4], int nb_colors, int nb_wrap_colors, float step) lerp_colors16() argument
166 lerp_colors32(float arr[3][4], int nb_colors, int nb_wrap_colors, float step, float *r, float *g, float *b, float *a) lerp_colors32() argument
[all...]
/third_party/node/src/
H A Dnode_file-inl.h137 auto* const arr = &binding_data->stats_field_bigint_array; in FillGlobalStatsArray() local
141 auto* const arr = &binding_data->stats_field_array; in FillGlobalStatsArray() local
169 auto* const arr = &binding_data->statfs_field_bigint_array; in FillGlobalStatFsArray() local
173 auto* const arr in FillGlobalStatFsArray() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp334 const char* arr ="new String[] { \n"; in array_write_java() local

Completed in 27 milliseconds

12345678910>>...16