Searched refs:comma (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.c | 112 char *comma = def->has_val ? "," : ", "; in arg_show_usage() local 115 def->short_name, short_val, comma, in arg_show_usage()
|
/hardware/bsp/intel/peripheral/libupm/ |
D | .clang-format | 43 # In the constructor initializers do not align the comma with the colon
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7503 const char* comma = strchr(str, ','); 7504 if (comma == NULL) { 7507 while (IsSpace(*(++comma))) {} 7508 return comma; 7514 const char* comma = strchr(str, ','); 7515 return comma == NULL ? str : std::string(str, comma);
|