Home
last modified time | relevance | path

Searched defs:OUTPUT (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Tools/nuget/
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
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
Dmakedata.mak89 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
91 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
/third_party/icu/icu4c/source/extra/uconv/
Dmakedata.mak106 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
108 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Dmakedata.mak106 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
108 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
/third_party/harfbuzz/src/
Dgen-harfbuzzcc.py10 OUTPUT = sys.argv[1] variable
Dgen-ragel-artifacts.py14 OUTPUT = sys.argv[1] variable
Dgen-hb-version.py13 OUTPUT = sys.argv[2] variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-harfbuzzcc.py10 OUTPUT = sys.argv[1] variable
Dgen-ragel-artifacts.py14 OUTPUT = sys.argv[2] variable
Dgen-hb-version.py13 OUTPUT = sys.argv[2] variable
/third_party/googletest/googletest/test/
Dgtest_skip_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
Dgtest_skip_environment_check_output_test.py42 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
/third_party/nghttp2/doc/
Dh2load.1.rst271 OUTPUT chapter
/third_party/openssl/doc/man1/
Dsess_id.pod81 =head1 OUTPUT chapter
/third_party/openssl/crypto/des/asm/
Ddes_enc.m41386 define({OUTPUT}, { [%sp+BIAS+ARG0+1*ARGSZ] }) macro
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.h68 enum output_list_ { OUTPUT, SEL_IDX, SEL_BOXES }; enumerator
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/nintendods/
DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/nintendods/
DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
/third_party/zlib/nintendods/
DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp162 OUTPUT enumerator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp155 OUTPUT, enumerator
Dgl4cEnhancedLayoutsTests.hpp404 OUTPUT, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc56 const char OUTPUT[] = "output"; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4213 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ argument