Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
Dsmtp-mime.c41 #define FROM "<sender@example.org>" macro
Dimap-append.c40 #define FROM "<sender@example.org>" macro
/third_party/curl/tests/libtest/
Dlib1520.c32 #define FROM "<sender@example.com>" macro
/third_party/node/deps/v8/src/builtins/
Dbuiltins-handler-gen.cc100 #define ELEMENTS_KINDS_CASE(FROM, TO) (FROM << kBitsPerByte) | TO, in DispatchForElementsKindTransition() argument
105 #define ELEMENTS_KINDS_CASE(FROM, TO) Label if_##FROM##_##TO(this); in DispatchForElementsKindTransition() argument
110 #define ELEMENTS_KINDS_CASE(FROM, TO) &if_##FROM##_##TO, in DispatchForElementsKindTransition() argument
123 #define ELEMENTS_KINDS_CASE(FROM, TO) \ in DispatchForElementsKindTransition() argument
/third_party/rust/crates/serde/serde_derive/src/internals/
Dsymbol.rs19 pub const FROM: Symbol = Symbol("from"); constant
/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/skia/src/c/
Dsk_paint.cpp16 #define MAKE_FROM_TO_NAME(FROM) g_ ## FROM ## _map argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDayPeriodRules.java62 FROM, enumConstant
/third_party/ffmpeg/libavfilter/
Dvf_cropdetect.c176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java55 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/python/Python/
Dast_opt.c31 #define COPY_NODE(TO, FROM) (memcpy((TO), (FROM), sizeof(struct _expr))) argument