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

<<11121314151617181920>>

  /system/extras/multinetwork/
common.h 37 arg1(nullptr) {}
45 const char* arg1; member in struct:Arguments
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h     [all...]
  /external/autotest/client/common_lib/cros/
xmlrpc_types.py 65 def __init__(self, arg1, arg2='foo'):
66 # It is important that self.arg1 = arg1. Otherwise arguments
68 self.arg1 = arg1
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 44 char *arg1, *arg2; variable
445 create_tdb(arg1);
449 open_tdb(arg1);
453 system(arg1);
476 insert_tdb(arg1, arg1len,arg2,arg2len);
480 move_rec(arg1,arg1len,arg2);
484 store_tdb(arg1,arg1len,arg2,arg2len);
488 show_tdb(arg1, arg1len);
498 delete_tdb(arg1,arg1len);
570 arg1 = NULL
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
salproc.h 84 IN UINT64 Arg1,
97 IN UINT64 Arg1,
111 IN UINT64 Arg1,
239 IN UINT64 Arg1,
252 IN UINT64 Arg1,
  /frameworks/base/telecomm/java/android/telecom/
VideoCallbackServant.java 66 (VideoProfile) args.arg1,
94 mDelegate.changeCallDataUsage((long) args.arg1);
105 mDelegate.changeVideoQuality(msg.arg1);
123 args.arg1 = requestedProfile;
146 args.arg1 = dataUsage;
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 129 protected void bind(InetAddress arg0, int arg1) throws IOException {
137 protected void connect(String arg0, int arg1) throws IOException {
141 protected void connect(InetAddress arg0, int arg1) throws IOException {
145 protected void connect(SocketAddress arg0, int arg1) throws IOException {
174 public void setOption(int arg0, Object arg1) throws SocketException {
  /frameworks/base/core/java/android/os/
Message.java 44 * arg1 and arg2 are lower-cost alternatives to using
48 public int arg1; field in class:Message
51 * arg1 and arg2 are lower-cost alternatives to using
147 m.arg1 = orig.arg1;
222 * <em>arg1</em>, and <em>arg2</em> members.
226 * @param arg1 The <em>arg1</em> value to set.
230 public static Message obtain(Handler h, int what, int arg1, int arg2) {
234 m.arg1 = arg1
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 60 public void endElement(String arg0, String arg1, String arg2)
200 String arg1,
211 public void elementDecl(String arg0, String arg1) throws SAXException
218 public void externalEntityDecl(String arg0, String arg1, String arg2)
226 public void internalEntityDecl(String arg0, String arg1)
241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2)
250 public void processingInstruction(String arg0, String arg1)
254 super.fireEscapingEvent(arg0, arg1);
276 String arg1,
282 super.startElement(arg0, arg1, arg2, arg3)
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
CallbackRegistryTest.java 96 int arg1, Integer arg) {
97 assertEquals(arg1, (int) arg);
115 int arg1, Integer arg) {
142 int arg1, Integer arg) {
145 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
167 int arg1, Integer arg) {
202 int arg1, Integer arg) {
206 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
228 int arg1, Integer arg) {
252 int arg1, Integer arg)
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
CallbackRegistryTest.java 96 int arg1, Integer arg) {
97 assertEquals(arg1, (int) arg);
116 int arg1, Integer arg) {
144 int arg1, Integer arg) {
147 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
170 int arg1, Integer arg) {
206 int arg1, Integer arg) {
210 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
233 int arg1, Integer arg) {
258 int arg1, Integer arg)
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1bt_interface_t.driver.cpp 30 adapter_properties_cb(bt_status_t arg0, int32_t arg1, bt_property_t* arg2) {
46 remote_device_properties_cb(bt_status_t arg0, bt_bdaddr_t* arg1, int32_t arg2, bt_property_t* arg3) {
64 device_found_cb(int32_t arg0, bt_property_t* arg1) {
88 pin_request_cb(bt_bdaddr_t* arg0, bt_bdname_t* arg1, uint32_t arg2, bool arg3) {
108 ssp_request_cb(bt_bdaddr_t* arg0, bt_bdname_t* arg1, uint32_t arg2, bt_ssp_variant_t arg3, uint32_t arg4) {
130 bond_state_changed_cb(bt_status_t arg0, bt_bdaddr_t* arg1, bt_bond_state_t arg2) {
144 acl_state_changed_cb(bt_status_t arg0, bt_bdaddr_t* arg1, bt_acl_state_t arg2) {
168 dut_mode_recv_cb(uint16_t arg0, unsigned char* arg1, uint8_t arg2) {
188 le_test_mode_cb(bt_status_t arg0, uint16_t arg1) {
202 energy_info_cb(bt_activity_energy_info* arg0, bt_uid_traffic_t* arg1) {
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-tilegx-linux.c 73 /* Call f(arg1), but first switch stacks, using 'stack' as the new
79 void (*f) (Word), Word arg1);
83 // r3 = arg1
278 /* arg1=r1 child stack */
503 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
511 if (ARG1 & VKI_CLONE_PARENT_SETTID) {
518 if (ARG1 & (VKI_CLONE_CHILD_SETTID | VKI_CLONE_CHILD_CLEARTID)) {
526 cloneflags = ARG1;
528 if (!ML_(client_signal_OK)(ARG1 & VKI_CSIGNAL)) {
540 ARG1, /* flags *
    [all...]
  /external/valgrind/none/tests/amd64/
bmi.c 8 void do_andn64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg1, ULong arg2 )
16 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
25 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
32 void do_andn32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, UInt arg1, UInt arg2 )
40 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
49 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
58 ULong arg1, ULong arg2 )
75 : "g" (arg1), "r" (arg2) : "cc", "rdx"
89 : "g" (arg1), "m" (arg2) : "cc", "rdx"
99 UInt arg1, UInt arg2
    [all...]
  /external/clang/test/Index/
complete-objc-message.m 88 - (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2;
89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;
91 - (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2;
95 [ovl Method:1 Arg1:1 OtherArg:ovl];
109 + (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2;
110 + (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;
112 + (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2;
116 [Overload2 Method:1 Arg1:1 OtherArg:ovl];
120 [x Method:1 Arg1:1 OtherArg:ovl];
121 [[x blarg] Method:1 Arg1:1 OtherArg:ovl]
    [all...]
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 73 int event = msg.arg1;
110 // on top of the event values in arg1.
113 reply.arg1 = msg.arg1;
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1
169 msg.arg1 = EVENT_ARG_QUERY;
211 msg.arg1 = EVENT_ARG_INSERT;
237 msg.arg1 = EVENT_ARG_UPDATE;
265 msg.arg1 = EVENT_ARG_DELETE
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 313 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \
314 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
315 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \
316 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
    [all...]

Completed in 2384 milliseconds

<<11121314151617181920>>