Searched refs:parm1 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Index/Inputs/ |
D | remap-load-to.c | 1 int foo(int parm1, float parm2) { in foo() argument 2 return parm1 + parm2; in foo()
|
/external/bcc/examples/lua/ |
D | kprobe-latency.lua | 31 map[ptregs.parm1] = time() 40 local delta = time() - map[ptregs.parm1]
|
/external/curl/tests/data/ |
D | test1105 | 35 "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/ |
D | SQLWarningTest.java | 275 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()
|
D | SQLExceptionTest.java | 411 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/ |
D | invalid-objc-decls-1.m | 31 …Super parm1) { // expected-error{{interface type 'Super' cannot be passed by value; did you forget…
|
/external/bcc/src/lua/bpf/ |
D | proto.lua | 197 parm_to_reg = {parm1='di', parm2='si', parm3='dx', parm4='cx', parm5='r8', ret='sp', fp='bp'}
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 711 int parm1; member
|