HomeSort by relevance Sort by last modified time
    Searched refs:Queries (Results 1 - 14 of 14) sorted by null

  /dalvik/hit/src/com/android/hit/
Main.java 57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x);
71 Map<String, Set<ClassObj>> allClasses = Queries.allClasses(state);
85 Instance[] instances = Queries.instancesOf(state, "java.lang.String");
91 Instance[] instances = Queries.allInstancesOf(state,
Queries.java 28 public class Queries {
30 * NOTES: Here's a list of the queries that can be done in hat and
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 39 import com.android.ex.chips.Queries.Query;
96 Queries.Query query;
98 query = Queries.EMAIL;
100 query = Queries.PHONE;
128 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
152 matchesNotFound, Queries.EMAIL, callback);
157 Account account, Set<String> matchesNotFound, Queries.Query query,
251 String address = c.getString(Queries.Query.DESTINATION);
254 c.getString(Queries.Query.NAME),
255 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE)
    [all...]
BaseRecipientAdapter.java 89 private final Queries.Query mQueryMode;
163 this.displayName = cursor.getString(Queries.Query.NAME);
164 this.destination = cursor.getString(Queries.Query.DESTINATION);
165 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
166 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
167 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
169 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
170 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
171 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
172 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY)
    [all...]
Queries.java 27 * Phone and Email queries for supporting Chips UI.
29 /* package */ class Queries {
DropdownChipLayouter.java 19 import com.android.ex.chips.Queries.Query;
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 52 // Cached queries per register unit.
53 std::unique_ptr<LiveIntervalUnion::Query[]> Queries;
76 /// Invalidate cached interference queries after modifying virtual register
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 58 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
61 // Make sure no stale queries get reused.
69 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
135 LiveIntervalUnion::Query &Q = Queries[RegUnit];
  /external/chromium_org/ui/keyboard/resources/
api_adapter.js 6 * Queries the document for an element with a matching id.
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 31 MatrixCursor c = new MatrixCursor(Queries.EMAIL.getProjection());
  /external/chromium_org/tools/sheriffing/
functions.js 33 /** Queries all of the servers for their latest statuses. */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 218 * Queries to obtains items for each group.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 179 * Queries all elements.
  /external/mdnsresponder/mDNSCore/
uDNS.c 48 // Currently the unicast queries maintain a 64 bit map to track the valid DNS servers for that
90 rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Queries
161 // PenalizeDNSServer is called when the number of queries to the unicast
173 // we should never accept a response after we penalize a DNS server e.g., send two queries, no response,
197 // We penalize the server so that new queries don't pick this server for DNSSERVER_PENALTY_TIME
265 // because uDNS_CheckCurrentQuestion will try resending the queries. Hence, to be consistent, we
684 #pragma mark - Long-Lived Queries
694 // we risk causing spurious "SendQueries didn't send all its queries" log messages
    [all...]

Completed in 1184 milliseconds