Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1303 ::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/
Dlib.c39 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()
DFIXES30 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/
Dgtest-tuple.h.pump2 $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++abi/libcxxabi/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
/ndk/build/core/
Ddefinitions.mk448 modules-fields = depends \
460 $(foreach __field,$(modules-fields),\
576 $(foreach __field,$(modules-fields),\
/ndk/build/gmsl/
D__gmsl313 # Arguments: 1: The character to put between fields
/ndk/sources/host-tools/make-3.81/
DChangeLog346 prerequisites list properly. Also, initialize all fields in
1973 (struct command_switch): Remove argdesc and description fields.
1974 (switches): Remove values for obsolete fields.