HomeSort by relevance Sort by last modified time
    Searched full:otherdata (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
QuotesData.cpp 46 const String* otherData = other.data();
48 if (myData[i] != otherData[i])
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 95 StringDataItem otherData = (StringDataItem) other;
97 return value.compareTo(otherData.value);
  /dalvik/dx/src/com/android/dx/dex/file/
StringDataItem.java 95 StringDataItem otherData = (StringDataItem) other;
97 return value.compareTo(otherData.value);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 95 StringDataItem otherData = (StringDataItem) other;
97 return value.compareTo(otherData.value);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
ANTLRBitSetTest.m 92 static const unsigned long long otherData[] = {5LL, 3LL, 1LL};
93 ANTLRBitSet *otherBitSet = [ANTLRBitSet newANTLRBitSetWithBits:otherData Count:3];
  /device/moto/stingray/whisper/
SHA_CommMarshalling.h 209 uint8_t SHAC_HostHMAC(uint8_t Mode, uint16_t KeyID, uint8_t *ClietResponse, uint8_t *OtherData);
210 uint8_t SHAC_HostMAC(uint8_t Mode, uint16_t KeyID, uint8_t *ClietChallenge, uint8_t *ClietResponse, uint8_t *OtherData);
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 476 // "otherdata" to true.
477 void ID3::Iterator::getstring(String8 *id, bool otherdata) const {
502 if (otherdata) {
  /bionic/libc/netbsd/nameser/
ns_print.c 655 /* XXX need to dump key, print otherdata length & other data */

Completed in 1694 milliseconds