HomeSort by relevance Sort by last modified time
    Searched defs:EndPoint (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 88 const SlotIndex EndPoint;
92 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
94 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
113 return EndPoint.isDead();
136 SlotIndex endPoint() const {
137 return EndPoint;
453 SlotIndex EndPoint;
457 EndPoint = I->end;
462 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 162 final EndPoint target;
224 public static class EndPoint {
225 public final static EndPoint USER_ALL_PROVIDER_ALL_ACCOUNTS_ALL =
226 new EndPoint(null, null, UserHandle.USER_ALL);
234 public EndPoint(ComponentName service, int userId) {
243 public EndPoint(Account account, String provider, int userId) {
253 * An Endpoint for a sync matches if it targets the same sync adapter for the same user.
255 * @param spec the Endpoint to match. If the spec has null fields, they indicate a wildcard
258 public boolean matchesSpec(EndPoint spec) {
302 final EndPoint target
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 58 milliseconds