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

  /cts/tests/tests/net/src/android/net/cts/
Uri_BuilderTest.java 48 .appendQueryParameter("query2", null)
54 assertEquals("query&query2=null", uri.getEncodedQuery());
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 83 String query2 = "query2"; local
85 srs.saveRecentQuery(query2, line2);
104 assertEquals(query2, c
  /frameworks/support/room/runtime/src/test/java/androidx/room/
RoomSQLiteQueryTest.java 95 RoomSQLiteQuery query2 = RoomSQLiteQuery.acquire("zx", 3); local
99 query2.release();
  /external/mesa3d/src/mesa/main/
formatquery.c 66 bool query2 = _mesa_has_ARB_internalformat_query2(ctx); local
83 if (!query2) {
106 if (!query2 &&
224 if (!query2) {
260 if (!query2 && !_is_renderable(ctx, internalformat)) {
783 * Useful to handle sentences like this from query2 spec:
1014 /* From query2:MAX_HEIGHT spec (as example):
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
RawQueryMethodProcessorTest.kt 206 SupportSQLiteQuery query2);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation_types.h 410 inline bool operator==(const QueryObject &query1, const QueryObject &query2) {
411 return (query1.pool == query2.pool && query1.index == query2.index);
  /external/vulkan-validation-layers/layers/
core_validation_types.h 494 inline bool operator==(const QueryObject &query1, const QueryObject &query2) {
495 return (query1.pool == query2.pool && query1.index == query2.index);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Database.py 101 self.TblQuery2.Table = 'Query2'
Eot.py 368 SqlCommand ="""select DISTINCT Value from Query2 where Value like '%%%s%%' and Model = %s""" % (GuidMacro, MODEL_IDENTIFIER_MACRO_DEFINE)
401 SqlCommand = """insert into Query2 (Name, Modifier, Value, Model)
  /external/llvm/test/CodeGen/X86/
bt.ll 261 define void @query2(i32 %x, i32 %n) nounwind {
262 ; CHECK-LABEL: query2:
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
bt.ll 202 define void @query2(i32 %x, i32 %n) nounwind {
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 1113 String query2 = "insert into type (IntVal) values (?);"; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 785 milliseconds