/external/clang/test/CXX/over/over.match/over.match.best/ |
p1.cpp | 15 // Partial ordering of function template specializations will be tested
|
/external/clang/test/CXX/temp/temp.decls/ |
p3.cpp | 4 template<typename T> using A<T*> = char; // expected-error {{partial specialization of alias templates is not permitted}}
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
p6.cpp | 3 // Test class template partial specializations of member templates. 24 // Make sure we can provide out-of-line class template partial specializations 32 // partial specialization of A<T>::C::B<T2> 47 // Test specialization of class template partial specialization members.
|
p9-0x.cpp | 10 struct X1<T, Types...> // expected-error{{class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
|
/external/expat/tests/ |
README.txt | 6 The Expat tests use a partial internal implementation of the "Check"
|
/external/nanopb-c/tests/splint/ |
splint.rc | 2 +partial
|
/external/chromium_org/v8/src/ |
json.js | 56 var partial = new InternalArray(); 64 partial.push(strP); 68 final = "[" + partial.join(",") + "]"; 69 } else if (partial.length > 0) { 71 final = "[\n" + indent + partial.join(separator) + "\n" + 86 var partial = new InternalArray(); 97 partial.push(member); 109 partial.push(member); 116 final = "{" + partial.join(",") + "}"; 117 } else if (partial.length > 0) [all...] |
/art/runtime/gc/collector/ |
partial_mark_sweep.cc | 29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) { 37 // For partial GCs we need to bind the bitmap of the zygote space so that all objects in the
|
/external/chromium_org/cc/animation/ |
timing_function.h | 19 // Partial implementation of FloatAnimationCurve. 39 // Partial implementation of FloatAnimationCurve.
|
/external/chromium_org/chrome_elf/create_file/ |
chrome_create_file.h | 26 // Partial reimplementation of kernel32!CreateFile (very partial: only handles
|
/external/chromium_org/content/renderer/pepper/ |
fullscreen_container.h | 23 // Invalidates a partial region of the plugin. 26 // Scrolls a partial region of the plugin in the given direction.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
math-partial-sums.js | 5 function partial(n){ function 31 partial(i);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
math-partial-sums.js | 5 function partial(n){ function 31 partial(i);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
math-partial-sums.js | 5 function partial(n){ function 31 partial(i);
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gni | 25 # 'partial interface' or target (right side of) 'implements' 45 # 'partial interface' or target (right side of) 'implements'
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
base_unittests.js | 31 test('partial', 1, function() { 33 equal(partial(sum, 1)(2), sum(1, 2));
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization 30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization
|
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ |
codecvt_base.pass.cpp | 15 // enum result {ok, partial, error, noconv}; 24 assert(std::codecvt_base::partial == 1);
|
/external/llvm/lib/Analysis/ |
AliasAnalysisCounter.cpp | 31 unsigned No, May, Partial, Must; 38 No = May = Partial = Must = 0; 47 unsigned AASum = No+May+Partial+Must; 56 printLine("partial alias", Partial, AASum); 60 << Partial*100/AASum << "%/" 133 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
|
/external/llvm/test/Transforms/LoopUnroll/ |
loop-remarks.ll | 2 ; RUN: opt < %s -S -loop-unroll -pass-remarks=loop-unroll -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s 5 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ |
codecvt_base.pass.cpp | 15 // enum result {ok, partial, error, noconv}; 24 assert(std::codecvt_base::partial == 1);
|
/external/stlport/doc/ |
pointer_specialization.txt | 12 STLport grant the partial pointer specialization for 4 containers: 38 In a first thought you can imagine a partial specialization like 44 What would be the underlying container for such a partial 59 On a second thought a possible solution is to limit the partial 87 need to be able to detect the less specialization. The partial set
|
/external/jpeg/ |
transupp.h | 61 * nominal image area. So, we have to exclude any partial iMCUs from the 64 * Transpose is the only transformation that can handle partial iMCUs at the 65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs 66 * at the bottom, but leaves any partial iMCUs at the right edge untouched. 67 * Similarly flip_v leaves any partial iMCUs at the bottom edge untouched. 71 * The "trim" option causes untransformable partial iMCUs to be dropped; 89 boolean trim; /* if TRUE, trim partial MCUs as needed */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
transupp.h | 61 * nominal image area. So, we have to exclude any partial iMCUs from the
64 * Transpose is the only transformation that can handle partial iMCUs at the
65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs
66 * at the bottom, but leaves any partial iMCUs at the right edge untouched.
67 * Similarly flip_v leaves any partial iMCUs at the bottom edge untouched.
71 * The "trim" option causes untransformable partial iMCUs to be dropped;
89 boolean trim; /* if TRUE, trim partial MCUs as needed */
|
/external/qemu/distrib/jpeg-6b/ |
transupp.h | 61 * nominal image area. So, we have to exclude any partial iMCUs from the 64 * Transpose is the only transformation that can handle partial iMCUs at the 65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs 66 * at the bottom, but leaves any partial iMCUs at the right edge untouched. 67 * Similarly flip_v leaves any partial iMCUs at the bottom edge untouched. 71 * The "trim" option causes untransformable partial iMCUs to be dropped; 89 boolean trim; /* if TRUE, trim partial MCUs as needed */
|