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

1 2

  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 13 Raised when an error occurs while setting the SMS property template.
19 class SMS(dbus_std_ifaces.DBusProperties):
21 Pseudomodem implementation of the org.freedesktop.ModemManager1.Sms
24 The SMS interface defines operations and properties of a single SMS
27 Modems implementing the Messaging interface will export one SMS object for
28 each SMS stored in the device.
54 Sets the values that should be used for SMS properties when a new
55 SMS is constructed.
61 that dictionary when constructing the next SMS object
    [all...]
  /external/autotest/client/cros/cellular/
pseudo_modem.py 10 into the device. Invoked with the proper flags it can test that SMS
171 class SMS(DBusObjectWithProperties):
172 """SMS Object.
174 Mock SMS message.
177 def __init__(self, manager, name='/SMS/0', text='test',
182 self.text = text or 'test sms at %s' % name
531 def AddSMS(self, sms):
532 logging.info('Adding SMS %s to list', sms.path)
533 self.smses[sms.path] = sm
    [all...]
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 221 SMSPtrTy SMS;
226 : SMS(P), Idx(I), SparseIdx(SI) { }
233 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
238 bool isKeyed() const { return SparseIdx < SMS->Universe; }
240 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
241 unsigned Next() const { return SMS->Dense[Idx].Next; }
243 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
244 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
254 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 70 public static final int SMS = 11;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) { }
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) { }
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SparseMultiSet.h 225 SMSPtrTy SMS;
230 : SMS(P), Idx(I), SparseIdx(SI) {}
237 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
242 bool isKeyed() const { return SparseIdx < SMS->Universe; }
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
245 unsigned Next() const { return SMS->Dense[Idx].Next; }
247 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
248 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
258 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/
aws-java-sdk-cognitoidp-1.11.18.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 

Completed in 245 milliseconds

1 2