Home
last modified time | relevance | path

Searched refs:hack (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/third_party/libnl/tests/
Dtest-nf-cache-mngr.c9 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/
Dvar.go72 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 …]
Dstatement.go84 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/
DCurrencyDemo.java47 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/
Dgcc_store.cpp16 void hack(int* array, int size) { in hack() function
26 hack(nums, 3); in main()
/third_party/libexif/m4m/
Dgp-gettext-hack.m44 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])
DMakefile.am5 gp-gettext-hack.m4 \
/third_party/typescript/tests/baselines/reference/
DaliasUsedAsNameValue.types12 >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
DarrayConcat3.types2 // TODO: remove lib hack when https://github.com/Microsoft/TypeScript/issues/20454 is fixed
DaliasUsedAsNameValue.symbols13 //var x = mod.id; // TODO needed hack that mod is loaded
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_build_boringssl_at_head.cfg27 # 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
Dgrpc_build_abseil-cpp_at_head.cfg27 # Tiny hack: misusing an already whitelisted env var to pass submodule name
/third_party/node/test/fixtures/es-modules/package-cjs-named-error/
Djson-hack.mjs1 import { comeOn } from './json-hack/fail.js';
/third_party/node/test/es-module/
Dtest-esm-cjs-named-error.mjs22 errTemplate('./json-hack/fail.js', 'comeOn', '{ comeOn }');
55 await import(`${fixtureBase}/json-hack.mjs`);
/third_party/boost/libs/yap/doc/
Dconfiguration.qbk5 compiler has constexpr if support. Note that this is a temporary hack; this
/third_party/skia/site/docs/dev/design/raster_tragedy/
D_index.md71 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/
Dhp_cxx.jam148 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/
DHACKING1 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/
Drunner.dart10 import 'package:test_core/src/runner/hack_register_platform.dart' as hack; // ignore: implementatio…
81 hack.registerPlatformPlugin(
/third_party/libsnd/m4/
Dflexible_array.m43 dnl Dose the compiler support the 1999 ISO C Standard "stuct hack".
/third_party/curl/tests/data/
Dtest86850 # we try to use the LD_PRELOAD hack, if not a debug build
Dtest82248 # we try to use the LD_PRELOAD hack, if not a debug build
Dtest87741 # we try to use the LD_PRELOAD hack, if not a debug build
Dtest87350 # we try to use the LD_PRELOAD hack, if not a debug build
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
DTODO8 have a timestamp set), and get rid of the gstmpegtsdemux hack

12345678910>>...13