HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 151 - 175 of 347) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 2 # This file is used to create/update/query/erase a meta file table
108 ## Query table
116 def Query(self, Model, Arch=None, Platform=None):
190 ## Query table
197 def Query(self, Model, Arch=None):
272 ## Query table
282 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None):
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 56 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
67 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
171 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg, function in class:LiveRegMatrix
173 LiveIntervalUnion::Query &Q = Queries[RegUnit];
193 if (query(VirtReg, *Units).checkInterference())
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
ConstructorTest.java 28 import android.arch.persistence.room.Query;
54 @Query("SELECT * FROM fc WHERE a = :a")
60 @Query("SELECT * FROM pc WHERE a = :a")
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DownloadPackageTask.java 22 import android.app.DownloadManager.Query;
147 Query q = new Query();
149 Cursor c = mDownloadManager.query(q);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupUtil.java 111 ? GroupMembersFragment.Query.EMAIL_SELECTION
113 : GroupMembersFragment.Query.PHONE_SELECTION
116 final Cursor cursor = contentResolver.query(ContactsContract.Data.CONTENT_URI,
118 ? GroupMembersFragment.Query.EMAIL_PROJECTION
119 : GroupMembersFragment.Query.PHONE_PROJECTION,
129 final String data = cursor.getString(GroupMembersFragment.Query.DATA1);
293 * Stores column ordering for the projection of a query of ContactsContract.Groups
GroupMembersFragment.java 304 * Helper class for cp2 query used to look up all contact's emails and phone numbers.
306 public static abstract class Query {
380 ? Query.EMAIL_SELECTION
381 : Query.PHONE_SELECTION)
384 final Cursor cursor = contentResolver.query(ContactsContract.Data.CONTENT_URI,
386 ? Query.EMAIL_PROJECTION
387 : Query.PHONE_PROJECTION,
397 final String contactId = cursor.getString(Query.CONTACT_ID);
398 final String itemId = cursor.getString(Query.ITEM_ID);
399 final boolean isPrimary = cursor.getInt(Query.PRIMARY) != 0
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java 98 // Data Query Columns, which match the DATA_QUERY_PROJECTION
430 public static class Query {
453 public Query setFilterById(long... ids) {
462 public Query setFilterByNumber(String number) {
471 public Query setFilterByTime(String selection) {
484 public Query setFilterByTime(String column, long last) {
497 public Query setFilterByEarliestTime(String column, long earliest) {
516 public Query orderBy(String column, int direction) {
533 * Run this query using the given ContentResolver.
534 * @param projection the projection to pass to ContentResolver.query()
653 public Cursor query(Query query) { method in class:EABContactManager
686 Query query = new Query().setFilterByNumber(number) local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 20 import android.app.DownloadManager.Query;
229 cursor = mDm.query(new Query().setFilterById(Long.parseLong(docId)));
274 cursor = mDm.query(
275 new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true));
278 .query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
306 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
332 public Cursor querySearchDocuments(String rootId, String query, String[] projection
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 59 * query. If not all permissions in {@link ChipsUtil#REQUIRED_PERMISSIONS} are granted and
101 private final Queries.Query mQueryMode;
175 this.displayName = cursor.getString(Queries.Query.NAME);
176 this.destination = cursor.getString(Queries.Query.DESTINATION);
177 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
179 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
181 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
182 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
183 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE)
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/solver/query/
QueryWriterTest.kt 17 package android.arch.persistence.room.solver.query
20 import android.arch.persistence.room.Query
50 val QUERY = ROOM_SQL_QUERY.toString()
56 @Query("SELECT id FROM users")
63 final $QUERY _stmt = $QUERY.acquire(_sql, 0);
71 @Query("SELECT id FROM users WHERE name LIKE :name")
79 final $QUERY _stmt = $QUERY.acquire(_sql, 1);
93 @Query("SELECT id FROM users WHERE id IN(:id1,:id2)"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 2 # This file is used to create/update/query/erase a meta file table
130 ## Query table
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None):
212 ## Query table
219 def Query(self, Model, Arch=None):
327 ## Query table
337 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None):
  /external/autotest/client/cros/cellular/
base_station_pxt.py 44 idn = self.c.Query('*IDN?')
54 bs_active = self.c.Query('BSE:SIMULator?')
72 status = self.c.Query('BSE:STATus:ACELL?')
emulator_config.py 80 'Changing switch port from %s to %s' % (rf_switch.Query(), port))
prologix_scpi_driver.py 26 query. As of Aug '11, something between us and the Agilent 8960
130 # send *RST and *OPC? and then manually query with ++read,
132 # on self.Query to turn on Prologix auto mode to avoid this
134 self.Query('*OPC?')
161 def Query(self, command):
180 """Sends a query to the prologix (do not send ++read).
182 Returns: response of the query.
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 111 LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn();
191 if (LIS->getInterval(Reg2).Query(FMAIdx).isKill()
195 } else if (LIS->getInterval(Reg3).Query(FMAIdx).isKill()
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 19 import android.app.DownloadManager.Query;
134 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
323 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 82 virtual HRESULT WINAPI Query(LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes) = 0;
91 HRESULT (WINAPI *Query)(IProvisioningDomain *This,LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes);
102 #define IProvisioningDomain_Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes) (This)->lpVtbl->Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Database.py 88 ## Query a table
93 Table.Query()
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 138 typedef TypedObjectWrapper<OBJECTTYPE_QUERY> Query;
  /external/mesa3d/src/mesa/main/
queryobj.h 38 _mesa_HashLookup(ctx->Query.QueryObjects, id);
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
QueryMethodProcessor.kt 19 import android.arch.persistence.room.Query
25 import android.arch.persistence.room.solver.query.result.LiveDataQueryResultBinder
49 Query::class.java).orNull()
53 val query = if (annotation != null) {
54 val query = SqlParser.parse(
56 context.checker.check(query.errors.isEmpty(), executableElement,
57 query.errors.joinToString("\n"))
59 query.resultInfo = dbVerifier?.analyze(query.original)
61 if (query.resultInfo?.error != null)
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/testing/
test_util.kt 21 import android.arch.persistence.room.Query
104 @android.arch.persistence.room.Query("foo")
113 .forAnnotations(Query::class, PrimaryKey::class, Embedded::class,
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 26 import android.app.DownloadManager.Query;
193 cursor = dm.query(new Query().setFilterById(id));
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 304 if (ctx->Query.CurrentOcclusionObject)
305 ctx->Query.CurrentOcclusionObject->Result += count;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_bitmap.c 306 if (ctx->Query.CurrentOcclusionObject)
307 ctx->Query.CurrentOcclusionObject->Result += count;

Completed in 3476 milliseconds

1 2 3 4 5 67 8 91011>>