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

  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 56 public void addArgument(String argName, CType argType) {
57 argNames.add(argName);
145 String argName = "";
157 argName = tokens[i++];
158 if (argName.startsWith("*")) {
160 argName = argName.substring(1, argName.length());
162 if (argName.endsWith(",")) {
163 argName = argName.substring(0, argName.length() - 1)
    [all...]
JFunc.java 80 public void addArgument(String argName, JType argType, int cindex) {
81 argNames.add(argName);
87 bufferArgNames.add(argName);
91 bufferArgNames.add(argName);
JniCodeEmitter.java 160 String argName = jfunc.getArgName(i);
166 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),");
167 out.print(iii + indent + "getOffset(" + argName + ")");
169 out.print(iii + indent + argName);
174 out.println(iii + indent + argName + ".remaining()");
495 String argName = jfunc.getArgName(i);
498 out.print(indent + indent + argType + " " + argName);
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 141 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion);
236 #define ASSERT_ARG(argName, assertion) ((void)0)
240 #define ASSERT_ARG(argName, assertion) do \
242 WTFReportArgumentAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #argName, #assertion); \
Assertions.cpp 153 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion)
155 printf_stderr_common("ARGUMENT BAD: %s, %s\n", argName, assertion);
  /external/icu4c/i18n/
msgfmt.cpp 213 // TODO (claireho) or save the number to argName and use itos to convert to number.=> we need this number
218 UnicodeString* argName; // argument name or number
230 argName = (that.argNum==-1) ? new UnicodeString(*that.argName): NULL;
242 ((argName == that.argName) ||
243 (*argName == *that.argName)) &&
364 delete subformats[idx].argName;
715 appendTo += *subformats[i].argName;
    [all...]
  /external/webkit/WebKitTools/Scripts/
sunspider-compare-results 58 GetOptions('root=s' => sub { my ($argName, $value); setConfigurationProductDir(Cwd::abs_path($value)); },
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 486 my $argName = shift;
489 return $argName if $codeGenerator->IsPrimitiveType($type) or $codeGenerator->IsStringType($type) or IsNativeObjCType($type);
490 return $argName . "Node" if $type eq "EventTarget";
491 return "static_cast<WebCore::Range::CompareHow>($argName)" if $type eq "CompareHow";
492 return "static_cast<WebCore::SVGPaint::SVGPaintType>($argName)" if $type eq "SVGPaintType";
499 return "WebCore::SerializedScriptValue::create(WebCore::String($argName))";
501 return "core($argName)";
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h     [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 543 UnicodeString argName[] = {UnicodeString("argument")};
545 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err);
571 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 147 milliseconds