Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/toybox/scripts/
H A Dmcm-buildall.sh21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc"
25 rm -rf "$OUTPUT" host-* *.log
36 OUTPUT="$PWD/host-$TARGET"
45 LP="$OUTPUT/$HOST-cross/bin:$LP"
49 LP="$OUTPUT/${RENAME:-$TARGET}-cross/bin:$LP"
53 OUTPUT="$OUTPUT/${RENAME:-$TARGET}-$TYPE"
56 if [ -e "$OUTPUT.sqf" ] || [ -e "$OUTPUT/bi
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_skip_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
50 self.assertIn('Skipped\nskipping single test\n', OUTPUT)
53 re.search(skip_fixture + '.*' + skip_fixture, OUTPUT, flags=re.DOTALL),
54 repr(OUTPUT))
55 self.assertNotIn('FAILED', OUTPUT)
H A Dgtest_skip_environment_check_output_test.py42 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
49 self.assertIn('Skipping the entire environment', OUTPUT)
50 self.assertNotIn('FAILED', OUTPUT)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-hb-version.py13 OUTPUT = sys.argv[2] variable
18 with open (OUTPUT, "r", encoding='utf-8') as old_output:
27 with open (OUTPUT, "wb") as output:
36 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
H A Dgen-harfbuzzcc.py10 OUTPUT = sys.argv[1] variable
14 with open (OUTPUT, "wb") as f:
18 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
H A Dgen-ragel-artifacts.py14 OUTPUT = sys.argv[2] variable
18 outdir = os.path.dirname (OUTPUT)
/third_party/node/deps/v8/tools/
H A Dupdate-object-macros-undef.py17 OUTPUT = 'src/objects/object-macros-undef.h' variable
33 if not os.path.isfile(OUTPUT):
35 .format(OUTPUT))
38 with open(INPUT, 'r') as infile, open(OUTPUT, 'w') as outfile:
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dxmltest.sh9 # found, then set the output directory with OUTPUT.
14 # is generated in the appropriate subdirectory under $OUTPUT.
56 # Note: OUTPUT must terminate with the directory separator.
57 OUTPUT="$PWD/tests/out/"
86 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
90 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
92 cp outfile "$OUTPUT$reldir$file.diff"
130 mkdir -p "$OUTPUT$xmldir"
140 mkdir -p "$OUTPUT"oasis
/third_party/python/Tools/nuget/
H A Dbuild.bat11 set OUTPUT= variable
21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
39 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES% %PYTHON_EXE%
48 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES% %PYTHON_EXE%
57 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=ARM %OUTPUT% %PACKAGES% %PYTHON_EXE%
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dapp.rs60 const OUTPUT: &str = "output"; consts
95 for path in matches.get_many::<PathBuf>(OUTPUT).unwrap_or_default() {
203 Arg::new(OUTPUT) in arg_output()
204 .long(OUTPUT) in arg_output()
/third_party/mbedtls/programs/test/
H A Dgenerate_cpp_dummy_build.sh7 Usage: $0 [OUTPUT]
9 OUTPUT defaults to "programs/test/cpp_dummy_build.cpp".
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgf100.asm9 // OUTPUT: $r0: result, $r1: modulus
44 // OUTPUT: $r0: result, $r1: modulus
84 // OUTPUT: $r0d (rcp(x))
95 // OUTPUT: $r0d (rsqrt(x))
/third_party/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/third_party/rust/crates/clap/tests/derive/
H A Dgroups.rs47 const OUTPUT: &str = "\ in implicit_struct_group() consts
55 assert_output::<Opt>("prog --add", OUTPUT, true); in implicit_struct_group()
H A Ddoc_comments_help.rs279 const OUTPUT: &str = "\ in respect_subcommand_doc_comment() consts
289 utils::assert_output::<Cmd>("cmd --help", OUTPUT, false); in respect_subcommand_doc_comment()
/third_party/zlib/nintendods/
H A DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
113 $(OUTPUT) : $(OFILES)
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak123 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
125 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
128 ALL : $(OUTPUT)
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak106 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
108 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
111 ALL : $(OUTPUT)
/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp39 pinMode (ledPin, OUTPUT); in set_led()
/third_party/curl/packages/OS400/
H A Dinitscript.sh206 CMD="${CMD} OUTPUT(${OUTPUT})"
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm27832 OUTPUT => \*BUILDFILE,
27854 OUTPUT => \*CONFIGURATION_H,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm27725 OUTPUT => \*BUILDFILE,
27747 OUTPUT => \*CONFIGURATION_H,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27522 OUTPUT => \*BUILDFILE,
27544 OUTPUT => \*CONFIGURATION_H,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm27815 OUTPUT => \*BUILDFILE,
27837 OUTPUT => \*CONFIGURATION_H,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/
H A Dconfigdata.pm27570 OUTPUT => \*BUILDFILE,
27592 OUTPUT => \*CONFIGURATION_H,

Completed in 118 milliseconds

1234