Home
last modified time | relevance | path

Searched defs:FROM (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/proto/
Drepeat.hpp87 #define BOOST_PROTO_REPEAT_FROM_TO_EX(FROM, TO, MACRO, typename_A, A, A_a, a)\ argument
169 #define BOOST_PROTO_REPEAT_FROM_TO(FROM, TO, MACRO)\ argument
/third_party/curl/docs/examples/
Dsmtp-mime.c39 #define FROM "<sender@example.org>" macro
Dimap-append.c38 #define FROM "<sender@example.org>" macro
/third_party/curl/tests/libtest/
Dlib1520.c30 #define FROM "<sender@example.com>" macro
/third_party/boost/boost/hana/core/
Dto.hpp82 #define BOOST_HANA_DEFINE_EMBEDDING_IMPL(TO, FROM) \ argument
/third_party/boost/libs/hana/include/boost/hana/core/
Dto.hpp82 #define BOOST_HANA_DEFINE_EMBEDDING_IMPL(TO, FROM) \ argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DDayPeriodsMapperTest.java43 AT, BEFORE, FROM; enumConstant
/third_party/flutter/skia/src/c/
Dsk_paint.cpp16 #define MAKE_FROM_TO_NAME(FROM) g_ ## FROM ## _map argument
/third_party/skia/src/c/
Dsk_paint.cpp16 #define MAKE_FROM_TO_NAME(FROM) g_ ## FROM ## _map argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java55 FROM, enumConstant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDayPeriodRules.java62 FROM, enumConstant
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc235 #define TEST_FLOOR_CONVERSION(TO, FROM) \ in TEST() argument
380 #define TEST_CONVERSION_ROUND_TRIP(SOURCE, FROM, TO, MATCHER) \ in TEST() argument
/third_party/abseil-cpp/absl/time/
Dtime_test.cc235 #define TEST_FLOOR_CONVERSION(TO, FROM) \ in TEST() argument
380 #define TEST_CONVERSION_ROUND_TRIP(SOURCE, FROM, TO, MATCHER) \ in TEST() argument
/third_party/ffmpeg/libavfilter/
Dvf_cropdetect.c184 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() argument
/third_party/python/Python/
Dast_opt.c30 #define COPY_NODE(TO, FROM) (memcpy((TO), (FROM), sizeof(struct _expr))) argument