Home
last modified time | relevance | path

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

/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.mak78 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
80 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
/external/linux-kselftest/tools/testing/selftests/vm/
DMakefile4 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/libevent/include/event2/
Drpc.h463 #define OUTPUT EVRPC_OUTPUT macro
/external/skia/third_party/lua/src/
Dluac.c26 #define OUTPUT PROGNAME ".out" /* default output file */ macro
/external/syslinux/com32/lua/src/
Dluac.c26 #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/libmpeg2/test/decoder/
Dmain.c250 OUTPUT, enumerator
/external/libhevc/test/decoder/
Dmain.c255 OUTPUT, enumerator
/external/libavc/test/decoder/
Dmain.c256 OUTPUT, enumerator
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3742 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ argument