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

<<31323334353637383940>>

  /external/clang/test/CodeGenCXX/
microsoft-abi-eh-cleanups.cpp 44 // WIN32: %[[arg1:.*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0, i32 1
48 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %[[arg1]])
63 // Conditionally destroy arg1.
66 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %[[arg1]])
88 // Only one dtor in the invoke for arg1
127 // Somewhere in the landing pad soup, we conditionally destroy arg1.
165 // Somewhere in the landing pad soup, we conditionally destroy arg1.
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 173 assertEquals("Unexpected old user id", 0, reportMsg.arg1);
201 int oldUserId = reportMsg.arg1;
216 assertEquals("Unexpected old user id", 0, conMsg.arg1);
231 int oldUserId = reportMsg.arg1;
249 int oldUserId = reportMsg.arg1;
266 int oldUserId = reportMsg.arg1;
281 assertEquals("Unexpected userId", TEST_USER_ID, msg.arg1);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 117 msg.arg1 = screenOn ? 1 : 0;
134 msg.arg1 = isPowerSaveModeOn() ? 1 : 0;
135 log("Power Save mode " + ((msg.arg1 == 1) ? "on" : "off"), true);
139 msg.arg1 = 1; // charging
143 msg.arg1 = 0; // not charging
153 msg.arg1 = isTetheringOn ? 1 : 0;
237 updateDeviceState(msg.what, msg.arg1 != 0);
  /external/v8/src/mips/
simulator-mips.cc 347 char arg1[ARG_SIZE + 1]; local
349 char* argv[3] = { cmd, arg1, arg2 };
353 arg1[ARG_SIZE] = 0;
388 cmd, arg1, arg2);
407 if (strcmp(arg1, "all") == 0) {
409 } else if (strcmp(arg1, "allf") == 0) {
412 int regnum = Registers::Number(arg1);
413 int fpuregnum = FPURegisters::Number(arg1);
418 PrintF("%s: 0x%08x %d \n", arg1, value, value);
433 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue)
479 os << arg1 << ": \\n"; local
487 os << arg1 << " unrecognized\\n"; local
1948 int32_t arg1 = get_register(a1); local
    [all...]
  /system/core/adb/
transport.cpp 60 char arg0[12], arg1[12]; local
81 if (p->msg.arg1 < 256U)
82 snprintf(arg1, sizeof arg1, "%d", p->msg.arg1);
84 snprintf(arg1, sizeof arg1, "0x%x", p->msg.arg1);
86 std::string result = android::base::StringPrintf("%s: %s: [%s] arg0=%s arg1=%s (len=%d) ", name,
87 func, cmd, arg0, arg1, len)
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 235 for (auto &arg1 : testVals)
237 auto uv1 = arg1.getZExtValue();
239 auto sv1 = arg1.getSExtValue();
242 EXPECT_EQ(uv1 < uv2, arg1.ult(arg2));
243 EXPECT_EQ(uv1 <= uv2, arg1.ule(arg2));
244 EXPECT_EQ(uv1 > uv2, arg1.ugt(arg2));
245 EXPECT_EQ(uv1 >= uv2, arg1.uge(arg2));
247 EXPECT_EQ(sv1 < sv2, arg1.slt(arg2));
248 EXPECT_EQ(sv1 <= sv2, arg1.sle(arg2));
249 EXPECT_EQ(sv1 > sv2, arg1.sgt(arg2))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
flmodule.c 1812 short arg1; local
1823 short arg1; local
1835 short arg1; local
1874 short arg1, arg2; local
1898 int arg0, arg1, arg2, arg3; local
1935 short arg1, arg2, arg3; local
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 388 PUSH eax // pass arg1
389 call CALLVAR(cxx_name) // cxx_name(arg1, Thread*)
402 PUSH eax // pass arg1
403 call CALLVAR(cxx_name) // cxx_name(arg1, arg2, Thread*)
429 PUSH eax // pass arg1
446 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
451 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
458 * as if thrown from a call to String.charAt(). Arg1 holds index, arg2 holds limit.
465 * the method_idx. This wrapper will save arg1-arg3 and call the appropriate C helper.
466 * NOTE: "this" is first visible argument of the target, and so can be found in arg1/r1
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c 548 @param Arg1 Undefined
556 UINTN Arg1
572 @param Arg1 Undefined
581 UINTN Arg1,
598 @param Arg1 Undefined
608 UINTN Arg1,
626 @param Arg1 Undefined
637 UINTN Arg1,
656 @param Arg1 Undefined
668 UINTN Arg1,
    [all...]
  /external/selinux/secilc/docs/
cil_type_statements.md 441 (macro domain_auto_trans ((type ARG1) (type ARG2) (type ARG3))
443 (call domain_trans (ARG1 ARG2 ARG3))
445 (typetransition ARG1 ARG2 process ARG3)
450 (macro tmpfs_domain ((type ARG1))
453 (typetransition ARG1 file.tmpfs file tmpfs)
454 (allow ARG1 tmpfs (file (read write execute execmod)))
459 (macro write_klog ((type ARG1))
460 (typetransition ARG1 device.device chr_file "__kmsg__" device.klog_device)
461 (allow ARG1 device.klog_device (chr_file (create open write unlink)))
462 (allow ARG1 device.device (dir (write add_name remove_name))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 614 case VOLUME_CHANGED: onVolumeChangedW(msg.arg1, msg.arg2); break;
615 case DISMISS_REQUESTED: onDismissRequestedW(msg.arg1); break;
617 case SET_RINGER_MODE: onSetRingerModeW(msg.arg1, msg.arg2 != 0); break;
618 case SET_ZEN_MODE: onSetZenModeW(msg.arg1); break;
620 case SET_STREAM_MUTE: onSetStreamMuteW(msg.arg1, msg.arg2 != 0); break;
621 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break;
623 case SET_STREAM_VOLUME: onSetStreamVolumeW(msg.arg1, msg.arg2); break;
624 case SET_ACTIVE_STREAM: onSetActiveStreamW(msg.arg1); break;
625 case NOTIFY_VISIBLE: onNotifyVisibleW(msg.arg1 != 0); break;
627 case SHOW_SAFETY_WARNING: onShowSafetyWarningW(msg.arg1); break
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 176 int halState = msg.arg1;
212 int protocolMode = msg.arg1;
227 byte protocolMode = (byte) msg.arg1;
258 int status = msg.arg1;
286 int status = msg.arg1;
501 msg.arg1 = protocolMode;
556 msg.arg1 = mode;
573 msg.arg1 = status;
580 msg.arg1 = status;
587 msg.arg1 = state
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 194 print (.F1 arg1) (.F2 arg2)
351 Returns the boolean truth of arg1 == arg2
353 Returns the boolean truth of arg1 != arg2
355 Returns the boolean truth of arg1 < arg2
357 Returns the boolean truth of arg1 <= arg2
359 Returns the boolean truth of arg1 > arg2
361 Returns the boolean truth of arg1 >= arg2
367 arg1==arg2 || arg1==arg3 || arg1==arg4 ..
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
doc.go 194 print (.F1 arg1) (.F2 arg2)
351 Returns the boolean truth of arg1 == arg2
353 Returns the boolean truth of arg1 != arg2
355 Returns the boolean truth of arg1 < arg2
357 Returns the boolean truth of arg1 <= arg2
359 Returns the boolean truth of arg1 > arg2
361 Returns the boolean truth of arg1 >= arg2
367 arg1==arg2 || arg1==arg3 || arg1==arg4 ..
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c 5173 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5205 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5240 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5278 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5305 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5379 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5389 HReg arg1 = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
5406 HReg arg1 = iselVecExpr(env, triop->arg1, IEndianess); local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 180 char arg1[ARG_SIZE + 1]; local
182 char* argv[3] = {cmd, arg1, arg2};
186 arg1[ARG_SIZE] = 0;
223 cmd, arg1, arg2);
236 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) {
266 if (strcmp(arg1, "all") == 0) {
285 } else if (strcmp(arg1, "alld") == 0) {
304 } else if (strcmp(arg1, "allf") == 0) {
313 } else if (arg1[0] == 'r' &&
314 (arg1[1] >= '0' && arg1[1] <= '9' &
348 os << arg1 << ": \\n"; local
356 os << arg1 << " unrecognized\\n"; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
ptrace_syscall.c 43 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member in struct:syscall_args32
60 "+b" (args->arg0), "+c" (args->arg1), "+d" (args->arg2),
141 .arg0 = 10, .arg1 = 11, .arg2 = 12,
148 args.arg0 != 10 || args.arg1 != 11 || args.arg2 != 12 ||
160 args.arg1 = SIGUSR1;
163 args.arg0 != getpid() || args.arg1 != SIGUSR1 || args.arg2 != 12 ||
  /external/v8/src/runtime/
runtime-internal.cc 110 Handle<Object> arg1 = (args.length() > 2) ? args.at<Object>(2) : undefined; local
117 NewTypeError(message_id, arg0, arg1, arg2));
246 CONVERT_ARG_HANDLE_CHECKED(Object, arg1, 1);
249 NewTypeError(MessageTemplate::kIncompatibleMethodReceiver, arg0, arg1));
500 CONVERT_ARG_HANDLE_CHECKED(String, arg1, 1);
501 arg1->PrintOn(f);
  /external/valgrind/memcheck/tests/amd64/
sse_memory.c 19 V128 arg1; member in struct:__anon36198
27 V128 arg1; member in struct:__anon36199
55 randV128(&rra->arg1);
62 randV128(&rra->arg1);
83 showV128(&rra->arg1);
99 showV128(&rra->arg1);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 249 private void sendMessage(String iface, int what, int arg1) {
250 sendMessage(iface, Message.obtain(null, what, arg1, 0));
253 private void sendMessage(String iface, int what, int arg1, int arg2) {
254 sendMessage(iface, Message.obtain(null, what, arg1, arg2));
257 private void sendMessage(String iface, int what, int arg1, int arg2, Object obj) {
258 sendMessage(iface, Message.obtain(null, what, arg1, arg2, obj));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pMonitor.java 227 private void sendMessage(String iface, int what, int arg1) {
228 sendMessage(iface, Message.obtain(null, what, arg1, 0));
231 private void sendMessage(String iface, int what, int arg1, int arg2) {
232 sendMessage(iface, Message.obtain(null, what, arg1, arg2));
235 private void sendMessage(String iface, int what, int arg1, int arg2, Object obj) {
236 sendMessage(iface, Message.obtain(null, what, arg1, arg2, obj));
  /external/libxml2/
xpath.c 7140 xmlXPathObjectPtr arg1, arg2, argtmp; local
7225 xmlXPathObjectPtr arg1, arg2, argtmp; local
7327 xmlXPathObjectPtr arg1, arg2; local
7586 double arg1, arg2; local
12741 xmlXPathObjectPtr arg1, arg2; local
12865 xmlXPathObjectPtr arg1, arg2; local
13291 xmlXPathObjectPtr arg1, arg2; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 59 bl2_ep->args.arg1,
212 bl2_ep.args.arg1 = (unsigned long)bl2_tzram_layout;
239 (unsigned long long)bl31_ep_info->args.arg1);
  /external/bsdiff/
extents_file_unittest.cc 35 // Check that arg1 (count) can be converted
36 *arg2 = arg1;
41 // Check that arg1 (count) can be converted
  /external/llvm/test/Transforms/SafeStack/
call.ll 82 ; Arg0 is readnone, arg1 is not. Pass alloca ptr as arg0 -> safe
94 ; Arg0 is readnone, arg1 is not. Pass alloca ptr as arg1 -> unsafe

Completed in 1918 milliseconds

<<31323334353637383940>>