Searched refs:input (Results 1 - 25 of 1043) sorted by relevance

1234567891011>>

/external/libvpx/vp8/encoder/arm/
H A Ddct_arm.c16 void vp8_fast_fdct8x4_armv6(short *input, short *output, int pitch) argument
18 vp8_fast_fdct4x4_armv6(input, output, pitch);
19 vp8_fast_fdct4x4_armv6(input + 4, output + 16, pitch);
/external/qemu/android/utils/
H A Dlineinput.h17 /* A LineInput is used to read input text, one line at a time,
25 /* Read next line from input. The result is zero-terminated with
34 const char* lineInput_getLine( LineInput* input );
39 const char* lineInput_getLineAndSize( LineInput* input, size_t *pSize );
42 int lineInput_getLineNumber( LineInput* input );
45 int lineInput_isEof( LineInput* input );
51 int lineInput_getError( LineInput* input );
54 void lineInput_free( LineInput* input );
H A Dlineinput.c41 LineInput* input; local
43 ANEW0(input);
44 input->line = input->line0;
45 input->line_size = sizeof(input->line0);
47 return input;
54 LineInput* input = _lineInput_new(); local
56 input->std.file = file;
57 return input;
85 lineInput_getLineAndSize( LineInput* input, size_t *pSize ) argument
174 _lineInput_getLineFromStdFile( LineInput* input, FILE* file ) argument
[all...]
/external/webkit/Source/WebCore/inspector/
H A Dxxd.pl36 open($input, '<', $fname) or die "Can't open file for read: $fname $!";
38 $text = <$input>;
39 close($input);
/external/antlr/src/org/antlr/runtime/
H A DParser.java34 public TokenStream input; field in class:Parser
36 public Parser(TokenStream input) { argument
38 setTokenStream(input);
41 public Parser(TokenStream input, RecognizerSharedState state) { argument
43 this.input = input;
48 if ( input!=null ) {
49 input.seek(0); // rewind the input
53 protected Object getCurrentInputSymbol(IntStream input) { argument
57 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
77 setTokenStream(TokenStream input) argument
[all...]
H A DEarlyExitException.java37 public EarlyExitException(int decisionNumber, IntStream input) { argument
38 super(input);
H A DANTLRInputStream.java39 public ANTLRInputStream(InputStream input) throws IOException { argument
40 this(input, null);
43 public ANTLRInputStream(InputStream input, int size) throws IOException { argument
44 this(input, size, null);
47 public ANTLRInputStream(InputStream input, String encoding) throws IOException { argument
48 this(input, INITIAL_BUFFER_SIZE, encoding);
51 public ANTLRInputStream(InputStream input, int size, String encoding) throws IOException { argument
52 this(input, size, READ_BUFFER_SIZE, encoding);
55 public ANTLRInputStream(InputStream input, argument
63 isr = new InputStreamReader(input, encodin
[all...]
H A DMismatchedNotSetException.java34 public MismatchedNotSetException(BitSet expecting, IntStream input) { argument
35 super(expecting, input);
H A DMismatchedSetException.java36 public MismatchedSetException(BitSet expecting, IntStream input) { argument
37 super(input);
H A DMismatchedTokenException.java37 public MismatchedTokenException(int expecting, IntStream input) { argument
38 super(input);
/external/apache-http/src/org/apache/http/conn/util/
H A DInetAddressUtils.java56 public static boolean isIPv4Address(final String input) { argument
57 return IPV4_PATTERN.matcher(input).matches();
60 public static boolean isIPv6StdAddress(final String input) { argument
61 return IPV6_STD_PATTERN.matcher(input).matches();
64 public static boolean isIPv6HexCompressedAddress(final String input) { argument
65 return IPV6_HEX_COMPRESSED_PATTERN.matcher(input).matches();
68 public static boolean isIPv6Address(final String input) { argument
69 return isIPv6StdAddress(input) || isIPv6HexCompressedAddress(input);
/external/webkit/Source/WebCore/css/
H A DthemeWin.css35 input:not([type]),
36 input[type="color"],
37 input[type="date"],
38 input[type="datetime"],
39 input[type="datetime-local"],
40 input[type="email"],
41 input[type="month"],
42 input[type="number"],
43 input[type="password"],
44 input[typ
[all...]
/external/qemu/
H A Dfeature_to_c.sh35 for input; do
36 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
62 }' < $input >> $output
69 for input; do
70 basename=`echo $input | sed 's,.*/,,'`
71 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
H A DRegExp_input.js24 Description: 'Tests RegExps input property'
33 var TITLE = 'RegExp: input';
41 RegExp.input = "abcd12357efg";
43 // RegExp.input = "abcd12357efg"; RegExp.input
44 RegExp.input = "abcd12357efg";
45 testcases[count++] = new TestCase ( SECTION, "RegExp.input = 'abcd12357efg'; RegExp.input",
46 "abcd12357efg", RegExp.input);
48 // RegExp.input
[all...]
/external/antlr/src/org/antlr/runtime/tree/
H A DTreeParser.java49 protected TreeNodeStream input; field in class:TreeParser
51 public TreeParser(TreeNodeStream input) { argument
53 setTreeNodeStream(input);
56 public TreeParser(TreeNodeStream input, RecognizerSharedState state) { argument
58 setTreeNodeStream(input);
63 if ( input!=null ) {
64 input.seek(0); // rewind the input
68 /** Set the input stream */
69 public void setTreeNodeStream(TreeNodeStream input) { argument
81 getCurrentInputSymbol(IntStream input) argument
85 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
130 recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) argument
[all...]
/external/icu4c/i18n/
H A Dcsrucode.cpp33 const uint8_t *input = textIn->fRawInput; local
35 if (input[0] == 0xFE && input[1] == 0xFF) {
55 const uint8_t *input = textIn->fRawInput; local
57 if (input[0] == 0xFF && input[1] == 0xFE && (input[2] != 0x00 || input[3] != 0x00)) {
72 const uint8_t *input = textIn->fRawInput; local
79 if (getChar(input,
122 getChar(const uint8_t *input, int32_t index) const argument
138 getChar(const uint8_t *input, int32_t index) const argument
[all...]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DASCCharsetTest.java41 String input = "ab\u5D14\u654F";
45 internalTestEncode(input, output);
54 byte[] input = new byte[] { 97, 98, 63, 63 };
56 internalTestDecode(input, output);
H A DISOCharsetTest.java40 String input = "ab\u5D14\u654F";
44 internalTestEncode(input, output);
53 byte[] input = new byte[] { 97, 98, 63, 63 };
55 internalTestDecode(input, output);
H A DUTF16BECharsetTest.java38 String input = "ab\u5D14\u654F";
40 internalTestEncode(input, output);
49 byte[] input = new byte[] { 0, 97, 0, 98, 93, 20, 101, 79 };
51 internalTestDecode(input, output);
H A DUTF16LECharsetTest.java38 String input = "ab\u5D14\u654F";
40 internalTestEncode(input, output);
49 byte[] input = new byte[] { 97, 0, 98, 0, 20, 93, 79, 101 };
51 internalTestDecode(input, output);
/external/antlr/src/org/antlr/runtime/debug/
H A DDebugTokenStream.java36 public TokenStream input; field in class:DebugTokenStream
42 public DebugTokenStream(TokenStream input, DebugEventListener dbg) { argument
43 this.input = input;
47 input.LT(1);
58 int a = input.index();
59 Token t = input.LT(1);
60 input.consume();
61 int b = input.index();
66 dbg.consumeHiddenToken(input
[all...]
H A DDebugParser.java46 public DebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) { argument
47 super(input instanceof DebugTokenStream?input:new DebugTokenStream(input,dbg), state);
51 public DebugParser(TokenStream input, RecognizerSharedState state) { argument
52 super(input instanceof DebugTokenStream?input:new DebugTokenStream(input,null), state);
55 public DebugParser(TokenStream input, DebugEventListener dbg) { argument
56 this(input instanceo
[all...]
/external/llvm/utils/
H A DDSAclean.py17 input = open(sys.argv[1], 'r') variable
21 buffer = input.readline()
25 buffer = input.readline()
30 buffer = input.readline()
31 input.close()
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp38 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
39 if (!input->canHaveSelection())
42 return jsNumber(input->selectionStart());
47 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
48 if (!input->canHaveSelection())
51 input->setSelectionStart(value.toInt32(exec));
56 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
57 if (!input->canHaveSelection())
60 return jsNumber(input->selectionEnd());
65 HTMLInputElement* input local
74 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
[all...]
/external/chromium/base/
H A Dbase64.cc11 bool Base64Encode(const std::string& input, std::string* output) { argument
13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
16 int input_size = static_cast<int>(input.size());
17 int output_size= modp_b64_encode(&(temp[0]), input.data(), input_size);
26 bool Base64Decode(const std::string& input, std::string* output) { argument
28 temp.resize(modp_b64_decode_len(input.size()));
31 int input_size = static_cast<int>(input.size());
32 int output_size = modp_b64_decode(&(temp[0]), input.data(), input_size);

Completed in 948 milliseconds

1234567891011>>