Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/nuget/
Dbuild.bat10 set OUTPUT= variable
18 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
19 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
/external/python/cpython2/Tools/nuget/
Dbuild.bat9 set OUTPUT= variable
17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts variable
/external/icu/icu4c/source/extra/uconv/
Dmakedata.mak89 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
91 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
/external/linux-kselftest/tools/testing/selftests/vm/
DMakefile5 OUTPUT := $(shell pwd) macro
/external/python/cpython2/Lib/test/
Dtest_MimeWriter.py83 OUTPUT = '''\ variable
/external/toolchain-utils/bestflags/examples/omnetpp/
Dexample.json8 "OUTPUT": "output", string
/external/zlib/src/nintendods/
DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
/external/toolchain-utils/bestflags/
Dexample_algorithms.py41 OUTPUT = 'OUTPUT' variable
/external/archive-patcher/explainer/src/test/java/com/google/archivepatcher/explainer/
DPatchExplainerTest.java73 static final String OUTPUT = "fakecompressor output"; field in PatchExplainerTest.FakeCompressor
99 static final String OUTPUT = "fakedeltagenerator output"; field in PatchExplainerTest.FakeDeltaGenerator
/external/libevent/include/event2/
Drpc.h463 #define OUTPUT EVRPC_OUTPUT macro
/external/lua/src/
Dluac.c29 #define OUTPUT PROGNAME ".out" /* default output file */ macro
/external/python/cpython2/Lib/plat-irix6/
DSV.py27 OUTPUT = 1 variable
/external/python/cpython2/Lib/plat-irix5/
DSV.py27 OUTPUT = 1 variable
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java115 public static final String OUTPUT = "output"; field in AgentOptions
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py28 OUTPUT = """CMD (True): ./test_that.sh\ variable
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_ops_definitions.cc31 OUTPUT, enumerator
/external/libhevc/test/encoder/
Dapp.h59 OUTPUT, enumerator
/external/u-boot/drivers/pinctrl/
Dpinctrl-at91.c37 #define OUTPUT BIT(7) macro
/external/gflags/src/
Dgflags.cc1481 void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT) { in GetAllFlags()
1616 bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT) { in GetCommandLineFlagInfo()
/external/libavc/test/decoder/
Dmain.c256 OUTPUT, enumerator
/external/libhevc/test/decoder/
Dmain.c255 OUTPUT, enumerator
/external/libmpeg2/test/decoder/
Dmain.c250 OUTPUT, enumerator
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp155 OUTPUT, enumerator
Dgl4cEnhancedLayoutsTests.hpp401 OUTPUT, enumerator
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3742 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ argument