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

  /frameworks/base/core/jni/
android_util_StringBlock.cpp 50 ResStringPool* osb = new ResStringPool(b+off, len, true); local
53 if (osb == NULL || osb->getError() != NO_ERROR) {
55 delete osb;
59 return (jint)osb;
65 ResStringPool* osb = (ResStringPool*)token; local
66 if (osb == NULL) {
71 return osb->size();
77 ResStringPool* osb = (ResStringPool*)token; local
78 if (osb == NULL)
101 ResStringPool* osb = (ResStringPool*)token; local
144 ResStringPool* osb = (ResStringPool*)token; local
    [all...]
android_util_XmlBlock.cpp 50 ResXMLTree* osb = new ResXMLTree(b+off, len, true); local
53 if (osb == NULL || osb->getError() != NO_ERROR) {
58 return (jint)osb;
64 ResXMLTree* osb = (ResXMLTree*)token; local
65 if (osb == NULL) {
70 return (jint)&osb->getStrings();
76 ResXMLTree* osb = (ResXMLTree*)token; local
77 if (osb == NULL) {
82 ResXMLParser* st = new ResXMLParser(*osb);
349 ResXMLTree* osb = (ResXMLTree*)token; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1065 struct ocfs2_super_block *osb; local
1067 osb = (struct ocfs2_super_block *)buf;
1069 blkid_set_tag(probe->dev, "LABEL", osb->s_label, sizeof(osb->s_label));
1070 set_uuid(probe->dev, osb->s_uuid, 0);
    [all...]

Completed in 603 milliseconds