/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | WriteBufferingAndExceptionHandlerTest.java | 96 ChannelFuture wf = chan.writeAndFlush(new Object()); in connectionFailuresPropagated() local 128 ChannelFuture wf = chan.writeAndFlush(new Object()); in channelInactiveFailuresPropagated() local 163 ChannelFuture wf = chan.writeAndFlush(new Object()); in channelCloseFailuresPropagated() local 198 ChannelFuture wf = chan.writeAndFlush(new Object()); in uncaughtExceptionFailuresPropagated() local 273 ChannelFuture wf = chan.writeAndFlush(new Object()); in handlerRemovedFailuresPropagated() local 371 ChannelFuture wf = chan.writeAndFlush(new Object()); in uncaughtReadFails() local
|
/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_utils.hpp | 98 WriteFunc wf, in generic_parser_test() 126 WriteFunc wf, in generic_parser_test_ok() 181 WriteFunc wf, in generic_parser_test_error() 233 void check_exact_roundtrip(ReadFunc rf, WriteFunc wf, const char *test_data) { in check_exact_roundtrip()
|
/external/libaom/aom_dsp/x86/ |
D | variance_ssse3.c | 36 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument 129 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
|
D | variance_impl_avx2.c | 370 #define AOM_SUB_PIXEL_VAR_AVX2(w, h, wf, hf, wlog2, hlog2) \ argument 889 #define AOM_SUB_PIXEL_AVG_VAR_AVX2(w, h, wf, hf, wlog2, hlog2) \ argument
|
D | highbd_variance_sse2.c | 248 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument 447 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | mask.pass.cpp | 26 const WF& wf = std::use_facet<WF>(l); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | mask.pass.cpp | 48 const WF& wf = std::use_facet<WF>(l); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | mask.pass.cpp | 48 const WF& wf = std::use_facet<WF>(l); in main() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue522/ |
D | JavaBeanWithPropertiesLikeBooleanValuesTest.java | 40 Workflow wf = yaml.loadAs(strYaml, Workflow.class); in deserialize() local
|
/external/python/cpython3/Python/ |
D | marshal.c | 630 w_init_refs(WFILE *wf, int version) in w_init_refs() 645 w_clear_refs(WFILE *wf) in w_clear_refs() 661 WFILE wf; in PyMarshal_WriteLongToFile() local 676 WFILE wf; in PyMarshal_WriteObjectToFile() local 1694 WFILE wf; in _PyMarshal_WriteObjectToString() local
|
/external/angle/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 382 const float wf = static_cast<float>(w) / viewWidth; in renderScene() local 462 float wf = static_cast<float>(w) / viewWidth; in initializeBenchmark() local
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_mdct_2_qmf.c | 1273 static VOID ixheaacd_local_freq_win(WORD32 const l, WORD32 *const b, const WORD32 **wf) { in ixheaacd_local_freq_win() 1293 static VOID ixheaacd_local_mdct_win(WORD32 upd_qmf, WORD32 const window_type, WORD32 *const wf, in ixheaacd_local_mdct_win() 1482 WORD32 *wf; in ixheaacd_mdct2qmf_process() local
|
/external/angle/src/tests/gl_tests/gles1/ |
D | FogTest.cpp | 215 GLfloat wf = static_cast<GLfloat>(w); in TEST_P() local
|
/external/libffi/src/sparc/ |
D | ffi64.c | 124 unsigned int *wi = vi, *wf = vf; in ffi_struct_float_merge() local 150 unsigned int *wd = vd, *wi = vi, *wf = vf; in ffi_struct_float_copy() local
|
/external/ComputeLibrary/tests/framework/ |
D | Asserts.h | 47 inline std::string make_printable(const arm_compute::WeightFormat wf) in make_printable()
|
/external/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 267 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument 420 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/ |
D | core_structs.h | 27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/ |
D | core_structs.h | 27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
|
/external/libtextclassifier/native/utils/hash/ |
D | cityhash.cc | 138 uint64_t wf = a + z; in HashLen33to64() local
|
/external/llvm-libc/src/stdio/printf_core/ |
D | core_structs.h | 27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
|
/external/guava/guava/src/com/google/common/hash/ |
D | Fingerprint2011.java | 166 long wf = a + z; in hashLength33To64() local
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Fingerprint2011.java | 166 long wf = a + z; in hashLength33To64() local
|
/external/llvm-libc/src/__support/File/ |
D | file.h | 156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/ |
D | file.h | 156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/ |
D | file.h | 156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
|