Home
last modified time | relevance | path

Searched defs:DOC (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
H A DNextXxxAccessTest.java128 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 DArrayParsingTest.java15 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 DNumberParsingTest.java67 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 DUTF8NamesParseTest.java49 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 DParserClosingTest.java25 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 DSimpleParserTest.java109 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 DCommentParsingTest.java147 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 DNextNameParserTest.java27 final String DOC = aposToQuotes( in _testBasicNextName() local
H A DParserLinefeedsTest.java42 String DOC = "[1,@2,@-478@]"; in _testLinefeeds() local
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
H A DTestCharEscaping.java52 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 DTestRootValues.java88 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 DTestMaxErrorSize.java28 final String DOC = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in _testLongErrorMessage() local
59 final String DOC = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" in _testShortErrorMessage() local
H A DTestParserOverrides.java44 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 DGeneratorCopyTest.java21 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 DAsyncCommentParsingTest.java108 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 DBase64BinaryParsingTest.java344 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/
Doperator.c231 #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/
Dtypeobject.c6003 #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/
Dtarget.h167 #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/
Dtypeobject.c8003 #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 Dcontrol.internal.arm.CtsWindowManager.R16 DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using arm ABI in… globalVar
H A Dcontrol.internal.x86.CtsWindowManager.R16 DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using x86 ABI in… globalVar
H A Dcontrol.internal.arm.CtsWindowManager.S16 DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using arm ABI in… define
H A Dcontrol.internal.x86.CtsWindowManager.S16 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 DVoidProperties2675Test.java45 final String DOC = "{\"value\":null}"; in testVoidBeanDeserialization() local

123