Home
last modified time | relevance | path

Searched refs:testQuery (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/development/tools/winscope/src/viewers/viewer_search/
H A Dpresenter_test.ts78 const testQuery = 'search query'; constant
81 detail: new QueryClickDetail(testQuery),
84 expect(spy).toHaveBeenCalledWith(testQuery);
135 const testQuery = 'successful non-empty query'; constant
136 presenter.onSearchQueryClick(testQuery);
138 new TraceSearchRequest(testQuery),
147 .setDescriptors([testQuery])
152 const expectedSearchResult = new SearchResult(testQuery, [], []);
164 expect(uiData.recentSearches).toEqual([new Search(testQuery)]);
186 const testQuery = 'unsuccessful query'; constant
[all …]
H A Dviewer_search_component_test.ts46 const testQuery = 'select * from table'; constant
137 new Search(testQuery),
147 new SearchResult(testQuery, [], []),
170 changeInput(textInput, testQuery);
185 changeInput(textInput, testQuery);
198 component.inputData.savedSearches.push(new Search(testQuery, testName));
201 new SearchResult(testQuery, [], []),
223 expect(detail).toEqual(new SaveQueryClickDetail(testQuery, testName2));
229 expect(detail).toEqual(new SaveQueryClickDetail(testQuery, testName3));
262 changeInput(getTextInput(), testQuery);
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp79 ANGLE_TRY(testQuery(context9)); in getResultBase()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
119 angle::Result Query9::testQuery(Context9 *context9) in testQuery() function in rx::Query9
H A DQuery9.h35 angle::Result testQuery(Context9 *context9);
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/search/
DSearchFeatureTest.kt408 val testQuery = "testquery" in testSearchBar_onBackAction_clearsQuery() constant
415 .performTextInput(testQuery) in testSearchBar_onBackAction_clearsQuery()
417 composeTestRule.onNodeWithText(testQuery).assertIsDisplayed() in testSearchBar_onBackAction_clearsQuery()
428 composeTestRule.onNodeWithText(testQuery).assertIsNotDisplayed() in testSearchBar_onBackAction_clearsQuery()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cContextFlushControlTests.cpp92 is_ok = is_ok && testQuery(m_context.getRenderContext(), GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH); in iterate()
103 is_ok = is_ok && testQuery(*no_flush_context, GL_NONE); in iterate()
145 bool gl4cts::ContextFlushControl::CoverageTest::testQuery(glu::RenderContext &context, glw::GLenum … in testQuery() function in gl4cts::ContextFlushControl::CoverageTest
H A Dgl4cContextFlushControlTests.hpp98 bool testQuery(glu::RenderContext &context, glw::GLenum expected_value);
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPickerUriResolverTest.java537 testQuery(sTestPickerUri); in testPickerUriResolver_userValid()
552 testQuery(sTestPickerUri); in testPickerUriResolver_photoPicker()
634 testQuery(sTestPickerUri); in testPickerUriResolver_pickerUri_fileOpenWithRequireOriginal()
682 testQuery(sTestPickerUri); in testPickerUriResolver_pickerGetContentUri_fileOpenWithRequireOriginal()
782 private void testQuery(Uri uri) throws Exception { in testQuery() method in PickerUriResolverTest
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/
DEventsDaoTest.java189 Query testQuery = new Query.Builder(5L, APP_NAME, mService, mServiceCert, mQueryData) in testDeleteEventsAndQueries() local
191 long queryId3 = mDao.insertQuery(testQuery); in testDeleteEventsAndQueries()
201 assertEquals(createExpectedJoinedEvent(null, testQuery, 0, queryId3), in testDeleteEventsAndQueries()
208 assertEquals(createExpectedJoinedEvent(null, testQuery, 0, queryId3), in testDeleteEventsAndQueries()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DQuery11.cpp233 ANGLE_TRY(testQuery(context11, query)); in flush()
247 angle::Result Query11::testQuery(Context11 *context11, QueryState *queryState) in testQuery() function in rx::Query11
H A DQuery11.h55 angle::Result testQuery(Context11 *context11, QueryState *queryState);
/aosp_15_r20/external/testng/src/test/java/test/junit/
H A DJUnitConstructorTest.java37 public void testQuery() { in testQuery() method in JUnitConstructorTest
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
H A DSealedGenericClassesTest.kt33 fun testQuery() { in testQuery() method in kotlinx.serialization.SealedGenericClassesTest
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentProviderCursorWindowTest.java36 public void testQuery() { in testQuery() method in ContentProviderCursorWindowTest
H A DContentResolverWrapTest.java222 public void testQuery() throws Exception { in testQuery() method in ContentResolverWrapTest
H A DContentProviderClientTest.java122 public void testQuery() throws RemoteException { in testQuery() method in ContentProviderClientTest
H A DContentResolverTest.java351 public void testQuery() { in testQuery() method in ContentResolverTest
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/
H A DMediaStore_VideoTest.java73 public void testQuery() throws Exception { in testQuery() method in MediaStore_VideoTest
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
H A DMediaStore_VideoTest.java75 public void testQuery() throws Exception { in testQuery() method in MediaStore_VideoTest
/aosp_15_r20/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DPickCountRecordProviderTest.java58 public void testQuery() { in testQuery() method in PickCountRecordProviderTest
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DRingtoneManagerTest.java270 public void testQuery() { in testQuery() method in RingtoneManagerTest
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
H A DClientTest.java111 public void testQuery() throws Exception { in testQuery() method in ClientTest
/aosp_15_r20/cts/tests/tests/database/src/android/database/sqlite/cts/
H A DSQLiteQueryBuilderTest.java295 public void testQuery() { in testQuery() method in SQLiteQueryBuilderTest
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DSQLiteQueryBuilderTest.java290 public void testQuery() { in testQuery() method in SQLiteQueryBuilderTest
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
H A DClientTest.java136 public void testQuery() throws Exception { in testQuery() method in ClientTest

12