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

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 29 part(s) of the input according to set of searching and replace criteria.
39 Replace the given range in the input string.
40 The result is a modified copy of the input. It is returned as a sequence
44 \param Input An input string
45 \param SearchRange A range in the input to be substituted
48 a modified copy of the input
58 const Range1T& Input,
66 Input,
77 const SequenceT& Input,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 32 ObjectImageCommon(ObjectBuffer *Input, object::ObjectFile *Obj)
33 : ObjectImage(Input), // saves Input as Buffer and takes ownership
39 ObjectImageCommon(ObjectBuffer* Input)
40 : ObjectImage(Input) // saves Input as Buffer and takes ownership
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 72 Input::Type fileType(void* pELFHeader) const;
75 bool readSectionHeaders(Input& pInput, void* pELFHeader) const;
78 bool readRegularSection(Input& pInput, SectionData& pSD) const;
81 bool readSymbols(Input& pInput,
86 /// readSignature - read a symbol from the given Input and index in symtab
88 ResolveInfo* readSignature(Input& pInput,
93 bool readRela(Input& pInput,
98 bool readRel(Input& pInput,
102 /// readDynamic - read ELF .dynamic in input dynobj
103 bool readDynamic(Input& pInput) const
    [all...]
ELFBinaryReader.h 20 class Input;
37 virtual bool readBinary(Input& pInput);
Relocator.h 24 class Input;
62 /// @param pInputSym - the input LDSymbol of relocation target symbol
71 virtual bool initializeScan(Input& pInput)
76 virtual bool finalizeScan(Input& pInput)
81 virtual bool initializeApply(Input& pInput)
86 virtual bool finalizeApply(Input& pInput)
93 /// @param pInputSym - the input LDSymbol of relocation target symbol
TextDiagnosticPrinter.h 37 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig);
44 const Input* m_pInput;
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 20 : GCFactory<Input,0>(pNum) {
34 Input* InputFactory::produce(llvm::StringRef pName,
39 Input* result = Alloc::allocate();
40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
DummyInput.java 33 package com.jme3.input.dummy;
35 import com.jme3.input.Input;
36 import com.jme3.input.RawInputListener;
39 * DummyInput as an implementation of <code>Input</code> that raises no
40 * input events.
44 public class DummyInput implements Input {
50 throw new IllegalStateException("Input already initialized.");
57 throw new IllegalStateException("Input not initialized.");
62 throw new IllegalStateException("Input not initialized.")
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 47 bool initializeScan(Input& pInput);
51 bool finalizeScan(Input& pInput);
55 bool initializeApply(Input& pInput);
59 bool finalizeApply(Input& pInput);
63 const Input& getApplyingInput() const
95 Input* m_pApplyingInput;
MipsGOT.h 26 class Input;
54 void initializeScan(const Input& pInput);
55 void finalizeScan(const Input& pInput);
68 SizeTraits<32>::Address getGPAddr(const Input& pInput) const;
69 SizeTraits<32>::Offset getGPRelOffset(const Input& pInput,
110 typedef llvm::DenseSet<const Input*> InputSetType;
135 const Input* m_pInput; ///< current input
137 SymbolUniqueMapType m_InputGlobalSymbols; ///< input global symbols
  /external/llvm/lib/Support/
YAMLTraits.cpp 40 // Input
43 Input::Input(StringRef InputContent, void *Ctxt)
50 Input::~Input() {
54 error_code Input::error() {
58 void Input::setDiagHandler(SourceMgr::DiagHandlerTy Handler, void *Ctxt) {
62 bool Input::outputting() {
66 bool Input::setCurrentDocument() {
81 void Input::nextDocument()
601 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { function in class:ScalarTraits
617 StringRef ScalarTraits<StringRef>::input(StringRef Scalar, void *, function in class:ScalarTraits
630 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { function in class:ScalarTraits
645 StringRef ScalarTraits<uint16_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
661 StringRef ScalarTraits<uint32_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
677 StringRef ScalarTraits<uint64_t>::input(StringRef Scalar, void *, function in class:ScalarTraits
692 StringRef ScalarTraits<int8_t>::input(StringRef Scalar, void *, int8_t &Val) { function in class:ScalarTraits
707 StringRef ScalarTraits<int16_t>::input(StringRef Scalar, void *, int16_t &Val) { function in class:ScalarTraits
722 StringRef ScalarTraits<int32_t>::input(StringRef Scalar, void *, int32_t &Val) { function in class:ScalarTraits
737 StringRef ScalarTraits<int64_t>::input(StringRef Scalar, void *, int64_t &Val) { function in class:ScalarTraits
749 StringRef ScalarTraits<double>::input(StringRef Scalar, void *, double &Val) { function in class:ScalarTraits
762 StringRef ScalarTraits<float>::input(StringRef Scalar, void *, float &Val) { function in class:ScalarTraits
776 StringRef ScalarTraits<Hex8>::input(StringRef Scalar, void *, Hex8 &Val) { function in class:ScalarTraits
791 StringRef ScalarTraits<Hex16>::input(StringRef Scalar, void *, Hex16 &Val) { function in class:ScalarTraits
806 StringRef ScalarTraits<Hex32>::input(StringRef Scalar, void *, Hex32 &Val) { function in class:ScalarTraits
821 StringRef ScalarTraits<Hex64>::input(StringRef Scalar, void *, Hex64 &Val) { function in class:ScalarTraits
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Input.cpp 7 #include "Input.h"
16 Input::Input() : mCount(0), mString(0)
20 Input::Input(size_t count, const char* const string[], const int length[]) :
32 size_t Input::read(char* buf, size_t maxSize)
Tokenizer.h 10 #include "Input.h"
26 Input input; member in struct:pp::Tokenizer::Context
28 // scanLoc instead of Input::mReadLoc because they may not be the same
29 // if text is buffered up in the scanner input buffer.
30 Input::Location scanLoc;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 10 // Input class inherits MCLDFile, which is used to represent a input file
29 /** \class Input
30 * \brief Input provides the information of a input file.
32 class Input
48 explicit Input(llvm::StringRef pName);
50 Input(llvm::StringRef pName,
53 Input(llvm::StringRef pName,
58 Input(llvm::StringRef pName
    [all...]
InputBuilder.h 34 * InputBuilder build input tree and inputs.
49 // ----- input tree operations ----- //
55 // ----- root of input tree ----- //
62 unsigned int pType = Input::Unknown);
64 // ----- input operations ----- //
65 Input* createInput(const std::string& pName,
67 unsigned int pType = Input::Unknown,
70 bool setContext(Input& pInput, bool pCheck = true);
72 bool setMemory(Input& pInput,
76 bool setMemory(Input& pInput, void* pMemBuffer, size_t pSize)
115 Input* input = createInput(pName, pPath, pType); local
130 Input* input = createInput(pName, pPath, pType); local
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 33 ObjectImage(ObjectBuffer *Input) : Buffer(Input) {}
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ArrayEncodedValue.java 33 import org.jf.dexlib.Util.Input;
37 * Constructs a new <code>ArrayEncodedValue</code> by reading the value from the given <code>Input</code> object.
38 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value
40 * @param in The <code>Input</code> object to read from
42 protected ArrayEncodedValue(DexFile dexFile, Input in) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_sync_operation_resolver_unittest.cc 19 struct Input {
33 Input(FileChange* remote_file_change,
45 ScopedVector<Input> CreateInput() {
48 ScopedVector<Input> vector;
49 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_UNKNOWN));
50 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_FILE));
51 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_DIRECTORY));
55 vector.push_back(new Input(
59 vector.push_back(new Input(
63 vector.push_back(new Input(
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayInput.h 17 DECLARE_MEMBER_INFO(Input);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
TouchInput.java 33 package com.jme3.input;
38 public interface TouchInput extends Input {
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
InputEvent.java 33 package com.jme3.input.event;
35 import com.jme3.input.Input;
38 * An abstract input event.
49 * {@link Input#getInputTimeNanos() }.
67 * Returns true if the input event has been consumed, meaning it is no longer valid
68 * and should not be forwarded to input listeners.
70 * @return true if the input event has been consumed
77 * Call to mark this input event as consumed, meaning it is no longer valid
78 * and should not be forwarded to input listeners
    [all...]
  /external/llvm/unittests/Support/
MD5Test.cpp 22 /// \brief Tests an arbitrary set of bytes passed as \p Input.
23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) {
25 Hash.update(Input);
33 void TestMD5Sum(StringRef Input, StringRef Final) {
35 Hash.update(Input);
  /external/skia/src/animator/
SkDisplayInput.h 17 DECLARE_MEMBER_INFO(Input);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Input.java 28 * Interface for a source for binary input. This is similar to
30 * are declared, and multibyte input is defined to be little-endian.
32 public interface Input {
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 29 bool BSDArchiveReader::isMyFormat(Input& pInput) const

Completed in 3557 milliseconds

12 3 4 5 6 7 8 91011>>