Home
last modified time | relevance | path

Searched refs:parm1 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Index/Inputs/
Dremap-load-to.c1 int foo(int parm1, float parm2) { in foo() argument
2 return parm1 + parm2; in foo()
/external/bcc/examples/lua/
Dkprobe-latency.lua31 map[ptregs.parm1] = time()
40 local delta = time() - map[ptregs.parm1]
/external/curl/tests/data/
Dtest110535 "http://%HOSTIP:%HTTPPORT/we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie…
48 POST /we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105 HTTP/1.1
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLWarningTest.java275 SQLWarning[] parm1 = { new SQLWarning(), null }; in testSetNextWarningSQLWarning() local
283 SQLWarning[] theFinalStates4 = parm1; in testSetNextWarningSQLWarning()
287 int loopCount = parm1.length; in testSetNextWarningSQLWarning()
291 aSQLWarning.setNextWarning(parm1[i]); in testSetNextWarningSQLWarning()
DSQLExceptionTest.java411 SQLException[] parm1 = { new SQLException(), null, new SQLException(), in testSetNextExceptionSQLException() local
425 SQLException[] theFinalStates4 = parm1; in testSetNextExceptionSQLException()
430 int loopCount = parm1.length; in testSetNextExceptionSQLException()
434 aSQLException.setNextException(parm1[i]); in testSetNextExceptionSQLException()
/external/clang/test/SemaObjC/
Dinvalid-objc-decls-1.m31 …Super parm1) { // expected-error{{interface type 'Super' cannot be passed by value; did you forget…
/external/bcc/src/lua/bpf/
Dproto.lua197 parm_to_reg = {parm1='di', parm2='si', parm3='dx', parm4='cx', parm5='r8', ret='sp', fp='bp'}
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h711 int parm1; member