| /external/webrtc/talk/media/webrtc/ |
| fakewebrtccall.cc | 198 webrtc::VideoCaptureInput* FakeVideoSendStream::Input() {
|
| /external/webrtc/webrtc/video/ |
| video_send_stream.cc | 253 // Remove capture input (thread) so that it's not running after the current 275 VideoCaptureInput* VideoSendStream::Input() {
|
| /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 252 * @param inputSource the InputDevice.SOURCE_* sending the input event 283 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, const AttributeProxy& pAttr); 50 Input(llvm::StringRef pName [all...] |
| /frameworks/compile/mclinker/include/mcld/Object/ |
| SectionMap.h | 27 * \brief descirbe how to map input sections into output sections 31 class Input { 37 Input(const std::string& pName, InputSectDesc::KeepPolicy pPolicy); 38 explicit Input(const InputSectDesc& pInputDesc); 64 typedef std::vector<Input*> InputList; 112 void append(Input* pInput) { m_InputList.push_back(pInput); } 145 typedef std::pair<const Output*, const Input*> const_mapping; 146 typedef std::pair<Output*, Input*> mapping; 198 bool matched(const Input& pInput,
|
| /external/clang/include/clang/Driver/ |
| Action.h | 29 /// it is a job to transform an input using some tool. 78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) 79 : Kind(Kind), Type(Type), Inputs(1, Input.release()), OwnsInputs(true) { 81 Action(ActionClass Kind, std::unique_ptr<Action> Input) 82 : Kind(Kind), Type(Input->getType()), Inputs(1, Input.release()), 110 const llvm::opt::Arg &Input; 113 InputAction(const llvm::opt::Arg &Input, types::ID Type); 115 const llvm::opt::Arg &getInputArg() const { return Input; } 129 BindArchAction(std::unique_ptr<Action> Input, const char *ArchName) [all...] |
| /external/llvm/lib/Analysis/ |
| GlobalsModRef.cpp | 630 const Value *Input = Inputs.pop_back_val(); 632 if (isa<GlobalValue>(Input) || isa<Argument>(Input) || isa<CallInst>(Input) || 633 isa<InvokeInst>(Input)) 649 if (auto *LI = dyn_cast<LoadInst>(Input)) { 653 if (auto *SI = dyn_cast<SelectInst>(Input)) { 662 if (auto *PN = dyn_cast<PHINode>(Input)) { 717 const Value *Input = Inputs.pop_back_val(); 719 if (auto *InputGV = dyn_cast<GlobalValue>(Input)) { [all...] |
| 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/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 | 616 void CCodec_JpegModule::Input(void* pContext,
|
| /external/pdfium/core/src/fxcodec/lgif/ |
| fx_gif.cpp | 8 void CGifLZWDecoder::Input(uint8_t* src_buf, FX_DWORD src_size) {
[all...] |
| /external/clang/lib/Driver/ |
| Driver.cpp | 578 // Ignore input from stdin or any inputs that cannot be preprocessed. 585 "ignoring input from stdin."; [all...] |
| /external/llvm/include/llvm/Support/ |
| YAMLTraits.h | 96 /// static StringRef input(StringRef scalar, void*, MyType &value) { 112 //static StringRef input(StringRef scalar, void *ctxt, T &value); 129 /// static StringRef input(StringRef Scalar, void*, MyType &Value) { 144 // static StringRef input(StringRef Scalar, void *ctxt, T &Value); 231 static char test(SameType<Signature_input, &U::input> *, 251 static char test(SameType<Signature_input, &U::input> *, 455 // Base class for Input and Output. 669 StringRef Result = ScalarTraits<T>::input(Str, io.getContext(), Val); 689 BlockScalarTraits<T>::input(Str, YamlIO.getContext(), Val); 773 static StringRef input(StringRef, void*, bool &) [all...] |
| /external/llvm/lib/Target/SystemZ/ |
| SystemZISelDAGToDAG.cpp | 106 // given by Opcode. The operands are: Input (R2), Start (I3), End (I4) and 109 // (or (rotl Input, Rotate), ~Mask) 113 // (and (rotl Input, Rotate), Mask) 115 // otherwise. The output value has BitSize bits, although Input may be 120 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), 126 SDValue Input; 273 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used. 277 // Try to fold some of RxSBG.Input into other fields of RxSBG. 732 // Return true if any bits of (RxSBG.Input & Mask) are significant. 734 // Rotate the mask in the same way as RxSBG.Input is rotated [all...] |
| /frameworks/base/rs/java/android/renderscript/ |
| ScriptGroup.java | 224 if (obj instanceof Input) { 225 Input unbound = (Input)obj; 361 public static final class Input { 369 Input() { 401 private List<Input> mInputs2; 410 List<Input> inputs, Future[] outputs) { 449 if (obj instanceof Future || obj instanceof Input) { 450 Log.e(TAG, this.toString() + ": input " + i + 454 Input unbound = mInputs2.get(i) [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/camera/src/android/hardware/camera2/cts/helpers/ |
| StaticMetadata.java | 317 * @param exposure Input exposure time value to check. [all...] |
| /external/clang/lib/CodeGen/ |
| CGStmt.cpp | [all...] |
| /external/clang/lib/Frontend/ |
| ASTUnit.cpp | [all...] |
| /external/llvm/lib/Target/AMDGPU/ |
| R600ISelLowering.cpp | [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| HexagonCommonGEP.cpp | [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | 722 // input and output). [all...] |
| /external/pdfium/third_party/lcms2-2.6/src/ |
| cmsopt.c | 40 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data 55 _cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels is known in advance 205 void Eval16nop1D(register const cmsUInt16Number Input[], 209 Output[0] = Input[0]; 215 void PrelinEval16(register const cmsUInt16Number Input[], 226 p16 ->EvalCurveIn16[i](&Input[i], &StageABC[i], p16 ->ParamsCurveIn16[i]); 755 // Precomputes tables for 8-bit on input devicelink. 760 cmsUInt16Number Input[3]; 767 // Since this only works for 8 bit input, values comes always as x * 257, 775 Input[0] = cmsEvalToneCurve16(G[0], FROM_8_TO_16(i)) [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| StaticMetadata.java | 317 * @param exposure Input exposure time value to check. [all...] |
| /frameworks/compile/libbcc/lib/Renderscript/ |
| RSKernelExpand.cpp | 61 * invoked over the appropriate data cells of the input/output 211 // OrigStep - Original step increment (root.expand() input from driver). 456 // ArgVector - on input, the non-special arguments 597 // Generate loop-invariant input processing setup code for an expanded 604 // ArgIter - iterator pointing to first input of the UNexpanded function 607 // InTypes[] - this function saves input type, they will be used in ExpandInputsBody(). 609 // (byte for x86, cell for other platforms) of the corresponding input allocation 625 // Extract information about input slots. The work done 638 * that it is a struct input that has been promoted. As such we don't 662 // causes mismatched input/output data offset between slang reflecte [all...] |