HomeSort by relevance Sort by last modified time
    Searched defs:aN (Results 1 - 13 of 13) sorted by null

  /external/libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/
copy_assign.pass.cpp 30 A aN;
33 aN = a1;
36 assert(aN == a1);
41 A aN;
46 aN = a1;
51 assert(aN == a1);
56 A aN;
63 aN = a1;
70 assert(aN == a1);
move_assign.pass.cpp 30 A aN;
33 aN = std::move(a1);
36 assert(aN == a1);
41 A aN;
46 aN = std::move(a1);
51 assert(aN == a1);
56 A aN;
63 aN = std::move(a1);
70 assert(aN == a1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/
copy_assign.pass.cpp 29 A aN;
32 aN = a1;
35 assert(aN == a1);
40 A aN;
45 aN = a1;
50 assert(aN == a1);
55 A aN;
62 aN = a1;
69 assert(aN == a1);
move_assign.pass.cpp 29 A aN;
32 aN = std::move(a1);
35 assert(aN == a1);
40 A aN;
45 aN = std::move(a1);
50 assert(aN == a1);
55 A aN;
62 aN = std::move(a1);
69 assert(aN == a1);
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
452 Word aN = VG_(sizeXA)( a );
454 if (aN < bN) return -1;
455 if (aN > bN) return 1;
456 for (i = 0; i < aN; i++) {
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 519 { "a7\\u0667z", "B", "a7\\u0667z", UIDNA_ERROR_BIDI }, // AN digit in LTR
520 { "\\u05D07\\u0667\\u05EA", "B", // mixed EN/AN digits in RTL
595 UnicodeString aT, uT, aN, uN;
599 nontrans->nameToASCII(input, aN, aNInfo, errorCode);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 68 errln("N.labelToUnicode(result, result) did not throw an Exception");
70 // as expected (should be an IllegalArgumentException, or an ICU version of it)
416 { "a7\u0667z", "B", "a7\u0667z", "UIDNA_ERROR_BIDI" }, // AN digit in LTR
417 { "\u05D07\u0667\u05EA", "B", // mixed EN/AN digits in RTL
471 StringBuilder aN=new StringBuilder(), uN=new StringBuilder();
497 nontrans.nameToASCII(input, aN, aNInfo);
544 if(!hasCertainErrors(aNInfo, severeErrors) && !isASCII(aN)) {
546 i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())));
557 m, i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 67 errln("N.labelToUnicode(result, result) did not throw an Exception");
69 // as expected (should be an IllegalArgumentException, or an ICU version of it)
415 { "a7\u0667z", "B", "a7\u0667z", "UIDNA_ERROR_BIDI" }, // AN digit in LTR
416 { "\u05D07\u0667\u05EA", "B", // mixed EN/AN digits in RTL
470 StringBuilder aN=new StringBuilder(), uN=new StringBuilder();
496 nontrans.nameToASCII(input, aN, aNInfo);
543 if(!hasCertainErrors(aNInfo, severeErrors) && !isASCII(aN)) {
545 i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())));
556 m, i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())))
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
187 * Create an intrinsic to access BLAS subroutines.
400 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
435 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
470 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
505 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
596 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
615 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
634 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
653 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
188 * Create an intrinsic to access BLAS subroutines.
447 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
492 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
537 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
582 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
683 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
710 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
125 // per element times an allowed error range (1e-6), then the two matrices are considered equivalent.
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1429 milliseconds