HomeSort by relevance Sort by last modified time
    Searched refs:SignedLongLong (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java 29 public class SignedLongLong implements Comparable<SignedLongLong> {
34 public SignedLongLong(long leastSigBits, long mostSigBits) {
40 * Create a SignedLongLong from a Hex-String without "0x" prefix
45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException {
66 return new SignedLongLong(lsb, msb);
70 public int compareTo(SignedLongLong another) {
110 SignedLongLong other = (SignedLongLong) obj;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MapContact.java 17 import com.android.bluetooth.SignedLongLong;
51 public SignedLongLong getXBtUid() {
53 return new SignedLongLong(mId, 0);
BluetoothMapConvoContactElement.java 19 import com.android.bluetooth.SignedLongLong;
59 private SignedLongLong mBtUid = null;
67 newElement.mBtUid = new SignedLongLong(contact.getId(), 0);
86 this.mBtUid = SignedLongLong.fromString(btUid);
141 public void setBtUid(SignedLongLong btUid) {
265 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
BluetoothMapConvoListingElement.java 19 import com.android.bluetooth.SignedLongLong;
49 private SignedLongLong mId = null;
203 this.mId = new SignedLongLong(threadId, type);
311 newElement.mId = SignedLongLong.fromString(attributeValue);
BluetoothMapAppParams.java 19 import com.android.bluetooth.SignedLongLong;
162 // TODO: Change to use SignedLongLong?
173 private SignedLongLong mFilterConvoId = null;
176 private SignedLongLong mChatStateConvoId = null;
    [all...]
BluetoothMapObexServer.java 32 import com.android.bluetooth.SignedLongLong;
    [all...]
BluetoothMapContent.java 41 import com.android.bluetooth.SignedLongLong;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 59 IntMaxType = SignedLongLong;
65 Int64Type = SignedLongLong;
121 case SignedLongLong: return "long long int";
135 case SignedLongLong: return "LL";
162 case SignedLongLong:
180 case SignedLongLong:
196 return IsSigned ? SignedLongLong : UnsignedLongLong;
211 return IsSigned ? SignedLongLong : UnsignedLongLong;
251 case SignedLongLong:
265 case SignedLongLong
    [all...]
Targets.cpp 626 this->IntMaxType = TargetInfo::SignedLongLong;
627 this->Int64Type = TargetInfo::SignedLongLong;
787 this->IntMaxType = TargetInfo::SignedLongLong;
788 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 138 SignedLongLong,
239 return SignedLongLong;
279 case SignedLongLong:
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 134 SignedLongLong,
258 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 136 SignedLongLong,
260 case SignedLongLong:
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 686 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
    [all...]

Completed in 565 milliseconds

1 2