Searched refs:ctf (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | timeline_test.py | 57 ctf = tl.generate_chrome_trace_format() 58 self._validateTrace(ctf) 76 ctf = tl.generate_chrome_trace_format() 77 self._validateTrace(ctf) 79 ctf = tl.generate_chrome_trace_format(show_dataflow=False) 80 self._validateTrace(ctf) 82 ctf = tl.generate_chrome_trace_format(show_memory=False) 83 self._validateTrace(ctf) 85 ctf = tl.generate_chrome_trace_format( 87 self._validateTrace(ctf) [all …]
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument 209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call() 210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call() 211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call() 212 ctf(); in test_funcptr_call()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument 209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call() 210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call() 211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call() 212 ctf(); in test_funcptr_call()
|
/external/llvm-project/clang/test/Analysis/ |
D | DeleteWithNonVirtualDtor.cpp | 86 NonVirtual *ctf = create(); // expected-note{{Calling 'create'}} in createThroughFunction() local 88 delete ctf; // expected-warning {{Destruction of a polymorphic object with no virtual destructor}} in createThroughFunction()
|
/external/python/cffi/c/ |
D | realize_c_type.c | 720 CTypeDescrObject *ctf; in do_realize_lazy_struct() local 729 ctf = realize_c_type(builder, builder->ctx.types, in do_realize_lazy_struct() 740 if (ctf != NULL && fld->field_offset == (size_t)-1) { in do_realize_lazy_struct() 746 else if (ctf == NULL || detect_custom_layout(ct, SF_STD_FIELD_POS, in do_realize_lazy_struct() 747 ctf->ct_size, fld->field_size, in do_realize_lazy_struct() 754 f = Py_BuildValue("(sOin)", fld->name, ctf, in do_realize_lazy_struct()
|
/external/rust/crates/gdbstub/ |
D | README.md | 105 …mu](https://github.com/sapir/microcorruption-emu) - msp430 emulator for the microcorruption.com ctf
|