Home
last modified time | relevance | path

Searched defs:Setting (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLSetting.h20 struct Setting : public Expression { struct
21 Setting(int offset, String name, std::unique_ptr<Expression> value) in Setting() argument
32 return std::unique_ptr<Expression>(new Setting(fOffset, fName, fValue->clone())); in clone() argument
35 String description() const override { in description()
39 bool hasSideEffects() const override { in hasSideEffects()
43 bool isConstant() const override { in isConstant()
47 const String fName;
48 std::unique_ptr<Expression> fValue;
50 typedef Expression INHERITED;
/third_party/libuv/src/win/
Ddetect-wakeup.c37 PVOID Setting) { in uv__system_resume_callback()
/third_party/skia/src/sksl/ir/
DSkSLSetting.h25 Setting(int line, skstd::string_view name, const Type* type) in Setting() function
/third_party/grpc/tools/codegen/core/
Dgen_settings_ids.py23 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h47 class Setting; variable
DSkSLMetalCodeGenerator.h41 class Setting; variable
DSkSLGLSLCodeGenerator.h38 class Setting; variable
/third_party/mbedtls/scripts/
Dconfig.py28 class Setting: class
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3786 UINT Setting ) in NineDevice9_SetStreamSourceFreq()
Dnine_state.c1599 ARG_VAL(UINT, Setting)) in CSMT_ITEM_NO_WAIT() argument
Dnine_lock.c1752 UINT Setting ) in LockDevice9_SetStreamSourceFreq()