Searched refs:VALUE1 (Results 1 – 7 of 7) sorted by relevance
/external/smali/examples/Enums/ |
D | Enum.smali | 9 .field public static final enum VALUE1:LEnum; 15 #create an instance of this class for the VALUE1 value 17 const-string v1, "VALUE1" 21 #and store it in VALUE1 22 sput-object v0, LEnum;->VALUE1:LEnum; 37 #add VALUE1 to the array 38 sget-object v1, LEnum;->VALUE1:LEnum;
|
D | Main.smali | 10 sget-object v1, LEnum;->VALUE1:LEnum;
|
/external/ltp/testcases/kernel/syscalls/lgetxattr/ |
D | lgetxattr01.c | 42 #define VALUE1 "test1" macro 66 set_xattr("testfile", SECURITY_KEY1, VALUE1, strlen(VALUE1)); in setup()
|
/external/nanopb-c/tests/enum_to_string/ |
D | enum.proto | 10 VALUE1 = 1; 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 | 595 mock.method.side_effect = [sentinel.VALUE1, DEFAULT] 597 self.assertEqual(mock.method(), sentinel.VALUE1) 609 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 611 self.assertEqual(mock.method(), sentinel.VALUE1) 663 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 666 self.assertEqual(mock.method(), sentinel.VALUE1) 692 mock.method.side_effect = [sentinel.VALUE1, DEFAULT] 695 self.assertEqual(mock.method(), sentinel.VALUE1)
|
/external/python/apitools/apitools/base/protorpclite/ |
D | messages_test.py | 237 VALUE1 = 1 variable in EnumTest.testDocstring.NotImportant
|