Home
last modified time | relevance | path

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

12345678910>>...13

/external/dng_sdk/source/
Ddng_safe_arithmetic.cpp25 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 …]
Ddng_safe_arithmetic.h113 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/
Dglmodule.c66 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/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DCallbacks.java34 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/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dconditional_distribution_test.py50 def _sample_n(self, unused_shape, unused_seed, arg1, arg2): argument
53 def _log_prob(self, _, arg1, arg2): argument
56 def _prob(self, _, arg1, arg2): argument
59 def _cdf(self, _, arg1, arg2): argument
62 def _log_cdf(self, _, arg1, arg2): argument
65 def _log_survival_function(self, _, arg1, arg2): argument
68 def _survival_function(self, _, arg1, arg2): argument
/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DTestContentProvider2.java11 public int delete(Uri arg0, String arg1, String[] arg2) { in delete()
21 public Uri insert(Uri arg0, ContentValues arg1) { in insert()
31 public Cursor query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4) { in query()
36 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) { in update()
/external/ltp/testcases/kernel/containers/libclone/
Dlibclone.c20 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/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dconditional_bijector_test.py37 def _forward(self, _, arg1, arg2): argument
40 def _inverse(self, _, arg1, arg2): argument
43 def _inverse_log_det_jacobian(self, _, arg1, arg2): argument
46 def _forward_log_det_jacobian(self, _, arg1, arg2): argument
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv.cpp25 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/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dtest_tools.h43 inline NodeDef MakeNodeMul(const string& name, const string& arg1, in MakeNodeMul()
49 inline NodeDef MakeNodeAddN(const string& name, const string& arg1, in MakeNodeAddN()
54 inline NodeDef MakeNodeSub(const string& name, const string& arg1, in MakeNodeSub()
61 const string& arg1, in MakeNodeBroadcastGradientArgs()
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py142 def _fn(arg0, arg1): argument
184 def _fn(arg0, arg1): argument
225 def _fn(arg0, arg1): argument
251 def _fn(arg0, arg1): argument
281 def _fn(self, arg0, arg1): argument
326 def _fn(self, arg0, arg1): argument
356 def _fn(self, arg0, arg1): argument
487 def _fn(arg0, arg1, deprecated=None): argument
501 def _fn(arg0, arg1, deprecated=True): argument
549 def _fn(arg0, arg1, deprecated=True): argument
[all …]
/external/libchrome/base/third_party/valgrind/
Dvalgrind.h752 #define CALL_FN_v_W(fnptr, arg1) \ argument
756 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
760 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
764 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
768 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument
772 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
776 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument
807 #define CALL_FN_W_W(lval, orig, arg1) \ argument
827 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
849 #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()
/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/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h36 #define CURRY_TYPES3_NO_HALF(FN, arg0, arg1) \ argument
51 #define CURRY_TYPES3_NO_BF16(FN, arg0, arg1) \ argument
55 #define CURRY_TYPES3(FN, arg0, arg1) \ argument
/external/libchrome/base/android/java/src/org/chromium/base/
DLog.java128 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/parameter-framework/asio-1.10.6/include/asio/detail/
Dwrapped_handler.hpp79 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 ()()
Dbind_handler.hpp29 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/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/libchrome/base/strings/
Dstrcat_unittest.cc21 string16 arg1 = ASCIIToUTF16("1"); variable
48 string16 arg1 = ASCIIToUTF16("1"); variable
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DPLSETestClass.java25 public void meth1(final int arg1) in meth1()
32 public void meth2(final int arg1, final ArrayList<String> arg2, final int arg3) in meth2()
/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()
/external/bcc/examples/usdt_sample/usdt_sample_lib1/include/usdt_sample_lib1/
Dlib1_sdt.h23 #define USDT_SAMPLE_LIB1_OPERATION_START(arg1, arg2) \ argument
34 #define USDT_SAMPLE_LIB1_OPERATION_END(arg1, arg2) \ argument
/external/protobuf/src/google/protobuf/
Darena.h276 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 …]

12345678910>>...13