/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
options.h | 21 #define frame_larger_than_size global_options.x_frame_larger_than_size 27 #define larger_than_size global_options.x_larger_than_size 33 #define exit_after_options global_options.x_exit_after_options 39 #define flag_dump_all_passed global_options.x_flag_dump_all_passed 45 #define flag_opts_finished global_options.x_flag_opts_finished 51 #define flag_warn_unused_result global_options.x_flag_warn_unused_result 57 #define generate_debug_line_table global_options.x_generate_debug_line_table 63 #define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions 69 #define warn_frame_larger_than global_options.x_warn_frame_larger_than 75 #define warn_larger_than global_options.x_warn_larger_tha [all...] |
params.h | 95 ((int) global_options.x_param_values[(int) ENUM])
|
defaults.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
options.h | 21 #define frame_larger_than_size global_options.x_frame_larger_than_size 27 #define larger_than_size global_options.x_larger_than_size 33 #define exit_after_options global_options.x_exit_after_options 39 #define flag_dump_all_passed global_options.x_flag_dump_all_passed 45 #define flag_opts_finished global_options.x_flag_opts_finished 51 #define flag_warn_unused_result global_options.x_flag_warn_unused_result 57 #define generate_debug_line_table global_options.x_generate_debug_line_table 63 #define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions 69 #define warn_frame_larger_than global_options.x_warn_frame_larger_than 75 #define warn_larger_than global_options.x_warn_larger_tha [all...] |
params.h | 95 ((int) global_options.x_param_values[(int) ENUM])
|
defaults.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
options.h | 21 #define frame_larger_than_size global_options.x_frame_larger_than_size 27 #define larger_than_size global_options.x_larger_than_size 33 #define exit_after_options global_options.x_exit_after_options 39 #define flag_dump_all_passed global_options.x_flag_dump_all_passed 45 #define flag_opts_finished global_options.x_flag_opts_finished 51 #define flag_warn_unused_result global_options.x_flag_warn_unused_result 57 #define generate_debug_line_table global_options.x_generate_debug_line_table 63 #define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions 69 #define warn_frame_larger_than global_options.x_warn_frame_larger_than 75 #define warn_larger_than global_options.x_warn_larger_tha [all...] |
params.h | 95 ((int) global_options.x_param_values[(int) ENUM])
|
defaults.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
options.h | 21 #define frame_larger_than_size global_options.x_frame_larger_than_size 27 #define larger_than_size global_options.x_larger_than_size 33 #define exit_after_options global_options.x_exit_after_options 39 #define flag_dump_all_passed global_options.x_flag_dump_all_passed 45 #define flag_opts_finished global_options.x_flag_opts_finished 51 #define flag_warn_unused_result global_options.x_flag_warn_unused_result 57 #define generate_debug_line_table global_options.x_generate_debug_line_table 63 #define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions 69 #define warn_frame_larger_than global_options.x_warn_frame_larger_than 75 #define warn_larger_than global_options.x_warn_larger_tha [all...] |
params.h | 95 ((int) global_options.x_param_values[(int) ENUM])
|
defaults.h | [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
test.py | 17 def Run(self, global_options, my_arguments): 21 print 'Options: %s' % repr(global_options)
|
interface.py | 23 def Run(self, global_options, my_arguments): 27 global_options: object grit_runner.Options
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
main.py | 42 global_options = [ variable in class:WebKitPatch
|
multicommandtool.py | 218 global_options = None variable in class:MultiCommandTool 285 global_options = self.global_options or [] 286 for option in global_options:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 49 # 'global_options' describes the command-line options that may be 57 global_options = [('verbose', 'v', "run verbosely (default)", 1), variable in class:Distribution 496 return self.global_options + [ 559 # in 'global_options'. 560 parser.set_option_table(self.global_options + 607 def _show_help(self, parser, global_options=1, display_options=1, 615 If 'global_options' is true, lists the global options: 625 if global_options: 629 options = self.global_options [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 49 # 'global_options' describes the command-line options that may be 57 global_options = [('verbose', 'v', "run verbosely (default)", 1), variable in class:Distribution 496 return self.global_options + [ 559 # in 'global_options'. 560 parser.set_option_table(self.global_options + 607 def _show_help(self, parser, global_options=1, display_options=1, 615 If 'global_options' is true, lists the global options: 625 if global_options: 629 options = self.global_options [all...] |