Home
last modified time | relevance | path

Searched refs:produce (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-vm-cached-data.js11 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 Dtest-stream2-readable-wrap.js28 function runTest(highWaterMark, objectMode, produce) {
63 const item = produce();
/third_party/typescript/tests/baselines/reference/
H A DintraExpressionInferences.js5 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 DFDRRecordProducer.h23 virtual Expected<std::unique_ptr<Record>> produce() = 0;
44 Expected<std::unique_ptr<Record>> produce() override;
/third_party/elfio/tests/elf_examples/
H A Dasm.s1 ; 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 Dfunction_rebase_path.cc188 # might produce "../../project/myfile.txt".
192 # Might produce "D:\\source\\project\\myfile.txt" on Windows or
H A Dfunction_get_target_outputs.cc49 "stamp" file that Ninja will produce once all outputs are generated. This
H A Dfunction_template.cc163 # produce a dependency from executable to the source_set inside the
H A Dinput_conversion.cc312 will produce an error if assigned to a variable.
333 otherwise they will produce an error.
H A Dfunction_toolchain.cc454 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 Dtest.bat17 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 Dmain.go16 // 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 Dgenren.pl269 Will produce a renaming .h file
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl269 Will produce a renaming .h file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRRecordProducer.cpp112 Expected<std::unique_ptr<Record>> FileBasedRecordProducer::produce() { in produce() function in llvm::xray::FileBasedRecordProducer
H A DTrace.cpp288 auto R = P.produce(); in loadFDRLog()
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go47 This may produce incorrect output
/third_party/musl/src/stdio/
H A Dvfwprintf.c170 * on overflow; otherwise %n could produce wrong results. */ in wprintf_core()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl217 have found that even slight changes in code alignment can produce 10%
/third_party/python/PCbuild/
H A Dprepare_libffi.bat179 REM Tests are not needed to produce artifacts
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm569 ; produce 8x4 matrix of e16 coeffs
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm17 ; This file contains inverse-DCT routines that produce reduced-size
H A Djidctred-sse2.asm17 ; This file contains inverse-DCT routines that produce reduced-size
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm18 ; This file contains inverse-DCT routines that produce reduced-size
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl387 @ right shift by 31 will produce -1 or

Completed in 13 milliseconds

12