HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 376 - 400 of 811) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/
helper.c 100 printf(" $ %s n exe arglist\n", argv[0]);
105 (" arglist is the arguments to be passed to executable.\n\n");
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 552 Object arglist[] = new Object[3]; local
553 arglist[0] = mContext;
554 arglist[1] = device.getThrottlePath();
555 arglist[2] = device.getThrottleValuesList();
556 init.invoke(cls, arglist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 21 class ArgList;
130 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
Option.h 21 class ArgList;
198 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
65 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
Option.h 28 class ArgList;
206 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
Option.h 28 class ArgList;
206 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
Option.h 28 class ArgList;
208 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
Option.h 28 class ArgList;
208 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
Option.h 28 class ArgList;
208 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
Option.h 28 class ArgList;
208 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 21 class ArgList;
130 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
Option.h 21 class ArgList;
198 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
65 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CompilerInvocation.h 30 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,

Completed in 1193 milliseconds

<<11121314151617181920>>