Home
last modified time | relevance | path

Searched refs:someId (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeser953Test.java12 public int someId; field in CaseInsensitiveDeser953Test.Id953
46 assertEquals(1, result.someId); in _testTurkishILetterDeserialization()
49 assertEquals(1, result.someId); in _testTurkishILetterDeserialization()
52 assertEquals(1, result.someId); in _testTurkishILetterDeserialization()
56 input.someId = 1; in _testTurkishILetterDeserialization()
60 assertEquals(1, result.someId); in _testTurkishILetterDeserialization()
/external/markdown/tests/misc/
Dspan.txt2 <span id="someId"> Foo *bar* Baz </span>
6 <div id="someId"> Foo *bar* Baz </div>
8 <baza id="someId"> Foo *bar* Baz </baza>
/external/llvm-project/clang/test/CodeGenObjC/
Darc-property.m138 @property (copy, nonatomic, readonly) Test3 *someId; property
141 @property (copy, nonatomic, readwrite) Test3 *someId; property
148 @synthesize someId = _someId;
149 // CHECK: define internal %{{.*}}* @"\01-[ABC_Class someId]"