Searched defs:form (Results 1 - 25 of 218) sorted by last modified time

123456789

/external/vixl/src/a64/
H A Ddisasm-a64.cc9 // * Redistributions in binary form must reproduce the above copyright notice,
64 const char *form = "'Rds, 'Rns, 'IAddSub"; local
74 form = form_mov;
83 form = form_cmp;
94 form = form_cmp;
100 Format(instr, mnemonic, form);
108 const char *form = "'Rd, 'Rn, 'Rm'HDP"; local
120 form = form_cmp;
129 form = form_neg;
138 form
155 const char *form = ((mode == UXTX) || (mode == SXTX)) ? local
192 const char *form = "'Rd, 'Rn, 'Rm"; local
228 const char *form = "'Rds, 'Rn, 'ITri"; local
300 const char *form = "'Rd, 'Rn, 'Rm'HLo"; local
349 const char *form = "'Rn, 'Rm, 'INzcv, 'Cond"; local
364 const char *form = "'Rn, 'IP, 'INzcv, 'Cond"; local
381 const char *form = "'Rd, 'Rn, 'Rm, 'Cond"; local
436 const char *form = ""; local
510 const char *form = "'Rd, 'Rn, 'Rm, 'IExtract"; local
548 const char *form = "'Xn"; local
568 const char *form = "'BImmUncn"; local
581 const char *form = "'Rd, 'Rn"; local
602 const char *form = "'Rd, 'Rn, 'Rm"; local
624 const char *form = "'Xd, 'Wn, 'Wm, 'Xa"; local
701 const char *form = "'Rt, 'BImmCmpa"; local
720 const char *form = "'Rt, 'IS, 'BImmTest"; local
733 const char *form = "'Rd, 'IMoveImm"; local
772 const char *form = "(LoadStorePreIndex)"; local
786 const char *form = "(LoadStorePostIndex)"; local
800 const char *form = "(LoadStoreUnsignedOffset)"; local
815 const char *form = "(LoadStoreRegisterOffset)"; local
830 const char *form = "'Wt, ['Xns'ILS]"; local
861 const char *form = "(LoadLiteral)"; local
887 const char *form = "(LoadStorePairPostIndex)"; local
901 const char *form = "(LoadStorePairPreIndex)"; local
915 const char *form = "(LoadStorePairOffset)"; local
929 const char *form; local
948 const char *form = "'Fn, 'Fm"; local
964 const char *form = "'Fn, 'Fm, 'INzcv, 'Cond"; local
979 const char *form = "'Fd, 'Fn, 'Fm, 'Cond"; local
992 const char *form = "'Fd, 'Fn"; local
1020 const char *form = "'Fd, 'Fn, 'Fm"; local
1044 const char *form = "'Fd, 'Fn, 'Fm, 'Fa"; local
1063 const char *form = "(FPImmediate)"; local
1076 const char *form = "(FPIntegerConvert)"; local
1132 const char *form = "'Rd, 'Fn, 'IFPFBits"; local
1163 const char *form = "(System)"; local
1221 const char *form = "'IDebug"; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c912 (void)step_leb128U(&p); /* form */
914 while (name != 0); /* until name == form == 0 */
1009 UInt form = step_leb128U( &abbrev_img ); local
1015 if ( form == 0x16 /* FORM_indirect */ )
1016 form = step_leb128U( &p );
1017 /* Decode form. For most kinds, Just skip the amount of data since
1030 switch( form ) {
1132 VG_(printf)( "### unhandled dwarf2 abbrev form code 0x%x\n",
1133 form );
H A Dreaddwarf3.c460 .debug_types and optional alternate .debug_info sections form
477 static UWord cook_die_using_form( CUConst *cc, UWord die, DW_FORM form) argument
479 if (form == DW_FORM_ref_sig8)
481 if (form == DW_FORM_GNU_ref_alt)
1090 Bool td3, DW_FORM form )
1093 switch (form) {
1378 form, ML_(pp_DW_FORM)(form), get_position_of_Cursor(c));
1684 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1685 if (attr == 0 && form
1807 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1891 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2155 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2353 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2391 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2500 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2530 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2609 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2662 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2747 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2833 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2871 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2950 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2996 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
3090 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
[all...]
/external/tcpdump/
H A Dprint-snmp.c12 * 2. Redistributions in binary form must reproduce the above copyright
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
428 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
430 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
432 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
435 elem->form = form;
491 if (form >
[all...]
/external/srec/srec/EventLog/src/
H A Driff.c332 char form[4], tag[4]; local
355 if (fread(form, 1, 4, f) != 4) break;
360 if (strncmp(form, "RIFF", 4))
366 //GS_SetResult(res,"RIFF form type not found",GS_STATIC);
379 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
412 if (fread(form, 1, 4, f) != 4) break;
417 if (strncmp(form, "LIST", 4))
423 //GS_SetResult(res,"RIFF form type not found",GS_STATIC);
437 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java35 * list and the result is stored as a form in the command instance, i.e. the
36 * <code>getForm</code> method retrieves a form with all the users.
74 // TODO: information related to the execution, e.g. the form to fill. Maybe this
178 * Returns the form of the current stage. Usually it is the form that must
184 * @return the form of the current stage to fill out or the result of the
197 * Sets the form of the current stage. This should be used when setting a
198 * response. It could be a form to fill out the information needed to go to
201 * @param form the form o
204 setForm(Form form) argument
[all...]
H A DRemoteCommand.java42 * state of "completed" and a form or notes that applies.
94 public void complete(Form form) throws XMPPException { argument
95 executeAction(Action.complete, form, packetReplyTimeout);
105 * in the Form. This form must be the anwser form of the previous stage. If
108 * @param form the form anwser of the previous stage.
111 public void execute(Form form) throws XMPPException { argument
112 executeAction(Action.execute, form, packetReplyTimeout);
116 public void next(Form form) throw argument
139 executeAction(Action action, Form form, long timeout) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java294 private FormField getStreamMethodField(DataForm form) { argument
296 for (Iterator<FormField> it = form.getFields(); it.hasNext();) {
475 DataForm form = new DataForm(Form.TYPE_FORM);
482 form.addField(field);
483 return form;
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java158 * @param room the name of the room in the form "roomName@service", where
236 * @param room the name of the room in the form "roomName@service" of which we want to discover
311 * available for immediate access, the room's owner should send an empty form after creating
315 * before anyone is allowed to enter, the room's owner should complete and send a form after
316 * creating the room. Once the completed configutation form is sent to the server, the server
464 // field is in the form "roomName@service/nickname"
533 // field is in the form "roomName@service/nickname"
549 * Returns the room's configuration form that the room's owner can use or <tt>null</tt> if
550 * no configuration is possible. The configuration form allows to set the room's language,
555 * @throws XMPPException if an error occurs asking the configuration form fo
589 sendConfigurationForm(Form form) argument
661 sendRegistrationForm(Form form) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java54 private DataForm form; field in class:AdHocCommandData
113 if (form != null) {
114 buf.append(form.toXML());
189 * Returns the form of the command.
191 * @return the data form associated with the command.
194 return form;
197 public void setForm(DataForm form) { argument
198 this.form = form;
H A DStreamInitiation.java111 * Sets the data form which contains the valid methods of stream neotiation
114 * @param form The dataform containing the methods.
116 public void setFeatureNegotiationForm(final DataForm form) { argument
117 this.featureNegotiation = new Feature(form);
121 * Returns the data form which contains the valid methods of stream
124 * @return Returns the data form which contains the valid methods of stream
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigurationEvent.java24 * associates a configuration form to the node which was configured. The form
31 private ConfigureForm form; field in class:ConfigurationEvent
41 form = configForm;
46 return form;
H A DFormType.java25 form, submit, cancel, result; enum constant in enum:FormType
/external/smack/src/org/jivesoftware/smackx/search/
H A DSimpleUserSearch.java32 * regardless of the form of the data returned from the server.
38 private Form form; field in class:SimpleUserSearch
41 public void setForm(Form form) { argument
42 this.form = form;
61 if (form == null) {
62 form = Form.getFormFrom(this);
65 if (form == null) {
69 Iterator<FormField> fields = form.getFields();
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
H A DWorkgroup.java276 * @param answerForm the completed form the send for the join request.
311 * @param answerForm the completed form associated with the join reqest.
386 Form form = new Form(Form.TYPE_SUBMIT);
397 form.addField(field);
398 form.setAnswer(escapedName, escapedValue);
400 joinQueue(form, userID);
591 private DataForm form; field in class:Workgroup.JoinQueuePacket
599 form = answerForm.getDataFormToSend();
600 addExtension(form);
613 // Append data form tex
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/openssl/apps/
H A Dec.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
80 * -conv_form arg - specifies the point encoding form
99 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
170 form = POINT_CONVERSION_COMPRESSED;
172 form = POINT_CONVERSION_UNCOMPRESSED;
174 form = POINT_CONVERSION_HYBRID;
233 "point conversion form \n");
333 EC_KEY_set_conv_form(eckey, form);
H A Decparam.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
95 * -text - print the ec parameters in text form
100 * -conv_form arg - specifies the point conversion form
122 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
196 form = POINT_CONVERSION_COMPRESSED;
198 form = POINT_CONVERSION_UNCOMPRESSED;
200 form = POINT_CONVERSION_HYBRID;
263 "parameters in text form\n");
273 "point conversion form \
[all...]
/external/openssl/crypto/ec/
H A Dec2_oct.c26 * 2. Redistributions in binary form must reproduce the above copyright
45 * 6. Redistributions of any form whatsoever must retain the following
165 size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, argument
174 if ((form != POINT_CONVERSION_COMPRESSED)
175 && (form != POINT_CONVERSION_UNCOMPRESSED)
176 && (form != POINT_CONVERSION_HYBRID))
200 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
227 buf[0] = form;
228 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x))
255 if (form
300 point_conversion_form_t form; local
[all...]
H A Dec_asn1.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
581 point_conversion_form_t form; local
625 form = EC_GROUP_get_point_conversion_form(group);
627 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
638 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
948 /* set the point conversion form */
1202 /* The first byte - point conversion form - must be present. */
1208 /* Save the point conversion form. */
1419 /* save the point conversion form */
[all...]
H A Dec_lib.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
362 point_conversion_form_t form)
364 group->asn1_form = form;
361 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
H A Dec_oct.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
132 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, argument
150 form, buf, len, ctx);
159 form, buf, len, ctx);
163 return group->meth->point2oct(group, point, form, buf, len, ctx);
H A Dec_print.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
61 point_conversion_form_t form,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
137 point_conversion_form_t form,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument

Completed in 2305 milliseconds

123456789