Home
last modified time | relevance | path

Searched refs:synthetic (Results 1 – 25 of 68) sorted by relevance

123

/third_party/protobuf/docs/
Dimplementing_proto3_presence.md53 placed into a one-field `oneof`. We call this a "synthetic" oneof, as it was not
60 proto3 presence. This is the major benefit of synthetic oneofs.
65 APIs. It is never safe to drop synthetic oneofs from a proto schema. Code
66 generators can (and should) skip synthetic oneofs when generating a user-facing
68 consumed programmatically, it is important to keep the synthetic oneofs around.
72 synthetic oneofs in code generators.
91 // We call _foo a "synthetic" oneof, since it was not created by the user.
101 2. Avoid generating any oneof-based accessors for the synthetic oneof. Its only
103 not aware of proto3 presence. The synthetic oneof should not appear anywhere
164 synthetic oneof) and users could start depending on these. That would create
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_data_autogen.gni175 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/recipient.frag",
176 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
177 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
178 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
179 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
303 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/recipient.frag",
304 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
305 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
306 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
307 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
DBUILD.gn359 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/recipient.frag",
360 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
361 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
362 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
363 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
365 …outputs = [ "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/{{source_file_part}}" ]
/third_party/mesa3d/docs/relnotes/
D19.0.4.rst50 - "glx: Fix synthetic error generation in \__glXSendError" broke wine
128 - glx: Fix synthetic error generation in \__glXSendError
204 - Revert "glx: Fix synthetic error generation in \__glXSendError"
/third_party/node/src/
Dmodule_wrap.cc134 bool synthetic = args[2]->IsArray(); in New() local
135 if (synthetic) { in New()
159 if (synthetic) { in New()
231 if (synthetic) { in New()
/third_party/flutter/skia/third_party/externals/freetype/
Dmodules.cfg217 # Support for synthetic emboldening and slanting of fonts. Needs
DChangeLog.20861 synthetic.
864 for when loading synthetic fonts to make sure that the font name
2543 auto-hinting of synthetic Type 1 fonts.
2546 Added auto-hinting support of synthetic Type 1 fonts.
/third_party/skia/third_party/externals/freetype/
Dmodules.cfg220 # Support for synthetic emboldening and slanting of fonts. Needs
/third_party/freetype/
Dmodules.cfg223 # Support for synthetic emboldening and slanting of fonts. Needs
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto222 // oneof is known as a "synthetic" oneof, and this field must be its sole
223 // member (each proto3 optional field gets its own synthetic oneof). Synthetic
231 // give message fields a synthetic oneof also, even though it is not required
234 // synthetic oneof.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dcodegen.dart41 // Generates a synthetic package under .dart_tool/flutter_tool which is in turn
/third_party/skia/third_party/externals/swiftshader/docs/
DReactorDebugInfo.md124 A synthetic call stack is produced by chaining `llvm::DILocation`s with
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def86 MODULE_PASS("synthetic-counts-propagation", SyntheticCountsPropagation())
/third_party/skia/site/docs/dev/design/
Dtext_shaper.md59 // e.g. variations, synthetic-bold, …
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm404 // Use a synthetic NSEvent in order to obtain the windowsKeyCode member from
/third_party/flutter/glfw/docs/
Dintro.dox307 across platforms. The exception is synthetic key and mouse button release
/third_party/ffmpeg/tests/fate/
Dvideo.mak178 …to_conversion_filters -f image2 -c:v pgmyuv -i $(TARGET_SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm…
/third_party/lz4/
DNEWS263 New : datagen : parametrable synthetic data generator for tests
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.20861 synthetic.
864 for when loading synthetic fonts to make sure that the font name
2543 auto-hinting of synthetic Type 1 fonts.
2546 Added auto-hinting support of synthetic Type 1 fonts.
/third_party/freetype/docs/oldlogs/
DChangeLog.20861 synthetic.
864 for when loading synthetic fonts to make sure that the font name
2543 auto-hinting of synthetic Type 1 fonts.
2546 Added auto-hinting support of synthetic Type 1 fonts.
/third_party/node/doc/api/
Dvm.md762 defined in the WebIDL specification. The purpose of synthetic modules is to
1423 [Synthetic Module Record]: https://heycam.github.io/webidl/#synthetic-module-records
/third_party/node/tools/v8_gypfiles/
Dv8.gyp172 "<(V8_ROOT)/src/objects/synthetic-module.tq",
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst792 Fix :exc:`KeyError` raised in :func:`typing.get_type_hints` due to synthetic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td795 // needed in a few places. These synthetic intrinsics have no
/third_party/flutter/skia/third_party/externals/freetype/docs/
DCHANGES3028 - Creation of synthetic cmaps for fonts in CFF format was broken
3031 - Numeric font dictionary entries for synthetic fonts are no
3036 synthetic Type 1 fonts like `Helvetica Narrow'.
4072 * Better support for synthetic (transformed) fonts.
4184 correct support of synthetic (obliqued) fonts in the

123