| /frameworks/base/services/usb/java/com/android/server/usb/ |
| UsbDeviceManager.java | 440 m.arg1 = (arg ? 1 : 0); 451 public void sendMessage(int what, Object arg, boolean arg1) { 455 m.arg1 = (arg1 ? 1 : 0); 477 msg.arg1 = connected; [all...] |
| /packages/services/Telephony/src/com/android/phone/ |
| CallForwardEditPreference.java | 179 // arg1: action -- register vs. disable 240 msg.arg1 == CommandsInterface.CF_ACTION_DISABLE && 280 obtainMessage(MESSAGE_GET_CF, msg.arg1, MESSAGE_SET_CF, ar.exception));
|
| /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;
|
| /bionic/libc/arch-x86_64/bionic/ |
| syscall.S | 34 * %rsi: arg1
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
| HceService.java | 54 public byte[] processCommandApdu(byte[] arg0, Bundle arg1) {
|
| /development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
| BluetoothHDPActivity.java | 84 msg.arg1)); 90 msg.arg1)); 107 msg.arg1)); 115 msg.arg1));
|
| /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 | 42 exc.arg1 = (double)x;
|
| /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/dnsmasq/src/ |
| log.c | 425 void die(char *message, char *arg1, int exit_code) 429 if (!arg1) 430 arg1 = errmess; 434 my_syslog(LOG_CRIT, message, arg1, errmess);
|
| /external/freetype/include/freetype/internal/ |
| ftgloadr.h | 43 FT_Int arg1; member in struct:FT_SubGlyphRec_
|
| /external/libchrome/base/mac/ |
| bind_objc_block.h | 21 // BindBlock(^(const std::string& arg0, const std::string& arg1) {
|
| /external/llvm/lib/Transforms/IPO/ |
| StripSymbols.cpp | 259 Value *Arg1 = CI->getArgOperand(0); 263 if (Arg1->use_empty()) { 264 if (Constant *C = dyn_cast<Constant>(Arg1)) 267 RecursivelyDeleteTriviallyDeadInstructions(Arg1);
|
| /external/llvm/test/CodeGen/X86/ |
| clobber-fi0.ll | 13 define i32 @main(i32 %arg, i8** %arg1) nounwind {
|
| regalloc-reconcile-broken-hints.ll | 33 ; CHECK: movq %rdi, [[ARG1:%r[0-9a-z]+]] 36 ; CHECK: addq $-4, [[ARG1]] 38 ; CHECK-NOT: movq [[ARG1]] 42 ; CHECK: leaq ([[ARG1]]
|
| /external/ltp/testcases/misc/crash/ |
| crash02.c | 419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; local 425 arg1 = 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 358 arg1.sig = SIGUSR1; 361 arg1.sem = &semsig1; 365 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi.c | 143 LLVMValueRef arg1) 148 emit_data.args[1] = arg1; 157 LLVMValueRef arg1, 163 emit_data.args[1] = arg1;
|
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| handler_type_requirements.hpp | 73 template <typename Handler, typename Arg1> 74 auto one_arg_handler_test(Handler h, Arg1* a1) 83 template <typename Handler, typename Arg1, typename Arg2> 84 auto two_arg_handler_test(Handler h, Arg1* a1, Arg2* a2)
|
| /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/ |
| SimpleLogger.java | 402 * @param arg1 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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
| liveness-local-regalloc.ll | 11 define fastcc void @func2(%0* %arg, i32 %arg1) nounwind ssp {
|