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

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dtm1637.js26 var colon = true; variable
45 display.setColon(colon = !colon);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1700 "A colon-separated list of glob (not regex) patterns "
1713 "by a colon and an output file name or directory. A directory "
1880 const char* const colon = strchr(gtest_output_flag, ':'); local
1881 return (colon == NULL) ?
1883 std::string(gtest_output_flag, colon - gtest_output_flag);
1893 const char* const colon = strchr(gtest_output_flag, ':'); local
1894 if (colon == NULL)
1900 internal::FilePath output_name(colon + 1);
1908 internal::FilePath(colon + 1));
1986 // A filter is a colon
[all...]

Completed in 282 milliseconds