Home
last modified time | relevance | path

Searched refs:get_values (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/tools/build/src/tools/
Dmsvc.py694 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 …]
Dgcc.py106 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)
Dcommon.py455 …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))
Drc.py64 rc_type = feature.get_values('<rc-type>', options)
Dbuiltin.py556 real_name = feature.get_values ('<name>', properties)
561 search = feature.get_values('<search>', properties)
/third_party/boost/libs/safe_numerics/test/
Dtest_checked_cast_constexpr.cpp33 struct get_values { struct
42 using pair = get_values<I>; argument
Dtest_checked_cast.cpp53 struct get_values { struct
68 using pair = get_values<I>; in operator ()() argument
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394probe.c127 iface->get_values = gst_1394_property_probe_get_values;
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-property-probe.c330 iface->get_values = gst_oss4_property_probe_get_values;
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp208 void value_table::get_values(vvec& v) { in get_values() function in r600_sb::value_table
Dsb_ir.h659 void get_values(vvec & v);
/third_party/boost/tools/build/src/build/
Dfeature.py552 def get_values (feature, properties): function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp665 …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/
Ds_span.c1495 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/
Dxvimagesink.c1582 iface->get_values = gst_xv_image_sink_probe_get_values;
/third_party/gstreamer/gstplugins_base/
DChangeLog134905 gst-libs/gst/interfaces/mixeroptions.*: API: add GstMixerOptions::get_values vfunc (#519906)
134912 API: add GstMixerOptions::get_values vfunc (#519906)