|   /external/clang/test/SemaObjC/ | 
| selector-1.m  | 4 - (id) compare: (char) arg1; // expected-note {{method 'compare:' declared here}} 9 - (id) compare: (id) arg1; // expected-note {{method 'compare:' declared here}}
  | 
|   /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ | 
| TensorSyclExtractAccessor.h  | 51   template<typename Arg1, typename Arg2> static inline auto getTuple(cl::sycl::handler& cgh, Arg1 eval1, Arg2 eval2) 52   -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1), ExtractAccessor<Arg2>::getTuple(cgh, eval2))) { 53     return utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1), ExtractAccessor<Arg2>::getTuple(cgh, eval2)); 55   template<typename Arg1, typename Arg2, typename Arg3>	static inline auto getTuple(cl::sycl::handler& cgh, Arg1 eval1 , Arg2 eval2 , Arg3 eval3) 56   -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1),utility::tuple::append(ExtractAccessor<Arg2>::getTuple(cgh, eval2), ExtractAccessor<Arg3>::getTuple(cgh, eval3)))) { 57     return utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1),utility::tuple::append(ExtractAccessor<Arg2>::getTuple(cgh, eval2), ExtractAccessor<Arg3>::getTuple(cgh, eval3)));
  | 
|   /external/libchrome/base/ | 
| stl_util.h  | 214 template <typename ResultType, typename Arg1, typename Arg2> 215 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) { 226 template <typename ResultType, typename Arg1, typename Arg2> 227 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) { 239 template <typename ResultType, typename Arg1, typename Arg2> 240 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { 252 template <typename Arg1, typename Arg2> 253 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  | 
|   /external/llvm/lib/MC/ | 
| MCLinkerOptimizationHint.cpp  | 21 // - Its arg1. 24 // <arg1> to <argN> are absolute addresses in the object file, i.e.,
  | 
|   /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ | 
| interproc-ret-deref-arg-multilevel.ll  | 7 define i32* @return_deref_arg_multilevel_callee(i32*** %arg1) { 8 	%deref = load i32**, i32*** %arg1
  | 
| interproc-ret-ref-arg-multilevel.ll  | 9 define i32*** @return_ref_arg_multilevel_callee(i32* %arg1) { 14 	store i32* %arg1, i32** %ptr_cast2
  | 
| interproc-store-arg-multilevel.ll  | 9 define void @store_arg_multilevel_callee(i32*** %arg1, i32* %arg2) { 13   store i32** %ptr_cast, i32*** %arg1
  | 
|   /external/llvm/test/CodeGen/AMDGPU/ | 
| commute-shifts.ll  | 7 define amdgpu_ps void @main(float %arg0, float %arg1) #0 { 17   %tmp7 = select i1 %tmp6, float 0.000000e+00, float %arg1
  | 
|   /external/llvm/test/CodeGen/Generic/ | 
| zero-sized-array.ll  | 8   %arg1 = extractvalue %foobar %arg, 0 76   %arg1 = extractvalue %foobar2 %arg, 0
  | 
|   /external/llvm/test/CodeGen/PowerPC/ | 
| preincprep-invoke.ll  | 14 define void @_Z11GetPasswordP13CStdOutStreamb(i1 %cond, i8 %arg1, i8* %arg2) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) { 40   %1 = add i8 %0, %arg1
  | 
|   /external/llvm/test/CodeGen/X86/ | 
| patchable-prologue.ll  | 50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" { 52   %tmp10 = getelementptr i8, i8* %arg1, i64 %arg2
  | 
|   /external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ | 
| LogServiceFactory.java  | 52     public Object getService(Bundle bundle, ServiceRegistration arg1) { 62     public void ungetService(Bundle bundle, ServiceRegistration arg1, Object arg2) {
  | 
|   /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ | 
| zero-sized-array.ll  | 8   %arg1 = extractvalue %foobar %arg, 0 76   %arg1 = extractvalue %foobar2 %arg, 0
  | 
|   /external/testng/src/main/java/org/testng/reporters/jq/ | 
| ChronologicalPanel.java  | 36       public int compare(IInvokedMethod arg0, IInvokedMethod arg1) { 38             (arg0.getTestResult().getStartMillis() - arg1.getTestResult().getStartMillis());
  | 
|   /external/vogar/test/vogar/target/main/ | 
| TestRunnerMainTest.java  | 59         TestRunner runner = testRunnerRule.createTestRunner("arg1", "arg2"); 63                 .success("main", "Args: arg1, arg2\n")
  | 
|   /external/webrtc/webrtc/system_wrappers/include/ | 
| stl_util.h  | 217 template <typename ResultType, typename Arg1, typename Arg2> 218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) { 229 template <typename ResultType, typename Arg1, typename Arg2> 230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) { 242 template <typename ResultType, typename Arg1, typename Arg2> 243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { 255 template <typename Arg1, typename Arg2> 256 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  | 
|   /frameworks/base/core/java/com/android/internal/os/ | 
| SomeArgs.java  | 43     public Object arg1;  field in class:SomeArgs  106         arg1 = null;
  | 
|   /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ | 
| TakeScreenshotService.java  | 65                     mScreenshot.takeScreenshot(finisher, msg.arg1 > 0, msg.arg2 > 0); 68                     mScreenshot.takeScreenshotPartial(finisher, msg.arg1 > 0, msg.arg2 > 0);
  | 
|   /frameworks/compile/slang/lit-tests/padding/ | 
| more_structs.rs  | 63 // CHECK-JAVA-INVOKE:      public void invoke_check_char_struct(short arg1, long arg2) { 65 // CHECK-JAVA-INVOKE-NEXT:     check_char_struct_fp.addI16(arg1); 71 // CHECK-JAVA-INVOKE:      public void invoke_check_five_struct(byte arg1, long arg2, short arg3, long arg4, short arg5) { 73 // CHECK-JAVA-INVOKE-NEXT:     check_five_struct_fp.addI8(arg1); 112 void check_char_struct(short arg1, long arg2) { 113     failed |= ((g_char_struct.f1 != arg1) || (g_char_struct.f2 != arg2)); 116 void check_five_struct(char arg1, long arg2, short arg3, long arg4, half arg5) { 117     failed |= ((g_five_struct.f1 != arg1) ||
  | 
|   /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ | 
| MockSocketChannel.java  | 67     public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { 77     public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
  | 
|   /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ | 
| ProcessingTask.java  | 56         msg.arg1 = ProcessingTaskController.UPDATE; 64         msg.arg1 = ProcessingTaskController.RESULT;
  | 
|   /packages/apps/Launcher3/src/com/android/launcher3/util/ | 
| PendingRequestArgs.java  | 48     private PendingRequestArgs(int arg1, int objectType, Parcelable object) { 49         mArg1 = arg1;
  | 
|   /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ | 
| dlfcn.h  | 51 	foo = (*fctp) (arg1, arg2); 53         foo = DL_CALL_FCT (fctp, (arg1, arg2));
  |