Home
last modified time | relevance | path

Searched defs:mapper2 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/perf/
H A DObjectReaderTestBase.java23 ObjectMapper mapper2, String desc2, in testFromBytes()
45 ObjectMapper mapper2, String desc2, in testFromString()
65 ObjectMapper mapper2, byte[] byteInput2, Class<?> inputClass2) in doTest()
106 ObjectMapper mapper2, String input2, Class<?> inputClass2) in doTest()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
H A DTestJDKSerialization.java104 ObjectMapper mapper2 = jdkDeserialize(bytes); in testEnumHandlers() local
168 ObjectMapper mapper2 = jdkDeserialize(bytes); in testObjectMapper() local
H A DObjectReaderTest.java157 ObjectMapper mapper2 = JsonMapper.builder() in testParserFeaturesCtrlChars() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DKeyboardInputMapper_test.cpp784 KeyboardInputMapper& mapper2 = in TEST_F() local
896 KeyboardInputMapper& mapper2 = in TEST_F() local
984 KeyboardInputMapper& mapper2 = in TEST_F() local
H A DInputReader_test.cpp2684 FakeInputMapper& mapper2 = in TEST_F() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
H A DTestDuplicateRegistration.java50 ObjectMapper mapper2 = jsonMapperBuilder() in testDuplicateRegistration() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
H A DTestMixinSerForClass.java117 ObjectMapper mapper2 = new ObjectMapper(); in testClassMixInsMidLevel() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
H A DBasicPTVTest.java106 ObjectMapper mapper2 = jsonMapperBuilder() in testAllowByBaseClass() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DMinimumValidatorTest.java264 …meMessages(String[][] values, String number, ObjectMapper mapper, ObjectMapper mapper2) throws IOE… in expectSomeMessages()
H A DMaximumValidatorTest.java312 …es(String[][] values, String schemaTemplate, ObjectMapper mapper, ObjectMapper mapper2) throws IOE… in expectSomeMessages()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DTestPOJOAsArray.java224 ObjectMapper mapper2 = new ObjectMapper(); in testAnnotationOverride() local