Searched refs:straight (Results 1 - 5 of 5) sorted by relevance
/third_party/json/docs/examples/ |
H A D | json_lines.cpp | 11 input << R"({"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]} in main()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain.asm | 385 ; This is just copy-pasted straight from mode 6 with the left shifts removed. 446 ; This is just copy-pasted straight from mode 6 with a few changes.
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay.c | 392 // to create an un-premultiplied (straight) alpha value in blend_slice_packed_rgb() 447 int straight, \ 514 /* to create an un-premultiplied (straight) alpha value */ \ 531 if (straight) { \ 1082 { "straight", "", 0, AV_OPT_TYPE_CONST, {.i64=0}, .flags = FLAGS, .unit = "alpha_format" },
|
/third_party/json/tests/src/ |
H A D | unit-deserialization.cpp | 1096 ss << R"({"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]} 1116 ss << R"({"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 83 std::u16string straight(const std::string& text) { in straight() function 6319 auto str = straight(text); in UNIX_ONLY_TEST()
|
Completed in 17 milliseconds