HomeSort by relevance Sort by last modified time
    Searched full:arg1 (Results 1001 - 1025 of 2392) sorted by null

<<41424344454647484950>>

  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 172 if (client != null && msg.arg1 != AsyncChannel.STATUS_SEND_UNSUCCESSFUL
173 && msg.arg1
175 localLog("client disconnected: " + client + ", reason: " + msg.arg1);
370 void reportEvent(int what, int arg1, Object obj) {
371 clientInfo.reportEvent(what, arg1, handlerId, obj);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 76 @param Arg1 The 1st argument.
85 UINT64 Arg1,
121 VA_START (List, Arg1);
164 // arg1
208 PushU64 (&VmContext, Arg1);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
CpuPm.asl 139 Store(COSC(Arg0, Arg1, Arg2, Arg3), Local0)
251 If(LNot(LEqual(Arg1,1)))
391 Store(\_PR.CPU0.COSC(Arg0, Arg1, Arg2, Arg3), Local0)
534 Store(\_PR.CPU0.COSC(Arg0, Arg1, Arg2, Arg3), Local0)
677 Store(\_PR.CPU0.COSC(Arg0, Arg1, Arg2, Arg3), Local0)
  /external/clang/test/OpenMP/
distribute_parallel_for_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
distribute_parallel_for_simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
distribute_simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
for_reduction_messages.cpp 33 S3 operator+(const S3 &arg1) { return arg1; }
35 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
48 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
for_simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
parallel_for_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
parallel_for_simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
target_parallel_for_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
target_parallel_for_simd_reduction_messages.cpp 34 S3 operator+(const S3 &arg1) { return arg1; }
36 int operator+(const S3 &arg1, const S3 &arg2) { return 5; }
49 S4 &operator&=(S4 &arg1, S4 &arg2) { return arg1; }
  /external/iproute2/lib/
libnetlink.c 294 err = a->filter(&nladdr, h, a->arg1);
324 void *arg1, __u16 nc_flags)
327 { .filter = filter, .arg1 = arg1, .nc_flags = nc_flags, },
328 { .filter = NULL, .arg1 = NULL, .nc_flags = 0, },
  /external/skia/src/codec/
SkRawCodec.cpp 148 bool safe_add_to_size_t(T arg1, T arg2, size_t* result) {
149 SkASSERT(arg1 >= 0);
151 if (arg1 >= 0 && arg2 <= std::numeric_limits<T>::max() - arg1) {
152 T sum = arg1 + arg2;
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 279 mach->__rdi = (uintptr_t)tst; // arg1 = tst
285 /* Call f(arg1), but first switch stacks, using 'stack' as the new
292 Word arg1 );
296 // %rcx == arg1
302 " movq %rcx, %rdi\n" // set arg1
  /external/valgrind/exp-bbv/
bbv_main.c 347 IRExpr **argv, *arg1; local
421 arg1= mkIRExpr_HWord( (HWord)bbInfo);
422 argv= mkIRExprVec_1(arg1);
426 arg1= mkIRExpr_HWord(ourAddr);
427 argv= mkIRExprVec_1(arg1);
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 363 message.arg1);
374 message.arg1);
382 ((RegistrationListener) listener).onRegistrationFailed(ns, message.arg1);
390 ((RegistrationListener) listener).onUnregistrationFailed(ns, message.arg1);
398 ((ResolveListener) listener).onResolveFailed(ns, message.arg1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java     [all...]
  /packages/services/Car/service/src/com/android/car/
CarVolumeControllerFactory.java 282 // arg1 is car context
283 stream = msg.arg1;
319 stream = msg.arg1;
330 Log.d(TAG, "Suppress stream volume " + msg.arg1 + " " + msg.arg2);
334 mSuppressUiForVolume[0] = msg.arg1;
  /external/valgrind/VEX/pub/
libvex_ir.h 698 Iop_AtanF64, /* FPATAN, arctan(arg1/arg2) */
699 Iop_Yl2xF64, /* FYL2X, arg1 * log2(arg2) */
700 Iop_Yl2xp1F64, /* FYL2XP1, arg1 * log2(arg2+1.0) */
701 Iop_PRemF64, /* FPREM, non-IEEE remainder(arg1/arg2) */
703 Iop_PRem1F64, /* FPREM1, IEEE remainder(arg1/arg2) */
705 Iop_ScaleF64, /* FSCALE, arg1 * (2^RoundTowardsZero(arg2)) */
2022 IRExpr* arg1; \/* operand 1 *\/ member in struct:_IRExpr::__anon35348::__anon35355
2124 IRExpr* arg1; \/* operand 1 *\/ member in struct:_IRTriop
2132 IRExpr* arg1; \/* operand 1 *\/ member in struct:_IRQop
    [all...]
  /art/runtime/interpreter/
interpreter_intrinsics.cc 214 mirror::Object* arg1 = shadow_frame->GetVRegReference(arg[1]); local
215 if (arg1 == nullptr) {
218 result_register->SetI(str->CompareTo(arg1->AsString()));
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 234 int32_t cmd, int32_t arg1, int32_t arg2);
236 int32_t cmd, int32_t arg1, int32_t arg2);
336 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 187 @param Arg1 The 1st argument.
211 IN UINTN Arg1,
314 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg1;

Completed in 1156 milliseconds

<<41424344454647484950>>