/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | utils_test.py | 71 fn2 = lambda: 'fn2' function 79 fn2 = lambda: constant_op.constant('fn2') function 88 fn2 = lambda: variables.Variable('fn2') function 98 fn2 = lambda: constant_op.constant(0) - constant_op.constant(2) function 110 fn2 = lambda: 'fn2' function 118 fn2 = lambda: constant_op.constant('fn2') function 127 fn2 = lambda: variables.Variable('fn2') function 137 fn2 = lambda: constant_op.constant(0) - constant_op.constant(2) function 149 fn2 = lambda: ops.convert_to_tensor('fn2') function 159 fn2 = lambda: constant_op.constant('fn2') function [all …]
|
D | utils.py | 171 def static_cond(pred, fn1, fn2): argument 197 def smart_cond(pred, fn1, fn2, name=None): argument
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_selectmany.hpp | 78 Fn2 fn2; member in cpplinq::linq_select_many 106 Fn2 fn2; member in cpplinq::linq_select_many::cursor 110 cursor(Cur1 cur1, const Fn& fn, const Fn2& fn2) in cursor() 151 linq_select_many(Container1 c1, Fn fn, Fn2 fn2) in linq_select_many()
|
/external/clang/test/Frontend/ |
D | plugin-annotate-functions.c | 20 void fn2() { } in fn2() function
|
/external/icu/icu4c/source/common/ |
D | unorm.cpp | 61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_quickCheckWithOptions() local 84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_isNormalizedWithOptions() local 103 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_normalize() local 188 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_iterate() local 272 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_concatenate() local
|
D | unormcmp.cpp | 612 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_compare() local
|
/external/clang/test/Sema/ |
D | initialize-noreturn.c | 11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} in test() local
|
D | typo-correction.c | 54 void fn2() { in fn2() function
|
D | asm.c | 177 void fn2() { in fn2() function
|
/external/clang/test/SemaObjC/ |
D | ivar-in-implementations.m | 36 id fn2(INTFSTANDALONE *b) { return b->PRTCTD; } // expected-error {{instance variable 'PRTCTD' is … function
|
D | ivar-in-class-extension.m | 18 int fn2(SomeClass *obj) { function
|
/external/clang/test/CodeGenCXX/ |
D | pr18962.cpp | 24 fn2(C *) { in fn2() function
|
D | cxx0x-initializer-constructors.cpp | 15 void fn2() { in fn2() function
|
D | cxx11-initializer-aggregate.cpp | 19 int &fn2(int &v) { in fn2() function
|
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 68 void fn2() { in fn2() function
|
/external/clang/test/CodeGen/ |
D | named_reg_global.c | 50 void fn2(struct p4_Thread *val) { in fn2() function
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 110 void fn2() { in fn2() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | control_flow_ops_py_test.py | 362 fn2 = lambda: math_ops.subtract(values, 1) function 371 fn2 = lambda: math_ops.subtract(v, 1) function 426 fn2 = lambda: ops.IndexedSlices(math_ops.subtract(x.values, 1), indices) function 462 fn2 = lambda: sparse_tensor.SparseTensor( function 473 fn2 = lambda: rt[:2] - 2 function 518 fn2 = lambda: ops.IndexedSlices(math_ops.subtract(x.values, 1), i_64) function 536 fn2 = lambda: math_ops.subtract(x, 1.0) function 548 fn2 = lambda: math_ops.subtract(x, 1) function 576 fn2 = lambda: math_ops.subtract(x, 1) function 595 fn2 = lambda: [state_ops.assign(v3, 3).op, constant_op.constant(10).op] function [all …]
|
D | cond_v2_test.py | 1043 def fn2(): function 1060 def fn2(): function 1115 def fn2(): function 1133 def fn2(): function
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_def_to_graph_test.py | 207 def fn2(): function
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_pindent.py | 19 def assertFileEqual(self, fn1, fn2): argument
|
/external/python/oauth2client/tests/ |
D | test_util.py | 29 def fn2(required_kw): function
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 47 void STMT(fn2()) { in STMT() argument
|
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 45 def assertFileEqual(self, fn1, fn2): argument
|
/external/clang/test/Analysis/ |
D | PR24184.cpp | 19 vcreate_t fn2; variable
|