HomeSort by relevance Sort by last modified time
    Searched refs:aN (Results 1 - 25 of 25) 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/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...]
  /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/valgrind/memcheck/tests/
sh-mem.c 66 // 'str' and 'offset' are only used for printing an error message if
111 // Create an array of values that has all the possible V bit metavalues.
129 // 'Ty' is the type of the thing we are copying. It can be an integer
130 // type or an FP type. 'ITy' is the same-sized integer type (and thus
131 // will be the same as 'Ty' if 'ITy' is an integer type). 'ITy' is used
143 Ty* aN = (Ty*)a; \
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \
165 /* We have to use an array for undefN_Ty -- because if we try to
166 * convert an integer type from build into an FP type with
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 494 // @param argTypes An array of the types of arguments for the function (if there are no arguments, this can be ommitted). Types are as in returnType,
496 // @param args An array of the arguments to the function, as native JS values (as in returnType)
513 // Internal function that does a C call using a function, not an identifier
615 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
618 // @types: Either an array of types, one for each byte (or 0 if no type at that position),
    [all...]
  /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++) {
  /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/cpp/
ScriptIntrinsicBLAS.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
    [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...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 12 * distributed under the License is distributed on an "AS IS" BASIS,
29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
32 * <li> include this source file in an html page via
165 /** token style for an sgml tag. */
171 /** token style for an sgml attribute name. */
173 /** token style for an sgml attribute value. */
225 // Define regexps here so that the interpreter doesn't have to create an
315 case 1: // an element
541 // ^^ really does mean an anchored match though.
583 // an html description of well formed XML and the containing tag is a PR
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 12 * distributed under the License is distributed on an "AS IS" BASIS,
29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
32 * <li> include this source file in an html page via
165 /** token style for an sgml tag. */
171 /** token style for an sgml attribute name. */
173 /** token style for an sgml attribute value. */
225 // Define regexps here so that the interpreter doesn't have to create an
315 case 1: // an element
541 // ^^ really does mean an anchored match though.
583 // an html description of well formed XML and the containing tag is a PR
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 12 * distributed under the License is distributed on an "AS IS" BASIS,
29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
32 * <li> include this source file in an html page via
165 /** token style for an sgml tag. */
171 /** token style for an sgml attribute name. */
173 /** token style for an sgml attribute value. */
225 // Define regexps here so that the interpreter doesn't have to create an
315 case 1: // an element
541 // ^^ really does mean an anchored match though.
583 // an html description of well formed XML and the containing tag is a PR
    [all...]
  /external/syslinux/bios/dos/
syslinux.com 215 `?UK?e????a??????*?b???E???nRb????gC??7??`*o???q9??t??m4Q?R?GWX???an?;6?H@;ö?#?.??????8?q#`??M??? ????,?=?/?ikS?h7?C?'z4?5QD???N&U5?@?GA??G7`N????l?6??p q??-fD???jKg;?F(%??Kp]???Z~n X????Ul??*j?????,?%T??Tgy-6?I?<???u?g??;??#(@?,\?9 LAd?A?=x?O??V????t?? 8a??m1??V?Jy????a0??L?G?v?/Y??????Q?h??M???O
289 3?n:??î??5?s????Y?E?an?Iy??q?/{>??50e??? ??&?5lFf?[p??!??fQl??h??TD%??/2v??[ ???xB?,_??81?q:????@|?LQ???K??
    [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 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 223 ?T?l??@???_I8>?3?????t?a,?\{e?? ?G?w??O3???K?ef????.G???????p? ?-{?!?V???WG??fI;?+?(*>@??V?l??x??{??p?~?B?Vl!&D???\?w??n?Z??/5ì????4?*?l?v?4??WV???/?k?4??u?5 F0M??3?³u ?O?6H9?Rh??}@??Fv? ??Ss????c%]??'??f??f???Gtr8>????.?? ?%?kP???",??8??_???g?<O?N<?i????/&x+uh]?T:^?j??l N?V??!?`?O??z??PU?W???q?+??U??c??"?v??W~?`0?A^???? ?8X?{?O???\]T9;?(?L?4??LW4?????X?4_?+? ?<yB/s????r#;??A??0?J???+[???O???????84???>W?g??z? ?3??F????*9?C??.??V???????Q`?@?=#FU ?/?s8/[0???W?????????of%??:??j5?--AN???CW?????n???[LQ???'??H} j4?H6mj???lL?7????O?n????#+j?D?"^A????U/???D`?????????u;5?
521 ?pgp???????6M?0PC$[F????j?=w?BL?????E??cI????.?D?????T??M?> ?3m??V??an*??`?S-C?:?,??7r?????9>?K>??x€-?p\??<$???#c?izQ,??? ?1??i|2??????a?c%o??'??f??f??r$8>????4??6?A??????.??0U]??W8??e????GhUt+]L???>??N??2?H?(x???'a|?an???q?M???C.(???X???_S ?nX?uU??v"??u?c?H)??d??B???r?6?W?c_?f\?|)?kS?r??U???)?hi?? ??I??rmE?f]??I???Z??Z?|?#? ?y]?^?c|{{ku???_y??? }A?2>I[??I?????$O??a ???W?7??A???|?\/AI0[????P??c>??PM?
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1802 milliseconds