Searched refs:comma (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.c112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7500 // Skips to the first non-space char after the first comma in 'str';
7501 // returns NULL if no comma is found in 'str'.
7503 const char* comma = strchr(str, ','); local
7504 if (comma == NULL) {
7507 while (IsSpace(*(++comma))) {}
7508 return comma;
7511 // Returns the prefix of 'str' before the first comma in it; returns
7512 // the entire string if it contains no comma.
7514 const char* comma = strchr(str, ','); local
7515 return comma
[all...]

Completed in 250 milliseconds