Home
last modified time | relevance | path

Searched refs:VALUE1 (Results 1 – 7 of 7) sorted by relevance

/external/smali/examples/Enums/
DEnum.smali9 .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;
DMain.smali10 sget-object v1, LEnum;->VALUE1:LEnum;
/external/ltp/testcases/kernel/syscalls/lgetxattr/
Dlgetxattr01.c42 #define VALUE1 "test1" macro
66 set_xattr("testfile", SECURITY_KEY1, VALUE1, strlen(VALUE1)); in setup()
/external/nanopb-c/tests/enum_to_string/
Denum.proto10 VALUE1 = 1; enumerator
/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DDocumentedObjectShadow.java20 VALUE1, VALUE2 enumConstant
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py595 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/
Dmessages_test.py237 VALUE1 = 1 variable in EnumTest.testDocstring.NotImportant