Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 25 of 47) sorted by relevance

12

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteBufferingAndExceptionHandlerTest.java96 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/
Dtest_utils.hpp98 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/
Dvariance_ssse3.c36 #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
Dvariance_impl_avx2.c370 #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
Dhighbd_variance_sse2.c248 #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/
Dmask.pass.cpp26 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/
Dmask.pass.cpp48 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/
Dmask.pass.cpp48 const WF& wf = std::use_facet<WF>(l); in main() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue522/
DJavaBeanWithPropertiesLikeBooleanValuesTest.java40 Workflow wf = yaml.loadAs(strYaml, Workflow.class); in deserialize() local
/external/python/cpython3/Python/
Dmarshal.c630 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/
DMultiviewPerf.cpp382 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/
Dixheaacd_mps_mdct_2_qmf.c1273 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/
DFogTest.cpp215 GLfloat wf = static_cast<GLfloat>(w); in TEST_P() local
/external/libffi/src/sparc/
Dffi64.c124 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/
DAsserts.h47 inline std::string make_printable(const arm_compute::WeightFormat wf) in make_printable()
/external/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c267 #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/
Dcore_structs.h27 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/
Dcore_structs.h27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
/external/libtextclassifier/native/utils/hash/
Dcityhash.cc138 uint64_t wf = a + z; in HashLen33to64() local
/external/llvm-libc/src/stdio/printf_core/
Dcore_structs.h27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
/external/guava/guava/src/com/google/common/hash/
DFingerprint2011.java166 long wf = a + z; in hashLength33To64() local
/external/guava/android/guava/src/com/google/common/hash/
DFingerprint2011.java166 long wf = a + z; in hashLength33To64() local
/external/llvm-libc/src/__support/File/
Dfile.h156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/
Dfile.h156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/
Dfile.h156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()

12