Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 18 of 18) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dadj_test.cpp88 int difference[5]; in adjdiff0() local
89 adjacent_difference(numbers, numbers + 5, (int*)difference); in adjdiff0()
90 CPPUNIT_ASSERT(difference[0]==1); in adjdiff0()
91 CPPUNIT_ASSERT(difference[1]==1); in adjdiff0()
92 CPPUNIT_ASSERT(difference[2]==2); in adjdiff0()
93 CPPUNIT_ASSERT(difference[3]==4); in adjdiff0()
94 CPPUNIT_ASSERT(difference[4]==8); in adjdiff0()
/ndk/tests/device/test-gnustl-full/unit/
Dadj_test.cpp88 int difference[5]; in adjdiff0() local
89 adjacent_difference(numbers, numbers + 5, (int*)difference); in adjdiff0()
90 CPPUNIT_ASSERT(difference[0]==1); in adjdiff0()
91 CPPUNIT_ASSERT(difference[1]==1); in adjdiff0()
92 CPPUNIT_ASSERT(difference[2]==2); in adjdiff0()
93 CPPUNIT_ASSERT(difference[3]==4); in adjdiff0()
94 CPPUNIT_ASSERT(difference[4]==8); in adjdiff0()
/ndk/sources/host-tools/make-3.81/
Dimplicit.c368 unsigned int difference = lastslash - filename + 1; in pattern_search() local
369 if (difference > stemlen) in pattern_search()
371 stemlen -= difference; in pattern_search()
372 stem += difference; in pattern_search()
DREADME.DOS153 internal shell commands. The only difference is that, since
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmadding.sed8difference concerning twopence between the persons with the waggon and the man at the toll-bar. "…
Dmadding.inp1 … remained between him and the gate, when he heard a dispute. It was a difference concerning twope…
Dmadding.good1 … remained between him and the gate, when he heard a dispute. It was a difference concerning twope…
Duniq.good68 /* Do a single test if no case difference is set up */
840 this makes a huge difference to execution time when there aren't many brackets
Duniq.inp455 /* Do a single test if no case difference is set up */
1737 this makes a huge difference to execution time when there aren't many brackets
/ndk/sources/host-tools/sed-4.2.1/m4/
Dthreadlib.m418 dnl programs that really need multithread functionality. The difference
/ndk/build/gmsl/
D__gmsl555 # Returns: Returns the difference of the two numbers in x's representation,
566 # Returns: Returns the difference of the two integers,
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-11420 appear, unescaped, in the prerequisites list. One difference becomes
2324 the object files, the difference files, and the file `program':
2760 constructing the names of prerequisites. The difference is in how
4613 containing just the word `endef'. Aside from this difference in
6393 that you specify, it makes no difference which kind of variable you
7213 The first difference is what happens if the intermediate file does
7221 The second difference is that if `make' _does_ create B in order to
Dmake.texi1654 appear, unescaped, in the prerequisites list. One difference becomes
2739 object files, the difference files, and the file @file{program}:
3278 names of prerequisites. The difference is in how @code{make} decides
5645 the word @code{endef}. Aside from this difference in syntax, @code{define}
7820 @emph{value} that you specify, it makes no difference which kind of
8890 The first difference is what happens if the intermediate file does not
8899 The second difference is that if @code{make} @emph{does} create @var{b}
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed-in.texi2809 The only difference between basic and extended regular expressions is in
2930 There are a few difference in the handling of backslashed
3899 makes a significant difference to the processing time.
Dsed.texi2976 The only difference between basic and extended regular expressions is in
3097 There are a few difference in the handling of backslashed
4066 makes a significant difference to the processing time.
Dsed.info2191 The only difference between basic and extended regular expressions is in
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1646 assignment of "0" where this made a difference.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex8125 % Take account of \c (plain) vs. \, (Texinfo) difference.