HomeSort by relevance Sort by last modified time
    Searched defs:arg1 (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /external/srec/tools/grxmlcompile/
sub_grph.h 156 void BeginScope (int scopeType, int arg1, int arg2);
363 int arg1; member in class:SubGraph
  /external/valgrind/main/exp-bbv/
bbv_main.c 358 IRExpr **argv, *arg1; local
431 arg1= mkIRExpr_HWord( (HWord)bbInfo);
432 argv= mkIRExprVec_1(arg1);
436 arg1= mkIRExpr_HWord(ourAddr);
437 argv= mkIRExprVec_1(arg1);
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 98 int arg1 = 0; local
126 arg1 = (int)param;
135 arg1 = (int)param;
147 // arg1 contains offset of parameter value from start of byte array
148 arg1 = sizeof(effect_param_t) + ((p->psize - 1) / sizeof(int) + 1) * sizeof(int);
149 size = arg1 + p->vsize;
169 callbackInfo->audioEffect_ref, event, arg1, arg2, obj);
android_media_Visualizer.cpp 165 int arg1 = 0; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 314 double arg1; member in struct:__exception
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 314 double arg1; member in struct:__exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 314 double arg1; member in struct:__exception
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /bootable/recovery/minadbd/
adb.h 52 unsigned arg1; /* second argument */ member in struct:amessage
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h 122 int32_t arg1; member in struct:qcamera::__anon1598
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 560 int arg1, arg2, arg3; local
573 arg1 = get_int(&p, -1);
574 if (arg1 < 0) bdt_log("%s Invalid arguments", __FUNCTION__);
575 buf[0] = arg1;
579 arg1 = get_int(&p, -1);
582 if ((arg1 < 0) || (arg2 < 0) || (arg3 < 0))
584 buf[0] = arg1;
  /external/netperf/
nettest_sctp.c 4697 arg1[BUFSIZ], \/* argument holders *\/ local
    [all...]
nettest_sdp.c 3381 arg1[BUFSIZ], \/* argument holders *\/ local
    [all...]
  /external/oprofile/pp/
opannotate.cpp 407 ostringstream arg1, arg2; local
408 arg1 << "--start-address=" << start;
410 args.push_back(arg1.str());
  /external/v8/src/x64/
deoptimizer-x64.cc 780 Register arg1 = rcx; local
785 Register arg1 = rdi; local
812 __ movq(arg1, rax);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 54 UWord arg1; member in struct:SyscallArgs
305 #define ARG1 (arrghs->arg1)
  /external/valgrind/main/helgrind/
hg_wordset.c 55 struct { UWord arg1; UWord arg2; UWord res; } member in struct:__anon30833
93 if (_cache->ent[0].arg1 == _arg1 \
97 if (_cache->ent[_i].arg1 == _arg1 \
123 _cache->ent[0].arg1 = _arg1; \
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 333 message.arg1);
347 message.arg1);
353 ((RegistrationListener) listener).onRegistrationFailed(ns, message.arg1);
362 ((RegistrationListener) listener).onUnregistrationFailed(ns, message.arg1);
368 ((ResolveListener) listener).onResolveFailed(ns, message.arg1);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 59 int32_t arg1; member in struct:android::ActivityWork
71 static void write_work(int fd, int32_t cmd, int32_t arg1=0, int32_t arg2=0) {
74 work.arg1 = arg1;
216 gNativeActivityClassInfo.setWindowFormat, work.arg1);
221 gNativeActivityClassInfo.setWindowFlags, work.arg1, work.arg2);
226 gNativeActivityClassInfo.showIme, work.arg1);
231 gNativeActivityClassInfo.hideIme, work.arg1);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 122 int32_t arg1; member in struct:qcamera::__anon33930
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 335 typedef promote_float<false> arg1; typedef in struct:boost::math::policies::detail::default_args
342 typedef default_policy arg1; typedef in struct:boost::math::policies::detail::default_args
349 typedef promote_float<false> arg1; typedef in struct:boost::math::policies::detail::default_args
356 typedef promote_double<false> arg1; typedef in struct:boost::math::policies::detail::default_args
360 typedef default_args<BOOST_MATH_PROMOTE_FLOAT_POLICY, BOOST_MATH_PROMOTE_DOUBLE_POLICY>::arg1 forwarding_arg1;
    [all...]
  /system/core/adb/
transport.c 108 char arg0[12], arg1[12]; local
130 if (p->msg.arg1 < 256U)
131 snprintf(arg1, sizeof arg1, "%d", p->msg.arg1);
133 snprintf(arg1, sizeof arg1, "0x%x", p->msg.arg1);
135 D("%s: %s: [%s] arg0=%s arg1=%s (len=%d) ",
136 name, func, cmd, arg0, arg1, len)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /art/compiler/dex/quick/
gen_invoke.cc 86 void Mir2Lir::CallRuntimeHelperImmImm(ThreadOffset helper_offset, int arg0, int arg1,
90 LoadConstant(TargetReg(kArg1), arg1); local
96 RegLocation arg1, bool safepoint_pc) {
98 if (arg1.wide == 0) {
99 LoadValueDirectFixed(arg1, TargetReg(kArg1));
101 LoadValueDirectWideFixed(arg1, TargetReg(kArg1), TargetReg(kArg2));
108 void Mir2Lir::CallRuntimeHelperRegLocationImm(ThreadOffset helper_offset, RegLocation arg0, int arg1,
112 LoadConstant(TargetReg(kArg1), arg1); local
117 void Mir2Lir::CallRuntimeHelperImmReg(ThreadOffset helper_offset, int arg0, int arg1,
120 OpRegCopy(TargetReg(kArg1), arg1); local
130 LoadConstant(TargetReg(kArg1), arg1); local
176 DCHECK_NE(TargetReg(kArg0), arg1); \/\/ check copy into arg0 won't clobber arg1 local
178 OpRegCopy(TargetReg(kArg1), arg1); local
186 DCHECK_NE(TargetReg(kArg0), arg1); \/\/ check copy into arg0 won't clobber arg1 local
188 OpRegCopy(TargetReg(kArg1), arg1); local
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 2829 u4 arg0, arg1, arg2, arg3; local
2874 u4 arg0, arg1, arg2, arg3; local
    [all...]

Completed in 985 milliseconds

1 2 3 45 6 7 8 910