/third_party/libnl/tests/ |
D | test-nf-cache-mngr.c | 9 static struct nl_addr *hack = NULL; in change_cb() local 11 if (!hack) in change_cb() 12 nl_addr_parse("194.88.212.233", AF_INET, &hack); in change_cb() 14 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || in change_cb() 15 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) { in change_cb()
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | var.go | 72 func (g *gen) writeLoadDerivedVar(b *buffer, hack string, prefix string, name t.ID, typ *a.TypeExpr… 79 if hack == "w" { 82 } else if hack == "r" { 131 func (g *gen) writeSaveDerivedVar(b *buffer, hack string, prefix string, name t.ID, typ *a.TypeExpr… 138 if hack == "w" { 141 } else if hack == "r" { 178 hack := "" 183 hack = s 185 if err := g.writeLoadDerivedVar(b, hack, prefix, o.Name(), o.Value().MType(), false); err != nil { 203 hack := "" [all …]
|
D | statement.go | 84 hack, err := g.writeStatementAssign0(b, op, lhs, rhs) 93 if hack { 106 doWork, hack := (lhs == nil) || rhs.Effect().Coroutine(), false 125 doWork, hack = true, true 153 if !hack { 169 return hack, nil
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 47 HackCurrencyInfo hack = (HackCurrencyInfo)(hackData.get(currency.getCurrencyCode())); in getCurrencyFormat() local 48 result.setMinimumFractionDigits(hack.decimals); in getCurrencyFormat() 49 result.setMaximumFractionDigits(hack.decimals); in getCurrencyFormat() 50 result.setRoundingIncrement(hack.rounding); in getCurrencyFormat() 52 symbols.setCurrencySymbol(hack.symbol); in getCurrencyFormat()
|
/third_party/boost/libs/local_function/example/ |
D | gcc_store.cpp | 16 void hack(int* array, int size) { in hack() function 26 hack(nums, 3); in main()
|
/third_party/libexif/m4m/ |
D | gp-gettext-hack.m4 | 4 dnl gettext hack, originally designed for libexif, libgphoto2, and Co. 48 # Not so sure whether this hack is all *that* evil... 49 AC_MSG_CHECKING([for po/Makevars requiring hack])
|
D | Makefile.am | 5 gp-gettext-hack.m4 \
|
/third_party/typescript/tests/baselines/reference/ |
D | aliasUsedAsNameValue.types | 12 >function () { //var x = mod.id; // TODO needed hack that mod is loaded b.b(mod);} : () => vo… 14 //var x = mod.id; // TODO needed hack that mod is loaded
|
D | arrayConcat3.types | 2 // TODO: remove lib hack when https://github.com/Microsoft/TypeScript/issues/20454 is fixed
|
D | aliasUsedAsNameValue.symbols | 13 //var x = mod.id; // TODO needed hack that mod is loaded
|
/third_party/grpc/tools/internal_ci/linux/ |
D | grpc_build_boringssl_at_head.cfg | 27 # Tiny hack: misusing an already whitelisted env var to pass submodule name 33 # Tiny hack: misusing an already whitelisted env var to pass branch name to checkout
|
D | grpc_build_abseil-cpp_at_head.cfg | 27 # Tiny hack: misusing an already whitelisted env var to pass submodule name
|
/third_party/node/test/fixtures/es-modules/package-cjs-named-error/ |
D | json-hack.mjs | 1 import { comeOn } from './json-hack/fail.js';
|
/third_party/node/test/es-module/ |
D | test-esm-cjs-named-error.mjs | 22 errTemplate('./json-hack/fail.js', 'comeOn', '{ comeOn }'); 55 await import(`${fixtureBase}/json-hack.mjs`);
|
/third_party/boost/libs/yap/doc/ |
D | configuration.qbk | 5 compiler has constexpr if support. Note that this is a temporary hack; this
|
/third_party/skia/site/docs/dev/design/raster_tragedy/ |
D | _index.md | 71 What Skia currently does is the gamma hack. When creating the glyph mask one usually knows 90 The gamma hack works best with subpixel anti-aliasing since the adjustment can be made per-channel 91 instead of full pixel. If this hack is applied to full pixel anti-aliased masks everything is 94 the gamma hack applied to full pixel anti-aliased glyphs. 96 Since the gamma hack is logically part of the blend, it must always be the very last adjustment 155 features. Skia currently has rudimentary support for this in its 'contrast hack' which is 201 Much like the gamma hack can be modified to reduce the correction for light on dark to 202 fight blooming, the contrast hack can be reduced when the color being drawn is known to be
|
/third_party/boost/tools/build/src/tools/ |
D | hp_cxx.jam | 148 flags hp_cxx.compile.c++ OPTIONS <c++abi> : -model ansi : : hack-hack ; 150 flags hp_cxx.link OPTIONS <c++abi> : -model ansi : : hack-hack ;
|
/third_party/glib/ |
D | HACKING | 1 If you want to hack on the GLib project, you'll need to have the
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/ |
D | runner.dart | 10 import 'package:test_core/src/runner/hack_register_platform.dart' as hack; // ignore: implementatio… 81 hack.registerPlatformPlugin(
|
/third_party/libsnd/m4/ |
D | flexible_array.m4 | 3 dnl Dose the compiler support the 1999 ISO C Standard "stuct hack".
|
/third_party/curl/tests/data/ |
D | test868 | 50 # we try to use the LD_PRELOAD hack, if not a debug build
|
D | test822 | 48 # we try to use the LD_PRELOAD hack, if not a debug build
|
D | test877 | 41 # we try to use the LD_PRELOAD hack, if not a debug build
|
D | test873 | 50 # we try to use the LD_PRELOAD hack, if not a debug build
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | TODO | 8 have a timestamp set), and get rid of the gstmpegtsdemux hack
|