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

  /external/v8/src/
liveedit.h 148 class Input {
155 virtual ~Input() {}
170 static void CalculateDifference(Input* input,
  /external/astl/tests/
test_iterator.cpp 38 struct Input {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
81 return INPUT;
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 191 unsigned Input = phi->getOperand(1).getReg();
199 if (Input != Output) {
201 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
202 MRI.replaceRegWith(Output, Input);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
32 public class Input {
40 (new Input()).run(args);
70 * @param text is a string of characters you want to input to the device.
106 Log.i("Input", "DeadOjbectException");
131 Log.i("Input", "DeadOjbectException");
140 System.err.println("usage: input [text|keyevent]");
141 System.err.println(" input text <string>");
142 System.err.println(" input keyevent <event_code>");
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Input.java 24 * Container class for CAT GET INPUT, GET IN KEY commands parameters.
27 public class Input implements Parcelable {
41 Input() {
56 private Input(Parcel in) {
90 public static final Parcelable.Creator<Input> CREATOR = new Parcelable.Creator<Input>() {
91 public Input createFromParcel(Parcel in) {
92 return new Input(in);
95 public Input[] newArray(int size) {
96 return new Input[size]
    [all...]
  /external/llvm/test/Scripts/
coff-dump.py 235 Input = None
250 def write(input):
254 for char in input:
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
273 char = Input.read(1)
282 Stack [0:0] = [Input.tell()]
284 Input.seek(seek_to)
288 Input.seek(Stack[0])
295 data = Input.read(16)
298 data = Input.read(size
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 26 struct Input { // Fields of chromeos::ProxyConfigServiceImpl::ProxyConfig.
53 Input input; member in struct:chromeos::__anon2548::__anon2549
66 { // Input.
82 { // Input.
98 { // Input.
115 { // Input.
132 { // Input.
152 { // Input.
172 { // Input
455 const Input& input = tests[i].input; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 64 void Input(const char * data, int len) {
196 // the the input voice and video streams.
212 // will get input from the console, parse it, and pass the appropriate
231 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
233 DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
  /external/clang/include/clang/Driver/
Action.h 26 /// it is a job to transform an input using some tool.
69 Action(ActionClass _Kind, Action *Input, types::ID _Type)
70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
98 const Arg &Input;
102 const Arg &getInputArg() const { return Input; }
116 BindArchAction(Action *Input, const char *_ArchName);
128 JobAction(ActionClass Kind, Action *Input, types::ID Type);
141 PreprocessJobAction(Action *Input, types::ID OutputType);
151 PrecompileJobAction(Action *Input, types::ID OutputType)
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 582 /// \brief Check whether the given input tree contains any compilation or
673 // have a compile input. We need to run 'dsymutil' ourselves in such cases
696 // Track the current user specified (-x) input. We also explicitly track the
711 // Infer the input type if necessary.
719 // If running with -E, treat as a C input (this changes the builtin
743 // should autodetect some input files as C++ for g++ compatibility.
755 // files". We just treat everything that isn't a linker input as a
797 // Follow gcc behavior and treat as linker input for invalid -x
809 // if no other input is present.
    [all...]
Tools.cpp 115 // Add extra linker input arguments which are not treated as inputs
139 // Otherwise, this is a linker input argument.
226 // Otherwise derive from the base input.
    [all...]
  /external/dropbear/libtommath/
bn.tex 309 \hline MP\_VAL & The function input was invalid. \\
692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 54 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
98 // Okay, we know the destination is integer, if the input is FP, convert
111 // Now we know that the input and output vectors are both integer vectors
113 // conversion here, which depends on whether the input or output has
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 174 HB_UShort* Input; /* array of input glyph IDs */
178 HB_UShort GlyphCount; /* total number of input glyphs */
252 HB_UShort GlyphCount; /* number of input glyphs */
279 HB_UShort* Input; /* array of input glyph IDs */
286 /* total number of input glyphs */
320 HB_UShort* Input; /* array of context classes */
377 /* maximal input length */
389 /* array of input coverag
    [all...]
harfbuzz-gpos-private.h 440 HB_UShort GlyphCount; /* total number of input glyphs */
442 HB_UShort* Input; /* array of input glyph IDs */
511 HB_UShort GlyphCount; /* number of input glyphs */
541 HB_UShort* Input; /* array of input glyph IDs */
548 /* total number of input glyphs */
582 HB_UShort* Input; /* array of context classes */
626 /* maximal input length */
653 /* number of input glyphs *
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 669 // Divide the input until we get to a supported size. This will always
    [all...]
LegalizeVectorTypes.cpp 200 // Get the dest type - it doesn't always match the input type, e.g. int_to_fp.
361 /// ScalarizeVecOp_EXTRACT_VECTOR_ELT - If the input is a vector that needs to
516 // We know the result is a vector. The input may be either a vector or a
549 // If the input is a vector that needs to be split, convert each split
550 // piece of the input now.
557 // In the general case, convert the input to an integer and split it by hand.
747 // Split the input.
768 // Get the dest types - they may not match the input types, e.g. int_to_fp.
773 // Split the input.
801 // If the result needs to be split and the input needs to be widened
    [all...]
SelectionDAGBuilder.cpp 614 /// Chain/Flag as the input and updates them for the output Chain/Flag.
622 /// Chain/Flag as the input and updates them for the output Chain/Flag.
628 /// operand list. This adds the code marker, matching input operand index
639 /// Chain/Flag as the input and updates them for the output Chain/Flag.
730 /// Chain/Flag as the input and updates them for the output Chain/Flag.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 169 milliseconds