Searched refs:VALUE2 (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lgetxattr/ |
D | lgetxattr01.c | 43 #define VALUE2 "test2" macro 67 set_xattr("symlink", SECURITY_KEY2, VALUE2, strlen(VALUE2)); in setup() 81 if (TST_RET != strlen(VALUE2)) { in verify_lgetxattr() 86 if (!strncmp(buf, VALUE2, TST_RET)) in verify_lgetxattr()
|
/external/smali/examples/Enums/ |
D | Enum.smali | 10 .field public static final enum VALUE2:LEnum; 24 #create an instance of this class for the VALUE2 value 26 const-string v1, "VALUE2" 30 #and store it in VALUE2 31 sput-object v0, LEnum;->VALUE2:LEnum; 41 #add VALUE2 to the array 42 sget-object v1, LEnum;->VALUE2:LEnum;
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpPostRequestTest.java | 56 public static final String VALUE2 = "Grand Canyon"; field in HttpPostRequestTest 121 …: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2 in testPostWithMultipleMultipartFormFields() 131 … assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2)); in testPostWithMultipleMultipartFormFields() 140 …: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2 in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma() 150 … assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2)); in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma()
|
/external/clang/test/Parser/ |
D | recovery.c | 95 #define VALUE2 VALUE+VALUE 98 x = VALUE2 // expected-error{{expected ';' after expression}}
|
/external/nanopb-c/tests/enum_to_string/ |
D | enum.proto | 11 VALUE2 = 2; enumerator
|
/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/ |
D | DocumentedObjectShadow.java | 20 VALUE1, VALUE2 enumConstant
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmock.py | 609 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 612 self.assertEqual(mock.method(), sentinel.VALUE2) 663 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 667 self.assertEqual(mock.method(), sentinel.VALUE2)
|