HomeSort by relevance Sort by last modified time
    Searched refs:got_result (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/tests/
simple-async-result.c 18 static GAsyncResult *got_result; variable
34 if (got_result)
35 ensure_destroyed (got_result);
37 got_result = NULL;
45 g_assert (b == got_result);
55 got_result = g_object_ref (result);
75 g_assert (g_simple_async_result_is_valid (got_result, a, test_simple_async));
76 g_assert (!g_simple_async_result_is_valid (got_result, b, test_simple_async));
77 g_assert (!g_simple_async_result_is_valid (got_result, c, test_simple_async));
78 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func))
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 70 : got_result(false), sender_(NULL) {}
77 DCHECK(!got_result);
79 got_result = true;
84 DCHECK(!got_result);
86 got_result = true;
107 got_result = false;
115 bool got_result; member in class:FFDecryptorServerChannelListener
191 if (ok && listener_->got_result) {
192 listener_->got_result = false;
201 if (ok && listener_->got_result) {
    [all...]

Completed in 84 milliseconds