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

  /external/grpc-grpc/test/core/surface/
init_test.cc 23 static int g_flag; variable
44 static void plugin_init(void) { g_flag = 1; }
45 static void plugin_destroy(void) { g_flag = 2; }
50 GPR_ASSERT(g_flag == 1);
52 GPR_ASSERT(g_flag == 2);
  /bionic/tests/libs/
dlopen_testlib_ifunc.cpp 22 static uintptr_t g_flag = 0; variable
25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym"));
59 return g_flag == 0 ? return_false : return_true;
dlopen_testlib_ifunc_variable_impl.cpp 22 static uintptr_t g_flag = 0; variable
25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym"));
47 return g_flag == 0 ? &var_false : &var_true;
  /external/e2fsprogs/misc/
tune2fs.c 79 static int c_flag, C_flag, e_flag, f_flag, g_flag, i_flag, l_flag, L_flag; variable
    [all...]

Completed in 296 milliseconds