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

1 2 3

  /packages/apps/Messaging/build/
android_lint.mk 49 $($(LOCAL_PACKAGE_NAME)LINT_TXT): INPUT := $($(LOCAL_PACKAGE_NAME)LINT_XML)
50 $($(LOCAL_PACKAGE_NAME)LINT_TXT): XSLT_CMD = xsltproc $(PRIVATE_PATH)/build/android_lint.xslt $(INPUT)
  /external/ImageMagick/scripts/
format_c_api_docs 242 INPUT:
273 <form target="_self" action="../../index.html"><input type="submit" title="ImageMagick Home" value=" Home" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td>
275 <form target="_self" action="../../www/apis.html"><input type="submit" title="ImageMagick API" value=" API " style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td>
277 <form target="_self" action="../../www/download.html"><input type="submit" title="ImageMagick Download" value="Download" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td></tr></table>
279 <form action="http://studio.imagemagick.org/Sage/scripts/Sage.cgi"><input type="TEXT" name="query" size="32" maxlength="255"> <input type="SUBMIT" name="sa" value="Search" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); bgcolor:#003399; color:#fbc713; font-weight:bold"></form></div>
289 <input type="submit" title="Help!" value="Help!" style="background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold">
477 # Open input file
  /toolchain/binutils/binutils-2.27/opcodes/
lm32-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
46 { INPUT, "r1", HW_H_GR, CGEN_MODE_SI, OP_ENT (R1), 0, 0 },
52 { INPUT, "imm", HW_H_SINT, CGEN_MODE_INT, OP_ENT (IMM), 0, 0 },
53 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
59 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
60 { INPUT, "uimm", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM), 0, 0 },
66 { INPUT, "hi16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (HI16), 0, 0 },
67 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
73 { INPUT, "f_r0", HW_H_UINT, CGEN_MODE_UINT, 0, 0, 0 }
    [all...]
m32r-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
46 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
52 { INPUT, "slo16", HW_H_SLO16, CGEN_MODE_INT, OP_ENT (SLO16), 0, 0 },
53 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
59 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
60 { INPUT, "uimm16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM16), 0, 0 },
66 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
67 { INPUT, "ulo16", HW_H_ULO16, CGEN_MODE_UINT, OP_ENT (ULO16), 0, 0 },
73 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 }
    [all...]
or1k-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "disp26", HW_H_IADDR, CGEN_MODE_UDI, OP_ENT (DISP26), 0, 0 },
46 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
52 { INPUT, "disp26", HW_H_IADDR, CGEN_MODE_UDI, OP_ENT (DISP26), 0, 0 },
53 { INPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
54 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
61 { INPUT, "rB", HW_H_GPR, CGEN_MODE_UDI, OP_ENT (RB), 0, 0 },
62 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
68 { INPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
69 { INPUT, "rB", HW_H_GPR, CGEN_MODE_UDI, OP_ENT (RB), 0, 0 }
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FilterInputStreamTest.java 39 private static final String INPUT =
102 fos.write(INPUT.getBytes(StandardCharsets.US_ASCII));
126 .available() == INPUT.length());
162 assertTrue("read returned incorrect char", c == INPUT.charAt(0));
172 buf1.length, "UTF-8").equals(INPUT.substring(0, 100)));
184 buf1.length, "UTF-8").equals(INPUT.substring(500, 600)));
207 buf1.length, "UTF-8").equals(INPUT.substring(1000, 1010)));
FileInputStreamTest.java 40 private static final String INPUT =
101 fos.write(INPUT.getBytes(StandardCharsets.US_ASCII));
168 assertTrue(is.available() == INPUT.length());
221 assertEquals(INPUT.charAt(0), c);
233 assertEquals(INPUT.substring(500, 600),
246 assertEquals(INPUT.substring(500, 600),
390 assertEquals(INPUT.substring(1000, 1010),
BufferedInputStreamTest.java 33 private static final String INPUT =
119 int bufferSize = INPUT.length() / 2;
166 .available() == INPUT.length());
319 assertEquals(INPUT.charAt(0), c);
388 buf1.length).equals(INPUT.substring(500, 600)));
485 byte[] input = "12345678900".getBytes();
487 new ByteArrayInputStream(input));
498 byte[] input = "12345678900".getBytes();
500 new ByteArrayInputStream(input));
527 buf1.length), INPUT.substring(1000, 1010))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 26 INPUT,
  /external/libevent/include/event2/
rpc.h 448 * Hooks for changing the input and output of RPCs; this can be used to
453 EVRPC_INPUT, /**< apply the function to an input hook */
460 #define INPUT EVRPC_INPUT
486 * @param hook_type either INPUT or OUTPUT
500 * @param hook_type either INPUT or OUTPUT
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterInputStreamTest.java 39 private static final String INPUT = "Lorem ipsum dolor sit amet,\n" +
43 private static final int INPUT_LENGTH = INPUT.length();
130 // input stream that is known to not support mark().
135 // input stream that is known to support mark().
145 INPUT.charAt(0), c);
162 INPUT.substring(0, 100)));
282 INPUT.substring(10, 20)));
297 fos.write(INPUT.getBytes());
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
GeneratedTestHarness.cpp 71 const uint32_t INPUT = 0;
89 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)},
130 ASSERT_NE(0ull, pools[INPUT].size());
134 sp<IMemory> inputMemory = mapMemory(pools[INPUT]);
149 // TODO: handle more than one input
ValidateRequest.cpp 132 ///////////////////////// REMOVE INPUT ////////////////////////////////////
135 for (size_t input = 0; input < request.inputs.size(); ++input) {
136 const std::string message = "removeInput: removed input " + std::to_string(input);
138 [input](Request* request) { hidl_vec_removeAt(&request->inputs, input); });
155 const uint32_t INPUT = 0;
172 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}
    [all...]
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateRequest.cpp 133 ///////////////////////// REMOVE INPUT ////////////////////////////////////
136 for (size_t input = 0; input < request.inputs.size(); ++input) {
137 const std::string message = "removeInput: removed input " + std::to_string(input);
139 [input](Request* request) { hidl_vec_removeAt(&request->inputs, input); });
156 const uint32_t INPUT = 0;
173 .location = {.poolIndex = INPUT, .offset = 0, .length = static_cast<uint32_t>(s)}
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 58 INPUT (0),
85 * @return number of constant input types
95 * @param slot index of the constant input type to return
96 * @return constant input type
115 * @param slot index of the texture input
116 * @return texture input type
126 * Returns the name of the texture input at a given slot. e.g.
128 * @param slot index of the texture input
129 * @return texture input name
312 throw new RSIllegalArgumentException("Max input count exceeded.")
    [all...]
  /hardware/google/av/media/sfplugin/
CCodecConfig.h 71 IS_INPUT = (1 << 12), ///< for input 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)
90 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED),
103 Domain mInputDomain; // input port domain
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 the
245 /// input/output formats.
316 /// \param domain input/output bitmas
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 26 // which is inconvenient in a parser, in which input binary values has to be compared with these
57 INPUT = 8,
  /frameworks/ml/nn/runtime/
ExecutionPlan.h 45 enum OperandKind { INPUT, OUTPUT };
127 // Converts input indexes from the submodel to the main model
128 // (these are input indexes, not operand indexes). This vector
138 // main model outputs (these are input and output indexes, not
179 // TEMPORARY as an inter-partition input or output.
  /external/python/cpython2/Lib/plat-irix5/
SV.py 26 INPUT = 0
  /external/python/cpython2/Lib/plat-irix6/
SV.py 26 INPUT = 0
  /external/syslinux/com32/hdt/
hdt-cli.h 92 #define INPUT hdt_cli.history[hdt_cli.history_pos]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.cc 30 INPUT,
303 EmplaceOpType("INPUT", {}, SupportedOpType::INPUT, &op_map);
  /frameworks/ml/nn/runtime/test/
TestPartitioningRandom.cpp 53 // We randomly generate tests (model + input data) at runtime, and verify
57 // (1) Randomly generate a model (graph and weights), randomly generate input
367 // Represents an operation in which every input and output operand
369 // - One input operand may be an activation function.
370 // - Any number of input operands may be "special" in some other way
373 // - There be at least one input operand that is neither an
381 // Returns operand index, or <0 if input is normal (must not
397 // input operand 3 is bias, a 1-D tensor
650 // A (normal) operation input can be one of:
651 // - a new or existing model input
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 859 new StreamConfiguration(ImageFormat.YUV_420_888, 640, 480, /*input*/false),
860 new StreamConfiguration(ImageFormat.RGB_565, 320, 240, /*input*/true),
863 ImageFormat.YUV_420_888, 640, 480, /*input*/0,
864 ImageFormat.RGB_565, 320, 240, /*input*/1)
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530PadConfiguration.h 294 #define INPUT (0x1UL) //Pin is configured in bi-directional mode.

Completed in 2708 milliseconds

1 2 3