HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 76 - 100 of 657) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptArc4Null.c 66 @param[in] Input Pointer to the buffer containing the data to be encrypted.
67 @param[in] InputSize Size of the Input buffer in bytes.
77 IN CONST UINT8 *Input,
92 @param[in] Input Pointer to the buffer containing the data to be decrypted.
93 @param[in] InputSize Size of the Input buffer in bytes.
103 IN UINT8 *Input,
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/
CryptArc4Null.c 66 @param[in] Input Pointer to the buffer containing the data to be encrypted.
67 @param[in] InputSize Size of the Input buffer in bytes.
77 IN CONST UINT8 *Input,
92 @param[in] Input Pointer to the buffer containing the data to be decrypted.
93 @param[in] InputSize Size of the Input buffer in bytes.
103 IN UINT8 *Input,
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 23 class Input;
77 Input* file;
111 Archive(Input& pInputFile, InputBuilder& pBuilder);
115 /// getARFile - get the Input& of the archive file
116 Input& getARFile();
118 /// getARFile - get the Input& of the archive file
119 const Input& getARFile() const;
121 /// inputs - get the input tree built from this archive
124 /// inputs - get the input tree built from this archive
138 /// @param pIter - the iterator in the input tree built from this archiv
    [all...]
EhFrameReader.h 18 class Input;
24 * EhFrameReader is responsible to parse the input eh_frame sections and create
35 /// @param pInput [in] the Input contains this eh_frame
36 /// @param pEhFrame [inout] the input eh_frame
40 bool read(Input& pInput, EhFrame& pEhFrame);
56 /// @param pSection - the input .eh_frame section
87 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 21 class Input;
38 /// specify where input sections are placed into output sections. This
44 /// To create an input LDSection in mcld::LDContext, use @ref
62 /// @param [in] pInputSection The merged input section.
65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
70 /// UpdateSectionAlign - update alignment for input section
  /frameworks/compile/mclinker/lib/Script/
ScriptReader.cpp 11 #include "mcld/MC/Input.h"
37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const {
45 Input& input = pScriptFile.input(); local
46 size_t size = input.memArea()->size();
47 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size);
InputCmd.cpp 44 : ScriptCommand(ScriptCommand::INPUT),
58 mcld::outs() << "INPUT ( ";
64 assert((*it)->kind() == StrToken::Input);
65 InputToken* input = llvm::cast<InputToken>(*it); local
66 cur = input->asNeeded();
72 if (input->type() == InputToken::NameSpec)
74 mcld::outs() << input->name() << " ";
87 // construct the INPUT tree
97 assert((*it)->kind() == StrToken::Input);
120 script.directories().find(token->name(), Input::Script)
165 InputTree::iterator input = m_Builder.getCurrentNode(); local
    [all...]
  /frameworks/support/buildSrc/src/main/groovy/android/support/jdiff/
JDiffTask.groovy 19 import org.gradle.api.tasks.Input
42 @Input
50 @Input
55 @Input
  /packages/apps/DocumentsUI/src/com/android/documentsui/
TimeoutTask.java 30 public abstract class TimeoutTask<Input, Output> extends CheckedTask<Input, Output> {
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
a.go 5 // Input for TestIssue13566
b.go 5 // Input for TestIssue13566
p.go 5 // Input for TestIssue15517
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
a.go 5 // Input for TestIssue13566
b.go 5 // Input for TestIssue13566
p.go 5 // Input for TestIssue15517
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 34 Input(cl::Positional, cl::desc("<input>"), cl::init("-"));
38 cl::desc("Read specified document from input (default = 1)"));
43 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) {
88 MemoryBuffer::getFileOrSTDIN(Input);
92 yaml::Input YIn(Buf.get()->getBuffer());
yaml2obj.h 27 class Input;
  /frameworks/compile/mclinker/include/mcld/Script/
InputToken.h 36 return pToken->kind() == StrToken::Input;
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 43 mcld::Input* m_pInput;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
RmPkg.py 54 Input = stdin.readline()
55 Input = Input.replace('\r', '').replace('\n', '')
56 if Input.upper() != 'Y':
248 Input = stdin.readline()
249 Input = Input.replace('\r', '').replace('\n', '')
250 if Input.upper() != 'Y':
260 Input = stdin.readline()
261 Input = Input.replace('\r', '').replace('\n', '')
    [all...]
  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 22 /// input with modifications get a new RewriteBuffer associated with them. The
24 /// to map between SourceLocation's in the original input and offsets in the
40 /// input buffer.
44 void Initialize(StringRef Input) {
45 Initialize(Input.begin(), Input.end());
84 /// ReplaceText - This method replaces a range of characters in the input
  /external/llvm/unittests/Support/
raw_sha1_ostream_test.cpp 18 static std::string toHex(StringRef Input) {
20 size_t Length = Input.size();
25 const unsigned char c = Input[i];
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 22 class Input;
56 /// merge - merge attributes from input (attribute) section
57 bool merge(const Input& pInput, LDSection& pInputAttrSectHdr);
88 /// merge - Merge the attributes from the section in the input data.
89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.h 25 class Input;
85 /// ARMInputExMap - ARM exception handling section mapping of a mcld::Input.
93 // create - Build the exception handling section mapping of a mcld::Input.
94 static std::unique_ptr<ARMInputExMap> create(Input &input);
139 typedef std::map<Input*, std::unique_ptr<ARMInputExMap> > InputMap;
148 void addInputMap(Input* pInput,
152 ARMInputExMap* getInputMap(Input* pInput) const {
173 // Map from Input to ARMInputExMap
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 48 Input& pInput);
52 bool initializeScan(Input& pInput);
56 bool finalizeScan(Input& pInput);
60 bool initializeApply(Input& pInput);
64 bool finalizeApply(Input& pInput);
76 const Input& getApplyingInput() const { return *m_pApplyingInput; }
97 /// section in the processing input.
101 /// section in the processing input.
105 /// in the processing input.
167 Input* m_pApplyingInput
    [all...]

Completed in 3733 milliseconds

1 2 34 5 6 7 8 91011>>