/external/mesa3d/src/gallium/drivers/radeon/ |
loader.cpp | 15 static cl::opt<std::string> 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-")); 18 static cl::opt<std::string> 19 TargetGPUName("gpu", cl::desc("target gpu name"), cl::value_desc("gpu_name")); 29 cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n");
|
/external/llvm/lib/TableGen/ |
Main.cpp | 32 cl::opt<std::string> 33 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"), 34 cl::init("-")); 36 cl::opt<std::string> 38 cl::desc("Dependency filename"), 39 cl::value_desc("filename"), 40 cl::init("")); 42 cl::opt<std::string> 43 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-")) [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCAsmInfo.cpp | 19 cl::opt<bool> 20 EnableARMEHABI("arm-enable-ehabi", cl::Hidden, 21 cl::desc("Generate ARM EHABI tables"), 22 cl::init(false));
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARC.cpp | 31 static cl::opt<bool, true> 33 cl::desc("enable/disable all ARC Optimizations"), 34 cl::location(EnableARCOpts), 35 cl::init(true));
|
/external/javassist/sample/duplicate/ |
Main.java | 38 javassist.tools.reflect.Loader cl = new javassist.tools.reflect.Loader();
local 39 cl.makeReflective("sample.duplicate.Ball",
42 cl.run("sample.duplicate.Viewer", args);
|
/external/javassist/sample/reflect/ |
Main.java | 25 Loader cl = (Loader)Main.class.getClassLoader();
local 26 cl.makeReflective("sample.reflect.Person",
30 cl.run("sample.reflect.Person", args);
|
/external/llvm/utils/FileUpdate/ |
FileUpdate.cpp | 25 static cl::opt<bool> 26 Quiet("quiet", cl::desc("Don't print unnecessary status information"), 27 cl::init(false)); 29 static cl::opt<std::string> 30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"), 31 cl::init("-"), cl::value_desc("filename")); 33 static cl::opt<std::string> 34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required) [all...] |
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util_unittest.cc | 22 CommandLine cl(CommandLine::NO_PROGRAM); 25 cl = delegate_execute::CommandLineFromParameters(NULL); 26 EXPECT_EQ(std::wstring(), cl.GetProgram().value()); 27 EXPECT_EQ(CommandLine::StringType(), cl.GetCommandLineString()); 30 cl = delegate_execute::CommandLineFromParameters( 32 EXPECT_EQ(std::wstring(), cl.GetProgram().value()); 33 EXPECT_TRUE(cl.HasSwitch(kSomeSwitch)); 41 CommandLine cl(CommandLine::NO_PROGRAM); 44 cl = delegate_execute::MakeChromeCommandLine( 46 EXPECT_EQ(1, cl.argv().size()) [all...] |
/external/chromium_org/base/ |
command_line_unittest.cc | 47 CommandLine cl(arraysize(argv), argv); 49 EXPECT_FALSE(cl.GetCommandLineString().empty()); 50 EXPECT_FALSE(cl.HasSwitch("cruller")); 51 EXPECT_FALSE(cl.HasSwitch("flim")); 52 EXPECT_FALSE(cl.HasSwitch("program")); 53 EXPECT_FALSE(cl.HasSwitch("dog")); 54 EXPECT_FALSE(cl.HasSwitch("cat")); 55 EXPECT_FALSE(cl.HasSwitch("output-rotation")); 56 EXPECT_FALSE(cl.HasSwitch("not-a-switch")); 57 EXPECT_FALSE(cl.HasSwitch("--")) 105 CommandLine cl = CommandLine::FromString( local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-shift.asm | 3 shlb %cl, %al 7 shlw %cl, %ax 11 shll %cl, %eax 15 shlq %cl, %rax 19 shldw %cl, %bx, %dx 22 shldl %cl, %ebx, %edx 25 shldq %cl, %rbx, %rdx
|
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 32 static cl::list<std::string> 33 InputFilenames(cl::Positional, cl::OneOrMore, 34 cl::desc("<input bitcode files>")); 36 static cl::opt<std::string> 37 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"), 38 cl::value_desc("filename")); 40 static cl::opt<bool> 41 Force("f", cl::desc("Enable binary output on terminals")) [all...] |
/external/llvm/tools/lli/ |
lli.cpp | 61 cl::opt<std::string> 62 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-")); 64 cl::list<std::string> 65 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>...")); 67 cl::opt<bool> ForceInterpreter("force-interpreter", 68 cl::desc("Force interpretation: disable JIT"), 69 cl::init(false)) [all...] |
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 38 static cl::list<std::string> 39 InputFilenames(cl::Positional, cl::desc("<input object files>"), 40 cl::ZeroOrMore); 42 static cl::opt<unsigned long long> 43 Address("address", cl::init(-1ULL), 44 cl::desc("Print line information for a given address")); 46 static cl::opt<bool> 47 PrintFunctions("functions", cl::init(false), 48 cl::desc("Print function names as well as line information [all...] |
/external/llvm/tools/llvm-cov/ |
llvm-cov.cpp | 24 static cl::opt<bool> 25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file")); 27 static cl::opt<std::string> 28 InputGCNO("gcno", cl::desc("<input gcno file>"), cl::init("")); 30 static cl::opt<std::string> 31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init("")); 41 cl::ParseCommandLineOptions(argc, argv, "llvm cov\n") [all...] |
/frameworks/compile/mclinker/lib/CodeGen/ |
MCLinker.cpp | 67 static cl::list<mcld::sys::fs::Path> 68 ArgInputObjectFiles(cl::Positional, 69 cl::desc("[input object files]"), 70 cl::ZeroOrMore); 75 static cl::list<std::string> 77 cl::ZeroOrMore, 78 cl::desc("Add the archive or object file specified by namespec to " 80 cl::value_desc("namespec"), 81 cl::Prefix); 83 static cl::alia [all...] |
/external/javassist/sample/evolve/ |
DemoLoader.java | 32 Loader cl = new Loader(); local 33 cl.addTranslator(cp, translator); 36 cl.run("sample.evolve.DemoServer", args);
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPoolRepository.java | 56 * @param cl the classloader. 60 ScopedClassPool createScopedClassPool(ClassLoader cl, ClassPool src); 65 * @param cl the classloader. 68 ClassPool findClassPool(ClassLoader cl); 94 * @param cl the classloader the pool is stored under. 96 void unregisterClassLoader(ClassLoader cl);
|
ScopedClassPoolFactoryImpl.java | 30 public ScopedClassPool create(ClassLoader cl, ClassPool src, 32 return new ScopedClassPool(cl, src, repository, false);
|
/external/llvm/tools/llvm-diff/ |
llvm-diff.cpp | 60 static cl::opt<std::string> LeftFilename(cl::Positional, 61 cl::desc("<first file>"), 62 cl::Required); 63 static cl::opt<std::string> RightFilename(cl::Positional, 64 cl::desc("<second file>"), 65 cl::Required); 66 static cl::list<std::string> GlobalsToCompare(cl::Positional [all...] |
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 43 static cl::opt<std::string> 44 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-")); 46 static cl::opt<std::string> 47 OutputFilename("o", cl::desc("Output filename"), 48 cl::value_desc("filename")); 50 static cl::opt<bool> 51 ShowEncoding("show-encoding", cl::desc("Show instruction encodings")); 53 static cl::opt<bool [all...] |
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCAsmInfo.cpp | 22 static cl::opt<bool> CompileForDebugging("debug-compile", 23 cl::desc("Compile for debugging"), 24 cl::Hidden, cl::init(false));
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 53 llvm::cl::list<std::string> 54 OptInputFilenames(llvm::cl::Positional, llvm::cl::OneOrMore, 55 llvm::cl::desc("<input bitcode files>")); 57 llvm::cl::opt<std::string> 58 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"), 59 llvm::cl::value_desc("filename")); 61 llvm::cl::opt<std::string> 62 OptRuntimePath("rt-path", llvm::cl::desc("Specify the runtime library path"), 63 llvm::cl::value_desc("path")) [all...] |
/external/chromium_org/android_webview/lib/main/ |
aw_main_delegate.cc | 59 CommandLine* cl = CommandLine::ForCurrentProcess(); local 60 cl->AppendSwitch(switches::kEnableBeginFrameScheduling); 61 cl->AppendSwitch(cc::switches::kEnableMapImage); 64 cl->AppendSwitch(switches::kDisableGLSLTranslator); 67 cl->AppendSwitch(switches::kHideScrollbars); 68 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); 71 cl->AppendSwitch(switches::kDisableExperimentalWebGL); 72 cl->AppendSwitch(switches::kDisableSharedWorkers); 76 cl->AppendSwitch(switches::kDisableFileSystem); 79 cl->AppendSwitch(cc::switches::kDisableCompositorTouchHitTesting) [all...] |
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 34 cl::opt<double> 35 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"), 36 cl::init(0.0)); 37 cl::opt<double> 38 RelTolerance("rel-tolerance", cl::desc("Relative error tolerated"), 39 cl::init(0.0)); 41 cl::opt<OutputType> 42 InterpreterSel(cl::desc("Specify the \"test\" i.e. suspect back-end:"), 43 cl::values(clEnumValN(AutoPick, "auto", "Use best guess"), 58 cl::init(AutoPick)) [all...] |
/external/chromium_org/third_party/mesa/src/include/CL/ |
opencl.h | 35 #include <OpenCL/cl.h> 42 #include <CL/cl.h> 43 #include <CL/cl_gl.h> 44 #include <CL/cl_gl_ext.h> 45 #include <CL/cl_ext.h>
|