Home
last modified time | relevance | path

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

123

/external/clang/test/SemaTemplate/
Dexample-typelist.cpp8 struct cons { struct
28 struct length<cons<Head, Tail> > { argument
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/body/
DConstructorDeclarationTest.java16 ConstructorDeclaration cons = new ConstructorDeclaration("Cons"); in acceptsSuper() local
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionNamespaceSupport.java83 Constructor[] cons = cl.getConstructors(); in launch() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
D3-1.c33 pthread_t prod, cons; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
D3-1.c33 pthread_t prod, cons; in main() local
/external/testng/src/main/java/org/testng/internal/annotations/
DIAnnotationFinder.java43 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass); in findAnnotation()
DJDK15AnnotationFinder.java197 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass) { in findAnnotation()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java564 Constructor<?> cons = stackLoggerClass in SipStackImpl() local
593 Constructor<?> cons = serverLoggerClass in SipStackImpl() local
631 Constructor<?> cons = routerClass.getConstructor(constructorArgs); in SipStackImpl() local
/external/python/cpython3/Parser/
Dasdl_c.py178 def visitConstructor(self, cons, depth): argument
256 def visitConstructor(self, cons, type, attrs): argument
354 def visitConstructor(self, cons, name): argument
612 def visitConstructor(self, cons, name): argument
996 def visitConstructor(self, cons, name, simple): argument
1040 def visitConstructor(self, cons, name): argument
1144 def visitConstructor(self, cons, enum, name): argument
Dasdl.py156 def visitConstructor(self, cons, name): argument
/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
/external/python/cpython3/Lib/test/
Dtest_asdl_parser.py111 def visitConstructor(self, cons): argument
/external/apache-commons-bcel/src/examples/
DPackage.java236 Constant cons = pool.getConstant(i); in addDependents() local
/external/selinux/libsepol/cil/src/
Dcil_tree.c664 void cil_tree_print_constrain(struct cil_constrain *cons) in cil_tree_print_constrain()
1351 struct cil_constrain *cons = node->data; in cil_tree_print_node() local
1357 struct cil_constrain *cons = node->data; in cil_tree_print_node() local
/external/u-boot/drivers/video/
Dvideo-uclass.c211 struct udevice *cons; in video_post_probe() local
/external/v8/src/builtins/
Dbuiltins-console.cc140 Handle<JSFunction> cons = factory->NewFunction(arguments); in BUILTIN() local
/external/selinux/libsepol/cil/test/unit/
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 …]
/external/u-boot/common/
Dlcd_console.c16 static struct console_t cons; variable
/external/nist-sip/java/gov/nist/javax/sip/parser/
DParserFactory.java294 Constructor cons = (Constructor) parserConstructorCache.get(parserClass); in createParser() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java452 Constructor<?> cons = clazz.getConstructor((Class[])null); in clone() local
/external/python/cpython2/Lib/test/
Dtest_weakref.py937 def check_len_cycles(self, dict_type, cons): argument
968 def check_len_race(self, dict_type, cons): argument
/external/libxml2/
DHTMLparser.c3835 long cons = ctxt->nbChars; in htmlParseStartTag() local
4149 long cons = ctxt->nbChars; in htmlParseContent() local
4549 long cons = ctxt->nbChars; in htmlParseContentInternal() local
5765 long cons; in htmlParseTryOrFinish() local
Dparser.c6647 unsigned int cons = ctxt->input->consumed; in xmlParseConditionalSections() local
6963 unsigned int cons = ctxt->input->consumed; in xmlParseExternalSubset() local
8282 unsigned int cons = ctxt->input->consumed; in xmlParseInternalSubset() local
8468 unsigned int cons = ctxt->input->consumed; in xmlParseStartTag() local
9233 unsigned int cons = ctxt->input->consumed; in xmlParseStartTag2() local
9815 unsigned int cons = ctxt->input->consumed; in xmlParseContent() local
11422 unsigned int cons; in xmlParseTryOrFinish() local
/external/v8/src/objects/
Dstring-inl.h306 Handle<ConsString> cons = Handle<ConsString>::cast(string); in Flatten() local
/external/v8/src/runtime/
Druntime-strings.cc76 ConsString* cons = ConsString::cast(*subject); in StringReplaceOneCharWithString() local

123