| /third_party/zlib/examples/ |
| H A D | gzappend.c | 466 int main(int argc, char **argv) in main() argument
|
| H A D | zran.c | 471 int main(int argc, char **argv) in main() argument
|
| /third_party/zlib/test/ |
| H A D | minigzip.c | 538 int main(int argc, char *argv[]) in main() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
| H A D | sample_audio.c | 1035 HI_S32 app_main(int argc, char *argv[]) in app_main() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_proc.c | 126 static int osal_proc_cmd_call(osal_proc_entry *entry, unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX]) in osal_proc_cmd_call() argument 144 unsigned int argc = 0; in osal_proc_write() local 89 osal_proc_parse_para(const char *buf, unsigned int buf_size, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], unsigned int count, unsigned int *argc) osal_proc_parse_para() argument [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| H A D | at_lowpower.c | 93 hi_u32 at_setup_sleep(hi_s32 argc, hi_char *argv[]) in at_setup_sleep() argument 173 hi_u32 at_setup_wake_gpio(hi_s32 argc, hi_char *argv[]) in at_setup_wake_gpio() argument 235 hi_u32 at_setup_ultra_dsleep(hi_s32 argc, hi_char *argv[]) in at_setup_ultra_dsleep() argument 330 at_set_arpoffload(hi_s32 argc, const hi_char **argv) at_set_arpoffload() argument 367 at_set_powersave(hi_s32 argc, const hi_char **argv) at_set_powersave() argument 410 at_set_ndoffload(hi_s32 argc, const hi_char **argv) at_set_ndoffload() argument [all...] |
| H A D | at.c | 190 hi_u32 at_param_null_check(hi_s32 argc, const hi_char **argv) in at_param_null_check() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/ |
| H A D | drv_gpio_intf.c | 108 static hi_s32 gpio_drv_proc_help(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], hi_void *private) in gpio_drv_proc_help() argument 120 static hi_s32 gpio_drv_proc_rdir(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], hi_void *private) in gpio_drv_proc_rdir() argument 142 static hi_s32 gpio_drv_proc_wdir(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], hi_void *private) in gpio_drv_proc_wdir() argument 171 static hi_s32 gpio_drv_proc_read(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], hi_void *private) in gpio_drv_proc_read() argument 193 static hi_s32 gpio_drv_proc_write(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], hi_void *private) in gpio_drv_proc_write() argument
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | extension_test.cpp | 76 static RetCode ExtensionOnInitImpl(UiTestPort port, size_t argc, const char **argv) in ExtensionOnInitImpl() argument 133 const int32_t argc = sizeof(argv) / sizeof(argv[0]); in TEST_F() local 158 const int32_t argc = sizeof(argv) / sizeof(argv[0]); in TEST_F() local
|
| /test/testfwk/arkxtest/uitest/addon/ |
| H A D | extension_executor.cpp | 269 bool ExecuteExtension(string_view version, int32_t argc, char *argv[])
in ExecuteExtension() argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
| H A D | list_hittestbehavior_test.cpp | 212 size_t argc = PARAM_1; in CreateNativeNodeDefault() local 260 size_t argc = PARAM_1; in CreateNativeNodeBlock() local 304 size_t argc = PARAM_1; in CreateNativeNodeTransparent() local 348 size_t argc = PARAM_1; in CreateNativeNodeNone() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
| H A D | customcomponent_hittestbehavior_test.cpp | 198 size_t argc = PARAM_1; in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
| H A D | animator_event_test.cpp | 160 size_t argc = PARAM_1; in testKeyframeRegisterOnFinish_001() local 217 size_t argc = PARAM_1; in testKeyframeRegisterOnEvent_002() local 312 size_t argc = PARAM_1; in testAnimatorRegisterOnFrame_003() local 392 size_t argc = PARAM_1; in testAnimatorRegisterOnFinish_004() local 469 size_t argc = PARAM_1; in testAnimatorRegisterOnCancel_005() local 546 size_t argc = PARAM_1; testAnimatorRegisterOnRepeat_006() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
| H A D | gesture_test.cpp | 121 size_t argc = PARAM_1; in CreateLongPressNativeNode() local 182 size_t argc = PARAM_1; in CreateSwipeNativeNode() local 238 size_t argc = PARAM_1; in CreatePanNativeNode() local 296 size_t argc = PARAM_1; in CreatePinchNativeNode() local 353 size_t argc = PARAM_1; in CreateRotateNativeNode() local 426 size_t argc = PARAM_1; CreateInterruptNativeNode() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
| H A D | scroll_hittestbehavior_test.cpp | 211 size_t argc = PARAM_1; in CreateNativeNodeDefault() local 260 size_t argc = PARAM_1; in CreateNativeNodeBlock() local 305 size_t argc = PARAM_1; in CreateNativeNodeTransparent() local 350 size_t argc = PARAM_1; in CreateNativeNodeNone() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
| H A D | listitem_hittestbehavior_test.cpp | 179 size_t argc = PARAM_1; in CreateNativeNodeDefault() local 226 size_t argc = PARAM_1; in CreateNativeNodeBlock() local 272 size_t argc = PARAM_1; in CreateNativeNodeTransparent() local 319 size_t argc = PARAM_1; in CreateNativeNodeNone() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | ctypendk.cpp | 41 size_t argc = PARAM_1;
in Isalnum() local 60 size_t argc = PARAM_1;
in IsalnumL() local 79 size_t argc = PARAM_1;
in Isalpha() local 98 size_t argc = PARAM_1;
in IsalphaL() local 117 size_t argc = PARAM_1;
in Isascii() local 134 size_t argc = PARAM_1; Isblank() local 153 size_t argc = PARAM_1; IsblankL() local 172 size_t argc = PARAM_1; Iscntrl() local 189 size_t argc = PARAM_1; IscntrlL() local 206 size_t argc = PARAM_1; Isdigit() local 224 size_t argc = PARAM_1; IsdigitL() local 243 size_t argc = PARAM_1; Isgraph() local 261 size_t argc = PARAM_1; IsgraphL() local 280 size_t argc = PARAM_1; Islower() local 299 size_t argc = PARAM_1; IslowerL() local 318 size_t argc = PARAM_1; Isprint() local 337 size_t argc = PARAM_1; IsprintL() local 356 size_t argc = PARAM_1; Ispunct() local 375 size_t argc = PARAM_1; IspunctL() local 394 size_t argc = PARAM_1; Isspace() local 412 size_t argc = PARAM_1; IsspaceL() local 431 size_t argc = PARAM_1; Isupper() local 450 size_t argc = PARAM_1; IsupperL() local 469 size_t argc = PARAM_1; Isxdigit() local 488 size_t argc = PARAM_1; IsxdigitL() local 516 size_t argc = PARAM_1; Tolower() local 557 size_t argc = PARAM_1; TolowerL() local 600 size_t argc = PARAM_1; Toupper() local 642 size_t argc = PARAM_1; ToupperL() local [all...] |
| H A D | fcntl1ndk.cpp | 56 size_t argc = PARAM_1;
in Tee() local 92 size_t argc = PARAM_1;
in Vmsplice() local 132 size_t argc = PARAM_1;
in Readahead() local 157 size_t argc = PARAM_1;
in PosixFallocate() local 184 size_t argc = PARAM_1;
in NameToHandleAt() local 215 size_t argc = PARAM_1; Open() local 244 size_t argc = PARAM_1; Open64() local 273 size_t argc = PARAM_1; OpenByHandleAt() local 305 size_t argc = PARAM_1; PosixFadvise() local 333 size_t argc = PARAM_1; FalLocate() local 358 size_t argc = PARAM_1; FalLocate64() local 382 size_t argc = PARAM_1; FcnTl() local [all...] |
| H A D | mmanndk.cpp | 239 size_t argc = PARAM_1;
in MLock() local 264 size_t argc = PARAM_1;
in MLock2() local 311 size_t argc = PARAM_1;
in Munmap() local 328 size_t argc = PARAM_1;
in RemapFilePages() local
|
| H A D | searchndk1.cpp | 52 size_t argc = PARAM_1;
in Hcreate() local 76 size_t argc = PARAM_1;
in HcreateR() local 102 size_t argc = PARAM_1;
in Hdestroy() local 125 size_t argc = PARAM_1;
in HdestroyR() local 151 size_t argc = PARAM_1;
in Hsearch() local 202 size_t argc = PARAM_1; HsearchR() local 296 size_t argc = PARAM_1; Lfind() local 324 size_t argc = PARAM_1; LSearch() local 381 size_t argc = PARAM_1; Tdelete() local 446 size_t argc = PARAM_1; Tfind() local [all...] |
| H A D | searchndk.cpp | 282 size_t argc = PARAM_2;
in Lfind() local
|
| H A D | schedndk.cpp | 44 size_t argc = PARAM_1;
in SchedGetPriorityMax() local 57 size_t argc = PARAM_1;
in SchedGetPriorityMin() local 89 size_t argc = PARAM_1;
in SchedGetscheduler() local 110 size_t argc = PARAM_1;
in SchedSetparam() local 141 size_t argc = PARAM_1;
in SchedSetscheduler() local 203 size_t argc = PARAM_1; SchedRrGetInterval() local 251 size_t argc = PARAM_1; Unshare() local [all...] |
| /test/xts/acts/graphic/displayNdk/entry/src/main/cpp/ |
| H A D | napi_init.cpp | 27 size_t argc = 2; in Add() local 327 size_t argc = 1; in UnregisterDisplayChangeListener() local 366 size_t argc = 1; in UnregisterFoldDisplayModeChangeListener() local
|
| /test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/ |
| H A D | hidebugndk.cpp | 177 size_t argc = 3; // arg total:3 in StartAppTraceCapture() local 207 size_t argc = 3; // arg total:3 in GetAppTraceCaptureFile() local
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| H A D | nativendk.cpp | 48 size_t argc = PARAM_6;
in CreateCapability() local 106 size_t argc = PARAM_6;
in TestInitAVErrCode() local 346 size_t argc = PARAM_6;
in TestForCallTiming() local 390 size_t argc = PARAM_6;
in isNeedCallTiming() local
|