Searched refs:dummy (Results 1 – 8 of 8) sorted by relevance
188 ScanResult dummy = new ScanResult(); in testRequestTooLarge() local189 dummy.BSSID = "00:01:02:03:04:05"; in testRequestTooLarge()193 builder.addAccessPoint(dummy); in testRequestTooLarge()197 scanResults.add(dummy); in testRequestTooLarge()198 scanResults.add(dummy); in testRequestTooLarge()199 scanResults.add(dummy); in testRequestTooLarge()
86 uint32_t dummy = 0; in swp() local87 uint32_t *ptr = &dummy; in swp()
48 char dummy; in getAsyncResponse() local49 EXPECT_EQ(-1, read(fd, &dummy, sizeof dummy)); in getAsyncResponse()
87 char dummy; in getAsyncResponse() local88 EXPECT_EQ(env, -1, read(fd, &dummy, sizeof(dummy)), "res_nresult check for closing fd"); in getAsyncResponse()
97 // // LOCAL_PREBUILT_JNI_LIBS := dummy.so
386 # A regular expression matching the beginning of the name of dummy variables388 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
230 // TODO: dummy values for headers/cookies till we find a server that actually needs them
1055 } catch (DummyException dummy) { in testPartialImageThrowException()