/external/ipsec-tools/src/racoon/ |
admin.c | 101 int so2; local 108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen); 109 if (so2 < 0) { 117 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) { 141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) { 156 error = admin_process(so2, combuf); 159 (void)close(so2); 170 admin_process(so2, combuf) 171 int so2; 491 if ((error = admin_reply(so2, com, buf)) != 0 [all...] |
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
SealedObjectTest.java | 99 SealedObject so2 = new SealedObject(so1); local 102 + "to the secret content of initial object.", secret, so2 106 + "initial object", so1.getAlgorithm(), so2.getAlgorithm());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 733 ScreenOrientation so2 = orientation2.getValue(); local 734 if (so2 == null) { 735 so2 = ScreenOrientation.PORTRAIT; 739 if (so2 == ScreenOrientation.LANDSCAPE) { 744 } else if (so2 == ScreenOrientation.LANDSCAPE) { 817 ScreenOrientation so2 = ScreenOrientation.PORTRAIT; local [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
SealedObjectTest.java | 140 SealedObject so2 = new SealedObject(so1) {}; local 143 + "to the secret content of initial object.", secret, so2 147 + "initial object", so1.getAlgorithm(), so2.getAlgorithm());
|
/external/robolectric/v3/libs/ |
vtd-xml-2.11.jar | |
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/ |
vtd-xml-2.11.jar | |