HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 476 - 500 of 3098) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 52 type options struct{} type
55 type Option func(*options)
80 // consumed from b including this separator. Error may be non-nil if options are
89 // consumed from b including this separator. Error may be non-nil if options are
149 // TODO: perhaps with options.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 52 type options struct{} type
55 type Option func(*options)
80 // consumed from b including this separator. Error may be non-nil if options are
89 // consumed from b including this separator. Error may be non-nil if options are
149 // TODO: perhaps with options.
  /system/extras/perfprofd/
perf_data_converter.cc 165 ::quipper::PerfParserOptions options = {}; local
166 options.do_remap = true;
167 options.discard_unused_events = true;
168 options.read_missing_buildids = true;
175 ::quipper::PerfParser parser(&reader, options);
  /system/extras/simpleperf/
InplaceSamplerClient.cpp 99 std::string options; local
100 options += "freq=" + std::to_string(sample_freq_);
102 options += " dump_callchain=1";
105 options += " tids=";
111 options.push_back(',');
113 options += std::to_string(tid);
116 size_t size = sizeof(UnixSocketMessage) + options.size() + 1;
121 strcpy(msg->data, options.c_str());
  /system/libufdt/utils/src/
mkdtimg_cfg_create.c 35 static struct option options[] = { variable in typeref:struct:option
158 " options:\n"
176 int c = getopt_long(argc, argv, short_options, options, NULL);
  /test/vti/test_serving/proto/
GreenBuildScheduleConfigMessage_pb2.py 34 options=None), variable
41 options=None), variable
48 options=None), variable
55 options=None), variable
62 options=None), variable
69 options=None), variable
76 options=None), variable
83 options=None), variable
90 options=None, variable
111 options=None) variable
118 options=None), variable
125 options=None), variable
132 options=None), variable
139 options=None), variable
146 options=None, variable
167 options=None), variable
174 options=None), variable
181 options=None), variable
188 options=None), variable
195 options=None), variable
202 options=None), variable
209 options=None, variable
    [all...]
TestLabConfigMessage_pb2.py 34 options=None), variable
41 options=None), variable
48 options=None), variable
55 options=None, variable
76 options=None), variable
83 options=None), variable
90 options=None), variable
97 options=None), variable
104 options=None), variable
111 options=None variable
132 options=None), variable
139 options=None), variable
146 options=None), variable
153 options=None, variable
    [all...]
  /test/vts/proto/
TestSchedulingPolicyMessage_pb2.py 27 options=None, variable
31 options=None, variable
35 options=None, variable
39 options=None, variable
64 options=None), variable
71 options=None), variable
78 options=None), variable
85 options=None), variable
92 options=None, variable
  /toolchain/binutils/binutils-2.27/gold/
parameters.h 42 // 2) A const General_options. These are the options as read on
64 set_options(const General_options* options);
82 // Whether the options are valid. This should not normally be
88 // Return the options object.
90 options() const function in class:gold::Parameters
134 // This is just a copy of options().debug(). We make a copy so we
135 // don't have to #include options.h in order to inline
140 // This can be called before the options are set up.
151 // checks the HAVE_TARGET_FOO configure options and dies if the
215 set_parameters_options(const General_options* options);
    [all...]
  /tools/acloud/internal/proto/
user_config_pb2.py 41 options=None, file=DESCRIPTOR),
48 options=None, file=DESCRIPTOR),
55 options=_descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')), variable
78 options=None, file=DESCRIPTOR),
85 options=None, file=DESCRIPTOR),
92 options=None, file=DESCRIPTOR),
99 options=None, file=DESCRIPTOR),
106 options=None, file=DESCRIPTOR),
113 options=None, file=DESCRIPTOR),
120 options=None, file=DESCRIPTOR)
183 options=None, variable
    [all...]
  /tools/repohooks/rh/
config.py 55 def options(self, section, *args): member in class:RawConfigParser
56 """Return the options in |section| (with default |args|).
62 cnt = self._check_args('options', 2, 3, args)
64 return ConfigParser.RawConfigParser.options(self, section)
81 """Return a list of (key, value) tuples for the options in |section|."""
99 BUILTIN_HOOKS_OPTIONS_SECTION = 'Builtin Hooks Options'
101 OPTIONS_SECTION = 'Options'
138 return self.config.options(self.CUSTOM_HOOKS_SECTION, [])
151 """The options to pass to |hook|."""
163 options = rh.hooks.HookOptions(hook
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha5/
asset-studio-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha6/
asset-studio-25.4.0-alpha6.jar 

Completed in 997 milliseconds

<<11121314151617181920>>