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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_unixccompiler.py 41 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
43 sysconfig.get_config_var = gcv
46 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
48 sysconfig.get_config_var = gcv
51 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
53 sysconfig.get_config_var = gcv
68 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
73 sysconfig.get_config_var = gcv
78 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
83 sysconfig.get_config_var = gcv
89 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
100 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
110 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
120 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_unixccompiler.py 41 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
43 sysconfig.get_config_var = gcv
46 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
48 sysconfig.get_config_var = gcv
51 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
53 sysconfig.get_config_var = gcv
68 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
73 sysconfig.get_config_var = gcv
78 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
83 sysconfig.get_config_var = gcv
89 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
100 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
110 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
120 def gcv(v): function in function:UnixCCompilerTestCase.test_runtime_libdir_option
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1080 XGCValues gcv; local
1082 gcv.graphics_exposures = False;
1084 GCGraphicsExposures, &gcv);
    [all...]

Completed in 1579 milliseconds