HomeSort by relevance Sort by last modified time
    Searched refs:arg0 (Results 201 - 225 of 493) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 70 public String format(LogRecord arg0) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 87 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
88 assertSame("buf", bytes, arg0);
178 public int engineDigest(byte[] arg0, int arg1, int arg2) {
179 assertSame("buf", bytes, arg0);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorFlip.java 56 public void onClick(View arg0) {
EditorRotate.java 56 public void onClick(View arg0) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/telephony/
DialerActivity.java 41 public void onClick(View arg0) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ServerSocketTest.java 889 protected void create(boolean arg0) throws IOException {
893 protected void connect(String arg0, int arg1) throws IOException {
897 protected void connect(InetAddress arg0, int arg1) throws IOException {
901 protected void connect(SocketAddress arg0, int arg1) throws IOException {
905 protected void bind(InetAddress arg0, int arg1) throws IOException {
909 protected void listen(int arg0) throws IOException {
913 protected void accept(SocketImpl arg0) throws IOException {
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketTest.java     [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 698 return &arg0;
709 ACTION(Sum) { return arg0 + arg1; }
719 ACTION(PlusTwo) { return arg0 + 2; }
731 ACTION_P(Plus, n) { return arg0 + n; }
741 arg0_type t1 = arg0;
762 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; }
765 return arg0 ? arg1 : default_value;
769 return arg0 ? true_value : false_value;
790 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; }
801 ACTION_P4(Plus, p0, p1, p2, p3) { return arg0 + p0 + p1 + p2 + p3;
    [all...]
  /dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL.S 25 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 138 public void onBufferingUpdate(MediaPlayer arg0, int percent) {
143 public void onCompletion(MediaPlayer arg0) {
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 131 public void onRegistrationFailed(NsdServiceInfo arg0, int arg1) {
135 public void onServiceUnregistered(NsdServiceInfo arg0) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthenticationExceptionTest.java 36 * @param arg0
38 public AuthenticationExceptionTest(String arg0) {
39 super(arg0);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 40 * @param arg0
42 public DigestExceptionTest(String arg0) {
43 super(arg0);
GeneralSecurityExceptionTest.java 41 * @param arg0
43 public GeneralSecurityExceptionTest(String arg0) {
44 super(arg0);
InvalidAlgorithmParameterExceptionTest.java 42 * @param arg0
44 public InvalidAlgorithmParameterExceptionTest(String arg0) {
45 super(arg0);
InvalidKeyExceptionTest.java 40 * @param arg0
42 public InvalidKeyExceptionTest(String arg0) {
43 super(arg0);
KeyExceptionTest.java 40 * @param arg0
42 public KeyExceptionTest(String arg0) {
43 super(arg0);
KeyManagementExceptionTest.java 41 * @param arg0
43 public KeyManagementExceptionTest(String arg0) {
44 super(arg0);
KeyStoreExceptionTest.java 40 * @param arg0
42 public KeyStoreExceptionTest(String arg0) {
43 super(arg0);
KeyStoreSpiTest.java 52 * @param arg0
54 public KeyStoreSpiTest(String arg0) {
55 super(arg0);
NoSuchAlgorithmExceptionTest.java 41 * @param arg0
43 public NoSuchAlgorithmExceptionTest(String arg0) {
44 super(arg0);

Completed in 1705 milliseconds

1 2 3 4 5 6 7 891011>>