Searched refs:howdy (Results 1 – 6 of 6) sorted by relevance
47 assertWithMessage("app resource").that(appResources.getString(R.string.howdy)) in shouldSetUpSystemResources()50 systemResources.getString(R.string.howdy); in shouldSetUpSystemResources()
545 public static final int howdy=0x7f0f0002; field in R.string
84 .isEqualTo(R.string.howdy); in getAttributeResourceValue_withNamespace_shouldReturnTheResourceValue()
118 >>> shm_b.buf[:5] = b'howdy' # Modify via shm_b using bytes120 b'howdy'301 >>> a = shared_memory.ShareableList(['howdy', b'HoWdY', -273.154, 100, None, True, 42])322 >>> a.count(b'howdy')
1359 UnicodeString* howdy = new UnicodeString("Howdy"); in testCoverage() local1362 service.registerInstance(howdy, "Greetings", status); in testCoverage()