/third_party/boost/tools/build/src/tools/ |
D | msvc.py | 694 setup_cpu = feature.get_values('<setup-{}>'.format(cpu), options) 715 rewrite = feature.get_values('<rewrite-setup-scripts>', options) 763 command = feature.get_values('<command>', options) 844 global_setup = feature.get_values('<setup>',options) 893 compiler = feature.get_values("<compiler>", options) 896 linker = feature.get_values("<linker>", options) 900 resource_compiler = feature.get_values("<resource-compiler>", options) 910 assembler = feature.get_values('<assembler>',options) 912 idl_compiler = feature.get_values('<idl-compiler>',options) 916 mc_compiler = feature.get_values('<mc-compiler>',options) [all …]
|
D | gcc.py | 106 root = feature.get_values('<root>', options) 111 flavor = feature.get_values('<flavor>', options) 143 linker = feature.get_values('<linker-type>', options) 176 'ar', feature.get_values('<archiver>', options), [bin], path_last=True) 183 'ranlib', feature.get_values('<ranlib>', options), [bin], path_last=True) 190 'windres', feature.get_values('<rc>', options), [bin], path_last=True) 191 rc_type = feature.get_values('<rc-type>', options)
|
D | common.py | 455 …toolset.flags(tool + '.compile', 'OPTIONS', condition, feature.get_values('<compileflags>', option… 456 … toolset.flags(tool + '.compile.c', 'OPTIONS', condition, feature.get_values('<cflags>', options)) 457 …toolset.flags(tool + '.compile.c++', 'OPTIONS', condition, feature.get_values('<cxxflags>', option… 458 …toolset.flags(tool + '.compile.asm', 'OPTIONS', condition, feature.get_values('<asmflags>', option… 459 …toolset.flags(tool + '.compile.fortran', 'OPTIONS', condition, feature.get_values('<fflags>', opti… 460 toolset.flags(tool + '.link', 'OPTIONS', condition, feature.get_values('<linkflags>', options))
|
D | rc.py | 64 rc_type = feature.get_values('<rc-type>', options)
|
D | builtin.py | 556 real_name = feature.get_values ('<name>', properties) 561 search = feature.get_values('<search>', properties)
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_checked_cast_constexpr.cpp | 33 struct get_values { struct 42 using pair = get_values<I>; argument
|
D | test_checked_cast.cpp | 53 struct get_values { struct 68 using pair = get_values<I>; in operator ()() argument
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394probe.c | 127 iface->get_values = gst_1394_property_probe_get_values;
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-property-probe.c | 330 iface->get_values = gst_oss4_property_probe_get_values;
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 208 void value_table::get_values(vvec& v) { in get_values() function in r600_sb::value_table
|
D | sb_ir.h | 659 void get_values(vvec & v);
|
/third_party/boost/tools/build/src/build/ |
D | feature.py | 552 def get_values (feature, properties): function
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 665 …void logError(const GLdouble* set_values, const GLdouble* get_values, GLuint length, const char* f… 1039 void GetVertexAttribTest::logError(const GLdouble* set_values, const GLdouble* get_values, GLuint l… in logError() argument 1065 message << std::setprecision(24) << get_values[i]; in logError()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_span.c | 1495 get_values(struct gl_context *ctx, struct gl_renderbuffer *rb, in get_values() function 1586 get_values(ctx, rb, span->end, span->array->x, span->array->y, in _swrast_get_dest_rgba()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 1582 iface->get_values = gst_xv_image_sink_probe_get_values;
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 134905 gst-libs/gst/interfaces/mixeroptions.*: API: add GstMixerOptions::get_values vfunc (#519906) 134912 API: add GstMixerOptions::get_values vfunc (#519906)
|