HomeSort by relevance Sort by last modified time
    Searched full:arg2 (Results 426 - 450 of 1963) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
2010-06-28-FastAllocTiedOperand.ll 17 %0 = tail call %asmtype asm "arg0 $0\0A\09arg1 $1\0A\09arg2 $2\0A\09arg3 $3\0A\09arg4 $4", "={ax},=r,=r,=r,1,~{dirflag},~{fpsr},~{flags}"(i8* %s) nounwind, !srcloc !0 ; <%0> [#uses=1]
  /external/llvm/test/Linker/
func-attrs-a.ll 5 ; CHECK: define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %struct.S0* byval %arg2)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 206 thestruct arg1, arg2; local
263 arg2.sig = SIGUSR2;
266 arg2.sem = &semsig2;
273 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 190 thestruct arg1, arg2; local
238 arg2.sig = SIGUSR2;
241 arg2.sem = &semsig2;
247 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 171 struct thestruct arg1, arg2; local
221 arg2.sig = SIGUSR2;
224 arg2.sem = &semsig2;
231 ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 213 thestruct arg1, arg2; local
268 arg2.sig = SIGUSR2;
271 arg2.sem = &semsig2;
278 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 221 thestruct arg1, arg2; local
276 arg2.sig = SIGUSR2;
279 arg2.sem = &semsig2;
286 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 204 thestruct arg1, arg2; local
261 arg2.sig = SIGUSR2;
264 arg2.sem = &semsig2;
271 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 56 const SubstituteArg& arg2, const SubstituteArg& arg3,
61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
69 const SubstituteArg& arg2, const SubstituteArg& arg3,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2010-06-28-FastAllocTiedOperand.ll 17 %0 = tail call %asmtype asm "arg0 $0\0A\09arg1 $1\0A\09arg2 $2\0A\09arg3 $3\0A\09arg4 $4", "={ax},=r,=r,=r,1,~{dirflag},~{fpsr},~{flags}"(i8* %s) nounwind, !srcloc !0 ; <%0> [#uses=1]
  /external/toolchain-utils/crosperf/
download_images_buildid_test.py 62 def assertNotEqual(self, arg1, arg2, arg1_name, arg2_name):
63 if arg1 == arg2:
67 def assertEqual(self, arg1, arg2, arg1_name, arg2_name):
68 if arg1 != arg2:
  /external/valgrind/docs/lib/
line-wrap.xsl 24 <xsl:with-param name="arg2" select="substring($pStr,1,1)"/>
73 <xsl:param name="arg2"/>
79 <xsl:when test="contains($arg1/*[1], $arg2)">
90 <word><xsl:value-of select="concat($arg1/word, $arg2)"/></word>
  /external/webrtc/talk/app/webrtc/
proxy_unittest.cc 161 const std::string arg2 = "arg2"; local
162 EXPECT_CALL(*fake_, Method2(arg1, arg2))
167 EXPECT_EQ("Method2", fake_proxy_->Method2(arg1, arg2));
  /frameworks/base/core/java/android/app/
InstantAppResolverService.java 99 args.arg2 = digestPrefix;
114 args.arg2 = digestPrefix;
180 final int[] digestPrefix = (int[]) args.arg2;
191 final int[] digestPrefix = (int[]) args.arg2;
  /frameworks/base/core/proto/android/os/
message.proto 31 int32 arg2 = 5;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, Rect arg4,
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
  /libcore/luni/src/test/java/libcore/java/util/
OldFormattableTest.java 29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyMessageDigest1.java 75 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
MyMessageDigest2.java 63 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder2.py 40 def manyargs(arg1, arg2,
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder2.py 40 def manyargs(arg1, arg2,
test_dummy_thread.py 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True})
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPSOps.go 219 {name: "MOVBstore", argLength: 3, reg: gpstore, aux: "SymOff", asm: "MOVB", typ: "Mem", faultOnNilArg0: true}, // store 1 byte of arg1 to arg0 + auxInt + aux. arg2=mem.
220 {name: "MOVHstore", argLength: 3, reg: gpstore, aux: "SymOff", asm: "MOVH", typ: "Mem", faultOnNilArg0: true}, // store 2 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
221 {name: "MOVWstore", argLength: 3, reg: gpstore, aux: "SymOff", asm: "MOVW", typ: "Mem", faultOnNilArg0: true}, // store 4 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
222 {name: "MOVFstore", argLength: 3, reg: fpstore, aux: "SymOff", asm: "MOVF", typ: "Mem", faultOnNilArg0: true}, // store 4 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
223 {name: "MOVDstore", argLength: 3, reg: fpstore, aux: "SymOff", asm: "MOVD", typ: "Mem", faultOnNilArg0: true}, // store 8 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
238 // conditional move on zero (returns arg1 if arg2 is 0, otherwise arg0)
239 // order of parameters is reversed so we can use resultInArg0 (OpCMOVZ result arg1 arg2-> CMOVZ arg2reg, arg1reg, resultReg)
252 {name: "CALLclosure", argLength: 3, reg: regInfo{inputs: []regMask{gpsp, buildReg("R22"), 0}, clobbers: callerSave}, aux: "Int32", clobberFlags: true, call: true}, // call function via closure. arg0=codeptr, arg1=closure, arg2=mem, auxint=argsize, returns mem
266 // store arg1 to arg0. arg2=mem. returns memory.
274 // store arg1 to arg0. arg2=mem. returns <old content of *arg0, memory>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/
asm.go 18 func arg2(x int16, y uint16) func

Completed in 1138 milliseconds

<<11121314151617181920>>