/external/dng_sdk/source/ |
D | dng_safe_arithmetic.cpp | 25 T SafeAdd(T arg1, T arg2) { in SafeAdd() 45 T SafeUnsignedMult(T arg1, T arg2) { in SafeUnsignedMult() 56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { in SafeInt32Add() 65 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2) { in SafeInt32Add() 69 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2) { in SafeInt64Add() 73 bool SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2, in SafeUint32Add() 83 std::uint32_t SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2) { in SafeUint32Add() 87 std::uint64_t SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2) { in SafeUint64Add() 91 bool SafeInt32Sub(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { in SafeInt32Sub() 101 std::int32_t SafeInt32Sub(std::int32_t arg1, std::int32_t arg2) { in SafeInt32Sub() [all …]
|
D | dng_safe_arithmetic.h | 113 inline std::int64_t SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) { in SafeInt64MultByClang() 130 inline std::int64_t SafeInt64MultByInt128(std::int64_t arg1, in SafeInt64MultByClang() 149 inline std::int64_t SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) { in SafeInt64Mult()
|
/external/python/cpython2/Modules/ |
D | glmodule.c | 66 short arg1 ; in gl_qread() local 238 long arg1 ; in gl_nurbssurface() local 324 long arg1 ; in gl_nurbscurve() local 512 Matrix arg1; in gl_getmatrix() local 539 Matrix arg1; in gl_altgetmatrix() local 833 short arg1 ; in gl_devport() local 849 long arg1 ; in gl_rdr2i() local 865 short arg1 ; in gl_rectfs() local 887 short arg1 ; in gl_rects() local 909 long arg1 ; in gl_rmv2i() local [all …]
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Callbacks.java | 34 public void call(T1 arg1); in call() 47 public void call(T1 arg1, T2 arg2); in call() 61 public void call(T1 arg1, T2 arg2, T3 arg3); in call() 76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in call() 92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); in call() 109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); in call() 127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); in call()
|
/external/valgrind/none/tests/s390x/ |
D | svc.h | 20 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/apache-harmony/support/src/test/java/tests/support/ |
D | Support_DummyPKCS12Keystore.java | 43 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/ltp/testcases/kernel/containers/libclone/ |
D | libclone.c | 20 int (*fn1) (void *arg), void *arg1, in do_clone_tests() 39 int (*fn1) (void *arg), void *arg1, in do_unshare_tests() 89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, in do_plain_tests() 107 int (*fn1) (void *arg), void *arg1) in do_clone_unshare_test() 127 int (*fn1) (void *arg), void *arg1, in do_clone_unshare_tests()
|
/external/regex-re2/util/ |
D | valgrind.h | 674 #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/swiftshader/third_party/subzero/crosstest/ |
D | test_calling_conv.cpp | 25 int arg1 = 0x12345678; in caller_i() local 30 v4si32 arg1 = {0, 1, 2, 3}; in caller_vvvvv() local 40 v4f32 arg1 = {0, 1, 2, 3}; in caller_vlvilvfvdviv() local 63 void __attribute__((noinline)) callee_i(int arg1) { in callee_i() 68 callee_vvvvv(v4si32 arg1, v4si32 arg2, v4si32 arg3, v4si32 arg4, v4si32 arg5) { in callee_vvvvv() 79 callee_vlvilvfvdviv(v4f32 arg1, int64 arg2, v4f32 arg3, int arg4, int64 arg5, in callee_vlvilvfvdviv()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ContentProviderTest.java | 24 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/include/ |
D | valgrind.h | 1117 #define CALL_FN_v_W(fnptr, arg1) \ argument 1121 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument 1125 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument 1129 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument 1133 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument 1137 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument 1141 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument 1186 #define CALL_FN_W_W(lval, orig, arg1) \ argument 1207 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 1230 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument [all …]
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | NOPLogger.java | 77 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()
|
/external/libchrome/base/third_party/valgrind/ |
D | valgrind.h | 755 #define CALL_FN_v_W(fnptr, arg1) \ argument 759 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument 763 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument 767 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument 771 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument 775 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument 779 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument 810 #define CALL_FN_W_W(lval, orig, arg1) \ argument 830 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 852 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument [all …]
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 708 #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/valgrind/auxprogs/ |
D | ppc64shifts.c | 248 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/libmojo/base/android/java/src/org/chromium/base/ |
D | Log.java | 128 public static void v(String tag, String messageTemplate, Object arg1) { in v() 135 public static void v(String tag, String messageTemplate, Object arg1, Object arg2) { in v() 143 String tag, String messageTemplate, Object arg1, Object arg2, Object arg3) { in v() 150 public static void v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, in v() 158 public static void v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, in v() 166 public static void v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, in v() 174 public static void v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, in v() 213 public static void d(String tag, String messageTemplate, Object arg1) { in d() 219 public static void d(String tag, String messageTemplate, Object arg1, Object arg2) { in d() 226 String tag, String messageTemplate, Object arg1, Object arg2, Object arg3) { in d() [all …]
|
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ |
D | LogServiceFactory.java | 52 public Object getService(Bundle bundle, ServiceRegistration arg1) { in getService() 62 public void ungetService(Bundle bundle, ServiceRegistration arg1, Object arg2) { in ungetService()
|
/external/valgrind/none/tests/amd64/ |
D | bmi.c | 8 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/volley/src/test/java/com/android/volley/mock/ |
D | MockHttpClient.java | 80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { in execute() 90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { in execute() 95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { in execute() 100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, in execute()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | wrapped_handler.hpp | 79 void operator()(const Arg1& arg1) in operator ()() 91 void operator()(const Arg1& arg1, const Arg2& arg2) in operator ()() 97 void operator()(const Arg1& arg1, const Arg2& arg2) const in operator ()() argument 103 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) in operator ()() 109 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) const in operator ()() argument 115 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, in operator ()() 123 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, in operator ()() 132 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, in operator ()() 141 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, in operator ()()
|
D | bind_handler.hpp | 29 binder1(const Handler& handler, const Arg1& arg1) in binder1() 35 binder1(Handler& handler, const Arg1& arg1) in binder1() 98 const Arg1& arg1) in bind_handler() 107 binder2(const Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() 114 binder2(Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() 180 const Arg1& arg1, const Arg2& arg2) in bind_handler() 189 binder3(const Handler& handler, const Arg1& arg1, const Arg2& arg2, in binder3() 198 binder3(Handler& handler, const Arg1& arg1, const Arg2& arg2, in binder3() 270 const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) in bind_handler() 280 binder4(const Handler& handler, const Arg1& arg1, const Arg2& arg2, in binder4() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToTextSAXHandler.java | 60 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()
|
/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 140 const std::string arg1 = "arg1"; in TEST_F() local 150 const std::string arg1 = "arg1"; in TEST_F() local 160 const std::string arg1 = "arg1"; in TEST_F() local
|
/external/protobuf/src/google/protobuf/ |
D | arena.h | 276 const Arg1& arg1, in CreateMessage() 323 static T* Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2) { in Create() 336 const Arg1& arg1, const Arg2& arg2, in Create() 351 const Arg1& arg1, const Arg2& arg2, in Create() 366 const Arg1& arg1, const Arg2& arg2, in Create() 382 const Arg1& arg1, const Arg2& arg2, in Create() 398 const Arg1& arg1, const Arg2& arg2, in Create() 416 const Arg1& arg1, const Arg2& arg2, in Create() 658 bool skip_explicit_ownership, const Arg1& arg1, const Arg2& arg2) { in CreateInternal() 668 const Arg1& arg1, in CreateInternal() [all …]
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h | 66 void OnSignalCallback(A1 arg1) { in OnSignalCallback() 90 void OnSignalCallback(A1 arg1, A2 arg2) { in OnSignalCallback() 116 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3) { in OnSignalCallback() 146 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4) { in OnSignalCallback() 179 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) { in OnSignalCallback()
|