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

  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 190 UChar *buffer = b1, *oldB = NULL;
228 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
229 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
250 res = u_strcmpCodePointOrder(oldB, buffer);
275 oldB = buffer;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 200 String line = null, oldLine = null, buffer = null, oldB = null;
223 int cmpres = coll.compare(oldB, buffer);
224 int cmpres2 = coll.compare(buffer, oldB);
245 res = comparer.compare(oldB, buffer);
266 oldB = buffer;
  /external/eigen/test/
sparse_solver.h 22 Rhs oldb = b; local
37 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
56 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
64 DenseRhs oldb(db);
67 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!");
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/gl-matrix/
mat2d-spec.js 39 oldB = [7, 8,
106 it("should not modify matB", function() { expect(matB).toBeEqualish(oldB); });
114 it("should not modify matB", function() { expect(matB).toBeEqualish(oldB); });
  /external/v8/test/mjsunit/
md5.js 52 var oldb = b;
125 b = safe_add(b, oldb);
  /external/llvm/include/llvm/ADT/
DenseMap.h 807 *OldB = &SmallSide.getInlineBuckets()[i];
808 new (&NewB->getFirst()) KeyT(std::move(OldB->getFirst()));
809 OldB->getFirst().~KeyT();
812 new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond()));
813 OldB->getSecond().~ValueT();
    [all...]
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 92 var oldb = b
165 b = safe_add(b, oldb)
  /frameworks/rs/
rsContext.cpp 231 float oldR, oldG, oldB, oldA;
232 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
245 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
  /frameworks/base/core/java/android/util/
Rational.java 318 int oldB = b;
321 a = oldB;
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 1346 milliseconds