/third_party/boost/boost/test/utils/runtime/ |
D | argument_factory.hpp | 53 ValueType interpret( cstring param_name, cstring source ) const in interpret() function 70 std::string interpret( cstring, cstring source ) const in interpret() function 83 cstring interpret( cstring, cstring source ) const in interpret() function 96 bool interpret( cstring param_name, cstring source ) const in interpret() function 144 EnumType interpret( cstring param_name, cstring source ) const in interpret() function 184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument() 213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
|
/third_party/EGL/extensions/ARM/ |
D | EGL_ARM_image_format.txt | 47 can tell the implementation how to interpret the data. 99 implementation will treat these as hints for how to interpret the contents 110 * If the implementation is unable to interpret the contents <buffer>
|
/third_party/curl/docs/cmdline-opts/ |
D | globoff.d | 8 interpret them. Note that these letters are not normal legal URL contents but
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | lit.cfg | 18 # testFormat: The test format to use to interpret tests.
|
/third_party/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 120 if (unlikely (!interp.interpret (param))) return false; in get_extents() 210 if (unlikely (!interp.interpret (param))) return false; in get_path()
|
D | hb-ot-cff2-table.hh | 423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init() 458 if (unlikely (!font_interp.interpret (*font))) { fini (); return; } in init() 465 if (unlikely (!priv_interp.interpret (privateDicts[i]))) { fini (); return; } in init()
|
D | hb-ot-cff1-table.cc | 404 if (unlikely (!interp.interpret (param))) return false; in _get_bounds() 550 if (unlikely (!interp.interpret (param))) return false; in _get_path() 608 if (unlikely (!interp.interpret (param))) return false; in get_seac_components()
|
D | hb-cff-interp-dict-common.hh | 182 bool interpret (PARAM& param) in interpret() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 120 if (unlikely (!interp.interpret (param))) return false; in get_extents() 210 if (unlikely (!interp.interpret (param))) return false; in get_path()
|
D | hb-ot-cff2-table.hh | 423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init() 458 if (unlikely (!font_interp.interpret (*font))) { fini (); return; } in init() 465 if (unlikely (!priv_interp.interpret (privateDicts[i]))) { fini (); return; } in init()
|
D | hb-ot-cff1-table.cc | 404 if (unlikely (!interp.interpret (param))) return false; in _get_bounds() 550 if (unlikely (!interp.interpret (param))) return false; in _get_path() 608 if (unlikely (!interp.interpret (param))) return false; in get_seac_components()
|
D | hb-cff-interp-dict-common.hh | 182 bool interpret (PARAM& param) in interpret() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.hh | 446 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init() 480 if (unlikely (!font_interp.interpret (*font))) { fini (); return; } in init() 487 if (unlikely (!priv_interp.interpret (privateDicts[i]))) { fini (); return; } in init()
|
D | hb-ot-cff1-table.cc | 303 if (unlikely (!interp.interpret (param))) return false; in _get_bounds() 383 if (unlikely (!interp.interpret (param))) return false; in get_seac_components()
|
D | hb-ot-cff2-table.cc | 119 if (unlikely (!interp.interpret (param))) return false; in get_extents()
|
/third_party/libwebsockets/READMEs/ |
D | README.tcp_fastopen.md | 8 platforms interpret this number differently, zero always disables it
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | image_decoder.dart | 13 /// This function attempts to interpret the given bytes an image. If successful,
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
D | README.md | 5 interpret by itself what it receives on them. So you can implement
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | version_test.dart | 408 'Could not interpret results of "git describe": x1.2.3-4-gabcdef\n' 409 'Could not interpret results of "git describe": v1.0.0-unknown-0-gabcdef\n' 410 'Could not interpret results of "git describe": beta-1-gabcdef\n' 411 'Could not interpret results of "git describe": v1.2.3-4-gxabcdef\n',
|
/third_party/boost/libs/process/doc/ |
D | design.qbk | 48 The cmd style will interpret the string as a sequence of the exe and arguments and parse them as su… 49 interpret each string as an argument.
|
/third_party/boost/tools/build/src/build/ |
D | scanner.jam | 11 # needed to interpret those dependencies (e.g., include paths), and code which 136 # on how to interpret different include types (e.g. quoted vs. those in
|
/third_party/boost/libs/outcome/doc/src/content/experimental/c-api/ |
D | _index.md | 8 languages which can speak the C ABI but not the C++ ABI) is how to interpret C++ exception throws. …
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/ |
D | quirks.md | 10 interpret it. Some implementations also raise those decisions to the
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
D | gif-multiple-loop-counts.gif.make-artificial.txt | 8 # state how to interpret having more than one of them: whether to accept the
|
/third_party/node/deps/npm/node_modules/jsprim/ |
D | README.md | 165 allowSign | boolean | true | whether to interpret any leading `+` (positive) and `-` (n… 167 allowPrefix | boolean | false | whether to interpret the prefixes `0b` (base 2), `0o` (bas… 189 - Some older JavaScript engines always interpret a leading 0 as indicating
|