HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 30 ${OUTPUT}
59 ${OUTPUT}
84 ${OUTPUT}
114 ${OUTPUT}
139 ${OUTPUT}
161 ${OUTPUT}
186 ${OUTPUT}
378 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_values))
415 out.append(valuesToStr("output bool out0", "bool", out_values))
475 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_values)
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 71 ${OUTPUT}
gen-conversions.py 111 ${OUTPUT}
132 ${OUTPUT}
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 77 ${OUTPUT}
gen-conversions.py 122 ${OUTPUT}
145 ${OUTPUT}
  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 61 tmp[idx++] = ProgramParam.OUTPUT.mID;
Program.java 59 OUTPUT (1),
ProgramVertexFixedFunction.java 87 tmp[idx++] = ProgramParam.OUTPUT.mID;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typemaps.i 143 %typemap(in,numinputs=0) C_NAME *OUTPUT ($*1_ltype temp) {
157 %typemap(argout) C_NAME *OUTPUT {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 266 READ_OP(OUTPUT);
270 READ_OP(OUTPUT);
  /external/chromium_org/third_party/skia/third_party/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/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 266 READ_OP(OUTPUT);
270 READ_OP(OUTPUT);
  /external/chromium_org/third_party/libevent/
evrpc.h 434 * Hooks for changing the input and output of RPCs; this can be used to
440 EVRPC_OUTPUT /**< apply the function to an output hook */
449 #define OUTPUT EVRPC_OUTPUT
459 * @param hook_type either INPUT or OUTPUT
473 * @param hook_type either INPUT or OUTPUT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h 34 /* Store in OUTPUT a string (made with alloca) containing an
51 # define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
53 char *const output_ = (OUTPUT) = \
132 /* Decide whether to defer emitting the assembler output for an equate
133 of two values. The default is to not defer output. */
138 /* This is how to output the definition of a user-level label named
149 /* This is how to output the definition of a user-level label named
157 /* Output the definition of a compiler-generated label named NAME. */
166 /* This is how to output a reference to a user-level label named NAME. */
442 collected using DWARF_FRAME_REGNUM to those that should be output i
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
Tone.cpp 241 // Set the pinMode as OUTPUT
242 pinMode(_pin, OUTPUT);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 182 OUTPUT { return OUTPUT; }
  /external/mesa3d/src/mesa/program/
program_lexer.l 182 OUTPUT { return OUTPUT; }
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 93 %token OUTPUT
149 /* Output Section Data */
156 /* Output Section Discarding */
158 /* Output Section Keywords */
161 /* Output Section Attributes */
162 /* Output Section Type */
168 /* Output Section LMA */
172 /* Output Section Constraint */
245 output_command : OUTPUT '(' STRING ')'
311 an output section descriptio
    [all...]
ScriptScanner.ll 78 <LDSCRIPT>"OUTPUT" { return token::OUTPUT; }
134 /* Output Section Data */
141 /* Output Section Discarding */
143 /* Output Section Keywords */
146 /* Output Section Attributes */
147 /* Output Section Type */
153 /* Output Section LMA */
157 /* Output Section Constraint */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 42 obj-perf := $(OUTPUT)
119 ifneq ($(OUTPUT),)
utilities.mak 23 # single space each newline character in the output
190 'TMP="$(OUTPUT)$(TMPOUT).$$$$"; \
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
276 case Action::OUTPUT:
388 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
413 &(convSession->output));
417 if (convSession->output.fromConvertData.numBytes > 0) {
418 convResult->data = new char[convSession->output.fromConvertData.numBytes];
421 convResult->length = convSession->output.fromConvertData.numBytes;
423 (char *)convSession->output.fromConvertData.pBuffer,
428 offset = convSession->output.fromConvertData.errorPos;
447 retStatus = FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 27 Bison output files to be licensed under the GNU General Public
43 /* Identify Bison output. */
271 OUTPUT = 380,
472 #define OUTPUT 380
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh 218 # Re-`\' parameter expansions in output of double_quote_subst that were
298 # Check whether EXPRESSION matches any line of FILENAME, without output.
443 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
467 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
496 # Echo version message to standard output and exit.
509 # Echo short help message to standard output and exit.
524 # Echo long help message to standard output and exit.
    [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh 218 # Re-`\' parameter expansions in output of double_quote_subst that were
298 # Check whether EXPRESSION matches any line of FILENAME, without output.
443 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
467 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
496 # Echo version message to standard output and exit.
509 # Echo short help message to standard output and exit.
524 # Echo long help message to standard output and exit.
    [all...]

Completed in 952 milliseconds

1 2 34 5 6 7