/third_party/lz4/tests/ |
D | Makefile | 325 $(DATAGEN) -g20KB > tmp-tlb-dg20k 326 $(LZ4) < tmp-tlb-dg20k | $(LZ4) -d > tmp-tlb-dec 327 $(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec 328 $(LZ4) --no-frame-crc < tmp-tlb-dg20k | $(LZ4) -d > tmp-tlb-dec 329 $(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec 335 @echo "hello world" > tmp-tlb-hw 336 $(LZ4) --rm -f tmp-tlb-hw tmp-tlb-hw.lz4 337 test ! -f tmp-tlb-hw # must fail (--rm) 338 test -f tmp-tlb-hw.lz4 339 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world [all …]
|
/third_party/glib/glib/tests/ |
D | protocol.c | 130 GTestLogBuffer* tlb; in test_message() local 162 tlb = g_test_log_buffer_new (); in test_message() 184 io_source = g_io_add_watch (channel, G_IO_IN, test_message_cb1, tlb); in test_message() 189 test_message_cb1 (channel, G_IO_IN, tlb); in test_message() 197 for (msg = g_test_log_buffer_pop (tlb); in test_message() 199 msg = g_test_log_buffer_pop (tlb)) in test_message() 238 g_test_log_buffer_free (tlb); in test_message() 261 GTestLogBuffer* tlb; in test_error() local 289 tlb = g_test_log_buffer_new (); in test_error() 302 io_source = g_io_add_watch (channel, G_IO_IN, test_message_cb1, tlb); in test_error() [all …]
|
/third_party/glib/glib/ |
D | gtester.c | 212 GTestLogBuffer *tlb = data; in child_report_cb() local 232 g_test_log_buffer_push (tlb, length, buffer); in child_report_cb() 235 msg = g_test_log_buffer_pop (tlb); in child_report_cb() 295 GTestLogBuffer *tlb; in launch_test_binary() local 410 tlb = g_test_log_buffer_new(); in launch_test_binary() 417 …ll (ioc_report, G_PRIORITY_DEFAULT - 1, G_IO_IN | G_IO_ERR | G_IO_HUP, child_report_cb, tlb, NULL); in launch_test_binary() 441 g_test_log_buffer_free (tlb); in launch_test_binary()
|
/third_party/boost/tools/build/src/tools/ |
D | midl.jam | 23 # A type library (.tlb) is generated by MIDL compiler and can be included 27 type.register MSTYPELIB : tlb : H ; 139 …-D$(DEFINES) $(nl)"-I$(INCLUDES)" $(nl)-U$(UNDEFS) $(nl)$(MIDLFLAGS) $(nl)/tlb "$(<[1]:W)" $(nl)/h…
|
D | msvc.jam | 757 …FINES) $(.nl)"-I$(INCLUDES:W)" $(.nl)-U$(UNDEFS) $(.nl)$(MIDLFLAGS) $(.nl)/tlb "$(<[1]:W)" $(.nl)/…
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 278 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): argument 289 tlb,
|
D | msvs_emulation.py | 981 tlb = midl("TypeLibraryName", default="${root}.tlb") 991 ("tlb", tlb),
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | win_tool.py | 238 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, argument 245 '/tlb', tlb,
|
D | msvs_emulation.py | 859 tlb = midl('TypeLibraryName', default='${root}.tlb') 868 variables = [('tlb', tlb),
|
/third_party/re2/benchlog/ |
D | benchlog.mini | 93 machdep.cpu.tlb.inst.small: 128 94 machdep.cpu.tlb.inst.large: 8 95 machdep.cpu.tlb.data.small: 16 96 machdep.cpu.tlb.data.small_level1: 256 97 machdep.cpu.tlb.data.large: 16 98 machdep.cpu.tlb.data.large_level1: 32
|
D | benchlog.wreck | 64 machdep.cpu.tlb.data_large: 32 65 machdep.cpu.tlb.inst_large: 8 66 machdep.cpu.tlb.data_small: 256 67 machdep.cpu.tlb.inst_small: 128
|
/third_party/curl/packages/vms/ |
D | config_h.com | 192 $decc_rtldef = f$parse("decc$rtldef","sys$library:.tlb;0") 193 $decc_starletdef = f$parse("sys$starlet_c","sys$library:.tlb;0")
|
/third_party/ffmpeg/libavcodec/ |
D | snowenc.c | 1030 … BlockNode *tlb= mb_x && mb_y ? &s->block[index-b_stride-1] : NULL; in iterative_me() local 1171 if(tlb) tlb->type &= ~BLOCK_OPT; in iterative_me()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 293 "tlb-rmi", "HasTLB_RMI", "true",
|
D | AArch64InstrInfo.td | 69 AssemblerPredicate<"FeatureTLB_RMI", "tlb-rmi">;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 3004 * Fix large socket write (tlb@tlb.org)
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 335 - v3dv/meta_copy: get tlb compatible BC compressed formats for copies
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 319 …{ "tlb-rmi", "Enable v8.4-A TLB Range and Maintenance Instructions", AArch64::FeatureTLB_RMI, { { …
|
D | AArch64GenAsmMatcher.inc | 1232 case Feature_HasTLB_RMIBit: return "tlb-rmi";
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 67021 z9cwx^<k*N~qmIpRY|OEP9Q&kWOB_4Iv89eJcWi}YD;-<q*tlb>9b4nrp^mM0>@deR 69484 ziF@oe*ws%DXQytT!o;uKN!C)j^DL!-2fj>w9(=tlb`txsj@JctChb#X008E2hOJe>
|