HomeSort by relevance Sort by last modified time
    Searched defs:Input (Results 26 - 50 of 56) sorted by null

12 3

  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 34 : Input(CommandLine), Position(Input.begin()-1) {}
47 // All private methods return true if there is more input available.
106 return Position != Input.end();
109 const StringRef Input;
Tooling.cpp 174 // Since the input might only be virtual, don't check whether it exists.
230 const llvm::MemoryBuffer *Input =
234 It->getKey(), Input->getBufferSize(), 0);
235 Sources.overrideFileContents(FromFile, Input);
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 48 GLvector4f *input );
65 GLvector4f Input;
331 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS]; local
339 if (input->size <= 2 && input == VB->AttribPtr[_TNL_ATTRIB_POS]) {
341 _math_trans_4f( store->Input.data,
349 if (input->size <= 2) {
352 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 2);
355 if (input->size <= 1) {
358 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 1)
    [all...]
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
35 public class Input {
36 private static final String TAG = "Input";
59 (new Input()).run(args);
149 * @param text is a string of characters you want to input to the device.
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
240 * @param inputSource the InputDevice.SOURCE_* sending the input event
272 System.err.println("Usage: input [<source>] <command> [<arg>...]");
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 73 void Input(const char * data, int len) {
219 // will get input from the console, parse it, and pass the appropriate
245 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
247 DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
485 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 81 void Input(const char * data, int len) {
633 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 63 struct register_info * Input;
171 s->Input[index].Used = 1;
172 reg = &s->Input[index];
194 reg = &s->Input[*index];
203 static void alloc_input_simple(void * data, unsigned int input,
208 if (input >= s->NumInputs)
211 s->Input[input].Allocated = 1;
212 s->Input[input].File = RC_FILE_TEMPORARY
    [all...]
  /external/dropbear/libtommath/
bn.tex 309 \hline MP\_VAL & The function input was invalid. \\
692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 95 /// static StringRef input(StringRef scalar, void*, MyType &value) {
110 //static StringRef input(StringRef scalar, void *ctxt, T &value);
202 static char test(SameType<Signature_input, &U::input>*,
313 // Base class for Input and Output.
476 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val);
531 static StringRef input(StringRef, void*, bool &);
537 static StringRef input(StringRef, void*, StringRef &);
543 static StringRef input(StringRef, void*, uint8_t &);
549 static StringRef input(StringRef, void*, uint16_t &);
555 static StringRef input(StringRef, void*, uint32_t &)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 79 // Now that we know that the input value is a vector of integers, just shift
99 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
141 // Okay, we know the destination is integer, if the input is FP, convert
155 // Now we know that the input and output vectors are both integer vectors
157 // conversion here, which depends on whether the input or output has
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 63 struct register_info * Input;
171 s->Input[index].Used = 1;
172 reg = &s->Input[index];
194 reg = &s->Input[*index];
203 static void alloc_input_simple(void * data, unsigned int input,
208 if (input >= s->NumInputs)
211 s->Input[input].Allocated = 1;
212 s->Input[input].File = RC_FILE_TEMPORARY
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc 33 namespace Input {
34 const char kName[] = "Input";
37 const char kName[] = "Input.dispatchGestureEvent";
59 const char kName[] = "Input.dispatchMouseEvent";
82 } // Input
  /external/clang/lib/Driver/
Driver.cpp 453 // Ignore input from stdin or any inputs that cannot be preprocessed.
456 << "Error generating preprocessed source(s) - ignoring input from stdin"
861 /// \brief Check whether the given input tree contains any compilation or
    [all...]
Tools.cpp 153 // Add extra linker input arguments which are not treated as inputs
177 // Otherwise, this is a linker input argument.
280 // Otherwise derive from the base input.
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 174 HB_UShort* Input; /* array of input glyph IDs */
178 HB_UShort GlyphCount; /* total number of input glyphs */
252 HB_UShort GlyphCount; /* number of input glyphs */
279 HB_UShort* Input; /* array of input glyph IDs */
286 /* total number of input glyphs */
320 HB_UShort* Input; /* array of context classes */
377 /* maximal input length */
389 /* array of input coverag
    [all...]
harfbuzz-gpos-private.h 440 HB_UShort GlyphCount; /* total number of input glyphs */
442 HB_UShort* Input; /* array of input glyph IDs */
511 HB_UShort GlyphCount; /* number of input glyphs */
541 HB_UShort* Input; /* array of input glyph IDs */
548 /* total number of input glyphs */
582 HB_UShort* Input; /* array of context classes */
626 /* maximal input length */
653 /* number of input glyphs *
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 174 HB_UShort* Input; /* array of input glyph IDs */
178 HB_UShort GlyphCount; /* total number of input glyphs */
252 HB_UShort GlyphCount; /* number of input glyphs */
279 HB_UShort* Input; /* array of input glyph IDs */
286 /* total number of input glyphs */
320 HB_UShort* Input; /* array of context classes */
377 /* maximal input length */
389 /* array of input coverag
    [all...]
harfbuzz-gpos-private.h 440 HB_UShort GlyphCount; /* total number of input glyphs */
442 HB_UShort* Input; /* array of input glyph IDs */
511 HB_UShort GlyphCount; /* number of input glyphs */
541 HB_UShort* Input; /* array of input glyph IDs */
548 /* total number of input glyphs */
582 HB_UShort* Input; /* array of context classes */
626 /* maximal input length */
653 /* number of input glyphs *
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 101 // given by Opcode. The operands are: Input (R2), Start (I3), End (I4) and
104 // (or (rotl Input, Rotate), ~Mask)
108 // (and (rotl Input, Rotate), Mask)
114 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
120 SDValue Input;
247 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used.
251 // Try to fold some of RxSBG.Input into other fields of RxSBG.
634 // RxSBG.Input is a shift of Count bits in the direction given by IsLeft.
644 // Rotate that mask in the same way as RxSBG.Input is rotated.
654 SDValue N = RxSBG.Input;
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 46 /// so, it sets Chain to the input chain of the tail call.
690 // variable. The low bit of the shift cannot be an input sign bit unless
708 // demand the input sign bit.
723 // If the input sign bit is known to be zero, or if none of the top bits
755 // present in the input.
    [all...]
LegalizeVectorTypes.cpp 227 // Get the dest type - it doesn't always match the input type, e.g. int_to_fp.
434 /// ScalarizeVecOp_EXTRACT_VECTOR_ELT - If the input is a vector that needs to
615 // We know the result is a vector. The input may be either a vector or a
647 // If the input is a vector that needs to be split, convert each split
648 // piece of the input now.
655 // In the general case, convert the input to an integer and split it by hand.
852 // Split the input.
    [all...]
SelectionDAGBuilder.cpp 648 /// Chain/Flag as the input and updates them for the output Chain/Flag.
657 /// Chain/Flag as the input and updates them for the output Chain/Flag.
663 /// operand list. This adds the code marker, matching input operand index
674 /// Chain/Flag as the input and updates them for the output Chain/Flag.
774 /// Chain/Flag as the input and updates them for the output Chain/Flag.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 620 milliseconds

12 3