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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Input.java 24 * Container class for STK GET INPUT, GET IN KEY commands parameters.
27 public class Input implements Parcelable {
40 Input() {
54 private Input(Parcel in) {
86 public static final Parcelable.Creator<Input> CREATOR = new Parcelable.Creator<Input>() {
87 public Input createFromParcel(Parcel in) {
88 return new Input(in);
91 public Input[] newArray(int size) {
92 return new Input[size]
    [all...]
CommandParams.java 154 Input input = null; field in class:GetInputParams
156 GetInputParams(CommandDetails cmdDet, Input input) {
158 this.input = input;
162 if (icon != null && input != null) {
163 input.icon = icon;
StkCmdMessage.java 32 private Input mInput;
70 mInput = ((GetInputParams) cmdParams).input;
156 public Input geInput() {
CommandParamsFactory.java 367 Input input = new Input(); local
373 input.text = ValueParser.retrieveTextString(ctlv);
383 input.minLen = 1;
384 input.maxLen = 1;
386 input.digitOnly = (cmdDet.commandQualifier & 0x01) == 0;
387 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
388 input.yesNo = (cmdDet.commandQualifier & 0x04) != 0;
389 input.helpAvailable = (cmdDet.commandQualifier & 0x80) != 0
417 Input input = new Input(); local
    [all...]
StkService.java 154 "Service: Input parameters must not be null");
599 Input input = mCurrntCmd.geInput(); local
600 if (!input.yesNo) {
605 input.ucs2, input.packed);
  /external/skia/src/animator/
SkDisplayInput.h 25 DECLARE_MEMBER_INFO(Input);
SkDisplayType.cpp 146 CASE_NEW(Input);
301 CASE_GET_INFO(Input);
468 { "input", SkType_Input INIT_BOOL_FIELDS },
  /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/ppp/pppd/plugins/radius/etc/
dictionary.merit 13 ATTRIBUTE Acct-Input-Packets 47 integer
dictionary 77 ATTRIBUTE Acct-Input-Octets 42 integer
82 ATTRIBUTE Acct-Input-Packets 47 integer
248 VALUE Octets-Direction Input 1
dictionary.ascend 84 ATTRIBUTE Ascend-Pre-Input-Octets 190 integer
86 ATTRIBUTE Ascend-Pre-Input-Packets 192 integer
191 VALUE Ascend-TS-Idle-Mode TS-Idle-Input 1
192 VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output 2
  /external/skia/src/images/
fpdfemb_ext.h 16 /** Input JPEG encoded data from the source.
19 void (*Input)(void* pContext, const unsigned char* src_buf, unsigned long src_size);
30 /** Get number of available source bytes left in the input stream */
  /external/v8/src/
unicode.h 177 template <class Reader, class Input = Reader*, unsigned kSize = 256>
181 inline void Reset(Input input);
183 inline void Reset(unsigned position, Input input);
186 explicit InputBuffer(Input input) { Reset(input); }
192 // The input string
193 Input input_
    [all...]
  /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>");
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 40 import com.android.internal.telephony.gsm.stk.Input;
44 * Display a request for a text input a long with a text edit form.
56 private Input mStkInput = null;
88 String input = null; local
96 input = mTextIn.getText().toString();
100 input = YES_STR_RESPONSE;
103 input = NO_STR_RESPONSE;
107 sendResponse(StkAppService.RES_ID_INPUT, input, false);
139 mStkInput = intent.getParcelableExtra("INPUT");
188 private void sendResponse(int resId, String input, boolean help)
    [all...]
  /external/v8/tools/
csvparser.js 58 * @param {string} line Input line.
  /frameworks/base/docs/html/resources/
resources_toc.cs 56 <li><a href="<?cs var:toroot ?>resources/articles/creating-input-method.html">
57 <span class="en">Creating an Input Method</span>
96 <span class="en">Onscreen Input Methods</span>
104 <li><a href="<?cs var:toroot ?>resources/articles/speech-input.html">
105 <span class="en">Speech Input</span>
  /external/blktrace/btreplay/doc/
btreplay.tex 30 \input{abstract.tex}
37 \input{abstract.tex}
156 Each input data file (one per device per CPU) results in a new record
165 Each submitting thread simply reads the input file of \emph{bunches}
248 [ -d <dir> : --input-directory=<dir> ] Default: .
264 \texttt{--input-directory}\\Set Input Directory}
267 name for where input files are to be found. The default directory is the
388 [ -d <dir> : --input-directory=<dir> ] Default: .
391 [ -i <base> : --input-base=<base> ] Default: repla
    [all...]
  /dalvik/docs/
prettify.js 93 /** Splits input on space and returns an Object mapping each non-empty part to
    [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/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/bison/tests/
testsuite 312 at_help_all='1;input.at:28;Invalid dollar-n;;
313 2;input.at:46;Invalid @n;;
314 3;input.at:64;Type Clashes;;
315 4;input.at:89;Unused values;;
316 5;input.at:157;Incompatible Aliases;;
317 6;input.at:198;Torturing the Scanner;;
318 7;input.at:357;Typed symbol aliases;;
319 8;input.at:393;Require 1.0;;
320 9;input.at:394;Require 2.3;;
321 10;input.at:396;Require 100.0;
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 444 which cipher you are using.}, storing the result in the \textit{ct} buffer (\textit{pt} resp.). It is possible that the input and output buffer are
445 the same buffer. For the encrypt function \textit{pt}\footnote{pt stands for plaintext.} is the input and
464 Essentially, it will round the input keysize in \textit{keysize} down to the next appropriate key size. This function
    [all...]

Completed in 911 milliseconds