Searched refs:Cons (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/webkit/fast/js/
H A Dobject-slow-put.js28 function Cons() { function
32 Cons.prototype.__defineSetter__("3", function() { ouches++; });
35 var result = new Cons();
31 Cons.prototype.__defineSetter__("3", function() { ouches++; }); class
H A Dobject-bad-time.js28 function Cons() { function
34 var result = new Cons();
39 Cons.prototype.__defineSetter__("3", function() { ouches++; });
38 Cons.prototype.__defineSetter__("3", function() { ouches++; }); class
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcons.h30 // prepending new values to the front using the "Cons(head, tail)"
41 // cons::List<char> ba = Cons('b', Cons('a', kNil));
44 // cons::List<char> cba = Cons('c', ba);
45 // cons::List<char> dba = Cons('d', ba);
65 // Cons extends a cons list by prepending a new value to the front.
67 List<T> Cons(const T& head, const List<T>& tail) { function in namespace:sandbox::cons
H A Dbpf_dsl.cc310 return Elser(Cons(std::make_pair(cond, then_result), clause_list_));
/external/v8/test/mjsunit/
H A Dstring-charcodeat.js34 function Cons() { function
145 TestStringType(Cons, false);
160 var str = Cons();
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp392 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E))
393 return Cons->getConstructor()->isDefaultConstructor() &&
394 Cons->getConstructor()->isTrivial();
/external/clang/lib/AST/
H A DExprCXX.cpp799 CXXConstructorDecl *Cons,
810 Cons, false, Args,
798 CXXTemporaryObjectExpr(const ASTContext &C, CXXConstructorDecl *Cons, TypeSourceInfo *Type, ArrayRef<Expr*> Args, SourceRange ParenOrBraceRange, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1374 CXXTemporaryObjectExpr(const ASTContext &C, CXXConstructorDecl *Cons,
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org.apache. ...

Completed in 3151 milliseconds