Home
last modified time | relevance | path

Searched refs:NAME1 (Results 1 – 25 of 25) sorted by relevance

/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
355 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
358 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
396 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
418 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
420 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java50 private static final String NAME1 = "name1"; field in DefaultSessionTest
382 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
383 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
385 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
421 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
422 session.removeAttribute(NAME1); in testRemoveAttribute()
423 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
444 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
445 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
447 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java51 private static final String NAME1 = "name1"; field in DefaultSessionTest
383 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
384 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
386 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
422 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
423 session.removeAttribute(NAME1); in testRemoveAttribute()
424 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
445 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
446 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
448 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java51 private static final String NAME1 = "name1"; field in DefaultSessionTest
383 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
384 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
386 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
422 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
423 session.removeAttribute(NAME1); in testRemoveAttribute()
424 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
445 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
446 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
448 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java51 private static final String NAME1 = "name1"; field in DefaultSessionTest
383 assertNull("name does not exist yet", session.getAttribute(NAME1)); in testGetAndSetAttribute()
384 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute()
386 assertEquals("NAME1", VALUE, session.getAttribute(NAME1)); in testGetAndSetAttribute()
422 session.setAttribute(NAME1, VALUE); in testRemoveAttribute()
423 session.removeAttribute(NAME1); in testRemoveAttribute()
424 assertNull("NAME1", session.getAttribute(NAME1)); in testRemoveAttribute()
445 session.setAttribute(NAME1, VALUE); in testGetAttributeNames()
446 assertEquals("1", Collections.singleton(NAME1), session.getAttributeNames()); in testGetAttributeNames()
448 assertEquals("2", set(NAME1, NAME2), session.getAttributeNames()); in testGetAttributeNames()
/external/bison/data/
Dc.m4294 # b4_c_function_def(NAME, RETURN-VALUE, [DECL1, NAME1], ...)
308 # b4_c_ansi_function_def(NAME, RETURN-VALUE, [DECL1, NAME1], ...)
317 # b4_c_ansi_formals([DECL1, NAME1], ...)
329 # b4_c_knr_formal_names([DECL1, NAME1], ...)
339 # b4_c_knr_formal_decls([DECL1, NAME1], ...)
358 # b4_c_ansi_function_decl(NAME, RETURN-VALUE, [DECL1, NAME1], ...)
367 # b4_c_function_decl(NAME, RETURN-VALUE, [DECL1, NAME1], ...)
385 # b4_c_function_call(NAME, RETURN-VALUE, [DECL1, NAME1], ...)
387 # Call the function NAME with arguments NAME1, NAME2 etc.
393 # b4_c_args([DECL1, NAME1], ...)
[all …]
/external/ltp/testcases/kernel/containers/utsname/
Dutstest.c94 #define NAME1 "serge1" macro
104 if (strcmp(orig, NAME1) == 0) in picknewhostname()
107 strcpy(new, NAME1); in picknewhostname()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DListCommandHandlerTest.groovy58 def NAME1 = "abc.txt"
63 … fileSystem.addEntry(new FileEntry(path:p(DIR,NAME1), lastModified:LAST_MODIFIED, contents:DATA1))
72 listingForFile(LAST_MODIFIED, DATA1.size(), NAME1),
/external/curl/docs/
DMANUAL425 like "NAME1=VALUE1; NAME2=VALUE2;"). The server can also specify for what