/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 925 #define QUERY(NAME, ENUM, UNITS) \ in svga_get_driver_query_info() macro 930 QUERY("num-draw-calls", SVGA_QUERY_NUM_DRAW_CALLS, in svga_get_driver_query_info() 932 QUERY("num-fallbacks", SVGA_QUERY_NUM_FALLBACKS, in svga_get_driver_query_info() 934 QUERY("num-flushes", SVGA_QUERY_NUM_FLUSHES, in svga_get_driver_query_info() 936 QUERY("num-validations", SVGA_QUERY_NUM_VALIDATIONS, in svga_get_driver_query_info() 938 QUERY("map-buffer-time", SVGA_QUERY_MAP_BUFFER_TIME, in svga_get_driver_query_info() 940 QUERY("num-buffers-mapped", SVGA_QUERY_NUM_BUFFERS_MAPPED, in svga_get_driver_query_info() 942 QUERY("num-textures-mapped", SVGA_QUERY_NUM_TEXTURES_MAPPED, in svga_get_driver_query_info() 944 QUERY("num-bytes-uploaded", SVGA_QUERY_NUM_BYTES_UPLOADED, in svga_get_driver_query_info() 946 QUERY("nu in svga_get_driver_query_info() 989 #undef QUERY svga_get_driver_query_info() macro [all...] |
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_transactions.py | 320 QUERY = "insert into t values(1)" variable in IsolationLevelPostInit 333 self.cx.execute(self.QUERY) 334 self.assertEqual(self.traced, ["BEGIN ", self.QUERY, "COMMIT"]) 339 self.cx.execute(self.QUERY) 340 self.assertEqual(self.traced, ["BEGIN ", self.QUERY, "COMMIT"]) 345 self.cx.execute(self.QUERY) 346 self.assertEqual(self.traced, ["BEGIN DEFERRED", self.QUERY, "COMMIT"]) 351 self.cx.execute(self.QUERY) 353 ["BEGIN IMMEDIATE", self.QUERY, "COMMIT"]) 358 self.cx.execute(self.QUERY) [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property.c | 53 } QUERY; typedef 55 DEFINE_LHASH_OF(QUERY); variable 60 LHASH_OF(QUERY) *cache; 90 LHASH_OF(QUERY) *cache; 192 static unsigned long query_hash(const QUERY *a) in query_hash() 197 static int query_cmp(const QUERY *a, const QUERY *b) in query_cmp() 216 static void impl_cache_free(QUERY *elem) in impl_cache_free() 609 IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH); 627 static void impl_cache_flush_cache(QUERY * [all...] |
/third_party/openssl/crypto/property/ |
H A D | property.c | 53 } QUERY; typedef 55 DEFINE_LHASH_OF(QUERY); variable 60 LHASH_OF(QUERY) *cache; 90 LHASH_OF(QUERY) *cache; 194 static unsigned long query_hash(const QUERY *a) in query_hash() 199 static int query_cmp(const QUERY *a, const QUERY *b) in query_cmp() 218 static void impl_cache_free(QUERY *elem) in impl_cache_free() 623 IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH); 641 static void impl_cache_flush_cache(QUERY * [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
H A D | res_send.c | 21 const int op = QUERY;
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | res_mkquery.c | 22 const int op = QUERY;
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 375 #define QUERY ns_o_query macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 375 #define QUERY ns_o_query macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 375 #define QUERY ns_o_query macro
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 410 #define QUERY ns_o_query macro
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug.c | 499 ITEM(QUERY); in priority_to_string()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 10488 case ada::state::QUERY: 12576 state = ada::state::QUERY; 12671 case ada::state::QUERY: { 12672 ada_log("QUERY ", helpers::substring(url_data, input_position)); 12683 ada_log("QUERY update_base_search completed "); 12753 state = ada::state::QUERY; 12806 state = ada::state::QUERY; 12830 state = ada::state::QUERY; 12990 state = ada::state::QUERY;
|
H A D | ada.h | 1222 QUERY, member in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::state
|