HomeSort by relevance Sort by last modified time
    Searched refs:addArgument (Results 1 - 25 of 426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
CommandHandlerWrapper.cpp 45 request.addArgument(arg);
  /external/parameter-framework/upstream/remote-processor/
RemoteCommand.h 43 virtual void addArgument(const std::string &strArgument) = 0;
RequestMessage.h 50 virtual void addArgument(const std::string &strArgument);
RequestMessage.cpp 62 void CRequestMessage::addArgument(const string &strArgument)
140 addArgument(strArgument);
  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 49 PhiLo->addArgument(Target->loOperand(Src), Label);
50 PhiHi->addArgument(Target->hiOperand(Src), Label);
66 PhiElem->addArgument(SrcVec->getContainers()[Idx], Label);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 99 addArgument(args, current);
112 addArgument(args, current);
121 addArgument(args, current);
125 private static void addArgument(final List<String> args,
  /frameworks/native/opengl/tools/glgen/src/
JFunc.java 80 public void addArgument(String argName, JType argType, int cindex) {
140 jfunc.addArgument(cArgName, JType.convert(cArgType, useArray), i);
143 jfunc.addArgument(cArgName + "Offset", new JType("int"), i);
145 jfunc.addArgument("offset", new JType("int"), i);
CFunc.java 57 public void addArgument(String argName, CType argType) {
173 cfunc.addArgument(argName, argType);
  /external/parameter-framework/upstream/remote-process/
main.cpp 111 requestMessage.addArgument(argv[arg]);
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Argument.java 44 builder.addArgument(this);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 141 SPIRVFunctionParameter *addArgument(unsigned TheArgNo, SPIRVId TheId) {
152 addArgument(i, FirstArgId + i);
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
InterpreterProcess.java 106 addArgument(mCommand);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
EnumWriter.java 146 ConstantWriter addArgument(Snippet snippet) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 62 public void addArgument(String argument) {
  /external/llvm/include/llvm/Support/
CommandLine.h 312 // addArgument - Register this argument with the commandline system.
314 void addArgument();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 234 // addArgument - Register this argument with the commandline system.
236 void addArgument();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 326 // addArgument - Register this argument with the commandline system.
328 void addArgument();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 329 // addArgument - Register this argument with the commandline system.
331 void addArgument();
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>