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

<<21222324252627282930>>

  /external/llvm/test/Transforms/InstCombine/
strncpy-1.ll 23 %arg1 = getelementptr [1024 x i8], [1024 x i8]* %target, i32 0, i32 0
24 store i8 0, i8* %arg1
27 %rslt1 = call i8* @strncpy(i8* %arg1, i8* %arg2, i32 6)
  /external/netperf/src/
netsh.h 96 extern void break_args(char *s, char *arg1, char *arg2);
97 extern void break_args_explicit(char *s, char *arg1, char *arg2);
98 extern void break_args_explicit_sep(char *s, int sep, char *arg1, char *arg2);
  /external/shflags/src/
shflags_test_defines.sh 21 _flags_define arg1 >"${stdoutF}" 2>"${stderrF}"
26 _flags_define arg1 arg2 >"${stdoutF}" 2>"${stderrF}"
31 _flags_define arg1 arg2 arg3 >"${stdoutF}" 2>"${stderrF}"
  /external/skia/include/core/
SkPreConfig.h 15 #define SK_NOTHING_ARG1(arg1)
16 #define SK_NOTHING_ARG2(arg1, arg2)
17 #define SK_NOTHING_ARG3(arg1, arg2, arg3)
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java 70 args.arg1 = name;
72 args.arg1 = id + ":" + vid + ":" + pid;
113 mPtr = nativeOpenDevice((String) args.arg1, args.argi1, args.argi2, args.argi3,
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTriggerModule.java 160 listener.onServiceStateChange(msg.arg1);
185 int what, int arg1, int arg2, Object obj) {
195 Message m = handler.obtainMessage(what, arg1, arg2, obj);
  /frameworks/base/media/java/android/media/
JetPlayer.java 417 // encoded in msg.arg1
420 (short)((msg.arg1 & JET_EVENT_SEG_MASK) >> JET_EVENT_SEG_SHIFT),
421 (byte) ((msg.arg1 & JET_EVENT_TRACK_MASK) >> JET_EVENT_TRACK_SHIFT),
424 (byte)(((msg.arg1 & JET_EVENT_CHAN_MASK) >> JET_EVENT_CHAN_SHIFT) + 1),
425 (byte) ((msg.arg1 & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT),
426 (byte) (msg.arg1 & JET_EVENT_VAL_MASK) );
431 listener.onJetUserIdUpdate(mJet, msg.arg1, msg.arg2);
436 listener.onJetNumQueuedSegmentUpdate(mJet, msg.arg1);
441 listener.onJetPauseUpdate(mJet, msg.arg1);
564 int what, int arg1, int arg2)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStrongAuth.java 220 handleRequireStrongAuth(msg.arg1, msg.arg2);
223 handleRemoveUser(msg.arg1);
226 handleScheduleStrongAuthTimeout(msg.arg1);
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHal.java 176 int deviceId = msg.arg1;
186 int deviceId = msg.arg1;
199 int deviceId = msg.arg1;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 130 mEnableTrafficStatsPoll = (msg.arg1 == 1);
150 if (msg.arg1 == mTrafficStatsPollToken) {
218 msg.arg1 = mDataActivity;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 91 public MockCharsetEncoderForHarmony491(Charset arg0, float arg1,
93 super(arg0, arg1, arg2);
96 protected CoderResult encodeLoop(CharBuffer arg0, ByteBuffer arg1) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd.py 33 >>> mycmd.parseline("func arg1")
34 ('func', 'arg1', 'func arg1')
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd.py 33 >>> mycmd.parseline("func arg1")
34 ('func', 'arg1', 'func arg1')
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 33 >>> mycmd.parseline("func arg1")
34 ('func', 'arg1', 'func arg1')
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 33 >>> mycmd.parseline("func arg1")
34 ('func', 'arg1', 'func arg1')
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 75 txt = "New cmd #" + msg.arg1 + ": " + txt;
77 txt = "Re-delivered #" + msg.arg1 + ": " + txt;
96 Log.i("ServiceStartArguments", "Done with #" + msg.arg1);
97 stopSelf(msg.arg1);
130 msg.arg1 = startId;
  /external/boringssl/src/crypto/x509/
x509_trs.c 178 char *name, int arg1, void *arg2)
222 trtmp->arg1 = arg1;
279 return obj_trust(trust->arg1, x, flags);
290 return obj_trust(trust->arg1, x, flags);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RefSortedMap.java 329 public V put(K arg0, V arg1) {
333 return entries.get(idx).setValue(arg1);
335 entries.add(-idx - 1, new MapEntry<K, V>(arg0, arg1));
360 public int compare(MapEntry<K, V> arg0, MapEntry<K, V> arg1) {
361 return RefSortedMap.this.compare(arg0.getKey(), arg1.getKey());
  /external/llvm/test/CodeGen/X86/
sse2-intrinsics-fast-isel.ll 18 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
19 %res = add <16 x i8> %arg0, %arg1
35 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
36 %res = add <8 x i16> %arg0, %arg1
52 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
53 %res = add <4 x i32> %arg0, %arg1
114 %arg1 = bitcast <2 x i64> %a1 to <16 x i8>
115 %res = call <16 x i8> @llvm.x86.sse2.padds.b(<16 x i8> %arg0, <16 x i8> %arg1)
132 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
133 %res = call <8 x i16> @llvm.x86.sse2.padds.w(<8 x i16> %arg0, <8 x i16> %arg1)
    [all...]
avx512vl-intrinsics-fast-isel.ll 48 %arg1 = bitcast i4 %trn1 to <4 x i1>
51 %res1 = select <4 x i1> %arg1, <4 x i32> %res0, <4 x i32> %arg0
81 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
82 %res0 = shufflevector <4 x i32> %arg1, <4 x i32> undef, <4 x i32> zeroinitializer
118 %arg1 = bitcast i8 %a1 to <8 x i1>
121 %res1 = select <8 x i1> %arg1, <8 x i32> %res0, <8 x i32> %arg0
140 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
141 %res0 = shufflevector <4 x i32> %arg1, <4 x i32> undef, <8 x i32> zeroinitializer
185 %arg1 = bitcast i2 %trn1 to <2 x i1>
187 %res1 = select <2 x i1> %arg1, <2 x i64> %res0, <2 x i64> %a
    [all...]
  /build/make/core/
cleanbuild.mk 127 define -cs-write-clean-steps-if-arg1-not-empty
130 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 501,1000,$(INTERNAL_CLEAN_STEPS)))
131 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1001,1500,$(INTERNAL_CLEAN_STEPS)))
132 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1501,2000,$(INTERNAL_CLEAN_STEPS)))
133 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2001,2500,$(INTERNAL_CLEAN_STEPS)))
134 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2501,3000,$(INTERNAL_CLEAN_STEPS)))
135 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 3001,99999,$(INTERNAL_CLEAN_STEPS)))

Completed in 1695 milliseconds

<<21222324252627282930>>