HomeSort by relevance Sort by last modified time
    Searched defs:InputReader (Results 1 - 15 of 15) sorted by null

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
input_reader.py 12 class InputReader(shard_life_cycle._ShardLifeCycle, json_util.JsonMixin):
15 InputReader's lifecycle:
18 The class method creates a set of InputReader instances.
53 """Creates an instance of the InputReader for the given state.
56 state: The InputReader state as returned by to_json.
59 An instance of the InputReader that can resume iteration.
67 A json-serializable state for the InputReader.
  /external/proguard/src/proguard/
InputReader.java 35 public class InputReader
41 * Creates a new InputReader to read input class files as specified by the
44 public InputReader(Configuration configuration)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py 37 "InputReader",
114 class InputReader(json_util.JsonMixin):
150 """Creates an instance of the InputReader for the given input shard state.
153 input_shard_state: The InputReader state as a dict-like object.
156 An instance of the InputReader configured using the values of json.
164 A json-izable version of the remaining InputReader.
197 mapper_spec: The MapperSpec for this InputReader.
247 class AbstractDatastoreInputReader(InputReader):
290 """Returns the string representation of this InputReader."""
799 class _OldAbstractDatastoreInputReader(InputReader)
    [all...]
  /external/v8/src/
dateparser.h 48 // InputReader provides basic string parsing and character classification.
50 class InputReader BASE_EMBEDDED {
52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
222 explicit DateStringTokenizer(InputReader<Char>* in)
244 InputReader<Char>* in_;
  /frameworks/native/services/inputflinger/
InputReader.cpp 17 #define LOG_TAG "InputReader"
45 #include "InputReader.h"
255 // --- InputReader ---
257 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
274 InputReader::~InputReader() {
280 void InputReader::loopOnce() {
336 // back into the InputReader's methods, such as getScanCodeState, or become blocked
337 // on another thread similarly waiting to acquire the InputReader lock thereb
    [all...]
InputReader.h 439 * The InputReader owns a collection of InputMappers. Most of the work it does happens
440 * on the input reader thread but the InputReader can receive queries from other system
441 * components running on arbitrary threads. To keep things manageable, the InputReader
446 class InputReader : public InputReaderInterface {
448 InputReader(const sp<EventHubInterface>& eventHub,
451 virtual ~InputReader();
484 InputReader* mReader;
487 ContextImpl(InputReader* reader);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 185 milliseconds