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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 334 protected void connect(String arg0, int arg1) throws IOException {
337 protected void connect(InetAddress arg0, int arg1) throws IOException {
340 protected void connect(SocketAddress arg0, int arg1) throws IOException {
343 protected void bind(InetAddress arg0, int arg1) throws IOException {
370 public void setOption(int arg0, Object arg1) throws SocketException {
  /external/valgrind/VEX/priv/
ir_opt.c 274 return toBool( isIRAtom(e->Iex.Binop.arg1)
313 flatten_Expr(bb, qop->arg1),
325 flatten_Expr(bb, triop->arg1),
335 flatten_Expr(bb, ex->Iex.Binop.arg1),
2069 UShort arg1 = e->Iex.Binop.arg1->Iex.Const.con->Ico.V128; local
3436 IRTemp arg1; member in struct:__anon35266::__anon35268::__anon35270
3442 IRTemp arg1; member in struct:__anon35266::__anon35268::__anon35271
    [all...]
host_arm_isel.c 782 reg = iselIntExpr_R(env, e->Iex.Binop.arg1);
848 reg = iselIntExpr_R(env, e->Iex.Binop.arg1);
900 reg = iselIntExpr_R(env, e->Iex.Binop.arg1);
    [all...]
  /external/toybox/toys/posix/
sed.c 196 int arg1, arg2, w; // offset of two arguments per command, plus s//w filename member in struct:sedcmd
345 if (command->arg1) a->str = command->arg1+(char *)command;
353 if (!command->arg1) break;
354 str = command->arg1+(char *)command;
356 if (command->c == ':' && !strcmp(command->arg1+(char *)command, str))
361 str = command->arg1+(char *)command;
406 str = command->arg1+(char *)command;
465 regex_t *reg = get_regex(command, command->arg1);
569 perror_exit("w '%s'", command->arg1+(char *)command)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc64-linux.c 62 /* Call f(arg1), but first switch stacks, using 'stack' as the new
69 Word arg1 );
73 // r6 = arg1
94 " mr %r3,%r6\n\t" // arg1 to %r3
142 " mr %r3,%r6\n\t" // arg1 to %r3
199 int flags in r3 (sc arg1)
248 " mr 3,5\n" // syscall arg1: flags
320 " mr 3,5\n" // syscall arg1: flags
557 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
563 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 272 func (b *Block) NewValue2(line int32, op Op, t Type, arg0, arg1 *Value) *Value {
277 v.argstorage[1] = arg1
279 arg1.Uses++
284 func (b *Block) NewValue2I(line int32, op Op, t Type, auxint int64, arg0, arg1 *Value) *Value {
289 v.argstorage[1] = arg1
291 arg1.Uses++
296 func (b *Block) NewValue3(line int32, op Op, t Type, arg0, arg1, arg2 *Value) *Value {
301 v.argstorage[1] = arg1
304 arg1.Uses++
310 func (b *Block) NewValue3I(line int32, op Op, t Type, auxint int64, arg0, arg1, arg2 *Value) *Value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 272 func (b *Block) NewValue2(line int32, op Op, t Type, arg0, arg1 *Value) *Value {
277 v.argstorage[1] = arg1
279 arg1.Uses++
284 func (b *Block) NewValue2I(line int32, op Op, t Type, auxint int64, arg0, arg1 *Value) *Value {
289 v.argstorage[1] = arg1
291 arg1.Uses++
296 func (b *Block) NewValue3(line int32, op Op, t Type, arg0, arg1, arg2 *Value) *Value {
301 v.argstorage[1] = arg1
304 arg1.Uses++
310 func (b *Block) NewValue3I(line int32, op Op, t Type, auxint int64, arg0, arg1, arg2 *Value) *Value
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_main.c 73 uint64_t arg1,
92 write_sp_arg(pcpu_smc_args, TSP_ARG1, arg1);
177 uint64_t arg1,
220 uint64_t arg1,
263 uint64_t arg1,
302 uint64_t arg1,
335 uint64_t arg1,
370 uint64_t arg1,
395 results[0] = arg1;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 142 String arg1,
153 public void elementDecl(String arg0, String arg1) throws SAXException
160 public void externalEntityDecl(String arg0, String arg1, String arg2)
168 public void internalEntityDecl(String arg0, String arg1)
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2)
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2);
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException
405 m_lexHandler.comment(arg0, arg1, arg2);
408 super.fireCommentEvent(arg0, arg1, arg2);
  /external/llvm/test/CodeGen/X86/
sse41-intrinsics-fast-isel.ll 18 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
19 %shuf = shufflevector <8 x i16> %arg0, <8 x i16> %arg1, <8 x i32> <i32 0, i32 9, i32 2, i32 11, i32 4, i32 13, i32 6, i32 7>
69 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
71 %call = call <16 x i8> @llvm.x86.sse41.pblendvb(<16 x i8> %arg0, <16 x i8> %arg1, <16 x i8> %arg2)
604 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
605 %cmp = icmp sgt <16 x i8> %arg0, %arg1
606 %sel = select <16 x i1> %cmp, <16 x i8> %arg0, <16 x i8> %arg1
622 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
623 %cmp = icmp sgt <4 x i32> %arg0, %arg1
624 %sel = select <4 x i1> %cmp, <4 x i32> %arg0, <4 x i32> %arg1
    [all...]
sse42-intrinsics-fast-isel.ll 223 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
224 %res = call i32 @llvm.x86.sse42.pcmpistria128(<16 x i8> %arg0, <16 x i8> %arg1, i8 7)
244 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
245 %res = call i32 @llvm.x86.sse42.pcmpistric128(<16 x i8> %arg0, <16 x i8> %arg1, i8 7)
263 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
264 %res = call i32 @llvm.x86.sse42.pcmpistri128(<16 x i8> %arg0, <16 x i8> %arg1, i8 7)
280 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
281 %res = call <16 x i8> @llvm.x86.sse42.pcmpistrm128(<16 x i8> %arg0, <16 x i8> %arg1, i8 7)
302 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
303 %res = call i32 @llvm.x86.sse42.pcmpistrio128(<16 x i8> %arg0, <16 x i8> %arg1, i8 7
    [all...]
avx512-intrinsics-fast-isel.ll 37 %arg1 = bitcast i16 %a1 to <16 x i1>
40 %res1 = select <16 x i1> %arg1, <16 x i32> %res0, <16 x i32> %arg0
59 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
60 %res0 = shufflevector <4 x i32> %arg1, <4 x i32> undef, <16 x i32> zeroinitializer
93 %arg1 = bitcast i8 %a1 to <8 x i1>
95 %res1 = select <8 x i1> %arg1, <8 x i64> %res0, <8 x i64> %a0
145 %arg1 = bitcast i8 %a1 to <8 x i1>
147 %res1 = select <8 x i1> %arg1, <8 x double> %res0, <8 x double> %a0
197 %arg1 = bitcast i16 %a1 to <16 x i1>
199 %res1 = select <16 x i1> %arg1, <16 x float> %res0, <16 x float> %a
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 124 createBond(dev, msg.arg1, oobData, true);
130 int newState = msg.arg1;
186 result = createBond(dev, msg.arg1, oobData, false);
195 int newState = msg.arg1;
226 int passkey = msg.arg1;
370 msg.arg1 = BluetoothDevice.BOND_BONDED;
372 msg.arg1 = BluetoothDevice.BOND_BONDING;
374 msg.arg1 = BluetoothDevice.BOND_NONE;
425 msg.arg1 = passkey;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 126 if (V) Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
128 handleRegistration(msg.arg1 /*masId*/, msg.arg2 /*status*/);
135 sendEventHandler((byte[])msg.obj/*byte[]*/, msg.arg1 /*masId*/);
141 mMnsLstRegRqst = new MnsSdpSearchInfo(true, msg.arg1, msg.arg2);
145 msg.arg1, msg.arg2);
146 if (V) Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
258 msg.arg1 = masId;
288 msgReg.arg1 = mMnsLstRegRqst.lastMasId;
290 if (V) Log.v(TAG, "SearchReg masId: " + msgReg.arg1
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmSimd.h 123 #define __PKHBT(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0x0000FFFFUL) | \
126 #define __PKHTB(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0xFFFF0000UL) | \
129 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \
441 #define __SSAT16(ARG1,ARG2) \
443 uint32_t __RES, __ARG1 = (ARG1); \
448 #define __USAT16(ARG1,ARG2) \
450 uint32_t __RES, __ARG1 = (ARG1); \
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchSmb.asl 35 // Arg1 = Data
79 Store(Arg1,HCOM) // Data in HCOM.
174 // Arg1 = Command
217 Store(Arg1,HCOM) // Command in HCOM.
244 // Arg1 = Command
286 Store(Arg1,HCOM) // Command in HCOM.
313 // Arg1 = Command
356 Store(Arg1,HCOM) // Command in HCOM.
384 // Arg1 = Command
426 Store(Arg1,HCOM) // Command in HCOM.
    [all...]
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 85 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
87 + ((IVoiceInteractorRequest)args.arg1).asBinder() + "/" + request
88 + " confirmed=" + msg.arg1 + " result=" + args.arg2);
90 ((ConfirmationRequest)request).onConfirmationResult(msg.arg1 != 0,
96 complete = msg.arg1 != 0;
97 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);
99 + ((IVoiceInteractorRequest)args.arg1).asBinder() + "/" + request
111 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);
113 + ((IVoiceInteractorRequest)args.arg1).asBinder() + "/" + request
121 request = pullRequest((IVoiceInteractorRequest)args.arg1, true)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 174 Log.i(this, "Message received: %s=%d, arg1=%d", messageCodeName, msg.what, msg.arg1);
235 mAudioFocusType = msg.arg1;
315 if (msg.arg1 == NO_FOCUS) {
379 if (msg.arg1 == ACTIVE_FOCUS || msg.arg1 == RINGING_FOCUS) {
493 if (msg.arg1 == NO_FOCUS) {
557 if (msg.arg1 == ACTIVE_FOCUS || msg.arg1 == RINGING_FOCUS) {
680 if (msg.arg1 == NO_FOCUS)
    [all...]
  /frameworks/base/media/java/android/media/tv/
ITvInputSessionWrapper.java 148 mTvInputRecordingSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2);
150 mTvInputSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2);
161 mTvInputSessionImpl.selectTrack((Integer) args.arg1, (String) args.arg2);
169 (String) args.arg1, (Bundle) args.arg2);
171 mTvInputSessionImpl.appPrivateCommand((String) args.arg1, (Bundle) args.arg2);
178 mTvInputSessionImpl.createOverlayView((IBinder) args.arg1, (Rect) args.arg2);
  /frameworks/base/tools/preload2/src/com/android/preload/
DeviceUtils.java 247 public void addOutput(byte[] arg0, int arg1, int arg2) {}
265 public void addOutput(byte[] arg0, int arg1, int arg2) {
266 builder.append(new String(arg0, arg1, arg2));
364 public void deviceChanged(IDevice arg0, int arg1) {
400 public void deviceChanged(IDevice arg0, int arg1) {
401 if (arg0 == myDevice && (arg1 & IDevice.CHANGE_CLIENT_LIST) != 0) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/television/
UninstallAppProgress.java 111 if (msg.arg1 != PackageManager.DELETE_SUCCEEDED) {
115 mResultCode = msg.arg1;
142 switch (msg.arg1) {
220 + msg.arg1 + " no blocking user");
231 + msg.arg1);
312 msg.arg1 = returnCode;
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetCallbackBase.h 45 * ArgType1 arg1;
53 * CallbackApi1(ArgType1 arg1) {
55 * data.arg1 = arg1;
61 * data.arg1 = arg1;
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 354 func eq(arg1 reflect.Value, arg2 ...reflect.Value) (bool, error) {
355 v1 := indirectInterface(arg1)
406 func ne(arg1, arg2 reflect.Value) (bool, error) {
408 equal, err := eq(arg1, arg2)
413 func lt(arg1, arg2 reflect.Value) (bool, error) {
414 v1 := indirectInterface(arg1)
455 func le(arg1, arg2 reflect.Value) (bool, error) {
457 lessThan, err := lt(arg1, arg2)
461 return eq(arg1, arg2)
465 func gt(arg1, arg2 reflect.Value) (bool, error)
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 354 func eq(arg1 reflect.Value, arg2 ...reflect.Value) (bool, error) {
355 v1 := indirectInterface(arg1)
406 func ne(arg1, arg2 reflect.Value) (bool, error) {
408 equal, err := eq(arg1, arg2)
413 func lt(arg1, arg2 reflect.Value) (bool, error) {
414 v1 := indirectInterface(arg1)
455 func le(arg1, arg2 reflect.Value) (bool, error) {
457 lessThan, err := lt(arg1, arg2)
461 return eq(arg1, arg2)
465 func gt(arg1, arg2 reflect.Value) (bool, error)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java     [all...]

Completed in 2219 milliseconds

<<21222324252627282930>>