Searched defs:roundtrip (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_wayland.c62 roundtrip(struct dri2_egl_display *dri2_dpy) function
332 roundtrip(dri2_dpy);
635 if (roundtrip(dri2_dpy) < 0)
786 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL)
789 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1)
792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c62 roundtrip(struct dri2_egl_display *dri2_dpy) function
332 roundtrip(dri2_dpy);
635 if (roundtrip(dri2_dpy) < 0)
786 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL)
789 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1)
792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc660 std::string roundtrip; local
661 EXPECT_TRUE(dictionary->GetString("layer_name", &roundtrip));
662 EXPECT_EQ(name, roundtrip);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c713 int len, roundtrip; local
801 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
807 roundtrip / 100, roundtrip % 100);
808 rconf->round_trip_time = roundtrip;
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c713 int len, roundtrip; local
801 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
807 roundtrip / 100, roundtrip % 100);
808 rconf->round_trip_time = roundtrip;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c713 int len, roundtrip; local
801 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
807 roundtrip / 100, roundtrip % 100);
808 rconf->round_trip_time = roundtrip;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c2333 log_verbose(" * did not roundtrip\n");
2334 log_err("inverse BiDi: transformation visual->logical->visual did not roundtrip the text;\n"
3702 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] local
3838 if (roundtrip[tc][mode][option][level]) {
H A Dcmsccoll.c4419 UChar32 roundtrip = 0; local
4437 roundtrip = uprv_uca_getRawFromImplicit(current);
4438 if (roundtrip != i) {
4439 log_err("No roundtrip %08X\n", i);
4443 roundtrip = uprv_uca_getRawFromImplicit(j);
4445 if (roundtrip != -1) {
4470 log_err("No raw <-> code point roundtrip for 0x%08X\n", i);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c2335 log_verbose(" * did not roundtrip\n");
2336 log_err("inverse BiDi: transformation visual->logical->visual did not roundtrip the text;\n"
3942 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] local
4078 if (roundtrip[tc][mode][option][level]) {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc8198 Handle<String> roundtrip = v8_str(buffer); local
8199 CHECK(roundtrip->Equals(string));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 287 milliseconds