Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c1312 struct command_variable *cv; in main() local
1319 for (cv = command_variables; cv != 0; cv = cv->next) in main()
1321 v = cv->variable; in main()
1332 for (cv = command_variables; cv != 0; cv = cv->next) in main()
1334 v = cv->variable; in main()
2311 struct command_variable *cv; in handle_non_switch_argument() local
2313 for (cv = command_variables; cv != 0; cv = cv->next) in handle_non_switch_argument()
2314 if (cv->variable == v) in handle_non_switch_argument()
2317 if (! cv) { in handle_non_switch_argument()
2318 cv = (struct command_variable *) xmalloc (sizeof (*cv)); in handle_non_switch_argument()
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.am25 y-newline allsub cv-vars classes middle bsd stdin flipcase \
47 cv-vars.good cv-vars.inp cv-vars.sed \
DMakefile.tests94 cv-vars classes middle dc distrib factor numsub2 numsub3 numsub4 numsub5 \
173 $(SEDENV) $(SED) --quiet -f $(srcdir)/cv-vars.sed \
174 < $(srcdir)/cv-vars.inp | $(TR) -d \\r > $@.out
175 $(CMP) $(srcdir)/cv-vars.good $@.out
DMakefile.in653 eval distrib 8to7 y-bracket y-newline allsub cv-vars classes \
676 cv-vars.good cv-vars.inp cv-vars.sed \
/ndk/tests/device/test-stlport/unit/
Dvector_test.cpp315 vector<int> const& cv = v; in at() local
320 CPPUNIT_ASSERT( cv.at(0) == 20 ); in at()
/ndk/tests/device/test-gnustl-full/unit/
Dvector_test.cpp315 vector<int> const& cv = v; in at() local
320 CPPUNIT_ASSERT( cv.at(0) == 20 ); in at()