/frameworks/base/core/java/android/view/ |
DragEvent.java | 255 private void init(int action, float x, float y, ClipDescription description, ClipData data, method in class:DragEvent 277 ev.init(action, x, y, description, data, localState, result); 288 ev.init(action, x, y, description, data, localState, result);
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNIView.java | 62 init(false, 0, 0); method 67 init(translucent, depth, stencil); method 70 private void init(boolean translucent, int depth, int stencil) { method in class:GL2JNIView 288 GL2JNILib.init(width, height);
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfView.java | 62 init(false, 0, 0); method 67 init(translucent, depth, stencil); method 70 private void init(boolean translucent, int depth, int stencil) { method in class:GLPerfView 288 GLPerfLib.init(width, height);
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
GLDualGL2View.java | 60 init(false, 0, 0); method 65 init(false, 0, 0); method 70 init(translucent, depth, stencil); method 73 private void init(boolean translucent, int depth, int stencil) { method in class:GLDualGL2View 291 GLDualLib.init(width, height);
|
/libcore/benchmarks/src/benchmarks/regression/ |
CipherBenchmark.java | 110 generator.init(keySize); 131 cipherEncrypt.init(Cipher.ENCRYPT_MODE, key, spec); 134 cipherDecrypt.init(Cipher.DECRYPT_MODE, key, spec);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ConnectionStateSSLv3.java | 184 encCipher.init(Cipher.ENCRYPT_MODE, 187 decCipher.init(Cipher.DECRYPT_MODE, 191 encCipher.init(Cipher.ENCRYPT_MODE, 194 decCipher.init(Cipher.DECRYPT_MODE,
|
SSLParametersImpl.java | 94 * the functionality provided by SSLContext.init method. 95 * See {@link javax.net.ssl.SSLContext#init(KeyManager[],TrustManager[], 363 kmf.init(null, null); 400 tmf.init((KeyStore) null);
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
X509KeyManagerTest.java | 623 void init(String name) { method in class:X509KeyManagerTest [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLSocketFactory.java | 199 sslcontext.init(keymanagers, trustmanagers, random); 255 kmfactory.init(keystore, password != null ? password.toCharArray(): null); 266 tmfactory.init(keystore);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SmoothPagedView.java | 97 protected void init() { method in class:SmoothPagedView 98 super.init();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SmoothPagedView.java | 94 protected void init() { method in class:SmoothPagedView 95 super.init();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
AccessibilityUtils.java | 66 public static void init(final InputMethodService inputMethod) { method in class:AccessibilityUtils 71 KeyCodeDescriptionMapper.init(); 72 AccessibleKeyboardViewProxy.init(inputMethod);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 177 public void init(IEditorSite site, IEditorInput input) throws PartInitException { method in class:AndroidXmlEditor 178 super.init(site, input); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
OpenWizardAction.java | 88 * @see org.eclipse.ui.IWorkbenchWindowActionDelegate#init(org.eclipse.ui.IWorkbenchWindow) 91 public void init(IWorkbenchWindow window) { method in class:OpenWizardAction 137 mWizard.init(workbench, selectionToPass);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 80 public void init(IWorkbench workbench, IStructuredSelection selection) { method in class:NewXmlFileWizard 350 public void init(IWorkbench workbench, IStructuredSelection selection) { method in class:NewXmlFileWizard.NewLayoutWizard 351 super.init(workbench, selection); 368 public void init(IWorkbench workbench, IStructuredSelection selection) { method in class:NewXmlFileWizard.NewValuesWizard 369 super.init(workbench, selection);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat32BootSector.java | 62 public void init() throws IOException { method in class:Fat32BootSector 63 super.init();
|
/external/smack/src/org/jivesoftware/smack/ |
XMPPConnection.java | 471 saslAuthentication.init(); 647 packetWriter.init(); 648 packetReader.init(); 857 kmf.init(ks,null); 859 kmf.init(ks,pcb.getPassword()); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorAdapterTest.java | 105 cursorAdapter.init(null, null, false); 113 cursorAdapter.init(mContext, null, false); 121 cursorAdapter.init(mContext, null, true); 129 cursorAdapter.init(mContext, mCursor, true); 358 public void init(Context context, Cursor c, boolean autoRequery) { method in class:CursorAdapterTest.MockCursorAdapter 359 super.init(context, c, autoRequery);
|
/frameworks/base/core/java/android/text/ |
TextLine.java | 148 mReplacementSpanSpanSet.init(mSpanned, start, limit); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 93 public void init(IWorkbench workbench, IStructuredSelection selection) { method in class:NewProjectWizard 94 super.init(workbench, selection); 101 mContentsPage.init(selection, AdtUtils.getActivePart());
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
P2pBroadcastReceiverTest.java | 56 public void init(Channel c) { method in class:P2pBroadcastReceiverTest
|
/cts/suite/audio_quality/lib/src/ |
SignalProcessingImpl.cpp | 69 bool SignalProcessingImpl::init(const android::String8& script) function in class:SignalProcessingImpl 73 LOGE("SignalProcessingImpl::init fork failed %d", errno); 96 if (mSocket->init("127.0.0.1", SCRIPT_PORT, true)) {
|
/cts/suite/audio_quality/lib/src/audio/ |
RemoteAudio.cpp | 59 bool RemoteAudio::init(int port) function in class:RemoteAudio 76 // initial action until socket connection done by init 84 if (!mSocket.init("127.0.0.1", mPort)) {
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 19 * "non" NON "init" INIT 31 * In addition to the scanner proper (called first via init() then with 111 public static void init() throws java.io.IOException method in class:lexer 121 keywords.put("init", new Integer(sym.INIT));
|
/dalvik/vm/alloc/ |
Alloc.cpp | 99 Method* init; local 109 init = dvmFindDirectMethodByDescriptor(clazz, "<init>", 111 if (init == NULL) { 132 dvmCallMethod(self, init, obj, &unused, msgStr);
|