/external/clang/test/SemaTemplate/ |
D | example-typelist.cpp | 8 struct cons { struct 28 struct length<cons<Head, Tail> > { argument
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/body/ |
D | ConstructorDeclarationTest.java | 16 ConstructorDeclaration cons = new ConstructorDeclaration("Cons"); in acceptsSuper() local
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionNamespaceSupport.java | 83 Constructor[] cons = cl.getConstructors(); in launch() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
D | 3-1.c | 33 pthread_t prod, cons; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/ |
D | 3-1.c | 33 pthread_t prod, cons; in main() local
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | IAnnotationFinder.java | 43 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass); in findAnnotation()
|
D | JDK15AnnotationFinder.java | 197 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass) { in findAnnotation()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipStackImpl.java | 564 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/ |
D | asdl_c.py | 178 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
|
D | asdl.py | 156 def visitConstructor(self, cons, name): argument
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 176 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/ |
D | test_asdl_parser.py | 111 def visitConstructor(self, cons): argument
|
/external/apache-commons-bcel/src/examples/ |
D | Package.java | 236 Constant cons = pool.getConstant(i); in addDependents() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 664 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/ |
D | video-uclass.c | 211 struct udevice *cons; in video_post_probe() local
|
/external/v8/src/builtins/ |
D | builtins-console.cc | 140 Handle<JSFunction> cons = factory->NewFunction(arguments); in BUILTIN() local
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 5737 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/ |
D | lcd_console.c | 16 static struct console_t cons; variable
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ParserFactory.java | 294 Constructor cons = (Constructor) parserConstructorCache.get(parserClass); in createParser() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeaderList.java | 452 Constructor<?> cons = clazz.getConstructor((Class[])null); in clone() local
|
/external/python/cpython2/Lib/test/ |
D | test_weakref.py | 937 def check_len_cycles(self, dict_type, cons): argument 968 def check_len_race(self, dict_type, cons): argument
|
/external/libxml2/ |
D | HTMLparser.c | 3835 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
|
D | parser.c | 6647 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/ |
D | string-inl.h | 306 Handle<ConsString> cons = Handle<ConsString>::cast(string); in Flatten() local
|
/external/v8/src/runtime/ |
D | runtime-strings.cc | 76 ConsString* cons = ConsString::cast(*subject); in StringReplaceOneCharWithString() local
|