HomeSort by relevance Sort by last modified time
    Searched refs:UserData (Results 26 - 50 of 85) sorted by null

12 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 22 import com.android.internal.telephony.cdma.sms.UserData;
213 origBytes = UserData.stringToAscii(filteredAddr);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 84 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE);
96 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE);
106 Boolean bool = spatial.getUserData(UserData.JME_PHYSICSIGNORE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 42 import com.android.internal.telephony.cdma.sms.UserData;
302 case UserData.ENCODING_OCTET:
303 case UserData.ENCODING_LATIN:
306 case UserData.ENCODING_IA5:
307 case UserData.ENCODING_GSM_7BIT_ALPHABET:
308 case UserData.ENCODING_7BIT_ASCII:
311 case UserData.ENCODING_UNICODE_16:
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 702 Map<String, UserData> map = document.getUserDataMap(this);
703 UserData previous = data == null
705 : map.put(key, new UserData(data, handler));
713 Map<String, UserData> map = document.getUserDataMapForRead(this);
714 UserData userData = map.get(key);
715 return userData != null ? userData.value : null;
718 static class UserData {
721 UserData(Object value, UserDataHandler handler)
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetuserdata03.js 80 Invoke setUserData on this Document to set this Documents UserData to a new
82 UserData object is the same as the object that was set.
92 var userData;
nodegetuserdata04.js 80 Invoke setUserData on this DocumentType to set this its UserData to a this
82 UserData object is the same as the object that was set.
93 var userData;
nodegetuserdata05.js 78 Invoke setUserData on this Entity node to set this its UserData to a new
80 UserData object is Null.
94 var userData;
nodegetuserdata07.js 80 Invoke setUserData on a new PI node to set this its UserData to itself
82 returned UserData object is the same as that was set.
93 var userData;
nodesetuserdata03.js 78 Invoke setUserData on this Document to set this Documents UserData to a new
80 the returned Element UserData object.
90 var userData;
nodesetuserdata06.js 80 Invoke setUserData on a new Comment to set its UserData to an Entity node
81 twice using the same key. Verify if the UserData object that was by the
96 var userData;
nodesetuserdata07.js 80 Invoke setUserData on a Notation to set its UserData to a Comment node
81 twice using the same key. Verify if the UserData object that was returned
96 var userData;
nodesetuserdata08.js 79 UserData to this Document and DocumentElement node. Verify if the UserData
95 var userData;
nodesetuserdata09.js 80 Invoke setUserData on this documentElement node to set its UserData to
82 key of the UserData that was just set on the documentElement node and verify
nodesetuserdata10.js 79 UserData to this Document and DocumentElement node. Verify if the UserData
95 var userData;
nodegetuserdata01.js 80 Using getUserData with a junk value for the key attempt to retreive the UserData object
91 var userData;
98 userData = doc.getUserData("key1");
99 assertNull("nodegetuserdata01",userData);
nodegetuserdata02.js 80 Using getUserData with a junk value for the key attempt to retreive the UserData object
91 var userData;
98 userData = doc.getUserData("key1");
99 assertNull("nodegetuserdata02",userData);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 251 T* UserData (void) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 251 T* UserData (void) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 251 T* UserData (void) const
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java 37 import com.android.internal.telephony.cdma.sms.UserData;
309 UserData uData = new UserData();
345 UserData uData = new UserData();
347 uData.msgEncoding = UserData.ENCODING_OCTET;
358 * @param userData the data for the message
364 public static SubmitPdu getSubmitPdu(String destAddr, UserData userData,
366 return privateGetSubmitPdu(destAddr, statusReportRequested, userData);
    [all...]
CdmaSMSDispatcher.java 54 import com.android.internal.telephony.cdma.sms.UserData;
279 byte[] userData = new byte[pdu.length - index];
280 System.arraycopy(pdu, index, userData, 0, pdu.length - index);
282 return processMessagePart(userData, address, referenceNumber, segment, totalSegments,
316 UserData uData = new UserData();
320 uData.msgEncoding = UserData.ENCODING_GSM_7BIT_ALPHABET;
322 uData.msgEncoding = UserData.ENCODING_UNICODE_16;
  /external/clang/lib/AST/
CXXInheritance.cpp 182 void *UserData) {
259 if (BaseMatches(BaseSpec, ScratchPath, UserData)) {
274 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) {
308 void *UserData,
311 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, UserData))
  /external/clang/include/clang/AST/
CXXInheritance.h 168 void *UserData);
  /frameworks/compile/slang/
slang.h 66 static void LLVMErrorHandler(void *UserData, const std::string &Message);
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 33 import com.android.internal.telephony.cdma.sms.UserData;

Completed in 1945 milliseconds

12 3 4