| /external/tpm2-tss/src/tss2-mu/ | 
| D | tpmt-types.c | 24 #define TPMT_MARSHAL_2(type, m1, op1, fn1, m2, op2, sel, fn2) \  argument 56 #define TPMT_UNMARSHAL_2(type, m1, fn1, m2, sel, fn2) \  argument 88 #define TPMT_MARSHAL_3(type, m1, op1, fn1, m2, op2, sel2, fn2, m3, op3, sel3, fn3) \  argument 124 #define TPMT_UNMARSHAL_3(type, m1, fn1, m2, sel2, fn2, m3, sel3, fn3) \  argument 160 #define TPMT_MARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \  argument 196 #define TPMT_UNMARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \  argument 229 #define TPMT_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \  argument 270 #define TPMT_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, sel4, fn4) \  argument 310 #define TPMT_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \  argument 355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \  argument [all …] 
 | 
| D | tpms-types.c | 216 #define TPMS_MARSHAL_2_U(type, m1, op1, fn1, m2, op2, fn2) \  argument 250 #define TPMS_UNMARSHAL_2_U(type, m1, fn1, m2, fn2) \  argument 283 #define TPMS_MARSHAL_2(type, m1, op1, fn1, m2, op2, fn2) \  argument 317 #define TPMS_UNMARSHAL_2(type, m1, fn1, m2, fn2) \  argument 349 #define TPMS_MARSHAL_3(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3) \  argument 387 #define TPMS_UNMARSHAL_3(type, m1, fn1, m2, fn2, m3, fn3) \  argument 423 #define TPMS_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, m4, op4, fn4) \  argument 465 #define TPMS_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4) \  argument 505 #define TPMS_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \  argument 552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \  argument [all …] 
 | 
| /external/pdfium/core/fxcrt/ | 
| D | cfx_timer_unittest.cpp | 29   CFX_Timer::HandlerIface::TimerCallback fn1 = nullptr;  in TEST()  local 60   CFX_Timer::HandlerIface::TimerCallback fn1 = nullptr;  in TEST()  local
  | 
| /external/clang/test/Modules/Inputs/PR27754/ | 
| D | TMetaUtils.h | 2 void fn1() { true_type(); }  in fn1()  function
  | 
| /external/clang/test/Frontend/ | 
| D | plugin-annotate-functions.c | 19 void fn1() { }  in fn1()  function
  | 
| /external/libabigail/tests/data/test-diff-dwarf/ | 
| D | test31-vtable-changes-v1.cc | 14 S::fn1()  in fn1()  function in S
  | 
| D | test31-vtable-changes-v0.cc | 19 S::fn1()  in fn1()  function in S
  | 
| D | test30-vtable-changes-v0.cc | 19 S::fn1()  in fn1()  function in S
  | 
| D | test29-vtable-changes-v1.cc | 19 S::fn1()  in fn1()  function in S
  | 
| D | test30-vtable-changes-v1.cc | 20 S::fn1()  in fn1()  function in S
  | 
| D | test32-fnptr-changes-v1.cc | 20 int(*fn1(void))(int)  in fn1()  function
  | 
| /external/clang/test/PCH/ | 
| D | type_pack_element.cpp | 12 void fn1() {  in fn1()  function
  | 
| D | make-integer-seq.cpp | 12 void fn1() {  in fn1()  function
  | 
| D | pr27445.cpp | 5 void fn1(A &) {}  in fn1()  function
  | 
| D | implicitly-deleted.cpp | 15 void fn1() {  in fn1()  function
  | 
| /external/clang/test/SemaCXX/ | 
| D | PR23334.cpp | 5 void fn1() {  in fn1()  function
  | 
| D | microsoft-dtor-lookup.cpp | 120 void fn1(B *b) { b->m_fn1(); }  in fn1()  function 131 void fn1(B b) {}  in fn1()  function
  | 
| D | vartemplate-lambda.cpp | 7 template<typename T> auto fn1 = [](auto a) { return a + T(1); };  in __anonf26c32850202()  variable
  | 
| /external/libabigail/tests/data/test-read-ctf/ | 
| D | test-callback.c | 5    void (*fn1)(int, long);  member
  | 
| /external/clang/test/SemaObjC/ | 
| D | ivar-in-implementations.m | 34 id fn1(INTFSTANDALONE *b) { return b->PRIV_IVAR; } // expected-error {{instance variable 'PRIV_IVAR…  function
  | 
| D | ivar-in-class-extension.m | 5 int fn1(SomeClass *obj) {  function
  | 
| /external/clang/test/CoverageMapping/ | 
| D | trymacro.cpp | 4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1  in fn1()  function
  | 
| /external/clang/test/CodeGenCXX/ | 
| D | pr18962.cpp | 20 void fn1(A *p1) {  in fn1()  function
  | 
| /external/tensorflow/tensorflow/python/kernel_tests/control_flow/ | 
| D | control_flow_ops_py_test.py | 385     fn1 = lambda: math_ops.add(values, 1)  function 394     fn1 = lambda: math_ops.add(v, 1)  function 449       fn1 = lambda: indexed_slices.IndexedSlices(  function 482     fn1 = lambda: sparse_tensor.SparseTensor(  function 494     fn1 = lambda: array_ops.concat([rt + 2, [[100]]], axis=0)  function 548       fn1 = lambda: indexed_slices.IndexedSlices(  function 568       fn1 = lambda: math_ops.add(v, 1.0)  function 580       fn1 = lambda: math_ops.add(x, 1)  function 608       fn1 = lambda: math_ops.add(x, 1)  function 626       fn1 = lambda: [state_ops.assign(v1, 1).op, state_ops.assign(v2, 2).op]  function [all …] 
 | 
| /external/clang/test/CodeGen/ | 
| D | named_reg_global.c | 43 int fn1() {  in fn1()  function
  |