/art/tools/ahat/src/ |
ObjectHandler.java | 55 public void handle(Doc doc, Query query) throws IOException { 56 long id = query.getLong("id", 0); 67 printAllocationSite(doc, query, inst); 68 printGcRootPath(doc, query, inst); 100 printClassInstanceFields(doc, query, inst.asClassInstance()); 102 printArrayElements(doc, query, inst.asArrayInstance()); 104 printClassInfo(doc, query, inst.asClassObj()); 106 printReferences(doc, query, inst); 107 printDominatedObjects(doc, query, inst) [all...] |
DominatedList.java | 39 * @param query the current page query 44 Doc doc, Query query, String id, Collection<AhatInstance> instances) { 47 HeapTable.render(doc, query, id, new TableConfig(), snapshot, insts);
|
SitePrinter.java | 27 public static void printSite(AhatSnapshot snapshot, Doc doc, Query query, String id, Site site) { 61 HeapTable.render(doc, query, id, table, snapshot, path);
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
DynamicShortcutsTests.java | 276 provider.expect(MockContentProvider.Query.forAnyUri()) 284 private MockContentProvider.Query queryFor(Uri uri, Object... rows) { 285 final MockContentProvider.Query query = MockContentProvider.Query 291 populateQueryRows(query, DynamicShortcuts.PROJECTION.length, rows); 292 return query; 295 private MockContentProvider.Query queryForSingleRow(Uri uri, Object... row) { 296 return new MockContentProvider.Query(uri) 303 private ContentResolver resolverWithExpectedQueries(MockContentProvider.Query... queries) [all...] |
/external/llvm/lib/Support/ |
SpecialCaseList.cpp | 42 bool match(StringRef Query) const { 43 return Strings.count(Query) || (RegEx && RegEx->match(Query)); 157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, 165 return II->getValue().match(Query);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
LiveIntervalUnion.cpp | 104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { 111 // query's live virtual register. 113 // The query state is one of: 119 unsigned LiveIntervalUnion::Query:: 184 bool LiveIntervalUnion::Query::checkLoopInterference(MachineLoopRange *Loop) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableReport.py | 2 # This file is used to create/update/query/erase table for ECC reports
79 ## Query table
83 def Query(self):
105 RecordSet = self.Query()
|
TableDec.py | 2 # This file is used to create/update/query/erase table for dec datas
96 ## Query table
102 def Query(self, Model):
|
TableDsc.py | 2 # This file is used to create/update/query/erase table for dsc datas
96 ## Query table
102 def Query(self, Model):
|
TableFdf.py | 2 # This file is used to create/update/query/erase table for fdf datas
97 ## Query table
103 def Query(self, Model):
|
TableInf.py | 2 # This file is used to create/update/query/erase table for inf datas
102 ## Query table
108 def Query(self, Model):
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
JpaWorkManagerTest.java | 33 import javax.persistence.Query; 73 final Query query = injector.getInstance(EntityManager.class) local 76 query.setParameter("text", UNIQUE_TEXT_3); 77 final Object o = query.getSingleResult();
|
/external/libchrome/base/win/ |
scoped_comptr.h | 90 template <class Query> 91 HRESULT QueryInterface(Query** p) {
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
DownloadManagerBaseTest.java | 20 import android.app.DownloadManager.Query; 354 * @param id The download id to query on (wait for) 374 Query q = new Query(); 377 Cursor cursor = mDownloadManager.query(q); 485 DownloadManager.Query q = new DownloadManager.Query(); 487 Cursor response = mDownloadManager.query(q); 489 Log.i(LOG_TAG, String.format("Query to download manager returned nothing for id %d",id)); 518 Cursor cursor = mDownloadManager.query(new Query()) 540 Query query = new Query(); local [all...] |
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/ |
IndexingTest.java | 33 import android.arch.persistence.room.Query; 70 @Query("SELECT * FROM sqlite_master WHERE type = 'index'")
|
ForeignKeyTest.java | 38 import android.arch.persistence.room.Query; 77 @Query("SELECT * FROM A WHERE id = :id") 80 @Query("SELECT * FROM B WHERE id = :id") 83 @Query("SELECT * FROM C WHERE id = :id") 86 @Query("SELECT * FROM D WHERE id = :id") 89 @Query("SELECT * FROM E WHERE id = :id") 101 @Query("UPDATE A SET name = :newName WHERE id = :id")
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 19 import android.app.DownloadManager.Query; 147 Cursor cursor = dm.query(new Query().setFilterById(id)); 488 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId)); 648 * @param id The download id to query on (wait for) 660 * @param id The download id to query on (wait for) 673 * @param id The download id to query on (wait for) 679 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); 693 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis) 995 Query query = new Query(); local [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 49 struct Query { 56 Query(const DataLayout &DL, const TargetLibraryInfo *tli, 63 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned); 64 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &, 67 const Query &, unsigned); 68 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &, 70 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned); 71 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned); 72 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned); 141 unsigned OpcToExpand, const Query &Q [all...] |
/build/kati/ |
query.go | 76 // Query queries q in g. 77 func Query(w io.Writer, q string, g *DepGraph) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/ |
PlatformToDriverConfiguration.h | 75 Allows the UEFI driver to query the platform for configuration information
89 query data. The caller should increment this value by one
135 the data returned from Query.
147 Instance - Instance data returned from Query.
148 ParameterTypeGuid - ParameterTypeGuid returned from Query.
149 ParameterBlock - ParameterBlock returned from Query.
150 ParameterBlockSize - The ParameterBlock size returned from Query.
166 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
PlatformToDriverConfiguration.h | 30 The UEFI driver must call Query early in the Start() function
34 Information returned from Query may lead to the drivers Start()
37 the driver must call Query after the child handle has been created
40 return by Query may lead the driver to decide to not create the
43 The UEFI driver repeatedly calls Query, processes the information
45 arguments returned from Query. The Instance value passed into
47 call to Query.
50 increment the Instance value by one for each successive call to Query.
68 return the first query data. The caller should
191 The UEFI driver repeatedly calls Query, processes the [all...] |
/external/autotest/frontend/client/src/autotest/tko/ |
SpreadsheetDataProcessor.java | 9 import autotest.common.table.DataSource.Query; 35 private Query currentQuery; 152 dataSource.query(condition, this); 155 public void onQueryReady(Query query) { 156 currentQuery = query; 157 query.getPage(null, null, null, this); 163 notifyManager.showMessage("No results for query"); 224 public Query getCurrentQuery() {
|
/external/mesa3d/src/mesa/main/ |
queryobj.c | 38 * Allocate a new query object. This is a fallback routine called via 55 * state of a query object, the result is available" (OpenGL 3.1 § 64 * object has not yet been bound so should not be considered a query. 73 * Begin a query. Software driver fallback. 84 * End a query. Software driver fallback. 96 * Wait for query to complete. Software driver fallback. 102 /* For software drivers, _mesa_end_query() should have completed the query. 111 * Check if a query results are ready. Software driver fallback. 124 * Delete a query object. Called via ctx->Driver.DeleteQuery(). 157 return &ctx->Query.pipeline_stats[which] [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 62 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 78 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 89 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 178 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
JpaFinderProxy.java | 40 import javax.persistence.Query; 65 //execute as query (named params or otherwise) 66 Query jpaQuery = finderDescriptor.createQuery(em); 108 private void bindQueryNamedParameters(Query jpaQuery, 132 private void bindQueryRawParameters(Query jpaQuery, 164 //determine finder query characteristics 166 String query = finder.query(); local 167 if (!"".equals(query.trim())) { 168 finderDescriptor.setQuery(query); 255 private String query; field in class:JpaFinderProxy.FinderDescriptor [all...] |