/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | frame_handler_test.cc | 32 typedef struct frame_handler { struct 37 } frame_handler; argument 43 static frame_handler* create_frame_handler() { in create_frame_handler() 44 frame_handler* handler = in create_frame_handler() 45 static_cast<frame_handler*>(gpr_malloc(sizeof(frame_handler))); in create_frame_handler() 53 static void destroy_frame_handler(frame_handler* handler) { in destroy_frame_handler() 62 static void frame(frame_handler* handler, unsigned char* payload, in frame() 80 static size_t deframe(frame_handler* handler, unsigned char* bytes, in deframe() 96 static void frame_n_deframe(frame_handler* handler, unsigned char* payload, in frame_n_deframe() 111 frame_handler* handler = create_frame_handler(); in frame_handler_test_frame_deframe() [all …]
|
/external/llvm-project/libunwind/test/ |
D | signal_unwind.pass.cpp | 23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler() function 37 _Unwind_Backtrace(frame_handler, NULL); in signal_handler()
|
D | unwind_leaffunction.pass.cpp | 23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler() function 37 _Unwind_Backtrace(frame_handler, NULL); in signal_handler()
|
/external/libwebm/webm_parser/tests/ |
D | block_parser_test.cc | 565 const FrameHandler frame_handler = {metadata, expected_frame_byte_value}; in SetExpectations() local 574 .WillRepeatedly(Invoke(frame_handler)); in SetExpectations()
|
/external/grpc-grpc/ |
D | gRPC-Core.podspec | 310 'src/core/tsi/alts/frame_protector/frame_handler.h', 739 'src/core/tsi/alts/frame_protector/frame_handler.cc', 915 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | Android.bp | 564 "src/core/tsi/alts/frame_protector/frame_handler.cc",
|
D | BUILD | 1790 "src/core/tsi/alts/frame_protector/frame_handler.cc", 1803 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | gRPC-C++.podspec | 301 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | config.m4 | 306 src/core/tsi/alts/frame_protector/frame_handler.cc \
|
D | config.w32 | 281 "src\\core\\tsi\\alts\\frame_protector\\frame_handler.cc " +
|
D | grpc.gemspec | 242 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.h ) 675 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.cc )
|
D | grpc.gyp | 498 'src/core/tsi/alts/frame_protector/frame_handler.cc',
|
/external/rust/crates/grpcio-sys/grpc/ |
D | gRPC-Core.podspec | 1233 'src/core/tsi/alts/frame_protector/frame_handler.cc', 1234 'src/core/tsi/alts/frame_protector/frame_handler.h', 1842 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | gRPC-C++.podspec | 693 'src/core/tsi/alts/frame_protector/frame_handler.h', 1311 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | BUILD.gn | 1175 "src/core/tsi/alts/frame_protector/frame_handler.cc", 1176 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | BUILD | 2171 "src/core/tsi/alts/frame_protector/frame_handler.cc", 2184 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | config.m4 | 593 src/core/tsi/alts/frame_protector/frame_handler.cc \
|
D | grpc.gemspec | 1148 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.cc ) 1149 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.h )
|
D | grpc.gyp | 961 'src/core/tsi/alts/frame_protector/frame_handler.cc',
|
D | config.w32 | 560 "src\\core\\tsi\\alts\\frame_protector\\frame_handler.cc " +
|
D | CMakeLists.txt | 1953 src/core/tsi/alts/frame_protector/frame_handler.cc
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1479 src/core/tsi/alts/frame_protector/frame_handler.cc \ 1480 src/core/tsi/alts/frame_protector/frame_handler.h \
|
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1925 src/core/tsi/alts/frame_protector/frame_handler.cc \ 1926 src/core/tsi/alts/frame_protector/frame_handler.h \
|
D | Doxyfile.c++.internal | 2081 src/core/tsi/alts/frame_protector/frame_handler.cc \ 2082 src/core/tsi/alts/frame_protector/frame_handler.h \
|