/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
H A D | NextXxxAccessTest.java | 128 final String DOC = "{\"name\":123,\"name2\":14,\"x\":\"name\"}"; in _testIsNextTokenName1() local 198 final String DOC = "{\"name\":123,\"name2\":14,\"x\":\"name\"}"; in _testIsNextTokenName2() local 234 final String DOC = "{\"name\":123,\"name2\":14,\"x\":\"name\"}"; in _testIsNextTokenName3() local 269 final String DOC = "{\"name\":-123,\"name2\":99}"; in _testIsNextTokenName4() local 289 final String DOC = "{\"name\":\t\r{ },\"name2\":null}"; in _testIsNextTokenName5() local 308 final String DOC = "{\n \"name\" : \n [\n ]\n }"; in _testNextFieldNameIndent() local 325 final String DOC = aposToQuotes("{'a':'123','b':5,'c':[false,'foo']}"); in _textNextText() local 360 final String DOC = aposToQuotes("{'a':'123','b':5,'c':[false,456]}"); in _textNextInt() local 396 final String DOC = aposToQuotes("{'a':'xyz','b':-59,'c':[false,-1]}"); in _textNextLong() local 432 final String DOC = aposToQuotes("{'a':'xyz','b':true,'c':[false,0]}"); in _textNextBoolean() local [all …]
|
H A D | ArrayParsingTest.java | 15 final String DOC = "[ \n ]"; in testValidEmpty() local 26 final String DOC = "[ "; in testInvalidEmptyMissingClose() local 42 final String DOC = "[ : 3 ] "; in testInvalidMissingFieldName() local 58 final String DOC = "[ 24, ] "; in testInvalidExtraComma() local 110 String DOC = "[ \"a\",,,,\"abc\", ] "; in _testMissingValueByEnablingFeature() local 147 final String DOC = "[ \"a\",,\"abc\"] "; in _testMissingValueNotEnablingFeature() local 168 final String DOC = "[ \"a\",\"abc\"] "; in _testNotMissingValueByEnablingFeature() local
|
H A D | NumberParsingTest.java | 67 String DOC = "[ "+EXP_I+" ]"; in _testSimpleInt() local 141 String DOC = "[ "+Integer.MAX_VALUE+","+Integer.MIN_VALUE+" ]"; in testIntRange() local 372 String DOC = "["+STR+"]"; in testSimpleDouble() local 456 final String DOC = "[ -13, 8100200300, 13.5, 0.00010, -2.033 ]"; in _testNumbers() local 540 String DOC = sb.toString(); in testParsingOfLongerSequences() local 598 final String DOC = input.toString(); in testLongNumbers2() local 647 String DOC = sb.toString(); in _testParsingOfLongerSequencesWithNonNumeric() local 747 final String DOC = input.toString(); in testLongerFloatingPoint() local
|
H A D | UTF8NamesParseTest.java | 49 final String DOC = "{ \"\" : \"\" }"; in _testEmptyName() local 73 String DOC = "{ \""+NAME+"\" : 0 }"; in _testUtf8Name2Bytes() local 108 String DOC = "{ \""+NAME+"\" : true }"; in _testUtf8Name3Bytes() local 138 String DOC = "[ \""+VALUE+"\" ]"; in _testUtf8StringTrivial() local 154 String DOC = "[ \""+VALUE+"\" ]"; in _testUtf8StringTrivial() local
|
H A D | ParserClosingTest.java | 25 final String DOC = "[ 1 ]"; in testNoAutoCloseReader() local 57 final String DOC = "[ 1 ]"; in testAutoCloseReader() local 84 final String DOC = "[ 1 ]"; in testNoAutoCloseInputStream() local
|
H A D | SimpleParserTest.java | 109 final String DOC = "{\n" in testKeywords() local 236 String DOC = aposToQuotes( in _testSkipping() local 313 final String DOC = "{ \""+input+"\":null}"; in _testNameEscaping() local 383 final String DOC = sw.toString(); in _testLongText() local
|
H A D | CommentParsingTest.java | 147 final String DOC = "{\"abc\"" + commented + "}"; in _testCommentsBeforePropValue() local 188 final String DOC = "[1"+commented+"2]"; in _testCommentsBetweenArrayValues() local 215 final String DOC = "# foo\n" in _testYAMLComments() local
|
H A D | NextNameParserTest.java | 27 final String DOC = aposToQuotes( in _testBasicNextName() local
|
H A D | ParserLinefeedsTest.java | 42 String DOC = "[1,@2,@-478@]"; in _testLinefeeds() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
H A D | TestCharEscaping.java | 52 final String DOC = "[" in _testMissingEscaping() local 78 String DOC = "[" in _testSimpleEscaping() local 146 String DOC = "[\"\\u41=A\"]"; in _testInvalid() local 171 String DOC = "[\"\\u00411234\"]"; in _test8DigitSequence() local 198 String DOC = quote("\\u\u0080..."); in _testInvalidEscape() local
|
H A D | TestRootValues.java | 88 final String DOC = "1 2\t3\r4\n5\r\n6\r\n 7"; in _testSimpleNumbers() local 109 final String DOC = "14:89:FD:D3:E7:8C"; in _testBrokenNumber() local 130 final String DOC = "true false\ttrue\rfalse\ntrue\r\nfalse\r\n true"; in _testSimpleBooleans() local 156 final String DOC = " A\u3456C "; in _testInvalidToken() local
|
H A D | TestMaxErrorSize.java | 28 final String DOC = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in _testLongErrorMessage() local 59 final String DOC = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in _testShortErrorMessage() local
|
H A D | TestParserOverrides.java | 44 final String DOC = "[ ]"; in _testTokenAccess() local 68 final String DOC = "{\"first\":{\"second\":3, \"third\":false}}"; in _testCurrentName() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
H A D | GeneratorCopyTest.java | 21 final String DOC = "\"text\\non two lines\" true false 2.0 null 1234567890123 "; in testCopyRootTokens() local 43 final String DOC = "123 [ 1, null, [ false, 1234567890124 ] ]"; in testCopyArrayTokens() local 69 final String DOC = "{ \"a\":1, \"b\":[{ \"c\" : null, \"d\" : 0.25 }] }"; in testCopyObjectTokens() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
H A D | AsyncCommentParsingTest.java | 108 final String DOC = "{\"abc\"" + commented + "}"; in _testCommentsBeforePropValue() local 147 final String DOC = "[1"+commented+"2]"; in _testCommentsBetweenArrayValues() local 174 final String DOC = "# foo\n" in _testYAMLComments() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/ |
H A D | Base64BinaryParsingTest.java | 344 final String DOC = "\""+INPUT_STR+"\""; in _testSimple() local 396 String DOC = quote("VGVz\\ndCE="); // note: must double-quote to get linefeed in _testEscaped() local 422 final String DOC = quote("VGVzdCE\\u003d"); in _testEscapedPadding() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | operator.c | 231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, argument 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 234 #define spam1o(OP,DOC) {#OP, OP, METH_O, PyDoc_STR(DOC)}, argument 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 6003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 6009 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6012 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6014 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6016 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6018 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6021 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6024 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument 6027 #define RBINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | target.h | 167 #define DEFHOOKPOD(NAME, DOC, TYPE, INIT) TYPE NAME; argument 168 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 8003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 8009 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8012 #define AMSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8014 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8016 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8018 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8020 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8023 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8026 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|
/aosp_15_r20/external/autotest/server/site_tests/cheets_CTS_R/ |
H A D | control.internal.arm.CtsWindowManager.R | 16 DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using arm ABI in… globalVar
|
H A D | control.internal.x86.CtsWindowManager.R | 16 DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using x86 ABI in… globalVar
|
H A D | control.internal.arm.CtsWindowManager.S | 16 DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using arm ABI in… define
|
H A D | control.internal.x86.CtsWindowManager.S | 16 DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using x86 ABI in… define
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | VoidProperties2675Test.java | 45 final String DOC = "{\"value\":null}"; in testVoidBeanDeserialization() local
|