Home
last modified time | relevance | path

Searched defs:cons (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/list/
Dcons.hpp44 struct cons : sequence_base<cons<Car, Cdr> > struct
46 typedef mpl::int_<Cdr::size::value+1> size;
47 typedef cons_tag fusion_tag;
48 typedef fusion_sequence_tag tag; // this gets picked up by MPL
49 typedef mpl::false_ is_view;
50 typedef forward_traversal_tag category;
51 typedef Car car_type;
52 typedef Cdr cdr_type;
55 cons() in cons() argument
59 explicit cons(typename detail::call_param<Car>::type in_car) in cons() argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/
Dtuple_basic.hpp262 struct cons { struct
264 typedef HT head_type;
265 typedef TT tail_type;
268 detail::wrap_non_storeable_type<head_type>::type stored_head_type;
270 stored_head_type head;
271 tail_type tail;
274 get_head() { return head; } in get_head()
277 get_tail() { return tail; } in get_tail()
280 get_head() const { return head; } in get_head()
283 get_tail() const { return tail; } in get_tail()
[all …]
/aosp_15_r20/art/test/042-new-instance/src/
H A DMain.java75 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
87 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
98 Constructor<?> cons = c.getDeclaredConstructor(Main.class); in testConstructorNewInstance() local
109 Constructor<?> cons = c.getDeclaredConstructor(); in testConstructorNewInstance() local
120 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
133 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
147 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp8 struct cons { struct
28 struct length<cons<Head, Tail> > { argument
/aosp_15_r20/external/python/cpython2/Parser/
Dasdl_c.py176 def visitConstructor(self, cons, depth): argument
252 def visitConstructor(self, cons, type, attrs): argument
348 def visitConstructor(self, cons, name): argument
588 def visitConstructor(self, cons, name): argument
916 def visitConstructor(self, cons, name, simple): argument
960 def visitConstructor(self, cons, name): argument
1059 def visitConstructor(self, cons, enum, name): argument
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest.java189 CtConstructor[] cons = cc.getDeclaredConstructors(); in testCalleeBefore() local
224 CtConstructor[] cons = cc.getDeclaredConstructors(); in testCalleeAfter() local
387 CtConstructor cons in testSetBody() local
399 CtConstructor cons = cc.getClassInitializer(); in testSetStaticConsBody() local
457 CtConstructor[] cons = cc.getDeclaredConstructors(); in testEmptyBody() local
783 CtConstructor cons = CtNewConstructor.make(null, null, in testMakeMethod() local
H A DJvstTest2.java926 CtConstructor cons = cc.getClassInitializer(); in testWhere() local
1244 CtConstructor[] cons = cc.getDeclaredConstructors(); in testConstructorName() local
1324 CtConstructor cons = new CtConstructor(new CtClass[] { in testConstBody() local
H A DJvstTest3.java241 CtConstructor[] cons = cc.getConstructors(); in testConstructorToMethod() local
606 CtConstructor[] cons = cc.getDeclaredConstructors(); in testEmptyConstructor() local
1020 CtConstructor cons = cc.getConstructor("()V"); in testInsertAfter() local
/aosp_15_r20/external/jazzer-api/sanitizers/src/test/java/com/example/ldap/
H A DMockLdapContext.java162 public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls cons) in search()
168 public NamingEnumeration<SearchResult> search(String name, String filter, SearchControls cons) in search()
184 SearchControls cons) throws NamingException { in search()
190 SearchControls cons) throws NamingException { in search()
/aosp_15_r20/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c5737 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_t1type() local
5763 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_t1t1_neg() local
5788 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_t2type() local
5813 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_t2t2_neg() local
5838 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_r1role() local
5863 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_r1r1_neg() local
5888 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_r2role() local
5913 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_r2r2_neg() local
5938 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq2_t1t2() local
5963 struct cil_constrain *cons; in test_cil_gen_constrain_expr_stack_eq_r1r2() local
[all …]
/aosp_15_r20/external/python/cpython3/Parser/
Dasdl_c.py299 def visitConstructor(self, cons, depth): argument
382 def visitConstructor(self, cons, type, attrs): argument
475 def visitConstructor(self, cons, name): argument
751 def visitConstructor(self, cons, name): argument
1155 def visitConstructor(self, cons, name, simple): argument
1235 def visitConstructor(self, cons, name): argument
1326 def visitConstructor(self, cons, enum, name): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxsk.h208 static inline __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx) in xsk_ring_cons__peek()
220 static inline void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__cancel()
225 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__release()
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java564 Constructor<?> cons = stackLoggerClass in SipStackImpl() local
593 Constructor<?> cons = serverLoggerClass in SipStackImpl() local
631 Constructor<?> cons = routerClass.getConstructor(constructorArgs); in SipStackImpl() local
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtClassType.java1102 CtMember cons = memCache.consHead(); in getDeclaredBehaviors() local
1127 CtMember cons = memCache.consHead(); in getConstructors() local
1151 private static boolean isPubCons(CtConstructor cons) { in isPubCons()
1161 CtMember cons = memCache.consHead(); in getConstructor() local
1178 CtMember cons = memCache.consHead(); in getDeclaredConstructors() local
1206 CtMember cons = memCache.consHead(); in getClassInitializer() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java188 private Constructor<?> cons; field in ObjectStreamClass
1441 Constructor<?> cons = cl.getDeclaredConstructor((Class<?>[]) null); in getExternalizableConstructor() local
1463 Constructor<?> cons = initCl.getDeclaredConstructor((Class<?>[]) null); in getSerializableConstructor() local
1903 Constructor<?>[] cons = cl.getDeclaredConstructors(); in computeDefaultSUID() local
2041 public MemberSignature(Constructor<?> cons) { in MemberSignature()
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectStreamClass.java188 private Constructor<?> cons; field in ObjectStreamClass
1441 Constructor<?> cons = cl.getDeclaredConstructor((Class<?>[]) null); in getExternalizableConstructor() local
1463 Constructor<?> cons = initCl.getDeclaredConstructor((Class<?>[]) null); in getSerializableConstructor() local
1903 Constructor<?>[] cons = cl.getDeclaredConstructors(); in computeDefaultSUID() local
2041 public MemberSignature(Constructor<?> cons) { in MemberSignature()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java188 private Constructor<?> cons; field in ObjectStreamClass
1441 Constructor<?> cons = cl.getDeclaredConstructor((Class<?>[]) null); in getExternalizableConstructor() local
1463 Constructor<?> cons = initCl.getDeclaredConstructor((Class<?>[]) null); in getSerializableConstructor() local
1903 Constructor<?>[] cons = cl.getDeclaredConstructors(); in computeDefaultSUID() local
2041 public MemberSignature(Constructor<?> cons) { in MemberSignature()
/aosp_15_r20/art/test/100-reflect2/src/
H A DMain.java288 Constructor<?> cons = c.getConstructor(); in testPackagePrivateConstructor() local
302 Constructor<?> cons = c.getConstructor(); in testPackagePrivateAccessibleConstructor() local
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_write_ast.c391 static void write_constrain(FILE *out, struct cil_constrain *cons) in write_constrain()
1252 struct cil_constrain *cons = node->data; in cil_write_ast_node() local
1259 struct cil_constrain *cons = node->data; in cil_write_ast_node() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/
H A DConstructorDeclarationTest.java11 ConstructorDeclaration cons = new ConstructorDeclaration("Cons"); in acceptsSuper() local
/aosp_15_r20/art/test/042-new-instance/src/otherpackage/
H A DConstructorAccess.java33 Constructor cons = c.getDeclaredConstructor(); in newConstructorInstance() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/
H A DAbstractTest.java99 Constructor<?>[] cons = cls.getDeclaredConstructors(); in assertImmutable() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DCharUtilsTest.java52 final Constructor<?>[] cons = CharUtils.class.getDeclaredConstructors(); in testConstructor() local
H A DCharSetUtilsTest.java38 final Constructor<?>[] cons = CharSetUtils.class.getDeclaredConstructors(); in testConstructor() local
/aosp_15_r20/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java792 Constructor<?> cons = c.getConstructor(paramTypes); in create() local
1161 Constructor<?>[] cons = SecurityActions.getDeclaredConstructors(superClass); in makeConstructors() local
1314 private static MethodInfo makeConstructor(String thisClassName, Constructor<?> cons, in makeConstructor()

12345678910>>...12