Searched refs:ARGS_COUNT_TWO (Results 1 – 4 of 4) sorted by relevance
35 constexpr int32_t ARGS_COUNT_TWO = 2; variable326 speed = static_cast<float>(atof(argv[ARGS_COUNT_TWO])); in TestPlayback()408 if (argc < ARGS_COUNT_TWO) { in main()
30 constexpr int32_t ARGS_COUNT_TWO = 2; variable140 if (argc < ARGS_COUNT_TWO || argv[0] == nullptr || argv[1] == nullptr) { in Constructor()357 if (argc < ARGS_COUNT_ONE || argc > ARGS_COUNT_TWO) { in onGetContext()
42 const int ARGS_COUNT_TWO = 2; variable90 if (sscanf_s(buf, "%*[^0-9]%d%*[^0-9]%d", &pid, &nsPid) != ARGS_COUNT_TWO) { in GetProcStatusByPath()
32 constexpr int32_t ARGS_COUNT_TWO = 2; variable133 if (argc != ARGS_COUNT_TWO) { in Skew()