/libcore/luni/src/test/java/tests/security/spec/ |
DSAPublicKeySpecTest.java | 38 * Test for <code>DSAPublicKeySpec</code> ctor
|
RSAKeyGenParameterSpecTest.java | 38 * Test for <code>RSAKeyGenParameterSpec(int,BigInteger)</code> ctor
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 95 * different numbers passed to their ctor-s).<br> 159 * Default ctor for TestCertPath. Uses {@link TestCertUtils#getCertChain()} 161 * All TestCertPath-s constructed via this ctor will be equals() to each 171 * The TestCertPaths constructed via this ctor may be different (if they 317 * Default ctor. All the TestCertificate-s created with this ctor are equals() to each other. 325 * A special purpose ctor. Pass different String-s to have different TestCertificates. 326 * TestCertificate-s with the same String passed to this ctor are considered equal. 334 * A ctor that allows to specify both the TYPE of certificate and the
|
/build/core/ |
armelflib.x | 79 /* We don't want to include the .ctor section from 81 The .ctor section from the crtend file contains the
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
AppConfigurationEntryTest.java | 50 * Test for ctor 72 * Test for ctor with incorrect arguments. If name of the login module is null
|
LoginContext1Test.java | 254 * passed to its ctor) ar on a global level - through the static mask 257 * (true/false) from defined methods/ctor, or throwing an 267 * passing an appropriate mask into ctor, or can be managed globally - via 555 * A special-purpose LoginModule whose ctor() throws RuntimeException. 560 "ctor: test runtime exception." 579 * A special-purpose LoginModule whose methods (but ctor) throw 622 * ctor. 707 // This also shows that the cbHandler is instantiated at the ctor 954 * If a module fails during it's ctor/init/commit - it must be processed [all...] |
/external/chromium/net/url_request/ |
url_request_test_job.h | 124 // in the explicit ctor. 128 // ctor.
|
/external/elfutils/src/ |
elf32-i386.script | 112 /* We don't want to include the .ctor section from 114 The .ctor section from the crtend file contains the
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.cpp | 161 return new StringPerfFunction(ctor, filelines_, numLines, uselen); 163 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen);
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 92 /// MachineInstr ctor - This constructor creates a copy of the given 96 /// MachineInstr ctor - This constructor creates a dummy MachineInstr with 104 /// MachineInstr ctor - This constructor creates a MachineInstr and adds the 109 /// MachineInstr ctor - Work exactly the same as the ctor above, except that 114 /// MachineInstr ctor - This constructor create a MachineInstr and add the 120 /// MachineInstr ctor - Work exactly the same as the ctor above, except that
|
/external/llvm/include/llvm/Support/ |
InstIterator.h | 59 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor 67 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor
|
/external/llvm/lib/Analysis/ |
IntervalPartition.cpp | 65 // IntervalPartition ctor - Build the first level interval partition for the 89 // IntervalPartition ctor - Build a reduced interval partition from an
|
/frameworks/base/core/java/android/app/backup/ |
BackupDataInput.java | 75 mBackupReader = ctor(fd); 188 private native static int ctor(FileDescriptor fd); method in class:BackupDataInput
|
BackupDataOutput.java | 70 mBackupWriter = ctor(fd); 124 private native static int ctor(FileDescriptor fd); method in class:BackupDataOutput
|
/hardware/ril/mock-ril/src/js/ |
ctrl_server.js | 85 print('CtrlServer() ctor E'); 89 print('CtrlServer() ctor X');
|
/external/clang/include/clang/AST/ |
Stmt.h | 135 friend class InitListExpr; // ctor 136 friend class DesignatedInitExpr; // ctor 137 friend class BlockDeclRefExpr; // ctor 139 friend class CXXNewExpr; // ctor 140 friend class DependentScopeDeclRefExpr; // ctor 141 friend class CXXConstructExpr; // ctor 142 friend class CallExpr; // ctor 143 friend class OffsetOfExpr; // ctor 144 friend class ObjCMessageExpr; // ctor 145 friend class ShuffleVectorExpr; // ctor [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 226 static jmethodID ctor = env->GetMethodID(JniConstants::inetSocketAddressClass, "<init>", local 228 return env->NewObject(JniConstants::inetSocketAddressClass, ctor, inetAddress, port); 235 static jmethodID ctor = env->GetMethodID(JniConstants::structPasswdClass, "<init>", local 237 return env->NewObject(JniConstants::structPasswdClass, ctor, 242 static jmethodID ctor = env->GetMethodID(JniConstants::structStatClass, "<init>", local 244 return env->NewObject(JniConstants::structStatClass, ctor, 259 static jmethodID ctor = env->GetMethodID(JniConstants::structStatFsClass, "<init>", local 261 return env->NewObject(JniConstants::structStatFsClass, ctor, static_cast<jlong>(sb.f_bsize), 269 static jmethodID ctor = env->GetMethodID(JniConstants::structLingerClass, "<init>", "(II)V"); local 270 return env->NewObject(JniConstants::structLingerClass, ctor, l.l_onoff, l.l_linger) 274 static jmethodID ctor = env->GetMethodID(JniConstants::structTimevalClass, "<init>", "(JJ)V"); local 285 static jmethodID ctor = env->GetMethodID(JniConstants::structUtsnameClass, "<init>", local [all...] |
/external/llvm/include/llvm/ |
PassSupport.h | 54 /// PassInfo ctor - Do not call this directly, this should only be invoked 61 /// PassInfo ctor - Do not call this directly, this should only be invoked 105 void setNormalCtor(NormalCtor_t Ctor) { 106 NormalCtor = Ctor; 309 /// PassRegistrationListener ctor - Add the current object to the list of
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 79 // Private ctor forces it to be created only in the heap. 220 // The ctor takes the owner popup window and the process handle of the 346 // We block inside the import_runner ctor, pumping messages until the
|
/external/chromium/testing/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 89 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 235 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 135 /// SmallBitVector default ctor - Creates an empty bitvector. 138 /// SmallBitVector ctor - Creates a bitvector of specified number of bits. All 147 /// SmallBitVector copy ctor.
|
/external/protobuf/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/frameworks/base/core/jni/ |
android_view_InputChannel.cpp | 36 jmethodID ctor; member in struct:android::__anon14321 113 gInputChannelClassInfo.ctor); 307 GET_METHOD_ID(gInputChannelClassInfo.ctor, gInputChannelClassInfo.clazz,
|
/packages/apps/Nfc/jni/ |
com_android_nfc.cpp | 132 jmethodID ctor; local 142 ctor = e->GetMethodID(cls, "<init>", "()V"); 144 obj = e->NewObject(cls, ctor);
|