/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
CipherPBETest.java | 29 PBEWithMD5AndDES.launcher(); 41 PBEWITHSHAAND3KEYTRIPLEDESCBC.launcher(); 53 PBEWithSHA1AndRC2_40.launcher(); 66 PBEWithMD5AndTripleDES.launcher(); 78 PBEWithSHA1AndDESede.launcher(); 90 PBEWithSHA1AndRC2_40.launcher();
|
CipherAesTest.java | 34 aesNoISO.launcher(); 53 aesISO.launcher();
|
CipherDESedeTest.java | 31 DESedeNoISO.launcher(); 47 DESedeISO.launcher();
|
CipherDesTest.java | 31 desNoISO.launcher(); 47 desISO.launcher();
|
CipherDESedeWrapTest.java | 27 DESedeWrap.launcher();
|
CipherAesWrapTest.java | 32 aesWrap.launcher();
|
CipherRSATest.java | 30 rsa.launcher(); 42 rsa.launcher(); 53 rsa.launcher(); 63 rsa.launcher();
|
KeyAgreementFunctionalTest.java | 28 kat.launcher();
|
KeyGeneratorFunctionalTest.java | 28 kgt.launcher();
|
MacFunctionalTest.java | 26 mt.launcher();
|
SecretKeyFactoryFunctionalTest.java | 25 skft.launcher();
|
TestThread.java | 33 public void launcher() { method in class:TestThread
|
CipherThread.java | 60 public void launcher() { method in class:CipherThread
|
/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/ |
LauncherRotationStressTest.java | 20 import com.android.launcher2.Launcher; 31 public class LauncherRotationStressTest extends ActivityInstrumentationTestCase2<Launcher> { 38 super(Launcher.class); 53 Launcher launcher = getActivity(); local 56 launcher.setRequestedOrientation( 60 launcher.setRequestedOrientation(
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 28 import com.android.launcher.R; 505 final ViewGroup launcher = (ViewGroup) parent.getParent(); local 506 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace); 678 final ViewGroup launcher = (ViewGroup) workspace.getParent(); local 679 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar); 680 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); [all...] |
FolderIcon.java | 41 import com.android.launcher.R; 51 private Launcher mLauncher; 111 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group, 120 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false); 128 icon.setOnClickListener(launcher); 130 icon.mLauncher = launcher; 132 Folder folder = Folder.fromXml(launcher); 133 folder.setDragController(launcher.getDragController()); 137 Resources res = launcher.getResources() [all...] |
/external/valgrind/main/coregrind/ |
launcher-aix5.c | 3 /*--- Launching Valgrind on AIX5. launcher-aix5.c ---*/ 36 /* Cut-down version of the normal launcher, except it is completely 71 #include "launcher-aix5-bootblock.h" 696 VG_(debugLog)(1, "launcher", "parent: size of bootblock is %ld\n", 718 VG_(debugLog)(1, "launcher", 789 VG_(debugLog)(1, "launcher", 822 VG_(debugLog)(1, "launcher", 1556 char* launcher = malloc(strlen(valgrind_lib) local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 618 * For tools R8 up to R11, the proguard.bat launcher on Windows only accepts 622 * Starting with tools R12, the proguard.bat launcher has been fixed to take 632 String launcher = AdtPlugin.readFile(new File(command.get(0))); local 633 if (launcher.contains("%*")) { //$NON-NLS-1$ 634 // This is the launcher from Tools R12. Don't work around it. [all...] |
/prebuilt/common/ant/ |
ant.jar | |