Home
last modified time | relevance | path

Searched refs:QUERY (Results 1 – 24 of 24) sorted by relevance

/external/cldr/tools/scripts/web/
Dbugdiffs31 use vars qw($QUERY $DEBUG $USER $TITLE $CLDR
51 $QUERY = new CGI;
53 $DEBUG = $QUERY->param('debug');
58 $USER = $QUERY->param('user');
206 my $path_info = $QUERY->path_info;
207 if ($QUERY->param('path_info')) {
208 $path_info = $QUERY->param('path_info');
219 print $QUERY->header;
228 print $QUERY->header;
236 print $QUERY->end_html;
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c789 #define QUERY(NAME, ENUM, UNITS) \ in svga_get_driver_query_info() macro
794 QUERY("num-draw-calls", SVGA_QUERY_NUM_DRAW_CALLS, in svga_get_driver_query_info()
796 QUERY("num-fallbacks", SVGA_QUERY_NUM_FALLBACKS, in svga_get_driver_query_info()
798 QUERY("num-flushes", SVGA_QUERY_NUM_FLUSHES, in svga_get_driver_query_info()
800 QUERY("num-validations", SVGA_QUERY_NUM_VALIDATIONS, in svga_get_driver_query_info()
802 QUERY("map-buffer-time", SVGA_QUERY_MAP_BUFFER_TIME, in svga_get_driver_query_info()
804 QUERY("num-buffers-mapped", SVGA_QUERY_NUM_BUFFERS_MAPPED, in svga_get_driver_query_info()
806 QUERY("num-textures-mapped", SVGA_QUERY_NUM_TEXTURES_MAPPED, in svga_get_driver_query_info()
808 QUERY("num-bytes-uploaded", SVGA_QUERY_NUM_BYTES_UPLOADED, in svga_get_driver_query_info()
810 QUERY("command-buffer-size", SVGA_QUERY_COMMAND_BUFFER_SIZE, in svga_get_driver_query_info()
[all …]
/external/tcpdump/tests/
Deapon1.out4 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
5 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
6 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
8 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
9 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
10 IP 192.168.1.249.137 > 192.168.1.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
97 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
98 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
99 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
100 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
[all …]
Dnbns-valgrind.out3 >>> NBT UDP PACKET(137): QUERY; REQUEST; UNICAST
/external/bcc/tools/
Ddbslower_example.txt10 TIME(s) PID MS QUERY
20 TIME(s) PID MS QUERY
35 TIME(s) PID MS QUERY
46 TIME(s) PID MS QUERY
Dmysqld_qslower_example.txt10 TIME(s) PID MS QUERY
26 TIME(s) PID MS QUERY
40 TIME(s) PID MS QUERY
/external/desugar/java/com/google/devtools/common/options/
DOptionFilterDescriptions.java33 OptionDocumentationCategory.QUERY,
81 .put(OptionDocumentationCategory.QUERY, "Options relating to query output and semantics") in getOptionCategoriesEnumDescription()
DOptionDocumentationCategory.java101 QUERY, enumConstant
/external/bcc/examples/tracing/
Dmysqld_query_example.txt2 TIME(s) COMM PID QUERY
/external/curl/tests/data/
Dtest12025 QUERY
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DCommonIntentsFacade.java108 intent.putExtra(SearchManager.QUERY, query); in search()
/external/tcpdump/
Dnameser.h76 #define QUERY 0x0 /* standard query */ macro
/external/dnsmasq/src/
Dnameser.h120 #define QUERY 0x0 /* standard query */ macro
Drfc1035.c378 if (header->opcode == QUERY) { in find_pseudoheader()
710 if (ntohs(header->qdcount) != 1 || header->opcode != QUERY) in extract_request()
980 if (ntohs(header->qdcount) == 0 || header->opcode != QUERY) return 0; in answer_request()
Dforward.c357 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiBrowser.java129 final String query = intent.getStringExtra(SearchManager.QUERY); in onNewIntent()
DScriptManager.java199 String query = intent.getStringExtra(SearchManager.QUERY); in handleIntent()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java375 QUERY { enumConstant
DHttpUrlTest.java474 .test(Component.QUERY); in queryCharacters()
/external/autotest/frontend/afe/
Drpc_interface.py2243 QUERY = ('UPDATE afe_jobs SET shard_id = NULL WHERE shard_id = %s '
2250 cursor.execute(QUERY % shard.id)
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb437 … sport=domain dport=domain len=41 chksum=0x593a |<DNS id=0 qr=0L opcode=QUERY aa=0L tc=0L rd=1L …
469 …P sport=domain dport=domain len=41 chksum=0xb609 |<DNS id=0 qr=0L opcode=QUERY aa=0L tc=0L rd=1L …
573 …"<DNS id=0 qr=1L opcode=QUERY aa=0L tc=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount…
779 " opcode = QUERY\n",
998 …"<DNSTCP len=12 dns=<DNS id=0 qr=0L opcode=QUERY aa=0L tc=0L rd=0L ra=0L z=0L ad=0L cd=0L rcode=…
1036 …"<DNSTCP len=49 dns=<DNS id=0 qr=1L opcode=QUERY aa=0L tc=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=…
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c435 ITEM(QUERY), in priority_to_string()
/external/scapy/doc/scapy/
Dusage.rst326 |<DNS id=0 qr=1L opcode=QUERY aa=0L tc=0L rd=1L ra=1L z=0L rcode=ok qdcount=1 ancount=1
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog340 * add ANQP-QUERY-DONE event to provide information on ANQP parsing