/third_party/quickjs/ |
D | debugger.c | 113 JSContext *cx = debuggerInfo->cx; in DBG_SendMsg() local 166 JSContext *cx = debuggerInfo->cx; in DBG_SendStopMsg() local 190 JSContext *cx = debuggerInfo->cx; in DBG_SendResponseMsg() local 243 JSContext *cx = debuggerInfo->cx; in DBG_CotinueProcess() local 269 static void DBG_SetScopes(JSContext *cx, JSValue scopes, int scopeCount, int scopeType, int frameId) in DBG_SetScopes() 299 uint32_t DBG_GetValueAsUint32Type(JSContext *cx, JSValue obj, const char *property) in DBG_GetValueAsUint32Type() 320 JSContext *cx = debuggerInfo->cx; in DBG_ScopesProcess() local 349 JSContext *cx = debuggerInfo->cx; in DBG_SetStepOverToDebugger() local 369 JSContext *cx = debuggerInfo->cx; in DBG_SetStepOutToDebugger() local 389 JSContext *cx = debuggerInfo->cx; in DBG_SetStepInToDebugger() local [all …]
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_3.cpp | 14 const T cx = 0.5; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 30 const T cx = 1.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 48 const T cx = 1.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 73 const T cx = 1; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 101 const T cx = 1; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 141 const T cx = 1; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 155 const T cx = boost::math::constants::third_pi<T>(); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 171 const T cx = 3.25; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 184 const T cx = 3.25; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 202 const T cx = 3.25; in BOOST_AUTO_TEST_CASE_TEMPLATE() local [all …]
|
D | test_autodiff_2.cpp | 12 const T cx(1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 28 const T cx = 2.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 46 const T cx = 2.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 106 const T cx = 2; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 213 const T cx = 4.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 244 const T cx = 2.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 275 const T cx = 2.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 311 const T cx = 3.5; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 326 const T cx = 3.5; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 341 const T cx = boost::math::constants::third_pi<T>(); in BOOST_AUTO_TEST_CASE_TEMPLATE() local [all …]
|
D | test_autodiff_1.cpp | 25 const T cx = 10.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 75 const T cx = 10.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 121 const T cx = 10; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 135 const T cx = 10.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 169 const T cx = 10.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 205 const T cx = 10.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 254 const T cx = 16.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 286 const T cx = 16.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 398 const T cx = 3.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 421 const T cx = 3.0; in BOOST_AUTO_TEST_CASE_TEMPLATE() local [all …]
|
/third_party/skia/gm/ |
D | inversepaths.cpp | 21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() 25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() 29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() 33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() 80 SkScalar cx = slideWidth / 2 + slideBoundary; variable
|
D | backdrop.cpp | 27 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() 44 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
|
/third_party/flutter/skia/gm/ |
D | inversepaths.cpp | 21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() 28 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() 35 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() 41 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() 91 SkScalar cx = slideWidth / 2 + slideBoundary; variable
|
D | backdrop.cpp | 26 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() 43 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGCircle.cpp | 15 void SkSVGCircle::setCx(const SkSVGLength& cx) { in setCx() 30 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
|
D | SkSVGEllipse.cpp | 15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { in setCx() 34 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
|
D | SkSVGRadialGradient.cpp | 15 void SkSVGRadialGradient::setCx(const SkSVGLength& cx) { in setCx() 38 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
|
/third_party/boost/libs/yap/test/ |
D | operators_unary.cpp | 31 term<uint32_t> const cx{{3u}}; in test_main() local 129 term<uint32_t &> const cx{{k}}; in test_main() local 152 term<uint32_t *> const cx{{&k}}; in test_main() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU() 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU() 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU() 813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU() 979 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU() 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU() 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU() 813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU() 979 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ext.cpp | 124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU() 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU() 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU() 813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU() 979 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU() 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU() 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU() 813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU() 979 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/third_party/skia/include/effects/ |
D | SkGradientShader.h | 215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
|
/third_party/flutter/skia/include/effects/ |
D | SkGradientShader.h | 210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
|
/third_party/boost/libs/utility/test/ |
D | value_init_test_fail2.cpp | 22 boost::value_initialized<int const> cx ; in main() local
|
/third_party/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local 81 int cx = c & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local 75 int cx = c & 0x03; in DEF_TEST() local
|
/third_party/flutter/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local 84 int cx = c & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local 76 int cx = c & 0x03; in DEF_TEST() local
|
/third_party/skia/docs/examples/ |
D | sweep_gradient_talk_1.cpp | 7 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_4.cpp | 7 float cx = 128, cy = 128; in draw() local
|