/third_party/toybox/scripts/ |
H A D | mcm-buildall.sh | 21 [ -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 D | gtest_skip_check_output_test.py | 43 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 D | gtest_skip_environment_check_output_test.py | 42 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 D | gen-hb-version.py | 13 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 D | gen-harfbuzzcc.py | 10 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 D | gen-ragel-artifacts.py | 14 OUTPUT = sys.argv[2] variable 18 outdir = os.path.dirname (OUTPUT)
|
/third_party/node/deps/v8/tools/ |
H A D | update-object-macros-undef.py | 17 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 D | xmltest.sh | 9 # 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 D | build.bat | 11 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 D | app.rs | 60 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 D | generate_cpp_dummy_build.sh | 7 Usage: $0 [OUTPUT] 9 OUTPUT defaults to "programs/test/cpp_dummy_build.cpp".
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gf100.asm | 9 // 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 D | make.sh | 23 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 D | groups.rs | 47 const OUTPUT: &str = "\ in implicit_struct_group() consts 55 assert_output::<Opt>("prog --add", OUTPUT, true); in implicit_struct_group()
|
H A D | doc_comments_help.rs | 279 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 D | Makefile | 53 export OUTPUT := $(CURDIR)/lib/libz.a macro 113 $(OUTPUT) : $(OFILES)
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 123 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 D | makedata.mak | 106 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro 108 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro 111 ALL : $(OUTPUT)
|
/third_party/jerryscript/targets/particle/source/ |
H A D | main.cpp | 39 pinMode (ledPin, OUTPUT); in set_led()
|
/third_party/curl/packages/OS400/ |
H A D | initscript.sh | 206 CMD="${CMD} OUTPUT(${OUTPUT})"
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/ |
H A D | configdata.pm | 27832 OUTPUT => \*BUILDFILE, 27854 OUTPUT => \*CONFIGURATION_H,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/ |
H A D | configdata.pm | 27725 OUTPUT => \*BUILDFILE, 27747 OUTPUT => \*CONFIGURATION_H,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/ |
H A D | configdata.pm | 27522 OUTPUT => \*BUILDFILE, 27544 OUTPUT => \*CONFIGURATION_H,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/ |
H A D | configdata.pm | 27815 OUTPUT => \*BUILDFILE, 27837 OUTPUT => \*CONFIGURATION_H,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/ |
H A D | configdata.pm | 27570 OUTPUT => \*BUILDFILE, 27592 OUTPUT => \*CONFIGURATION_H,
|