HomeSort by relevance Sort by last modified time
    Searched defs:OUTPUT (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/linux-kselftest/tools/testing/selftests/vm/
Makefile 4 ifndef OUTPUT
5 OUTPUT := $(shell pwd)
27 $(OUTPUT)/userfaultfd: ../../../../usr/include/linux/kernel.h
28 $(OUTPUT)/userfaultfd: LDLIBS += -lpthread
30 $(OUTPUT)/mlock-random-test: LDLIBS += -lcap
  /external/python/cpython2/Tools/nuget/
build.bat 9 set OUTPUT=
17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
41 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES%
50 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES%
62 echo --out [DIR] Override output directory
  /external/python/cpython3/Tools/nuget/
build.bat 9 set OUTPUT=
17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
33 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES%
42 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES%
54 echo --out [DIR] Override output directory
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 78 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll"
80 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib"
83 ALL : $(OUTPUT)
  /external/linux-kselftest/tools/testing/selftests/
lib.mk 6 OUTPUT := $(shell pwd)
15 TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS))
16 TEST_GEN_PROGS_EXTENDED := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS_EXTENDED))
17 TEST_GEN_FILES := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_FILES))
46 @rsync -aq $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT)
49 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_PROGS))
108 $(OUTPUT)/%:%.c
111 $(OUTPUT)/%.o:%.S
114 $(OUTPUT)/%:%.S
  /toolchain/binutils/binutils-2.27/opcodes/
lm32-opinst.c 36 #define OUTPUT CGEN_OPINST_OUTPUT
47 { OUTPUT, "r2", HW_H_GR, CGEN_MODE_SI, OP_ENT (R2), 0, 0 },
54 { OUTPUT, "r1", HW_H_GR, CGEN_MODE_SI, OP_ENT (R1), 0, 0 },
61 { OUTPUT, "r1", HW_H_GR, CGEN_MODE_SI, OP_ENT (R1), 0, 0 },
68 { OUTPUT, "r1", HW_H_GR, CGEN_MODE_SI, OP_ENT (R1), 0, 0 },
75 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_USI, 0, 0, 0 },
81 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_USI, 0, 0, 0 },
89 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_USI, 0, 0, COND_REF },
96 { OUTPUT, "h_gr_SI_29", HW_H_GR, CGEN_MODE_SI, 0, 29, 0 },
97 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_USI, 0, 0, 0 }
    [all...]
m32r-opinst.c 36 #define OUTPUT CGEN_OPINST_OUTPUT
47 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
54 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
61 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
68 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
75 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
82 { OUTPUT, "condbit", HW_H_COND, CGEN_MODE_BI, 0, 0, 0 },
83 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
90 { OUTPUT, "condbit", HW_H_COND, CGEN_MODE_BI, 0, 0, 0 },
91 { OUTPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 }
    [all...]
or1k-opinst.c 36 #define OUTPUT CGEN_OPINST_OUTPUT
47 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
55 { OUTPUT, "h_gpr_UDI_9", HW_H_GPR, CGEN_MODE_UDI, 0, 9, 0 },
56 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
63 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
71 { OUTPUT, "h_gpr_UDI_9", HW_H_GPR, CGEN_MODE_UDI, 0, 9, 0 },
72 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
81 { OUTPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, COND_REF },
101 { OUTPUT, "rD", HW_H_GPR, CGEN_MODE_UDI, OP_ENT (RD), 0, 0 },
107 { OUTPUT, "mac_machi", HW_H_MAC_MACHI, CGEN_MODE_UDI, 0, 0, 0 }
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 28 OUTPUT,
  /external/libevent/include/event2/
rpc.h 448 * Hooks for changing the input and output of RPCs; this can be used to
454 EVRPC_OUTPUT /**< apply the function to an output hook */
463 #define OUTPUT EVRPC_OUTPUT
486 * @param hook_type either INPUT or OUTPUT
500 * @param hook_type either INPUT or OUTPUT
  /external/toolchain-utils/bestflags/
example_algorithms.py 41 OUTPUT = 'OUTPUT'
42 DEFAULT_OUTPUT = 'output'
71 if OUTPUT not in meta_data:
74 output_file = meta_data[OUTPUT]
  /external/zlib/src/nintendods/
Makefile 12 # TARGET is the name of the output
53 export OUTPUT := $(CURDIR)/lib/libz.a
113 $(OUTPUT) : $(OFILES)
  /toolchain/binutils/binutils-2.27/zlib/nintendods/
Makefile 12 # TARGET is the name of the output
53 export OUTPUT := $(CURDIR)/lib/libz.a
113 $(OUTPUT) : $(OFILES)
  /frameworks/base/drm/java/android/drm/
DrmStore.java 181 * The rights-protected content can be set as output.
183 public static final int OUTPUT = 0x04;
205 case OUTPUT:
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 52 #define OUTPUT stdout
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
GeneratedTestHarness.cpp 72 const uint32_t OUTPUT = 1;
114 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)},
131 ASSERT_NE(0ull, pools[OUTPUT].size());
135 sp<IMemory> outputMemory = mapMemory(pools[OUTPUT]);
ValidateRequest.cpp 142 ///////////////////////// REMOVE OUTPUT ////////////////////////////////////
145 for (size_t output = 0; output < request.outputs.size(); ++output) {
146 const std::string message = "removeOutput: removed Output " + std::to_string(output);
148 [output](Request* request) { hidl_vec_removeAt(&request->outputs, output); });
156 const uint32_t OUTPUT = 1;
194 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)}
    [all...]
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateRequest.cpp 143 ///////////////////////// REMOVE OUTPUT ////////////////////////////////////
146 for (size_t output = 0; output < request.outputs.size(); ++output) {
147 const std::string message = "removeOutput: removed Output " + std::to_string(output);
149 [output](Request* request) { hidl_vec_removeAt(&request->outputs, output); });
157 const uint32_t OUTPUT = 1;
195 .location = {.poolIndex = OUTPUT, .offset = 0, .length = static_cast<uint32_t>(s)}
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/
ApkSignerEngine.java 30 * APK signing logic which is independent of how input and output APKs are stored, parsed, and
36 * an output APK. In reality, there may be just an output APK being built from scratch, or the input
37 * APK and the output APK may be the same file. Because this engine does not deal with reading and
47 * <li>JAR entries to be signed are output,</li>
49 * output,</li>
51 * to the output.</li>
55 * may not be output (e.g., existing signatures may need to be preserved or stripped) or which the
57 * which tells the client whether the input JAR entry needs to be output. This avoids the need for
71 * whether this entry should be output. The engine may request to inspect the entry.</li
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
luac.c 26 #define OUTPUT PROGNAME ".out" /* default output file */
31 static char Output[]={ OUTPUT }; /* default output file name */
32 static const char* output=Output; /* actual output file name */ variable
43 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n
    [all...]
  /external/syslinux/com32/lua/src/
luac.c 26 #define OUTPUT PROGNAME ".out" /* default output file */
31 static char Output[]={ OUTPUT }; /* default output file name */
32 static const char* output=Output; /* actual output file name */ variable
43 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 59 OUTPUT (1),
  /hardware/google/av/media/sfplugin/
CCodecConfig.h 72 IS_OUTPUT = (1 << 13), ///< for output port (getFormat)
73 IS_RAW = (1 << 14), ///< for raw port (input-encoder, output-decoder)
74 IS_CODED = (1 << 15), ///< for coded port (input-decoder, output-encoder)
91 OUTPUT = ~(IS_INPUT | IS_RAW | IS_CODED),
104 Domain mOutputDomain; // output port domain
142 * Adds a locally maintained parameter. This is used for output configuration that can be
143 * appended to the output buffers in case it is not supported by the component.
216 /// \param domain input/output bitmask
222 * Updates relevant input/output formats and subscribes to parameters specified in the
235 * Updates relevant input/output formats and subscribes to parameters specified in th
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 58 OUTPUT = 9,
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 37 * Specifies the output file for execution data. Default is
48 * Specifies whether execution data should be appended to the output file.
108 * Specifies the output mode. Default is {@link OutputMode#file}.
115 public static final String OUTPUT = "output";
121 * Possible values for {@link AgentOptions#OUTPUT}.
126 * Value for the {@link AgentOptions#OUTPUT} parameter: At VM
133 * Value for the {@link AgentOptions#OUTPUT} parameter: The agent
140 * Value for the {@link AgentOptions#OUTPUT} parameter: At startup the
147 * Value for the {@link AgentOptions#OUTPUT} parameter: Do not produc
    [all...]

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011