HomeSort by relevance Sort by last modified time
    Searched refs:addOne (Results 1 - 10 of 10) sorted by null

  /external/emma/
test.sh 36 int addOne(int a) {
54 System.out.println(thisThing.addOne(2));
55 System.out.println(thatThing.addOne(2));
63 int addOne(int a) {
79 FN:5,SubBunny::addOne (int): int
80 FNDA:1,SubBunny::addOne (int): int
95 FN:16,Bunny::addOne (int): int
96 FNDA:1,Bunny::addOne (int): int
  /external/chromium_org/third_party/icu/source/test/intltest/
mnkytst.cpp 114 UnicodeString addOne(subs);
115 addOne += (UChar32)0xE000;
118 myCollator->getCollationKey(addOne, collationKey2, status2);
125 msg += addOne;
135 msg += addOne;
180 UnicodeString addOne(subs);
181 addOne += (UChar32)0xE000;
183 result = myCollator->compare(subs, addOne);
189 msg += addOne;
195 result = myCollator->compare(addOne, subs)
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 114 UnicodeString addOne(subs);
115 addOne += (UChar32)0xE000;
118 myCollator->getCollationKey(addOne, collationKey2, status2);
125 msg += addOne;
135 msg += addOne;
180 UnicodeString addOne(subs);
181 addOne += (UChar32)0xE000;
183 result = myCollator->compare(subs, addOne);
189 msg += addOne;
195 result = myCollator->compare(addOne, subs)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 216 addOne = lambda val: val + 1
217 then = Future(value=40).Then(addOne).Then(addOne).Then(assertIs42)
222 then = Future(value=40).Then(addOne).Then(assertIs42).Then(addOne)
229 then = Future(value=40).Then(addOne).Then(raiseValueErrorWithVal).Then(
230 addOne, handle).Then(lambda val: val + ' me')
239 then = Future(value=40).Then(assertIs42).Then(addOne, handle).Then(addOne,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 16 public abstract ECFieldElement addOne();
150 public ECFieldElement addOne()
    [all...]
ECPoint.java     [all...]
ECCurve.java 840 z = z.addOne();
LongArray.java 595 public LongArray addOne()
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 133 inline float addOne (float v) { return v + 1.0f; };
135 inline int addOne (int v) { return v + 1; };
138 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; };
140 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 159 inline float addOne (float v) { return v + 1.0f; };
161 inline int addOne (int v) { return v + 1; };
163 inline deUint32 addOne (deUint32 v) { return v + 1; };
166 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; };
168 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; };
170 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; };
    [all...]

Completed in 255 milliseconds