/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
process.js | 111 "new": function(ctor, args) { 112 return [ this[0], walk(ctor), MAP(args, walk) ]; [all...] |
/external/chromium/testing/gmock/test/ |
gmock-spec-builders_test.cc | [all...] |
/external/clang/lib/AST/ |
DeclCXX.cpp | 169 // C++ [class.ctor]p5: 193 // C++ [class.ctor]p5: 225 // C++ [class.ctor]p3: 439 // C++0x [class.ctor]p5 509 // C++0x [class.ctor]p5: 741 // C++0x [class.ctor]p5: [all...] |
/external/llvm/lib/CodeGen/ |
MachineInstr.cpp | 464 /// MachineInstr ctor - This constructor creates a dummy MachineInstr with 483 /// MachineInstr ctor - This constructor creates a MachineInstr and adds the 498 /// MachineInstr ctor - As above, but with a DebugLoc. 512 /// MachineInstr ctor - Work exactly the same as the ctor two above, except 518 assert(MBB && "Cannot use inserting ctor with null basic block!"); 527 /// MachineInstr ctor - As above, but with a DebugLoc. 533 assert(MBB && "Cannot use inserting ctor with null basic block!"); 542 /// MachineInstr ctor - Copies MachineInstr arg exactly [all...] |
/external/v8/src/ |
mirror-debugger.js | 133 * @param {function} ctor Constructor function which needs to inherit the 137 function inherits(ctor, superCtor) { 140 ctor.super_ = superCtor.prototype; class 141 ctor.prototype = new tempCtor(); 142 ctor.prototype.constructor = ctor; 762 var ctor = this.constructorFunction(); 763 if (!ctor.isFunction()) { 766 name = ctor.name(); [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 96 void BuildConstructorSignature(const CXXConstructorDecl *Ctor, 131 void BuildConstructorSignature(const CXXConstructorDecl *Ctor, 678 void ItaniumCXXABI::BuildConstructorSignature(const CXXConstructorDecl *Ctor, 687 if (Type == Ctor_Base && Ctor->getParent()->getNumVBases() != 0) 692 void ARMCXXABI::BuildConstructorSignature(const CXXConstructorDecl *Ctor, 696 ItaniumCXXABI::BuildConstructorSignature(Ctor, Type, ResTy, ArgTys); [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 744 # The token name is the same as the class, must be a ctor if [all...] |
/external/jdiff/src/jdiff/ |
API.java | 180 System.out.println("Ctor type: " + c.type_); 187 System.out.print("Ctor doc block:");
|
/external/llvm/lib/VMCore/ |
Pass.cpp | 199 "Cannot call createPass on PassInfo without default ctor!"); 220 // PassRegistrationListener ctor - Add the current object to the list of
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 298 // Make sure that there is a global ctor/dtor array in both halves of the 299 // module if they both have static ctor/dtor functions.
|
/libcore/luni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 448 // OID provided to the ctor 460 // Alg name provided to the ctor
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
functional | 389 /// Ctor allowing you to initialize the seed. 393 /// Default ctor; initializes its state with some number you don't see.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 389 /// Ctor allowing you to initialize the seed. 393 /// Default ctor; initializes its state with some number you don't see.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 389 /// Ctor allowing you to initialize the seed. 393 /// Default ctor; initializes its state with some number you don't see.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExtensionDecl.java | 47 // System.out.println("ElemExtensionDecl ctor");
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 56 // Default ctor - Initialize to empty.
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 150 : A(IntWrapper(A)), // Due to a conservative implementation, we do not report warnings inside function/ctor calls even though it is possible to do so.
|
/external/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 218 /// ScopedHashTableScope ctor - Install this as the current scope for the hash
|
/external/llvm/include/llvm/ |
Use.h | 68 /// Copy ctor - do not implement
|
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 63 /// TargetMachine ctor - Create an ARM architecture model.
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 96 /// X86TargetMachine ctor - Create an X86 target.
|
/frameworks/base/include/utils/ |
VectorImpl.h | 43 enum { // flags passed to the ctor
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 177 Copy ctor duplicates settings.
|
/external/webkit/Source/WebCore/bindings/v8/ |
NPV8Object.cpp | 535 v8::Handle<v8::Function> ctor(v8::Function::Cast(*ctorObj)); 536 if (!ctor->IsNull()) { 541 resultObject = proxy->newInstance(ctor, argumentCount, argv.get());
|
/external/doclava/src/com/google/doclava/ |
Stubs.java | 653 MethodInfo ctor = null; local 674 ctor = m; 677 if (ctor != null) { 680 ArrayList<ParameterInfo> params = ctor.parameters(); [all...] |