Searched refs:parsed (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 1013 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); in ParseNaturalNumber() local 1018 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); in ParseNaturalNumber() local 1026 GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); in ParseNaturalNumber() 1028 const Integer result = static_cast<Integer>(parsed); in ParseNaturalNumber() 1029 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) { in ParseNaturalNumber()
|
D | gtest-death-test.cc | 1210 ::std::vector< ::std::string> parsed; in SplitString() 1215 parsed.push_back(str.substr(pos)); in SplitString() 1218 parsed.push_back(str.substr(pos, colon - pos)); in SplitString() 1222 dest->swap(parsed); in SplitString()
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 81 be parsed by Hudson now.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 120 * Reading Makefiles:: How makefiles are parsed. 827 * Reading Makefiles:: How makefiles are parsed. 1323 makefile is parsed. We say that expansion is "deferred" if expansion 1335 Variable definitions are parsed as follows: 1353 All instances of conditional syntax are parsed immediately, in their 5789 function is expanded, then the results of that expansion are parsed as 5799 expansion are expanded again when they are parsed as makefile syntax. 6135 starts with `-' or contains an `=', in which case it will be parsed as 6495 makefiles were parsed, prerequisites that did not need to be
|
D | make.texi | 146 * Reading Makefiles:: How makefiles are parsed. 944 * Reading Makefiles:: How makefiles are parsed. 1538 construct as the makefile is parsed. We say that expansion is 1554 Variable definitions are parsed as follows: 1577 All instances of conditional syntax are parsed immediately, in their 7089 are parsed as makefile syntax. The expanded results can define new 7098 that expansion are expanded again when they are parsed as makefile 7493 parsed as a switch or variable definition, respectively). Even 7937 parsed, prerequisites that did not need to be rebuilt, etc. This option
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 413 parsed again because token buffer wasn't terminated right.
|
/ndk/sources/host-tools/make-3.81/ |
D | NEWS | 33 feature is enabled then after all rules have been parsed the
|
D | ChangeLog | 746 ignoring flag can now also be 2, which means "already parsed a
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 2772 % we'll always have a period there to be parsed. 4319 % given all the information in convenient, parsed form. 7128 % name cannot be active until we have parsed the command line.
|