HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 101 - 125 of 2236) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOnItemSelectedAction.java 27 protected void init(Params params) { method in class:ListWithOnItemSelectedAction
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchBaseTest.java 22 boolean init(RenderScriptGL rs, Resources res); method in interface:RsBenchBaseTest
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 31 public static native void init(int width, int height); method in class:GL2JNILib
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 31 public static native void init(int width, int height); method in class:GLJNILib
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfLib.java 31 public static native void init(int width, int height); method in class:GLPerfLib
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 31 public static native void init(int width, int height); method in class:GLDualLib
  /frameworks/rs/
rsMutex.cpp 30 bool Mutex::init() { function in class:Mutex
33 ALOGE("Mutex::Mutex init failure");
  /libcore/luni/src/main/java/javax/crypto/
NullCipher.java 43 this.init(Cipher.ENCRYPT_MODE, (Key)null, (SecureRandom)null);
  /ndk/tests/device/test-gnustl-full/unit/
pair_test.cpp 16 CPPUNIT_TEST(init);
21 void init();
34 void PairTest::init() function in class:PairTest
  /ndk/tests/device/test-stlport/unit/
pair_test.cpp 16 CPPUNIT_TEST(init);
21 void init();
34 void PairTest::init() function in class:PairTest
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp 31 void DicTraverseSession::init(const Dictionary *const dictionary, const int *prevWord, function in class:latinime::DicTraverseSession
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scene.js 149 function init() { function
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 29 public void init () throws BuildException method in class:FilterTask
31 super.init ();
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 91 MmsConfig.init(this);
92 Contact.init(this);
93 DraftCache.init(this);
94 Conversation.init(this);
95 DownloadManager.init(this);
96 RateController.init(this);
97 LayoutManager.init(this);
98 MessagingNotification.init(this);
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java 191 PKIXCertPathBuilderResult init = new PKIXCertPathBuilderResult( local
195 PKIXCertPathBuilderResult clone = (PKIXCertPathBuilderResult) init
197 assertSame(init.getCertPath(), clone.getCertPath());
198 assertSame(init.getPolicyTree(), clone.getPolicyTree());
199 assertSame(init.getPublicKey(), clone.getPublicKey());
200 assertSame(init.getTrustAnchor(), clone.getTrustAnchor());
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_Impl1Test.java 37 kg.init(keyLen, new SecureRandom());
47 * @tests javax.crypto.Cipher#init(int, java.security.Key,
62 ap.init(iv, "RAW");
65 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap);
74 * @tests javax.crypto.Cipher#init(int, java.security.Key,
93 ap.init(iv, "RAW");
97 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap, sr);
  /cts/tests/src/android/widget/cts/
ExpandableListSimple.java 29 protected void init(ExpandableParams params) { method in class:ExpandableListSimple
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreference.java 31 init(attrs);
42 init(attrs);
47 private void init(AttributeSet attrs) { method in class:CustomCheckBoxPreference
CustomDialogPreference.java 31 init(attrs);
38 init(attrs);
43 private void init(AttributeSet attrs) { method in class:CustomDialogPreference
CustomEditTextPreference.java 31 init(attrs);
42 init(attrs);
47 private void init(AttributeSet attrs) { method in class:CustomEditTextPreference
CustomSwitchPreference.java 32 init(attrs);
43 init(attrs);
48 private void init(AttributeSet attrs) { method in class:CustomSwitchPreference
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h 29 void (*init)(); member in struct:__anon1988
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricBlockCipher.java 17 public void init(boolean forEncryption, CipherParameters param); method in interface:AsymmetricBlockCipher
BlockCipher.java 18 public void init(boolean forEncryption, CipherParameters params) method in interface:BlockCipher
53 * as it was after the last init (if there was one).
CipherKeyGenerator.java 18 public void init( method in class:CipherKeyGenerator

Completed in 200 milliseconds

1 2 3 45 6 7 8 91011>>