/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | dr1301.cpp | 47 int h = H().n; // expected-error {{private constructor}} variable 50 H h; // expected-note {{inaccessible default constructor}} member 54 struct J { struct 59 int j1 = J().n; // ok argument
|
H A D | uninitialized.cpp | 32 int h = bar(&h); variable 66 int h = bar(&h); in test_stuff() local 100 int h = bar(&h); in test_stuff() local 134 int h; in test_comma() local 711 static int h = bar(&h); variable 746 static int h = bar(&h); in test() local 780 static int h = bar(&h); in test() local 837 …int &h = return_ref2(h); // expected-warning{{reference 'h' is not yet bound to a value when used … variable 1042 struct J : public I { struct 1043 int *a; [all …]
|
H A D | namespace-alias.cpp | 56 namespace J { namespace 85 void h() { in h() function
|
H A D | attr-noreturn.cpp | 37 struct J : I {}; struct 51 __attribute__((noreturn)) void test_8() { H h; } in test_8() local 67 __attribute__((noreturn)) void test_23() { const H& h = H(); } in test_23() local 100 HH h; in test_31() local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | enc.c | 366 const int J = top[-3]; in HE4() local 385 const int J = top[-3]; in RD4() local 422 const int J = top[-3]; in VR4() local 465 const int J = top[-3]; in HU4() local 481 const int J = top[-3]; in HD4() local 537 int w, int h) { in GetSSE() 691 static WEBP_INLINE void Copy(const uint8_t* src, uint8_t* dst, int w, int h) { in Copy()
|
/aosp_15_r20/external/mesa3d/src/mesa/math/ |
H A D | m_eval.c | 201 GLuint h, i, j, k; in _math_de_casteljau_surf() local 212 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] in _math_de_casteljau_surf() argument 213 #define DCN(I, J) dcn[(I)*dcuinc+(J)] in _math_de_casteljau_surf() argument
|
/aosp_15_r20/external/guice/extensions/mini/test/com/google/inject/mini/ |
H A D | MiniGuiceTest.java | 101 H h = MiniGuice.inject(H.class); in testProviderInjection() local 135 static class J { class in MiniGuiceTest 140 J() {} in J() method in MiniGuiceTest.J
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | jquery-resizable.min.js | 12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)… 19 …text;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af… class in F.filter.anonymousFunction6ea733767900.anonymousFunction6ea73376ae00.P.S 40 (function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.opt… argument
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-resizable.min.js | 12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)… 19 …text;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af… argument 40 (function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.opt… argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | convert3.go | 25 type J []int type 27 var h H var
|
/aosp_15_r20/external/clang/test/Modules/ |
H A D | template-default-args.cpp | 26 template<typename T> struct J {}; struct 42 H<> h; // expected-error {{default argument of 'H' must be imported from module 'X.A' before it is … variable
|
/aosp_15_r20/external/stg/test_cases/info_tests/enum/ |
H A D | limits.c | 38 } h; variable 44 enum J { enum
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | rtc.c | 31 const int J = zyear / 100; in rtc_calc_weekday() local 39 const int h = (q + (13 * (m + 1)) / 5 in rtc_calc_weekday() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | alias-templates.cpp | 14 D<H> h; member 16 template<typename T> using J = typename A<decltype(h.g)>::template C<I<T>>; typedef 221 template<typename ...T, typename ...U> void h(X<T...> &) {} in h() function 222 template<typename ...T, typename ...U> void h(X<U...> &) {} // ok, different in h() function
|
/aosp_15_r20/external/stg/test_cases/diff_tests/describe/ |
H A D | types.0.c | 11 int J; member 22 int h; member
|
H A D | types.1.c | 21 int (*(*J)(void ))[7]; member 42 volatile int * const * const h; member
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | EnumSetTest.java | 45 …a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, … enumConstant 53 … g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{… enumConstant 57 …a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G,… enumConstant
|
/aosp_15_r20/external/okhttp/website/static/ |
H A D | prettify.js | 13 q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.… class 26 …eateElement("div");b.innerHTML="<pre>"+a+"</pre>";b=b.firstChild;g&&J(b,g,!0);K({h:d,j:g,c:b,i:1}); property 29 {h:m,c:d,j:u,i:o};K(r)}}}i<p.length?setTimeout(g,250):"function"===typeof a&&a()}for(var b=d||docum… property
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-vbtables.cpp | 315 struct H : virtual G { int h; }; member 317 struct J : virtual I { int j; }; struct 394 struct H : F, G { int h; }; member 395 H h; variable
|
/aosp_15_r20/external/guice/core/test/com/googlecode/guice/ |
H A D | Jsr330Test.java | 144 H h = injector.getInstance(H.class); in testScopeAnnotation() local 494 static class J { class
|
/aosp_15_r20/external/zxing/docs/js/ |
H A D | apache-maven-fluido-1.5.min.js | 25 …h,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ=de.document,di=0,… argument
|
H A D | apache-maven-fluido-1.6.min.js | 25 …h,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ=de.document,di=0,… class
|
H A D | apache-maven-fluido-1.7.min.js | 25 …h,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ=de.document,di=0,… argument
|
H A D | apache-maven-fluido-1.8.min.js | 25 …h,cn,cH,cK,ci,cW,dg,dm,cI,cX,cZ,cC,co,c8,c3,df,ce,cF,da="sizzle"+1*new Date(),cJ=de.document,di=0,… argument
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p4.cpp | 73 using J = int; in V() typedef 151 int h; // expected-note {{member not initialized by constructor}} member 200 T h; member
|