HomeSort by relevance Sort by last modified time
    Searched refs:getArgType (Results 1 - 21 of 21) 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);
826 JType argType = jfunc.getArgType(i);
835 if (jfunc.getArgType(i).isBuffer()) {
839 bufferArgTypes.add(jfunc.getArgType(i))
    [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 312 ArgType getArgType(ASTContext &Ctx) const;
501 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
588 ArgType getArgType(ASTContext &Ctx) const;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePatternUtil.java 217 public MessagePattern.ArgType getArgType() {
300 * @return the argument type (same as getArgType() on the parent ArgNode)
303 public MessagePattern.ArgType getArgType() {
490 MessagePattern.ArgType argType = node.argType = part.getArgType();
MessagePattern.java 613 public ArgType getArgType() {
672 * The value is the ordinal value of the ArgType. Use getArgType().
683 * The value is the ordinal value of the ArgType. Use getArgType().
750 getArgType().name() : Integer.toString(value);
799 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
    [all...]
MessageFormat.java     [all...]
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 613 public ArgType getArgType() {
672 * The value is the ordinal value of the ArgType. Use getArgType().
683 * The value is the ordinal value of the ArgType. Use getArgType().
750 getArgType().name() : Integer.toString(value);
799 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
    [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/clang/lib/Analysis/
PrintfFormatString.cpp 323 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
622 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);
ScanfFormatString.cpp 221 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
494 const analyze_scanf::ArgType &AT = getArgType(Ctx);
FormatString.cpp 478 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessagePatternUtilTest.java 163 argType, arg.getArgType());
222 argType, complexStyle.getArgType());
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java     [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/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 663 milliseconds