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

1234567891011>>

/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/WebCore/css/
H A DthemeWin.css35 input:not([type]),
36 input[type="text"],
37 input[type="password"] {
41 input[type="search"] {
45 input[type="checkbox"] {
49 input[type="radio"] {
54 FIXME: Figure out how to support legacy input rendering.
55 FIXME: Add input[type="file"] once we figure out our file inputs.
56 FIXME: Add input[type="image"] once we figure out our image inputs.
57 FIXME: We probably do the wrong thing if you put an invalid input typ
[all...]
/external/qemu/
H A Dfeature_to_c.sh37 for input; do
38 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
64 }' < $input >> $output
71 for input; do
72 basename=`echo $input | sed 's,.*/,,'`
73 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
/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/webkit/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp38 static bool needsGmailQuirk(HTMLInputElement* input) argument
40 Document* document = input->document();
59 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
60 const AtomicString& type = input->type();
65 if (type == url && needsGmailQuirk(input))
72 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
73 if (!input->canHaveSelection())
76 return jsNumber(exec, input->selectionStart());
81 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
82 if (!input
90 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
99 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
108 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); local
[all...]
/external/ppp/pppd/plugins/radius/
H A Dmd5.c6 void rc_md5_calc (unsigned char *output, unsigned char *input, unsigned int inlen) argument
11 MD5_Update (&context, input, inlen);
/external/v8/test/mjsunit/
H A Dleakcheck.js43 var input = "123456789";
44 var result = input.replace(/[4-6]+/g, "xxx");
/external/stlport/test/unit/
H A Ddivides_test.cpp30 int input [3] = { 2, 3, 4 }; local
31 int result = accumulate(input, input + 3, 48, divides<int>());
H A Dtimes_test.cpp31 int input [4] = { 1, 5, 7, 2 }; local
32 int total = accumulate(input, input + 4, 1, multiplies<int>());
H A Dstrstream_test.cpp19 CPPUNIT_TEST(input);
23 void input();
31 void StrstreamTest::input() function in class:StrstreamTest
H A Dneq_test.cpp33 int input [3] = { 1, 2, 3 }; local
36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
/external/webkit/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/elfutils/src/
H A Dylwrap27 # * INPUT is the input file
34 # The input.
35 input="$1"
37 case "$input" in
43 input="`pwd`/$input"
74 $prog ${1+"$@"} "$input"
89 # The directory holding the input.
90 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dswitch-001.js40 function SwitchTest( input, expect ) {
43 switch ( input ) {
60 "switch with no breaks, case expressions are numbers. input is "+
61 input,
H A Dswitch-002.js35 function SwitchTest( input, expect ) {
38 switch ( input ) {
57 "switch with no breaks: input is " + input,
H A Dswitch-003.js35 function SwitchTest( input, expect ) {
38 switch ( input ) {
51 "switch with no breaks: input is " + input,
/external/icu4c/test/intltest/
H A Dpunyref.h55 const punycode_uint input[],
60 /* punycode_encode() converts Unicode to Punycode. The input */
65 /* zeros if and only if the input contains zeros. (Of course */
68 /* the input. The output_length is an in/out argument: the */
87 const char input[],
92 /* punycode_decode() converts Punycode to Unicode. The input is */
95 /* input_length is the number of code points in the input. The */
/external/opencore/oscl/oscl/osclutil/src/
H A Doscl_utf8conv.h65 The length of input UTF8 byte sequence is specified. It stops at two conditions:
66 (A) Whole input UTF8 byte sequence is successfully converted.
74 \param input Ptr to an input UTF8 byte sequence. '\0' termanation is not neccesary.
75 \param inLength The length of the input UTF8 byte sequence, without counting terminated '\0'(if any).
78 \return Length of output (excludes '\0') : completely converts all input string and appends '\0' to output;
82 OSCL_IMPORT_REF int32 oscl_UTF8ToUnicode(const char *input, int32 inLength, oscl_wchar *output, int32 outLength);
91 The length of input Unicode string is specified. It stops at two conditions:
92 (A) Whole input Unicode string is successfully converted.
100 \param input Pt
[all...]
/external/oprofile/libutil/
H A Dop_libiberty.c30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size) argument
34 memcpy(output, input, copy_size);
/external/opencore/protocols/rtp_payload_parser/rfc_2429/src/
H A Dh263_payload_parser.cpp78 VirtualBuffer<uint8> input = VirtualBuffer<uint8>(inputPacket.vfragments); local
79 VirtualBuffer<uint8> vb(input);
110 input += plen;
124 input += 1;
125 if (input.length() > 0)
128 input.createSubBuffer(outFrags);
139 if (input.length() > 0)
142 input.createSubBuffer(outFrags);
151 input += 3;
152 if (input
[all...]
/external/e2fsprogs/resize/
H A Donline.c25 struct ext2_new_group_input input; local
120 input.group = i;
121 input.block_bitmap = new_fs->group_desc[i].bg_block_bitmap;
122 input.inode_bitmap = new_fs->group_desc[i].bg_inode_bitmap;
123 input.inode_table = new_fs->group_desc[i].bg_inode_table;
124 input.blocks_count = sb->s_blocks_per_group;
126 input.blocks_count = new_fs->super->s_blocks_count -
130 input.reserved_blocks = e2p_percent(r_frac,
131 input.blocks_count);
134 printf("new block bitmap is at 0x%04x\n", input
[all...]
/external/webkit/WebKit/chromium/src/win/
H A DWebScreenInfoFactory.cpp40 static WebRect toWebRect(const RECT& input) argument
43 output.x = input.left;
44 output.y = input.top;
45 output.width = input.right - input.left;
46 output.height = input.bottom - input.top;
/external/icu4c/io/
H A Duscanf_p.c316 u_scanf_skip_leading_ws(UFILE *input, argument
323 /* skip all leading ws in the input */
324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
329 /* put the final character back on the input */
331 u_fungetc(c, input);
338 u_scanf_skip_leading_positive_sign(UFILE *input, argument
357 /* skip all leading ws in the input */
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
363 /* put the final character back on the input */
365 u_fungetc(c, input);
374 u_scanf_simple_percent_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
390 u_scanf_count_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
414 u_scanf_double_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
477 u_scanf_scientific_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
540 u_scanf_scidbl_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
630 u_scanf_integer_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
691 u_scanf_uinteger_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
703 u_scanf_percent_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
761 u_scanf_string_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
844 u_scanf_char_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
859 u_scanf_ustring_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
913 u_scanf_uchar_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
928 u_scanf_spellout_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
987 u_scanf_hex_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
1043 u_scanf_octal_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
1090 u_scanf_pointer_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
1138 u_scanf_scanset_handler(UFILE *input, u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt, int32_t *fmtConsumed, int32_t *argConverted) argument
[all...]
/external/libxml2/
H A DparserInternals.c237 /* we need to keep enough input to show errors in context */
269 * @in: an XML parser input
272 * This function refresh the input for the parser. It doesn't try to
273 * preserve pointers to the input buffer, and discard already read data
320 * @in: an XML parser input
323 * This function increase the input for the parser. It tries to
324 * preserve pointers to the input buffer, and keep already read data
380 * @in: an XML parser input
382 * This function removes used input for the parser.
436 * UTF8 character input an
1101 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, xmlCharEncodingHandlerPtr handler) argument
1271 xmlFreeInputStream(xmlParserInputPtr input) argument
1294 xmlParserInputPtr input; local
1326 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, xmlCharEncoding enc) argument
1360 xmlParserInputPtr input; local
1421 xmlParserInputPtr input; local
1520 xmlParserInputPtr input; local
1689 xmlParserInputPtr input; local
[all...]
/external/kernel-headers/original/linux/
H A Dkeychord.h2 * Key chord input driver
21 #include <linux/input.h>

Completed in 339 milliseconds

1234567891011>>