Searched refs:formType (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DFormNode.java33 * @param formType The type of form being sent
36 public FormNode(FormNodeType formType, Form submitForm) argument
38 super(formType.getNodeElement());
49 * @param formType The type of form being sent
53 public FormNode(FormNodeType formType, String nodeId, Form submitForm) argument
55 super(formType.getNodeElement(), nodeId);
H A DSubscribeForm.java51 public SubscribeForm(FormType formType) argument
53 super(formType.toString());
H A DConfigureForm.java64 * @param formType
66 public ConfigureForm(FormType formType) argument
68 super(formType.toString());
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.c263 if (SDL_SwapBE32(chunkHeader.formType) != 'AIFC') {

Completed in 95 milliseconds