Home
last modified time | relevance | path

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

12345678910>>...13

/external/apache-harmony/support/src/test/java/tests/support/
DSupport_FakePKCS12Keystore.java43 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey()
49 public Certificate[] engineGetCertificateChain(String arg0) { in engineGetCertificateChain()
54 public Certificate engineGetCertificate(String arg0) { in engineGetCertificate()
59 public Date engineGetCreationDate(String arg0) { in engineGetCreationDate()
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()
79 public void engineDeleteEntry(String arg0) throws KeyStoreException { in engineDeleteEntry()
88 public boolean engineContainsAlias(String arg0) { in engineContainsAlias()
98 public boolean engineIsKeyEntry(String arg0) { in engineIsKeyEntry()
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/testing/
DTestContentProvider2.java11 public int delete(Uri arg0, String arg1, String[] arg2) { in delete()
16 public String getType(Uri arg0) { in getType()
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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DTestContentProvider2.java11 public int delete(Uri arg0, String arg1, String[] arg2) { in delete()
16 public String getType(Uri arg0) { in getType()
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/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c75 struct x86_reg arg0 ) in emit_load4f_4()
82 struct x86_reg arg0 ) in emit_load4f_3()
99 struct x86_reg arg0 ) in emit_load4f_2()
109 struct x86_reg arg0 ) in emit_load4f_1()
120 struct x86_reg arg0 ) in emit_load3f_3()
141 struct x86_reg arg0 ) in emit_load3f_2()
148 struct x86_reg arg0 ) in emit_load3f_1()
156 struct x86_reg arg0 ) in emit_load2f_2()
163 struct x86_reg arg0 ) in emit_load2f_1()
171 struct x86_reg arg0 ) in emit_load1f_1()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextSAXHandler.java60 public void endElement(String arg0, String arg1, String arg2) in endElement()
199 String arg0, 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()
234 public void endPrefixMapping(String arg0) throws SAXException in endPrefixMapping()
241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) in ignorableWhitespace()
250 public void processingInstruction(String arg0, String arg1) in processingInstruction()
260 public void setDocumentLocator(Locator arg0) in setDocumentLocator()
267 public void skippedEntity(String arg0) throws SAXException in skippedEntity()
[all …]
DToXMLSAXHandler.java141 String arg0, 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()
299 public void setDocumentLocator(Locator arg0) in setDocumentLocator()
307 public void skippedEntity(String arg0) throws SAXException in skippedEntity()
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException in comment()
451 public void startEntity(String arg0) throws SAXException in startEntity()
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py212 def _fn(arg0, arg1): argument
253 def _fn(arg0, arg1): argument
294 def _fn(arg0, arg1): argument
320 def _fn(arg0, arg1): argument
350 def _fn(self, arg0, arg1): argument
395 def _fn(self, arg0, arg1): argument
425 def _fn(self, arg0, arg1): argument
556 def _fn(arg0, arg1, deprecated=None): argument
570 def _fn(arg0, arg1, deprecated=True): argument
618 def _fn(arg0, arg1, deprecated=True): argument
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
DFakeMap.java65 public boolean containsKey(Object arg0) { in containsKey()
73 public boolean containsValue(Object arg0) { in containsValue()
85 public V get(Object arg0) { in get()
106 public void putAll(Map<? extends K, ? extends V> arg0) { in putAll()
110 public V remove(Object arg0) { in remove()
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h33 #define CURRY_TYPES3_NO_HALF(FN, arg0, arg1) \ argument
48 #define CURRY_TYPES3_NO_BF16(FN, arg0, arg1) \ argument
52 #define CURRY_TYPES3(FN, arg0, arg1) \ argument
70 #define CURRY_SUBSET_TYPES3(FN, arg0, arg1) \ argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DInvalidRepresentationException.java41 public InvalidRepresentationException(String arg0) { in InvalidRepresentationException()
49 public InvalidRepresentationException(Throwable arg0) { in InvalidRepresentationException()
59 public InvalidRepresentationException(String arg0, Throwable arg1) { in InvalidRepresentationException()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gemm_test.cc29 std::vector<float> arg0, std::vector<float> arg1, in Run2x2Gemm()
53 std::vector<float> arg0 = {2, 3, 4, 5}; in TEST_F() local
62 std::vector<float> arg0 = {0x1.fffffep+0, 0, 0, 0x1.fffffep+0}; in TEST_F() local
80 std::vector<float> arg0 = {0x1.fffffep+0, 0, 0, 0x1.fffffep+0}; in TEST_F() local
/external/tensorflow/tensorflow/compiler/jit/
Drearrange_function_argument_pass_test.cc48 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
63 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
77 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
92 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
179 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
195 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
211 Output arg0 = ops::_Arg(s.WithOpName("arg0"), DT_RESOURCE, 0); in TEST() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp58 …estCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0) in InstanceFactory1()
64 …pe type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0) in InstanceFactory1()
84 …estNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0, const Suppor… in InstanceFactory1WithSupport()
91 … std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0, const Suppor… in InstanceFactory1WithSupport()
135 Arg0 arg0; member
204 Arg0 arg0; member
283 Arg0 arg0) in createFunctionCase()
296 Arg0 arg0) in createFunctionCase()
309 Arg0 arg0) in createFunctionCaseWithPrograms()
323 Arg0 arg0) in createFunctionCaseWithPrograms()
[all …]
DvktTestGroupUtil.hpp80 const Arg0& arg0, in TestGroupHelper1()
108 const Arg0& arg0, in TestGroupHelper2()
142 Arg0 arg0, in createTestGroup()
152 Arg0 arg0, in createTestGroup()
172 Arg0 arg0, in addTestGroup()
183 Arg0 arg0, in addTestGroup()
/external/cronet/net/test/android/javatests/src/org/chromium/net/test/
DDummySpnegoAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse arg0, String accountType, String arg2, in addAccount()
59 public Bundle confirmCredentials(AccountAuthenticatorResponse arg0, Account arg1, Bundle arg2) { in confirmCredentials()
66 public Bundle editProperties(AccountAuthenticatorResponse arg0, String arg1) { in editProperties()
105 public String getAuthTokenLabel(String arg0) { in getAuthTokenLabel()
110 public Bundle hasFeatures(AccountAuthenticatorResponse arg0, Account arg1, String[] features) { in hasFeatures()
124 AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3) { in updateCredentials()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis_test.cc38 auto arg0 = ops::_Arg(root.WithOpName("Arg0"), DT_INT32, 0); in TEST() local
72 auto arg0 = ops::_Arg(root.WithOpName("Arg0"), DT_INT32, 0); in TEST() local
107 auto arg0 = ops::_Arg(root.WithOpName("tensor"), DT_FLOAT, 0); in TestFunctionCall() local
152 Output arg0 = ops::_Arg(root.WithOpName("Arg0"), DT_INT32, 0); in TEST() local
173 Output arg0 = ops::_Arg(root.WithOpName("Arg0"), DT_INT32, 0); in TEST() local
199 Output arg0 = ops::_Arg(root.WithOpName("Arg0"), DT_INT32, 0); in TEST() local
/external/deqp/framework/common/
DtcuInterval.cpp35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0) in applyMonotone()
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0) in applyMonotone()
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone()
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone()
/external/eigen/Eigen/src/Core/util/
DSymbolicIndex.h242 NegateExpr(const Arg0& arg0) : m_arg0(arg0) {} in NegateExpr()
254 AddExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in AddExpr()
267 ProductExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in ProductExpr()
280 QuotientExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in QuotientExpr()
/external/grpc-grpc/test/cpp/common/
Dchannel_arguments_test.cc131 grpc_arg arg0; in TEST_F() local
158 grpc_arg arg0; in TEST_F() local
190 grpc_arg arg0; in TEST_F() local
203 grpc_arg arg0, arg1; in TEST_F() local
222 grpc_arg arg0; in TEST_F() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestFmwkPlus.java20 String message, T arg0, R relation, V... args) { in assertTrue()
26 String message, T arg0, R relation, V... args) { in assertFalse()
31 public <T, V, R extends TestRelation<T, V>> boolean assertTrue(T arg0, in assertTrue()
37 public <T, V, R extends TestRelation<T, V>> boolean assertFalse(T arg0, in assertFalse()
44 String message, boolean expected, T arg0, R relation, V... args) { in assertRelation()
81 String message, boolean expected, T arg0, R relation, V... args) { in showArgs()
/external/arm-trusted-firmware/bl2/
Dbl2_main.c33 void bl2_el3_setup(u_register_t arg0, u_register_t arg1, u_register_t arg2, in bl2_el3_setup()
54 void bl2_setup(u_register_t arg0, u_register_t arg1, u_register_t arg2, in bl2_setup()
/external/autotest/frontend/client/src/autotest/common/table/
DJSONObjectSet.java32 public boolean add(T arg0) { in add()
42 public boolean remove(Object arg0) { in remove()
/external/arm-trusted-firmware/bl32/tsp/
Dtsp_main.c48 static tsp_args_t *set_smc_args(uint64_t arg0, in set_smc_args()
170 tsp_args_t *tsp_cpu_off_main(uint64_t arg0, in tsp_cpu_off_main()
213 tsp_args_t *tsp_cpu_suspend_main(uint64_t arg0, in tsp_cpu_suspend_main()
293 tsp_args_t *tsp_system_off_main(uint64_t arg0, in tsp_system_off_main()
325 tsp_args_t *tsp_system_reset_main(uint64_t arg0, in tsp_system_reset_main()
/external/elfutils/backends/
Driscv_retval.c110 Dwarf_Die *arg0 __attribute__ ((unused)), in flatten_aggregate_arg()
120 Dwarf_Die *arg0 __attribute__ ((unused)), in pass_by_flattened_arg()
146 Dwarf_Die arg0, arg1; in riscv_return_value_location_lp64ifd() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DArrayComparator.java47 Object[] arg0 = (Object[]) a0; in compare() local
69 public int compare(Object arg0, Object arg1) throws RuntimeException { in compare()

12345678910>>...13