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

  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
WbxmlEncoder.java 157 byte[] wbxml = new byte[arrBytes.size()];
160 wbxml[i] = b.byteValue();
162 return wbxml;
172 byte[] wbxml = encoder.encode(s);
173 FileOutputStream fos = new FileOutputStream("WAP.wbxml");
174 fos.write(wbxml);
  /packages/apps/OMA-DM/setting/
Makefile 25 cp $(MY_OUT)/treedata/*.wbxml $(DM_ASSETS)/dm/dmt_data/
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltencwbxml.c 2 /* module: The WBXML Encoder source file */
60 * Converts a element type into its wbxml token
64 * POST-Condition: return of wbxml token
68 * OUT: wbxml token
70 * RETURN: wbxml token
71 * 0, if no matching wbxml token
79 MemByte_t wbxml; member in struct:GlobTok_s
94 return globtoken[i].wbxml;
102 * Converts a Long_t opaque size to a wbxml mb_u_int32 and adds it to the buffer
129 //one more byte is needed in the mb_u_int32 representation of WBXML
    [all...]
xlttagtbl.h 59 Byte_t wbxml; member in struct:Tag_s
xlttags.c 2 /* module: Definition of WBXML/XML tags for the en-/decoder */
235 * codepages, wbxml tags and xml tags
242 #define _TOKEN(id, wbxml, xml) (id), (wbxml), (xml)
244 #define _TOKEN(id, wbxml, xml) (id), (wbxml), ""
568 * Returns a WBXML byte which belongs to a tag ID in a defined codepage.
569 * This function is needed for the WBXML encoding
593 *pTagByte = (pTags+i)->wbxml;
732 if (((pTags+i)->wbxml) == tag
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltencwbxml.c 2 /* module: The WBXML Encoder source file */
60 * Converts a element type into its wbxml token
64 * POST-Condition: return of wbxml token
68 * OUT: wbxml token
70 * RETURN: wbxml token
71 * 0, if no matching wbxml token
79 MemByte_t wbxml; member in struct:GlobTok_s
94 return globtoken[i].wbxml;
102 * Converts a Long_t opaque size to a wbxml mb_u_int32 and adds it to the buffer
129 //one more byte is needed in the mb_u_int32 representation of WBXML
    [all...]
xlttags.c 2 /* module: Definition of WBXML/XML tags for the en-/decoder */
234 * codepages, wbxml tags and xml tags
241 #define _TOKEN(id, wbxml, xml) (id), (wbxml), (xml)
243 #define _TOKEN(id, wbxml, xml) (id), (wbxml), ""
567 * Returns a WBXML byte which belongs to a tag ID in a defined codepage.
568 * This function is needed for the WBXML encoding
592 *pTagByte = (pTags+i)->wbxml;
731 if (((pTags+i)->wbxml) == tag
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/linux_java/test/dm11/
testinput11 68 processscript unittest/dm11/testget.wbxml 1
69 processscript unittest/dm11/testadd.wbxml 1
70 processscript unittest/dm11/testdelete.wbxml 1
71 processscript unittest/dm11/testreplace.wbxml 1
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/
generateDMT 313 mv -f *.wbxml $OUTPUTDIR 2> /dev/$OUT
  /packages/apps/OMA-DM/engine/dmlib/linux_java/test/dm12/
testinput12 68 processscript unittest/dm12/testget.wbxml 1
69 processscript unittest/dm12/testadd.wbxml 1
70 processscript unittest/dm12/testdelete.wbxml 1
71 processscript unittest/dm12/testreplace.wbxml 1

Completed in 2113 milliseconds