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

12 3

  /external/chromium_org/third_party/mesa/src/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...]
  /external/clang/include/clang/Driver/
Action.h 29 /// it is a job to transform an input using some tool.
75 Action(ActionClass _Kind, Action *Input, types::ID _Type)
76 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
103 const llvm::opt::Arg &Input;
108 const llvm::opt::Arg &getInputArg() const { return Input; }
122 BindArchAction(Action *Input, const char *_ArchName);
134 JobAction(ActionClass Kind, Action *Input, types::ID Type);
147 PreprocessJobAction(Action *Input, types::ID OutputType);
157 PrecompileJobAction(Action *Input, types::ID OutputType)
    [all...]
  /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 213 // Since the input might only be virtual, don't check whether it exists.
226 auto *Input = llvm::MemoryBuffer::getMemBuffer(It.getValue());
227 Invocation->getPreprocessorOpts().addRemappedFile(It.getKey(), Input);
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 45 FileID ID = Context.createInMemoryFile("input.cpp", "text");
53 FileID ID = Context.createInMemoryFile("input.cpp", "line1\nline2\nline3");
61 FileID ID = Context.createInMemoryFile("input.cpp", "");
69 FileID ID = Context.createInMemoryFile("input.cpp",
78 FileID ID = Context.createInMemoryFile("input.cpp",
112 FileID ID = Context.createInMemoryFile("input.cpp",
127 FileID ID = Context.createInMemoryFile("input.cpp",
139 FileID ID = Context.createInMemoryFile("input.cpp",
264 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
271 getFileContentFromDisk("input.cpp"))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 101 struct Input
108 std::vector<Input> m_inputs;
  /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>...]");
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 1 //===- Input.h ------------------------------------------------------------===//
10 // Input class inherits MCLDFile, which is used to represent a input file
26 /** \class Input
27 * \brief Input provides the information of a input file.
29 class Input
46 explicit Input(llvm::StringRef pName);
48 Input(llvm::StringRef pName,
51 Input(llvm::StringRef pName
    [all...]
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 25 * \brief descirbe how to map input sections into output sections
30 class Input {
36 Input(const std::string& pName, InputSectDesc::KeepPolicy pPolicy);
37 Input(const InputSectDesc& pInputDesc);
63 typedef std::vector<Input*> InputList;
111 void append(Input* pInput) { m_InputList.push_back(pInput); }
144 typedef std::pair<const Output*, const Input*> const_mapping;
145 typedef std::pair<Output*, Input*> mapping;
198 bool matched(const Input& pInput,
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 71 void Input(const char * data, int len) {
217 // will get input from the console, parse it, and pass the appropriate
243 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
245 DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
483 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 95 webrtc::VideoSendStreamInput* FakeVideoSendStream::Input() {
    [all...]
  /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/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/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 658 void CCodec_JpegModule::Input(void* pContext, const unsigned char* src_buf, FX_DWORD src_size)
661 m_pExtProvider->Input(pContext, src_buf, src_size);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 51 * input/output allocations (adjusting other relevant parameters as we go). We
132 // OrigStep - Original step increment (root.expand() input from driver).
398 // Calculate the current input and output pointers
400 // We always calculate the input/output pointers with a GEP operating on i8
551 * a kernel with a pointer parameter we know that it is struct input that
567 llvm::Value *Input = Builder.CreateStructGEP(Arg_p, 0);
568 llvm::LoadInst *InBasePtr = Builder.CreateLoad(Input, "input_base");
602 * see a kernel with a pointer parameter we know that it is struct input
638 // Calculate the current input and output pointers
641 // We always calculate the input/output pointers with a GEP operating on i
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub-private.h 171 HB_UShort GlyphCount; /* total number of input glyphs */
174 HB_UShort* Input; /* array of input glyph IDs */
246 HB_UShort GlyphCount; /* number of input glyphs */
279 /* total number of input glyphs */
280 HB_UShort* Input; /* array of input glyph IDs */
322 HB_UShort* Input; /* array of context classes */
361 /* maximal input length */
388 /* number of input glyphs *
    [all...]
harfbuzz-gpos-private.h 427 HB_UShort GlyphCount; /* total number of input glyphs */
429 HB_UShort* Input; /* array of input glyph IDs */
498 HB_UShort GlyphCount; /* number of input glyphs */
531 /* total number of input glyphs */
532 HB_UShort* Input; /* array of input glyph IDs */
574 HB_UShort* Input; /* array of context classes */
613 /* maximal input length */
640 /* number of input glyphs *
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 448 // Ignore input from stdin or any inputs that cannot be preprocessed.
454 << "Error generating preprocessed source(s) - ignoring input from stdin"
836 /// \brief Check whether the given input tree contains any compilation or
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 97 /// static StringRef input(StringRef scalar, void*, MyType &value) {
113 //static StringRef input(StringRef scalar, void *ctxt, T &value);
210 static char test(SameType<Signature_input, &U::input> *,
422 // Base class for Input and Output.
624 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val);
699 static StringRef input(StringRef, void*, bool &);
706 static StringRef input(StringRef, void*, StringRef &);
713 static StringRef input(StringRef, void*, std::string &);
720 static StringRef input(StringRef, void*, uint8_t &);
727 static StringRef input(StringRef, void*, uint16_t &)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 84 // Now that we know that the input value is a vector of integers, just shift
104 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
146 // Okay, we know the destination is integer, if the input is FP, convert
160 // Now we know that the input and output vectors are both integer vectors
162 // conversion here, which depends on whether the input or output has
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 103 // given by Opcode. The operands are: Input (R2), Start (I3), End (I4) and
106 // (or (rotl Input, Rotate), ~Mask)
110 // (and (rotl Input, Rotate), Mask)
112 // otherwise. The output value has BitSize bits, although Input may be
117 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
123 SDValue Input;
264 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used.
268 // Try to fold some of RxSBG.Input into other fields of RxSBG.
690 // Return true if any bits of (RxSBG.Input & Mask) are significant.
692 // Rotate the mask in the same way as RxSBG.Input is rotated
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 201 PIPE_TERMINATION Input;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 271 * @param exposure Input exposure time value to check.
736 * @param sensitivity Input sensitivity value to check.
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 1870 milliseconds

12 3