/third_party/node/test/parallel/ |
H A D | test-vm-cached-data.js | 11 function produce(source, count) { function 42 const data = produce(source); 58 produce(source, 3); 65 const data = produce(source); 79 const data = produce(source).slice(4);
|
H A D | test-stream2-readable-wrap.js | 28 function runTest(highWaterMark, objectMode, produce) { 63 const item = produce();
|
/third_party/typescript/tests/baselines/reference/ |
H A D | intraExpressionInferences.js | 5 produce: (n: number) => T, 10 produce: () => 0, 15 produce: _a => 0, 20 produce() { 206 produce: function () { return 0; },
210 produce: function (_a) { return 0; },
214 produce: function () {
323 produce: (n: number) => T;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | FDRRecordProducer.h | 23 virtual Expected<std::unique_ptr<Record>> produce() = 0; 44 Expected<std::unique_ptr<Record>> produce() override;
|
/third_party/elfio/tests/elf_examples/ |
H A D | asm.s | 1 ; nasm -f elf hello.asm # this will produce hello.o ELF object file 2 ; ld -s -o hello hello.o # this will produce hello executable
|
/third_party/gn/src/gn/ |
H A D | function_rebase_path.cc | 188 # might produce "../../project/myfile.txt". 192 # Might produce "D:\\source\\project\\myfile.txt" on Windows or
|
H A D | function_get_target_outputs.cc | 49 "stamp" file that Ninja will produce once all outputs are generated. This
|
H A D | function_template.cc | 163 # produce a dependency from executable to the source_set inside the
|
H A D | input_conversion.cc | 312 will produce an error if assigned to a variable. 333 otherwise they will produce an error.
|
H A D | function_toolchain.cc | 454 produce a library and an import library, for example). 456 This array just declares to GN what files the tool will produce. It is 506 On Windows, where the tools produce a .dll shared library and a .lib
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.bat | 17 echo include directive won't reliably produce the consistent bindings across systems.
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ |
H A D | main.go | 16 // project directory for '<file>.tmpl' files, to produce '<file>' source code 49 directory for '<file>.tmpl' files, to produce '<file>' source code files. 70 // Parse the definition file to produce an AST 76 // Resolve the AST to produce the semantic info
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 269 Will produce a renaming .h file
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 269 Will produce a renaming .h file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 112 Expected<std::unique_ptr<Record>> FileBasedRecordProducer::produce() { in produce() function in llvm::xray::FileBasedRecordProducer
|
H A D | Trace.cpp | 288 auto R = P.produce(); in loadFDRLog()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 47 This may produce incorrect output
|
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 170 * on overflow; otherwise %n could produce wrong results. */ in wprintf_core()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | CollPerf.pl | 217 have found that even slight changes in code alignment can produce 10%
|
/third_party/python/PCbuild/ |
H A D | prepare_libffi.bat | 179 REM Tests are not needed to produce artifacts
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 569 ; produce 8x4 matrix of e16 coeffs
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 17 ; This file contains inverse-DCT routines that produce reduced-size
|
H A D | jidctred-sse2.asm | 17 ; This file contains inverse-DCT routines that produce reduced-size
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctred-sse2.asm | 18 ; This file contains inverse-DCT routines that produce reduced-size
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 387 @ right shift by 31 will produce -1 or
|