HomeSort by relevance Sort by last modified time
    Searched full:arg2 (Results 576 - 600 of 1963) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
CallbackRegistryTest.java 57 int arg, Integer arg2) {
275 int arg, Integer arg2) {
291 int arg, Integer arg2) {
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
CallbackRegistryTest.java 56 int arg, Integer arg2) {
282 int arg, Integer arg2) {
299 int arg, Integer arg2) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
RttServiceTest.java 123 message.arg2 = clientKey;
160 message.arg2 = clientKey;
172 message.arg2 = key;
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 180 // arg2: get vs. set for the preceding request
200 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF);
239 if (msg.arg2 == MESSAGE_SET_CF &&
  /system/sepolicy/tools/
sepolicy-check.c 43 int check(int op, uint16_t arg1, uint16_t arg2) {
46 return arg1 == arg2;
48 return arg1 != arg2;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1101 typedef P2 Arg2;
1106 typedef typename Traits<Arg2>::IVal IArg2;
1109 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1111 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1122 typedef P2 Arg2;
1127 typedef typename Traits<Arg2>::IVal IArg2;
1130 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1132 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
    [all...]
  /bionic/libc/arch-x86_64/bionic/
syscall.S 35 * %rdx: arg2
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 88 public void onStatusChanged(String arg0, int arg1, Bundle arg2) {
  /device/google/contexthub/firmware/lib/libm/
wf_fmod.c 43 exc.arg2 = (double)y;
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 94 int32_t cmd, int32_t arg1, int32_t arg2);
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 94 int32_t cmd, int32_t arg1, int32_t arg2);
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 94 int32_t cmd, int32_t arg1, int32_t arg2);
  /external/autotest/client/common_lib/
site_utils_unittest.py 17 def test_function(arg1, arg2, arg3, arg4=4, arg5=5, arg6=6):
26 def test_instance_function(self, arg1, arg2, arg3, arg4=4, arg5=5, arg6=6):
32 def test_class_function(cls, arg1, arg2, arg3, arg4=4, arg5=5, arg6=6):
38 def test_static_function(arg1, arg2, arg3, arg4=4, arg5=5, arg6=6):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend_unittest.py 77 binary_path, ' (root) NOPASSWD: /usr/bin/pkill arg1 arg2'))
  /external/freetype/include/freetype/internal/
ftgloadr.h 44 FT_Int arg2; member in struct:FT_SubGlyphRec_
  /external/ltp/testcases/misc/crash/
crash02.c 419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; local
426 arg2 = rand_long();
437 try_num, sysno, arg1, arg2, arg3, arg4, arg5,
440 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 313 thestruct arg1, arg2; local
359 arg2.sig = SIGUSR2;
362 arg2.sem = &semsig2;
368 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
LogServiceFactory.java 62 public void ungetService(Bundle bundle, ServiceRegistration arg1, Object arg2) {
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 403 * @param arg2
405 private void formatAndLog(int level, String format, Object arg1, Object arg2) {
409 FormattingTuple tp = MessageFormatter.format(format, arg1, arg2);
548 public void info(String format, Object arg1, Object arg2) {
549 formatAndLog(LOG_LEVEL_INFO, format, arg1, arg2);
590 public void warn(String format, Object arg1, Object arg2) {
591 formatAndLog(LOG_LEVEL_WARN, format, arg1, arg2);
632 public void error(String format, Object arg1, Object arg2) {
633 formatAndLog(LOG_LEVEL_ERROR, format, arg1, arg2);
  /external/valgrind/VEX/priv/
host_mips_isel.c 723 && e->Iex.Binop.arg2->tag == Iex_Const
724 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
726 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True)
727 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
728 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
735 HReg r_idx = iselWordExpr_R(env, e->Iex.Binop.arg2);
744 && e->Iex.Binop.arg2->tag == Iex_Const
745 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
746 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) {
747 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32
    [all...]
  /external/valgrind/include/vki/
vki-xen-mmuext.h 68 } arg2; member in struct:vki_xen_mmuext_op
  /external/valgrind/none/tests/
rlimit_nofile.c 103 fprintf(stderr, "setrlimit non addressable arg2 must set errno=EFAULT\n");
  /frameworks/av/camera/
ICamera.cpp 278 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2)
285 data.writeInt32(arg2);
469 int arg2 = data.readInt32(); local
470 reply->writeInt32(sendCommand(command, arg1, arg2));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2)

Completed in 1615 milliseconds

<<21222324252627282930>>