Home
last modified time | relevance | path

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

1234567891011

/external/llvm-project/polly/lib/External/isl/interface/
Disl.py66 def __str__(arg0): argument
82 def add(arg0, arg1): argument
104 def as_pw_multi_aff(arg0): argument
114 def coalesce(arg0): argument
124 def domain(arg0): argument
142 def extract_pw_multi_aff(arg0, arg1): argument
157 def flat_range_product(arg0, arg1): argument
172 def space(arg0): argument
182 def get_space(arg0): argument
184 def gist(arg0, arg1): argument
[all …]
/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-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/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/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/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/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/python/util/
Ddeprecation_test.py209 def _fn(arg0, arg1): argument
250 def _fn(arg0, arg1): argument
291 def _fn(arg0, arg1): argument
317 def _fn(arg0, arg1): argument
347 def _fn(self, arg0, arg1): argument
392 def _fn(self, arg0, arg1): argument
422 def _fn(self, arg0, arg1): argument
553 def _fn(arg0, arg1, deprecated=None): argument
567 def _fn(arg0, arg1, deprecated=True): argument
615 def _fn(arg0, arg1, deprecated=True): argument
[all …]
/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
Dcast_op.cc38 #define CURRY_TYPES2(FN, arg0) \ argument
245 #define CURRY_SUBSET_OF_TYPES(FN, arg0) \ argument
/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.hpp64 const Arg0& arg0, in TestGroupHelper1()
92 const Arg0& arg0, in TestGroupHelper2()
126 Arg0 arg0, in createTestGroup()
136 Arg0 arg0, in createTestGroup()
156 Arg0 arg0, in addTestGroup()
167 Arg0 arg0, in addTestGroup()
/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/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-unittest/src/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.c35 void bl2_setup(u_register_t arg0, u_register_t arg1, u_register_t arg2, in bl2_setup()
57 void bl2_el3_setup(u_register_t arg0, u_register_t arg1, u_register_t arg2, in bl2_el3_setup()
/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_lp64d() local
/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.c46 static tsp_args_t *set_smc_args(uint64_t arg0, in set_smc_args()
168 tsp_args_t *tsp_cpu_off_main(uint64_t arg0, in tsp_cpu_off_main()
211 tsp_args_t *tsp_cpu_suspend_main(uint64_t arg0, in tsp_cpu_suspend_main()
291 tsp_args_t *tsp_system_off_main(uint64_t arg0, in tsp_system_off_main()
323 tsp_args_t *tsp_system_reset_main(uint64_t arg0, in tsp_system_reset_main()
/external/cldr/tools/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()
/external/libffi/src/x86/
Dwin64.S14 #define arg0 %rcx macro
20 #define arg0 %rdi macro
Dwin64_intel.S13 #define arg0 rcx macro
19 #define arg0 rdi macro

1234567891011