HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 51 - 75 of 254) sorted by null

1 23 4 5 6 7 8 91011

  /external/clang/include/clang/ARCMigrate/
ARCMT.h 41 const FrontendInputFile &Input,
51 const FrontendInputFile &Input,
66 const FrontendInputFile &Input,
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 18 class Input;
25 * EhFrameReader is responsible to parse the input eh_frame sections and create
37 /// @param pInput [in] the Input contains this eh_frame
38 /// @param pEhFrame [inout] the input eh_frame
42 bool read(Input& pInput, EhFrame& pEhFrame);
70 /// @param pSection - the input .eh_frame section
99 EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 42 * inserting them into a input file.
76 /// @name Input Files On The Command Line
79 /// CreateInput - To create an input file and append it to the input tree.
80 /// This function is like to add an input file in the command line.
82 /// There are four types of the input files:
88 /// If Input::Unknown type is given, MCLinker will automatically
89 /// open and read the input file, and create sections of the input. Otherwise,
92 /// @see mcld::Input
    [all...]
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 31 // Checks that the given input gives a parse error. Makes sure that an error
33 static void ExpectParseError(StringRef Message, StringRef Input) {
35 yaml::Stream Stream(Input, SM);
37 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input;
38 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input;
41 // Checks that the given input can be parsed without error.
42 static void ExpectParseSuccess(StringRef Message, StringRef Input) {
44 yaml::Stream Stream(Input, SM);
45 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input;
YAMLIOTest.cpp 18 using llvm::yaml::Input;
61 Input yin("---\nfoo: 3\nbar: 5\n...\n");
75 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n");
111 Input yin(intermediate);
182 Input yin("---\n"
252 Input yin(intermediate);
329 Input yin("---\n"
401 Input yin("---\n"
434 Input yin(intermediate);
481 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) function in struct:llvm::yaml::ScalarTraits
554 static StringRef input(StringRef scalar, void *, MyNumber &value) { function in struct:llvm::yaml::ScalarTraits
    [all...]
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 22 template <typename Input, typename Output>
24 Input input; member in struct:input_output
29 template <typename Input, typename Output, typename Result>
30 static void check_result(char const * fct_name, Input const & input,
35 << "for:\n\"" << input << "\"\n"
42 template <typename Input, typename Output, typename Result>
43 static void check_result(char const * fct_name, Input const & input1,
44 Input input2, Output const & output, Result const & result
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Item.java 35 import org.jf.dexlib.Util.Input;
64 * Read in the item from the given input stream, and initialize the index
65 * @param in the <code>Input</code> object to read from
70 protected void readFrom(Input in, int index, ReadContext readContext) {
135 * The logic in this method can assume that the given Input object is valid and is
139 * @param in the <code>Input</code> object to read from
143 protected abstract void readItem(Input in, ReadContext readContext);
EncodedArrayItem.java 33 import org.jf.dexlib.Util.Input;
71 protected void readItem(Input in, ReadContext readContext) {
  /external/v8/src/
liveedit.h 148 class Input {
155 virtual ~Input() {}
170 static void CalculateDifference(Input* input,
  /frameworks/base/services/input/
InputApplication.h 20 #include <androidfw/Input.h>
29 * Describes the properties of an application that can receive input.
38 * Handle for an application that can receive input.
40 * Used by the native input dispatcher as a handle for the window manager objects
61 * This method should only be called from within the input dispatcher's
  /external/guava/guava-tests/test/com/google/common/io/
CheckCloseSupplier.java 40 abstract static class Input<T> extends CheckCloseSupplier<T>
44 public Input(InputSupplier<? extends T> delegate) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 13 ATTRIBUTE Acct-Input-Packets 47 integer
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
CharEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>CharEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected CharEncodedValue(Input in, byte valueArg) {
DoubleEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>DoubleEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected DoubleEncodedValue(Input in, byte valueArg) {
EnumEncodedValue.java 35 import org.jf.dexlib.Util.Input;
41 * Constructs a new <code>EnumEncodedValue</code> by reading the field index from the given <code>Input</code>
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
45 * @param in The <code>Input</code> object to read from
48 protected EnumEncodedValue(DexFile dexFile, Input in, byte valueArg) {
FieldEncodedValue.java 35 import org.jf.dexlib.Util.Input;
41 * Constructs a new <code>FieldEncodedValue</code> by reading the field index from the given <code>Input</code>
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
45 * @param in The <code>Input</code> object to read from
48 protected FieldEncodedValue(DexFile dexFile, Input in, byte valueArg) {
FloatEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>FloatEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected FloatEncodedValue(Input in, byte valueArg) {
IntEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>IntEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected IntEncodedValue(Input in, byte valueArg) {
LongEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>LongEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected LongEncodedValue(Input in, byte valueArg) {
MethodEncodedValue.java 35 import org.jf.dexlib.Util.Input;
41 * Constructs a new <code>MethodEncodedValue</code> by reading the method index from the given <code>Input</code>
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
45 * @param in The <code>Input</code> object to read from
48 protected MethodEncodedValue(DexFile dexFile, Input in, byte valueArg) {
ShortEncodedValue.java 33 import org.jf.dexlib.Util.Input;
39 * Constructs a new <code>ShortEncodedValue</code> by reading the value from the given <code>Input</code> object.
40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of
42 * @param in The <code>Input</code> object to read from
45 protected ShortEncodedValue(Input in, byte valueArg) {
StringEncodedValue.java 35 import org.jf.dexlib.Util.Input;
42 * Constructs a new <code>StringEncodedValue</code> by reading the string index from the given <code>Input</code>
43 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
46 * @param in The <code>Input</code> object to read from
49 protected StringEncodedValue(DexFile dexFile, Input in, byte valueArg) {
TypeEncodedValue.java 35 import org.jf.dexlib.Util.Input;
41 * Constructs a new <code>TypeEncodedValue</code> by reading the type index from the given <code>Input</code>
42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits
45 * @param in The <code>Input</code> object to read from
48 protected TypeEncodedValue(DexFile dexFile, Input in, byte valueArg) {
  /frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h 53 find(const std::string& pNamespec, mcld::Input::Type pPreferType);
56 find(const std::string& pNamespec, mcld::Input::Type pPreferType) const;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 30 Archive::Archive(Input& pInputFile, InputBuilder& pBuilder)
36 // FIXME: move creation of input tree out of Archive.
45 /// getARFile - get the Input& of the archive file
46 Input& Archive::getARFile()
51 /// getARFile - get the Input& of the archive file
52 const Input& Archive::getARFile() const
57 /// inputs - get the input tree built from this archive
63 /// inputs - get the input tree built from this archive
89 /// @param pIter - the iterator in the input tree built from this archive
247 /// @param pArchiveFile - Input reference of the archive membe
    [all...]

Completed in 338 milliseconds

1 23 4 5 6 7 8 91011