Home
last modified time | relevance | path

Searched refs:arg8 (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dsubstitute.cc59 const SubstituteArg& arg8, const SubstituteArg& arg9) { in Substitute() argument
62 arg5, arg6, arg7, arg8, arg9); in Substitute()
72 const SubstituteArg& arg8, const SubstituteArg& arg9) { in SubstituteAndAppend() argument
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL in SubstituteAndAppend()
Dsubstitute.h150 const internal::SubstituteArg& arg8 = internal::SubstituteArg(),
163 const internal::SubstituteArg& arg8 = internal::SubstituteArg(),
/frameworks/base/core/java/com/android/internal/os/
DSomeArgs.java55 public Object arg8; field in SomeArgs
123 arg8 = null; in clear()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java1142 H arg8) { in obtainRunnable() argument
1144 function, 8, 0, ReturnType.VOID, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in obtainRunnable()
1167 A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) { in obtainSupplier() argument
1169 function, 8, 0, ReturnType.OBJECT, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in obtainSupplier()
1206 H arg8) { in obtainMessage() argument
1209 function, 8, 0, ReturnType.VOID, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in obtainMessage()
1235 E arg5, F arg6, G arg7, H arg8, I arg9) { in obtainRunnable() argument
1237 function, 9, 0, ReturnType.VOID, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in obtainRunnable()
1261 A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) { in obtainSupplier() argument
1263 function, 9, 0, ReturnType.OBJECT, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in obtainSupplier()
[all …]
/frameworks/base/cmds/idmap2/tests/
DCommandLineOptionsTests.cpp214 std::vector<std::string> arg8; in TEST() local
223 .OptionalOption("--hh", "description-hh", &arg8); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.h419 const Arg7& arg7, const Arg8& arg8) { in Create() argument
421 return new T(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); in Create()
425 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); in Create()
756 const Arg8& arg8) { in CreateInternal() argument
758 T(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); in CreateInternal()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4448 && mPendingBackDropFrame.equals(args.arg8) in handleMessage()
4491 mPendingBackDropFrame.set((Rect) args.arg8); in handleMessage()
7270 args.arg8 = sameProcessCall ? new Rect(backDropFrame) : backDropFrame; in dispatchResized()