Home
last modified time | relevance | path

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

/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests.pddm31 //%PDDM-DEFINE TEST_FOR_POD_KEY(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4)
32 //%TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, , , KEY1, KEY2, KEY3, KEY4)
33 //%TESTS_FOR_POD_KEY_OBJECT_VALUE(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4, Object, NSString*, @"…
35 //%PDDM-DEFINE TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4)
37 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt32, uint32_t,…
38 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int32, int32_t, ,…
39 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt64, uint64_t,…
40 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int64, int64_t, ,…
41 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Bool, BOOL, , YES…
42 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Float, float, , 5…
[all …]
/external/u-boot/board/k+p/kp_imx53/
Dkp_imx53.c26 #define KEY1 IMX_GPIO_NR(2, 26) macro
190 gpio_request(KEY1, "KEY1_GPIO"); in board_misc_setup()
191 gpio_direction_input(KEY1); in board_misc_setup()
193 if (gpio_get_value(KEY1)) in board_misc_setup()
/external/clang/test/Preprocessor/
Dprint-pragma-microsoft.c9 #define KEY1 "KEY1" macro
14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2)
/external/u-boot/arch/arm/dts/
Dimx53-kp.dts91 /* KEY1 GPIO */