Searched refs:counter (Results 126 - 150 of 809) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/crypto/
H A Dsha1-tprf.c32 unsigned char counter = 0; local
48 addr[4] = &counter;
55 counter++;
H A Dsha256-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha384-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha512-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-tprf.c32 unsigned char counter = 0; local
48 addr[4] = &counter;
55 counter++;
H A Dsha256-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha384-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha512-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
/external/javassist/src/test/test/javassist/proxy/
H A DProxyCacheGCTest.java61 public void createProxy(int counter) argument
67 String targetName = "test.javassist.MyTarget_" + counter;
68 String targetConstructorName = "MyTarget_" + counter;
76 String handlerName = "test.javassist.MyHandler_" + counter;
83 String filterName = "test.javassist.MyFilter" + counter;
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java82 int counter = -1; // will increment for each invocation
85 counter++;
89 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
90 if (counter < 5) {
91 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
94 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java82 int counter = -1; // will increment for each invocation
85 counter++;
89 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
90 if (counter < 5) {
91 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
94 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java83 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
95 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);

Completed in 1198 milliseconds

1234567891011>>