Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 208) sorted by relevance

123456789

/external/valgrind/none/tests/s390x/
Dsvc.h20 svc1(int num, unsigned long arg1) in svc1()
34 svc2(int num, unsigned long arg1, unsigned long arg2) in svc2()
50 svc3(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3) in svc3()
68 svc4(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) in svc4()
87 svc5(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, in svc5()
/external/regex-re2/util/
Dvalgrind.h674 #define CALL_FN_v_W(fnptr, arg1) \ argument
678 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
682 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
686 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
690 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument
694 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
698 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument
729 #define CALL_FN_W_W(lval, orig, arg1) \ argument
748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_DummyPKCS12Keystore.java43 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey()
64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, in engineSetKeyEntry()
69 public void engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2) in engineSetKeyEntry()
74 public void engineSetCertificateEntry(String arg0, Certificate arg1) in engineSetCertificateEntry()
113 public void engineStore(OutputStream arg0, char[] arg1) throws IOException, in engineStore()
118 public void engineLoad(InputStream arg0, char[] arg1) throws IOException, in engineLoad()
/external/valgrind/include/
Dvalgrind.h1177 #define CALL_FN_v_W(fnptr, arg1) \ argument
1181 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
1185 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
1189 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
1193 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument
1197 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
1201 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument
1245 #define CALL_FN_W_W(lval, orig, arg1) \ argument
1266 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
1289 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
[all …]
/external/v8/test/webkit/
Dfunction-call-aliased.js29 var myFunction = function (arg1) { return [this, "myFunction", arg1] }; argument
30 var myFunctionWithCall = function (arg1) { return [this, "myFunctionWithCall", arg1] }; argument
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; argument
Ddfg-convert-this-dom-window.js29 var myFunction = function (arg1) { return [this, "myFunction", arg1] }; argument
30 var myFunctionWithCall = function (arg1) { return [this, "myFunctionWithCall", arg1] }; argument
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; argument
Dfunction-apply-aliased.js29 var myFunction = function (arg1) { argument
32 var myFunctionWithApply = function (arg1) { argument
46 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] }; argument
/external/v8/src/third_party/valgrind/
Dvalgrind.h708 #define CALL_FN_v_W(fnptr, arg1) \ argument
712 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
716 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
720 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
724 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument
728 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
732 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument
763 #define CALL_FN_W_W(lval, orig, arg1) \ argument
783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
[all …]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DNOPLogger.java77 public final void trace(String format, Object arg1, Object arg2) { in trace()
110 public final void debug(String format, Object arg1, Object arg2) { in debug()
139 final public void info(String format, Object arg1) { in info()
144 final public void info(String format, Object arg1, Object arg2) { in info()
172 final public void warn(String format, Object arg1) { in warn()
177 final public void warn(String format, Object arg1, Object arg2) { in warn()
202 final public void error(String format, Object arg1) { in error()
207 final public void error(String format, Object arg1, Object arg2) { in error()
DSubstituteLogger.java65 public void trace(String format, Object arg1, Object arg2) { in trace()
89 public void trace(Marker marker, String format, Object arg1, Object arg2) { in trace()
113 public void debug(String format, Object arg1, Object arg2) { in debug()
137 public void debug(Marker marker, String format, Object arg1, Object arg2) { in debug()
161 public void info(String format, Object arg1, Object arg2) { in info()
185 public void info(Marker marker, String format, Object arg1, Object arg2) { in info()
209 public void warn(String format, Object arg1, Object arg2) { in warn()
233 public void warn(Marker marker, String format, Object arg1, Object arg2) { in warn()
257 public void error(String format, Object arg1, Object arg2) { in error()
281 public void error(Marker marker, String format, Object arg1, Object arg2) { in error()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderTest.java24 public int delete(Uri arg0, String arg1, String[] arg2) { in delete()
34 public Uri insert(Uri arg0, ContentValues arg1) { in insert()
44 public Cursor query(Uri arg0, String[] arg1, String arg2, in query()
50 public int update(Uri arg0, ContentValues arg1, String arg2, in update()
/external/valgrind/none/tests/amd64/
Dbmi.c8 void do_andn64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg1, ULong arg2 ) in do_andn64()
32 void do_andn32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, UInt arg1, UInt arg2 ) in do_andn32()
58 ULong arg1, ULong arg2 ) in do_mulx64()
99 UInt arg1, UInt arg2 ) in do_mulx32()
140 void do_sarx64 ( /*OUT*/ULong* res, ULong arg1, ULong arg2 ) in do_sarx64()
179 void do_sarx32 ( /*OUT*/ULong* res, UInt arg1, UInt arg2 ) in do_sarx32()
219 void do_shlx64 ( /*OUT*/ULong* res, ULong arg1, ULong arg2 ) in do_shlx64()
258 void do_shlx32 ( /*OUT*/ULong* res, UInt arg1, UInt arg2 ) in do_shlx32()
298 void do_shrx64 ( /*OUT*/ULong* res, ULong arg1, ULong arg2 ) in do_shrx64()
337 void do_shrx32 ( /*OUT*/ULong* res, UInt arg1, UInt arg2 ) in do_shrx32()
[all …]
/external/valgrind/auxprogs/
Dppc64shifts.c248 void do_srad ( ULong arg1, ULong arg2, in do_srad()
269 void do_sraw ( ULong arg1, ULong arg2, in do_sraw()
289 void do_srd ( ULong arg1, ULong arg2, in do_srd()
310 void do_srw ( ULong arg1, ULong arg2, in do_srw()
331 void do_sld ( ULong arg1, ULong arg2, in do_sld()
352 void do_slw ( ULong arg1, ULong arg2, in do_slw()
449 ULong arg1, arg2, res, xer; in do_binary() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyStore3Test.java228 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey()
241 public void engineLoad(InputStream arg0, char[] arg1) in engineLoad()
247 public void engineSetCertificateEntry(String arg0, Certificate arg1) in engineSetCertificateEntry()
252 public void engineSetKeyEntry(String arg0, byte[] arg1, in engineSetKeyEntry()
257 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, in engineSetKeyEntry()
270 public void engineStore(OutputStream arg0, char[] arg1) in engineStore()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextSAXHandler.java60 public void endElement(String arg0, String arg1, String arg2) in endElement()
200 String arg1, in attributeDecl()
211 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl()
218 public void externalEntityDecl(String arg0, String arg1, String arg2) in externalEntityDecl()
226 public void internalEntityDecl(String arg0, String arg1) in internalEntityDecl()
241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace()
250 public void processingInstruction(String arg0, String arg1) in processingInstruction()
276 String arg1, in startElement()
DToXMLSAXHandler.java142 String arg1, in attributeDecl()
153 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl()
160 public void externalEntityDecl(String arg0, String arg1, String arg2) in externalEntityDecl()
168 public void internalEntityDecl(String arg0, String arg1) in internalEntityDecl()
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace()
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException in comment()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_emit.c545 const struct brw_reg *arg1) in emit_alu2()
567 const struct brw_reg *arg1, in emit_mad()
587 const struct brw_reg *arg1, in emit_lrp()
613 const struct brw_reg *arg1) in emit_sop()
634 const struct brw_reg *arg1 ) in emit_slt()
643 const struct brw_reg *arg1 ) in emit_sle()
652 const struct brw_reg *arg1 ) in emit_sgt()
661 const struct brw_reg *arg1 ) in emit_sge()
670 const struct brw_reg *arg1 ) in emit_seq()
679 const struct brw_reg *arg1 ) in emit_sne()
[all …]
Dbrw_vs_emit.c455 struct brw_reg arg1, in unalias2()
481 struct brw_reg arg1, in unalias3()
506 struct brw_reg arg1, in emit_sop()
520 struct brw_reg arg1 ) in emit_seq()
528 struct brw_reg arg1 ) in emit_sne()
535 struct brw_reg arg1 ) in emit_slt()
543 struct brw_reg arg1 ) in emit_sle()
551 struct brw_reg arg1 ) in emit_sgt()
559 struct brw_reg arg1 ) in emit_sge()
567 struct brw_reg arg1, in emit_cmp()
[all …]
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceFactory.java52 public Object getService(Bundle bundle, ServiceRegistration arg1) { in getService()
62 public void ungetService(Bundle bundle, ServiceRegistration arg1, Object arg2) { in ungetService()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLogger.java121 public void trace(String format, Object arg1, Object arg2); in trace()
192 public void trace(Marker marker, String format, Object arg1, Object arg2); in trace()
255 public void debug(String format, Object arg1, Object arg2); in debug()
320 public void debug(Marker marker, String format, Object arg1, Object arg2); in debug()
381 public void info(String format, Object arg1, Object arg2); in info()
445 public void info(Marker marker, String format, Object arg1, Object arg2); in info()
522 public void warn(String format, Object arg1, Object arg2); in warn()
571 public void warn(Marker marker, String format, Object arg1, Object arg2); in warn()
632 public void error(String format, Object arg1, Object arg2); in error()
697 public void error(Marker marker, String format, Object arg1, Object arg2); in error()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dcompat-api.h44 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = xf86Screens[(arg1)] argument
47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)] argument
71 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1) argument
74 #define SCREEN_PTR(arg1) ScreenPtr pScreen = (arg1) argument
/external/jetty/src/java/org/eclipse/jetty/util/log/
DJettyAwareLogger.java87 public void trace(String format, Object arg1, Object arg2) in trace()
141 public void trace(Marker marker, String format, Object arg1, Object arg2) in trace()
195 public void debug(String format, Object arg1, Object arg2) in debug()
249 public void debug(Marker marker, String format, Object arg1, Object arg2) in debug()
303 public void info(String format, Object arg1, Object arg2) in info()
357 public void info(Marker marker, String format, Object arg1, Object arg2) in info()
420 public void warn(String format, Object arg1, Object arg2) in warn()
465 public void warn(Marker marker, String format, Object arg1, Object arg2) in warn()
519 public void error(String format, Object arg1, Object arg2) in error()
573 public void error(Marker marker, String format, Object arg1, Object arg2) in error()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DLoggerWrapper.java111 public void trace(String format, Object arg1, Object arg2) { in trace()
182 public void trace(Marker marker, String format, Object arg1, Object arg2) { in trace()
266 public void debug(String format, Object arg1, Object arg2) { in debug()
337 public void debug(Marker marker, String format, Object arg1, Object arg2) { in debug()
422 public void info(String format, Object arg1, Object arg2) { in info()
493 public void info(Marker marker, String format, Object arg1, Object arg2) { in info()
574 public void warn(String format, Object arg1, Object arg2) { in warn()
645 public void warn(Marker marker, String format, Object arg1, Object arg2) { in warn()
729 public void error(String format, Object arg1, Object arg2) { in error()
800 public void error(Marker marker, String format, Object arg1, Object arg2) { in error()
/external/mesa3d/src/mesa/main/
Datifragshader.c151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op()
589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI()
713 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp1ATI()
722 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp2ATI()
733 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp3ATI()
744 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp1ATI()
752 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp2ATI()
762 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp3ATI()
/external/jpeg/
Dckconfig.c111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction()
163 void test3function (void_ptr arg1, void_func arg2) in test3function()
187 int test4function (const int arg1) in test4function()

123456789