HomeSort by relevance Sort by last modified time
    Searched defs:Options (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 53 ** Options to control how we perform.
78 Options;
83 ** Command line options.
98 static Switch gSummarySwitch = {"--summary", "-s", 0, NULL, "Only output a single line." DESC_NEWLINE "The cumulative size changes." DESC_NEWLINE "Overrides all other output options."};
353 int difftool(Options* inOptions)
1296 Options options; local
    [all...]
msmap2tsv.c 162 ** Options to control how we perform.
193 Options;
198 ** Command line options.
730 int fillSymbolSizeFromDB(Options* inOptions, MSMap_Module* inModule, MSMap_Symbol* inoutSymbol, const char* inMangledName)
2215 Options options; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 106 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
147 pprof [options] <program> <profiles>
149 pprof [options] <symbolized-profiles>
153 pprof [options] <profile>
177 Options:
207 Heap-Profile Options:
215 Contention-profile options:
220 Call-graph Options:
448 usage("Specify at most on of --inuse/--alloc options");
721 # Options using double dash are supported by this gv version
    [all...]
  /external/chromium_org/tools/traceline/traceline/
main.cc 63 // Encapsulate the configuration options to the playground.
64 class Options {
66 Options()
96 Playground(HANDLE proc, const Options& options)
100 options_(options) {
1233 Playground::Options options; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 217 AnalyzerOptions &Options = Eng->getAnalysisManager().options;
220 if (InEnableNullFPSuppression && Options.shouldSuppressNullReturnPaths())
230 static bool hasCounterSuppression(AnalyzerOptions &Options) {
231 return Options.shouldAvoidSuppressingNullArgumentPaths();
302 AnalyzerOptions &Options = Eng.getAnalysisManager().options;
303 if (EnableNullFPSuppression && hasCounterSuppression(Options))
339 AnalyzerOptions &Options = Eng.getAnalysisManager().options;
    [all...]
RegionStore.cpp 356 AnalyzerOptions &Options = Eng->getAnalysisManager().options;
358 Options.getOptionAsInteger("region-store-small-struct-limit", 2);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 97 Options = _Options
854 EIGEN_STATIC_ASSERT((Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
    [all...]
  /external/jemalloc/bin/
pprof 106 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
147 pprof [options] <program> <profiles>
149 pprof [options] <symbolized-profiles>
153 pprof [options] <profile>
177 Options:
207 Heap-Profile Options:
215 Contention-profile options:
220 Call-graph Options:
448 usage("Specify at most on of --inuse/--alloc options");
721 # Options using double dash are supported by this gv version
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 125 void EmitLinkerOptions(ArrayRef<std::string> Options) override;
347 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
348 assert(!Options.empty() && "At least one option is required!");
349 OS << "\t.linker_option \"" << Options[0] << '"';
350 for (ArrayRef<std::string>::iterator it = Options.begin() + 1,
351 ie = Options.end(); it != ie; ++it) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 52 GCOVOptions Options;
53 Options.EmitNotes = true;
54 Options.EmitData = true;
55 Options.UseCfgChecksum = false;
56 Options.NoRedZone = false;
57 Options.FunctionNamesInData = true;
63 memcpy(Options.Version, DefaultGCOVVersion.c_str(), 4);
64 return Options;
73 GCOVProfiler() : ModulePass(ID), Options(GCOVOptions::getDefault()) {
76 GCOVProfiler(const GCOVOptions &Options) : ModulePass(ID), Options(Options)
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 73 std::string Options;
156 show_help("Expected options");
157 Options = RestOfArgs[0];
176 // parseCommandLine - Parse the command line options as presented and return the
195 for(unsigned i=0; i<Options.size(); ++i) {
196 switch(Options[i]) {
900 // Have the command line options parsed and handle things
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 430 CPDF_RenderOptions Options = m_Options;
431 Options.m_Flags |= RENDER_FORCE_HALFTONE | RENDER_RECT_AA;
432 Options.m_Flags &= ~RENDER_FORCE_DOWNSAMPLE;
439 status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &Options,
456 status.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipexport.h 44 struct ip_option_information Options;
55 struct ip_option_information32 Options;
dhcpsapi.h 262 LPDHCP_OPTION Options;
303 } *Options;
395 LPDHCP_OPTION_ARRAY *Options,
tdi.h 43 PVOID Options;
134 /* Options used for both SendOptions and ReceiveIndicators */
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 233 /// Options passed via command line that could influence the target
234 const TargetOptions &Options;
248 const TargetOptions &Options);
256 /// subtarget options. Definition of function is auto generated by tblgen.
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /dalvik/tools/dmtracedump/
TraceDump.c 216 // Global options
217 typedef struct Options {
226 } Options;
237 static Options gOptions;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 70 MipsAssemblerOptions Options;
227 const MCInstrInfo &MII, const MCTargetOptions &Options)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 628 CLASS_POWER_OPTIONS Options;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /external/clang/tools/libclang/
CIndex.cpp 2743 unsigned options; member in struct:ParseTranslationUnitInfo
2754 unsigned options = PTUI->options; local
2957 unsigned options; member in struct:__anon23323::SaveTranslationUnitInfo
3047 unsigned options; member in struct:ReparseTranslationUnitInfo
3055 unsigned options = RTUI->options; local
    [all...]

Completed in 1739 milliseconds

1 2 3 4 5 6 78 910