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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/input/
InputApplication.h 20 #include <input/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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
replace_storage.hpp 65 InputT& /*Input*/,
121 InputT& Input,
128 ::boost::algorithm::detail::replace( Input, InsertIt, SegmentBegin, Storage );
143 InputT& Input,
151 Storage, Input, InsertIt, SegmentBegin, SegmentEnd );
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_sync_operation_resolver_unittest.cc 18 struct Input {
67 std::vector<Input> CreateInput() {
68 const Input inputs[] = {
126 std::vector<Input> inputs = CreateInput();
158 std::vector<Input> inputs = CreateInput();
190 std::vector<Input> inputs = CreateInput();
222 std::vector<Input> inputs = CreateInput();
254 std::vector<Input> inputs = CreateInput();
286 std::vector<Input> inputs = CreateInput();
318 std::vector<Input> inputs = CreateInput()
    [all...]
  /art/compiler/
elf_writer_mclinker.h 27 class Input;
83 mcld::Input* oat_input_;
  /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/llvm/tools/llvm-readobj/
llvm-readobj.cpp 50 cl::desc("<input object files>"),
154 static void reportError(StringRef Input, error_code EC) {
155 if (Input == "-")
156 Input = "<stdin>";
158 errs() << Input << ": " << EC.message() << "\n";
162 static void reportError(StringRef Input, StringRef Message) {
163 if (Input == "-")
164 Input = "<stdin>";
166 errs() << Input << ": " << Message << "\n";
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 13 ATTRIBUTE Acct-Input-Packets 47 integer
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
EncodedArrayItem.java 33 import org.jf.dexlib.Util.Input;
71 protected void readItem(Input in, ReadContext readContext) {
  /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...]
ELFReaderIf.cpp 49 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
102 ELFReaderIF::getSymFragmentRef(Input& pInput,
107 if (Input::DynObj == pInput.type())
141 const Input& pInput) const
143 if (Input::Object == pInput.type()) {
153 // to virtual address by adding input section's virtual address.
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 41 "Linker::setOutput() is not called before add input files",
119 mcld::Input* input = mBuilder->ReadInput(pNameSpec); local
120 if (NULL == input)
127 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath); local
128 if (NULL == input)
135 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize); local
136 if (NULL == input)
142 mcld::Input* input = mBuilder->CreateInput("NAN", "NAN", mcld::Input::Object); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 76 * trace (Boolean): should we trace input/output?
147 function AlreadyParsedRule(const Input: IIntStream;
149 procedure Memoize(const Input: IIntStream; const RuleIndex,
245 if (Input.LA(1) = Integer(cscEOF)) then
250 State.TokenStartCharIndex := Input.Index;
251 State.TokenStartCharPositionInLine := Input.CharPositionInLine;
252 State.TokenStartLine := Input.Line;
255 M := Input.Mark();
266 Input.Rewind(M);
267 Input.Consume; <! // advance one char and try again !
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 121 my @Input = ReadPS ($Filename);
122 my $LastLine = pop (@Input);
129 push (@Output, @Input);

Completed in 766 milliseconds

1 2 34 5 6 7 8 91011>>