/external/clang/include/clang/Driver/ |
D | Compilation.h | 87 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() function 89 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs; } in getArgs() function
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | ASequenceExpression.java | 38 public LinkedList<PExpression> getArgs() in getArgs() method in ASequenceExpression
|
D | AFunctionExpression.java | 68 public LinkedList<PExpression> getArgs() in getArgs() method in AFunctionExpression
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
D | tracing_controller_test.js | 62 getArgs: function(i) { method in SendStub
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 124 arglist_type &getArgs() { return Args; } in getArgs() function 125 const arglist_type &getArgs() const { return Args; } in getArgs() function
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FunctionMultiArgs.java | 47 public Expression[] getArgs() in getArgs() method in FunctionMultiArgs
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 200 ArrayRef<ArgEffect> getArgs() const { return Args; } in getArgs() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.h | 142 const LOHArgs &getArgs() const { return Args; } in getArgs() function
|
/external/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 122 const LOHArgs &getArgs() const { return Args; } in getArgs() function
|
/external/deqp/scripts/build/ |
D | config.py | 31 def getArgs (self): member in BuildConfig
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | TestAwContentsClient.java | 237 public String getArgs() { in getArgs() method in TestAwContentsClient.OnReceivedLoginRequestHelper
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.hpp | 403 const vector<string>& getArgs (void) const { return m_args; } in getArgs() function in de::cmdline::detail::CommandLine
|
/external/lldb/examples/python/ |
D | pytracer.py | 100 def getArgs(self): member in ArgsFancy
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1164 Expr **getArgs() { return reinterpret_cast<Expr **>(Args); } in getArgs() function 1165 const Expr *const *getArgs() const { in getArgs() function 2098 ArrayRef<TypeSourceInfo *> getArgs() const { in getArgs() function
|
D | Expr.h | 2205 Expr **getArgs() { in getArgs() function 2208 const Expr *const *getArgs() const { in getArgs() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2243 ArgListTy &getArgs() { in getArgs() function
|