HomeSort by relevance Sort by last modified time
    Searched refs:getArgType (Results 1 - 16 of 16) sorted by null

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 173 JType argType = jfunc.getArgType(i);
497 if (jfunc.getArgType(idx).isArray()) {
498 if (!cfunc.getArgType(cIndex).isConst()) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
502 if (!cfunc.getArgType(cIndex).isConst()) {
552 JType argType = jfunc.getArgType(i);
779 JType argType = jfunc.getArgType(i);
825 JType argType = jfunc.getArgType(i);
834 if (jfunc.getArgType(i).isBuffer()) {
858 JType argType = jfunc.getArgType(idx)
    [all...]
JFunc.java 113 public JType getArgType(int index) {
130 CType cArgType = cfunc.getArgType(i);
138 CType cArgType = cfunc.getArgType(i);
CFunc.java 90 public CType getArgType(int index) {
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 299 ArgType getArgType(ASTContext &Ctx) const;
488 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
575 ArgType getArgType(ASTContext &Ctx) const;
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 221 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
483 const analyze_scanf::ArgType &AT = getArgType(Ctx);
PrintfFormatString.cpp 260 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
543 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);
FormatString.cpp 468 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
155 * The value is the ordinal value of the ArgType. Use getArgType().
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
771 UMessagePatternArgType getArgType() const {
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
155 * The value is the ordinal value of the ArgType. Use getArgType().
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
771 UMessagePatternArgType getArgType() const {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp     [all...]
  /external/lldb/source/API/
SBType.cpp 240 sb_type_list.Append (SBType(ClangASTType(m_opaque_sp->GetASTContext(), func->getArgType(i).getAsOpaquePtr())));
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1110 milliseconds