Home
last modified time | relevance | path

Searched refs:argumentType (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmacros-original.cc5 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \ argument
6 inline thisType* to##thisType(argumentType* argumentName) { \
11 inline long long toInt(argumentType* argumentName) { \
Dmacros-expected.cc5 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, predicate) \ argument
6 inline thisType* To##thisType(argumentType* argumentName) { \
11 inline long long ToInt(argumentType* argumentName) { \
/external/icu/icu4c/source/test/testdata/
Dicuio.txt27 "argumentType:\n"
40 Headers { "format", "result", "argumentType", "argument" }
109 Headers { "format", "result", "argumentType", "argument", "precision" }
122 Headers { "format", "argument", "argumentType", "result" }
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java337 for (DexType argumentType : argumentTypes) { in createShorty()
338 shortyBuilder.append(argumentType.toShorty()); in createShorty()