Searched refs:fields (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 1303 ::std::vector< ::std::string> fields; in ParseInternalRunDeathTestFlag() 1304 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields); in ParseInternalRunDeathTestFlag() 1313 if (fields.size() != 6 in ParseInternalRunDeathTestFlag() 1314 || !ParseNaturalNumber(fields[1], &line) in ParseInternalRunDeathTestFlag() 1315 || !ParseNaturalNumber(fields[2], &index) in ParseInternalRunDeathTestFlag() 1316 || !ParseNaturalNumber(fields[3], &parent_process_id) in ParseInternalRunDeathTestFlag() 1317 || !ParseNaturalNumber(fields[4], &write_handle_as_size_t) in ParseInternalRunDeathTestFlag() 1318 || !ParseNaturalNumber(fields[5], &event_handle_as_size_t)) { in ParseInternalRunDeathTestFlag() 1327 if (fields.size() != 4 in ParseInternalRunDeathTestFlag() 1328 || !ParseNaturalNumber(fields[1], &line) in ParseInternalRunDeathTestFlag() [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 39 char *fields; variable 61 || (fields = (char *) malloc(n+1)) == NULL in recinit() 270 xfree(fields); in fldbld() 271 if ((fields = (char *) malloc(n+1)) == NULL) in fldbld() 275 fr = fields; in fldbld() 417 xfree(fields); in refldbld() 418 if ((fields = (char *) malloc(n+1)) == NULL) in refldbld() 422 fr = fields; in refldbld()
|
D | FIXES | 30 for fields to n+1. 446 fields and $0 in fixed-size arrays with arrays that grow on 495 changed field-splitting to conform to posix definition: fields are 568 initialized Cells in setsymtab more carefully; some fields 615 added -mr N and -mf N options: more record and fields.
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 2 $var n = 10 $$ Maximum number of tuple fields we want to support. 114 // iff k < the number of fields in tuple type T. 279 // first k fields of t1 equals the first k fields of t2.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | CREDITS.TXT | 7 beautification by scripts. The fields are: name (N), email (E), web-address
|
/ndk/build/core/ |
D | definitions.mk | 434 modules-fields = depends \ 446 $(foreach __field,$(modules-fields),\ 562 $(foreach __field,$(modules-fields),\
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | SPENCER.tests | 2 # Lines are at least three fields, separated by one or more tabs. "" stands 12 # no match for that one. In both the fourth and fifth fields, a (sub)field
|
/ndk/docs/text/ |
D | CPU-ARCH-ABIS.text | 26 - alignment and size constraints for enum types, structure fields and
|
/ndk/build/gmsl/ |
D | __gmsl | 313 # Arguments: 1: The character to put between fields
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 346 prerequisites list properly. Also, initialize all fields in 1973 (struct command_switch): Remove argdesc and description fields. 1974 (switches): Remove values for obsolete fields.
|