OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctor
(Results
51 - 75
of
652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oprofile/libpp/
format_flags.h
16
* flags passed to the
ctor
of an output_symbol object.
/libcore/luni/src/main/java/java/security/spec/
PKCS8EncodedKeySpec.java
34
// Super class'
ctor
makes defensive parameter copy
X509EncodedKeySpec.java
33
// Super class'
ctor
makes defensive parameter copy
/frameworks/base/api/
14.txt
4
ctor
public Manifest();
8
ctor
public Manifest.permission();
134
ctor
public Manifest.permission_group();
149
ctor
public R();
153
ctor
public R.anim();
170
ctor
public R.animator();
176
ctor
public R.array();
185
ctor
public R.attr();
[
all
...]
current.txt
4
ctor
public Manifest();
8
ctor
public Manifest.permission();
134
ctor
public Manifest.permission_group();
149
ctor
public R();
153
ctor
public R.anim();
170
ctor
public R.animator();
176
ctor
public R.array();
185
ctor
public R.attr();
[
all
...]
/external/clang/lib/CodeGen/
CGClass.cpp
292
// If the record matches the base, this is the complete
ctor
/dtor
296
"doing no-op VTT offset in base dtor/
ctor
?");
634
static bool IsConstructorDelegationValid(const CXXConstructorDecl *
Ctor
) {
648
if (
Ctor
->getParent()->getNumVBases()) {
668
if (
Ctor
->getType()->getAs<FunctionProtoType>()->isVariadic())
672
if (
Ctor
->isDelegatingConstructor())
680
const CXXConstructorDecl *
Ctor
= cast<CXXConstructorDecl>(CurGD.getDecl());
685
if (CtorType == Ctor_Complete && IsConstructorDelegationValid(
Ctor
)) {
688
EmitDelegateCXXConstructorCall(
Ctor
, Ctor_Base, Args);
692
Stmt *Body =
Ctor
->getBody()
[
all
...]
MicrosoftCXXABI.cpp
31
void BuildConstructorSignature(const CXXConstructorDecl *
Ctor
,
39
void BuildDestructorSignature(const CXXDestructorDecl *
Ctor
,
/frameworks/base/tools/aidl/
generate_java.cpp
77
//
ctor
78
Method*
ctor
= new Method;
local
79
ctor
->modifiers = PUBLIC;
80
ctor
->comment = "/** Construct the stub at attach it to the "
82
ctor
->name = "Stub";
83
ctor
->statements = new StatementBlock;
86
ctor
->statements->Add(attach);
87
this->elements.push_back(
ctor
);
212
Method*
ctor
= new Method;
local
213
ctor
->name = "Proxy"
[
all
...]
/external/chromium/chrome/browser/resources/shared/js/
cr.js
311
* @param {!Function}
ctor
The constructor for the class to add the static
314
function addSingletonGetter(
ctor
) {
315
ctor
.getInstance = function() {
316
return
ctor
.instance_ || (
ctor
.instance_ = new
ctor
());
/dalvik/tests/086-null-super/src/
Main.java
80
Constructor
ctor
= mDexClass.
local
82
Object mDexFile =
ctor
.newInstance(DEX_FILE);
/dalvik/tests/087-gc-after-link/src/
Main.java
83
Constructor
ctor
= dexClass.
local
85
dexFile =
ctor
.newInstance(DEX_FILE);
/external/valgrind/tsan/
ts_heap_info.h
38
// a default
CTOR
and a copy
CTOR
.
/frameworks/base/core/java/android/app/backup/
FileBackupHelperBase.java
37
mPtr =
ctor
();
118
private static native int
ctor
();
method in class:FileBackupHelperBase
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept
66
* the current error (the same string passed to the
ctor
). */
120
* the current error (the same string passed to the
ctor
). */
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept
66
* the current error (the same string passed to the
ctor
). */
120
* the current error (the same string passed to the
ctor
). */
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept
66
* the current error (the same string passed to the
ctor
). */
120
* the current error (the same string passed to the
ctor
). */
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
TextInputCallbackTest.java
51
* Test for TextOutputCallback(String prompt,String defaultText)
ctor
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DSAParameterSpecTest.java
45
*
Ctor
test
RSAPrivateKeySpecTest.java
45
* Test for <code>RSAPrivateKeySpec(BigInteger,BigInteger)</code>
ctor
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java
38
// System.out.println("ElemExtensionScript
ctor
");
/external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp
21
/// SystemZTargetMachine
ctor
- Create an ILP64 architecture model
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImpl.java
43
*
Ctor
52
*
Ctor
64
*
Ctor
77
*
Ctor
/libcore/luni/src/test/java/tests/security/spec/
DSAParameterSpecTest.java
38
*
Ctor
test
RSAPrivateKeySpecTest.java
38
* Test for <code>RSAPrivateKeySpec(BigInteger,BigInteger)</code>
ctor
/dalvik/tests/068-classloader/src/
FancyLoader.java
85
Constructor
ctor
;
local
90
ctor
= mDexClass.getConstructor(new Class[] {String.class});
97
mDexFile =
ctor
.newInstance(DEX_FILE);
Completed in 1828 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>