| /third_party/toybox/toys/pending/ |
| H A D | tftpd.c | 208 char *arr[] = {"File not found", "Access violation", in do_action() local
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | array.c | 111 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 D | FileDescriptorProto.php | 220 $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 D | fixed_array_test.cc | 636 FixedArrType* arr = in TEST() local [all...] |
| /third_party/skia/modules/skottie/src/text/ |
| H A D | RangeSelector.cpp | 26 T ParseEnum(const TArray& arr, const skjson::Value& jenum, in ParseEnum() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFormatUtil.hpp | 192 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 D | egluCallLogWrapper.cpp | 54 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 D | devicestatus_napi.cpp | 135 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 D | reminder_request_calendar_test.cpp | 935 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 D | napi_enable_notification.cpp | 424 napi_value arr = nullptr; in AsyncCompleteCallbackNapiGetAllNotificationEnableStatus() local
|
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| H A D | crypto_x509_certificate_test.cpp | 1733 CfArray arr = { 0 }; in HWTEST_F() local
|
| H A D | crypto_x509_crl_test.cpp | 1717 CfArray arr = { nullptr, CF_FORMAT_PEM, 0 }; in HWTEST_F() local
|
| /base/web/webview/interfaces/kits/cj/src/ |
| H A D | webview_message_ffi.cpp | 291 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 D | udmf_impl.cpp | 416 std::vector<uint8_t> arr; in GetSpanStringRecord() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_utils.cpp | 188 void ToUpper(char* arr)
in ToUpper() argument
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec_dfx.cpp | 76 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 D | font_config.cpp | 266 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 D | lnn_network_info.c | 148 uint8_t *arr = (uint8_t *)SoftBusCalloc(MSG_LEN); in ConvertCapabilityToMsg() local
|
| /foundation/communication/netstack/utils/common_utils/src/ |
| H A D | netstack_common_utils.cpp | 244 char arr[] = {preChar, from}; in InsertCharBefore() local
|
| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| H A D | rdb_store_test.cpp | 113 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 D | searchndk.cpp | 266 int arr[5] = {27, 14, 29, 68, 55};
in LSearch() local
|
| /test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/ |
| H A D | hidebugndk.cpp | 268 uint32_t arr[5] = {1, 2, 3, 4, 5}; in getGraphicsMemoryArray() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vsrc_gradients.c | 120 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 D | node_file-inl.h | 137 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 D | wrtjava.cpp | 334 const char* arr ="new String[] { \n"; in array_write_java() local
|