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

/ndk/sources/host-tools/make-3.81/
H A Dexpand.c251 char *end, *colon;
302 colon = lindex (beg, end, ':');
303 if (colon)
308 subst_beg = colon + 1;
313 a colon, in the code below. */
314 colon = 0;
320 /* Extract the variable name before the colon
322 v = lookup_variable (beg, colon - beg);
324 warn_undefined (beg, colon - beg);
375 if (colon
249 char *end, *colon; local
[all...]
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
1214 if (colon == ::std::string::npos) {
1218 parsed.push_back(str.substr(pos, colon - pos));
1219 pos = colon + 1;
H A Dgtest.cc212 "A colon-separated list of glob (not regex) patterns "
225 "by a colon and an output file name or directory. A directory "
392 const char* const colon = strchr(gtest_output_flag, ':'); local
393 return (colon == NULL) ?
395 std::string(gtest_output_flag, colon - gtest_output_flag);
405 const char* const colon = strchr(gtest_output_flag, ':'); local
406 if (colon == NULL)
412 internal::FilePath output_name(colon + 1);
420 internal::FilePath(colon + 1));
498 // A filter is a colon
[all...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex6275 % If we're given an argument, typeset it in bold with a colon after.
7833 \appendtomacro\captionline{: }% had ident, so need a colon between

Completed in 1823 milliseconds