/external/chromium_org/chrome/test/chromedriver/client/ |
D | command_executor.py | 10 GET = 'GET' variable in _Method 17 GET_SESSION_CAPABILITIES = (_Method.GET, '/session/:sessionId') 19 GET_CURRENT_WINDOW_HANDLE = (_Method.GET, '/session/:sessionId/window_handle') 20 GET_WINDOW_HANDLES = (_Method.GET, '/session/:sessionId/window_handles') 21 GET = (_Method.POST, '/session/:sessionId/url') variable in Command 22 GET_ALERT = (_Method.GET, '/session/:sessionId/alert') 25 GET_ALERT_TEXT = (_Method.GET, '/session/:sessionId/alert_text') 33 GET_CURRENT_URL = (_Method.GET, '/session/:sessionId/url') 34 GET_TITLE = (_Method.GET, '/session/:sessionId/title') 35 GET_PAGE_SOURCE = (_Method.GET, '/session/:sessionId/source') [all …]
|
/external/llvm/lib/Support/ |
D | MD5.cpp | 69 #define GET(n) (block[(n)]) macro 113 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 114 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 115 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 116 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 117 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 118 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 119 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 120 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 121 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/external/freetype/src/base/ |
D | md5.c | 76 #define GET(n) \ macro 85 #define GET(n) \ macro 131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 133 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 137 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 138 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/chromium_org/third_party/freetype/src/base/ |
D | md5.c | 75 #define GET(n) \ macro 84 #define GET(n) \ macro 130 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 131 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 132 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 133 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 134 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 135 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 136 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 137 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | md5.c | 75 #define GET(n) \ macro 84 #define GET(n) \ macro 130 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 131 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 132 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 133 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 134 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 135 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 136 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 137 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_md5.cc | 29 #define GET(n) \ macro 77 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 78 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 79 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 80 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 81 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 82 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 83 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 84 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 85 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 244 #define GET(x) \ 249 GET(GetSet) 251 GET(Get) // expected-warning {{writable atomic property 'Get' cannot pair a synthesized setter with… 253 GET(GetSet_Nonatomic) 255 GET(Get_Nonatomic) 258 GET(GetSet_ReadOnly) 260 GET(Get_ReadOnly) 262 GET(GetSet_Nonatomic_ReadOnly) 264 GET(Get_Nonatomic_ReadOnly) 267 GET(GetSet_ReadWriteInExt) [all …]
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | IQ.java | 44 private Type type = Type.GET; 70 this.type = Type.GET; in setType() 136 if (!(request.getType() == Type.GET || request.getType() == Type.SET)) { in createResultIQ() 171 if (!(request.getType() == Type.GET || request.getType() == Type.SET)) { in createErrorResponse() 200 public static final Type GET = new Type("get"); field in IQ.Type 217 if (GET.toString().equals(type)) { in fromString() 218 return GET; in fromString()
|
/external/chromium_org/net/test/embedded_test_server/ |
D | embedded_test_server_unittest.cc | 135 URLFetcher::GET, in TEST_F() 157 URLFetcher::GET, in TEST_F() 172 URLFetcher::GET, in TEST_F() 207 URLFetcher::GET, in TEST_F() 212 URLFetcher::GET, in TEST_F() 217 URLFetcher::GET, in TEST_F() 286 server.GetURL("/test?q=foo"), URLFetcher::GET, this)); in ThreadMain()
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpClient.java | 35 static final String GET = OAuthMessage.GET; field
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
D | LeafNode.java | 69 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId())); in getItems() 90 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), subscriptionId)); in getItems() 119 …PubSub request = createPubsubPacket(Type.GET, new ItemsExtension(ItemsExtension.ItemsElementType.i… in getItems() 138 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), maxItems)); in getItems() 160 …PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), subscriptionId, maxItem… in getItems()
|
D | PubSubManager.java | 211 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS)); in getSubscriptions() 226 …PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.AFFILIATIONS… in getAffiliations() 254 …PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.DEFAULT), Pu… in getDefaultConfiguration()
|
/external/llvm/test/MC/AsmParser/ |
D | macro-args.s | 3 .macro GET var,re2g macro 11 GET is_sse, %eax
|
/external/chromium_org/google_apis/gaia/ |
D | gaia_auth_fetcher_unittest.cc | 236 net::URLFetcher::GET, &auth); in TEST_F() 255 net::URLFetcher::GET, &auth); in TEST_F() 275 net::URLFetcher::GET, &auth); in TEST_F() 322 net::URLFetcher::GET, &auth); in TEST_F() 335 net::URLFetcher::GET, &auth); in TEST_F() 366 net::URLFetcher::GET, &auth); in TEST_F() 482 net::URLFetcher::GET, &auth); in TEST_F() 501 net::URLFetcher::GET, &auth); in TEST_F() 523 net::URLFetcher::GET, in TEST_F() 664 net::HTTP_OK, cookies_, "<html></html>", net::URLFetcher::GET, in TEST_F() [all …]
|
/external/valgrind/main/VEX/priv/ |
D | host_generic_simd64.c | 1434 #define GET( x, y ) ( ( ( x ) & ( 0x1UL << ( y ) ) ) >> ( y ) ) macro 1444 p = GET( chunk, 9 ); in dpb_to_bcd() 1445 q = GET( chunk, 8 ); in dpb_to_bcd() 1446 r = GET( chunk, 7 ); in dpb_to_bcd() 1447 s = GET( chunk, 6 ); in dpb_to_bcd() 1448 t = GET( chunk, 5 ); in dpb_to_bcd() 1449 u = GET( chunk, 4 ); in dpb_to_bcd() 1450 v = GET( chunk, 3 ); in dpb_to_bcd() 1451 w = GET( chunk, 2 ); in dpb_to_bcd() 1452 x = GET( chunk, 1 ); in dpb_to_bcd() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/ |
D | peer_channel.cc | 72 assert(socket->method() == DataSocket::GET); in ChannelMember() 141 assert(waiting_socket_->method() == DataSocket::GET); in QueueResponse() 160 assert(ds->method() == DataSocket::GET); in SetWaitingSocket() 181 (ds->method() == DataSocket::GET && ds->PathEquals("/sign_in")); in IsPeerConnection() 187 if (ds->method() != DataSocket::GET && ds->method() != DataSocket::POST) in Lookup()
|
/external/eigen/cmake/ |
D | EigenDetermineOSVersion.cmake | 35 list(GET ver_list 0 _major) 36 list(GET ver_list 1 _minor)
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
D | TranscriptSearchManager.java | 57 search.setType(IQ.Type.GET); in getSearchForm() 90 search.setType(IQ.Type.GET); in submitSearch()
|
D | AgentSession.java | 512 request.setType(IQ.Type.GET); in getOccupantsInfo() 832 request.setType(IQ.Type.GET); in getNote() 871 request.setType(IQ.Type.GET); in getAgentHistory() 898 request.setType(IQ.Type.GET); in getSearchSettings() 927 request.setType(IQ.Type.GET); in getMacros() 986 request.setType(IQ.Type.GET); in getChatMetadata() 1123 setting.setType(IQ.Type.GET); in getGenericSettings() 1144 request.setType(IQ.Type.GET); in hasMonitorPrivileges()
|
/external/smack/src/org/jivesoftware/smackx/workgroup/user/ |
D | Workgroup.java | 670 request.setType(IQ.Type.GET); in getChatSettings() 717 request.setType(IQ.Type.GET); in getOfflineSettings() 745 request.setType(IQ.Type.GET); in getSoundSettings() 773 request.setType(IQ.Type.GET); in getWorkgroupProperties() 803 request.setType(IQ.Type.GET); in getWorkgroupProperties() 834 workgroupForm.setType(IQ.Type.GET); in getWorkgroupForm()
|
/external/chromium_org/components/policy/proto/ |
D | chrome_extension_policy.proto | 30 // The HTTP GET request sent to |download_url| must include an 35 // The HTTP GET request sent to |download_url| must include an
|
/external/valgrind/main/memcheck/tests/ |
D | metadata.stdout.exp | 1 result of GET is 1 (1 for success)
|
/external/smack/src/org/jivesoftware/smackx/ |
D | ServiceDiscoveryManager.java | 218 if (discoverItems != null && discoverItems.getType() == IQ.Type.GET) { in init() 253 if (discoverInfo != null && discoverInfo.getType() == IQ.Type.GET) { in init() 539 disco.setType(IQ.Type.GET); in discoverInfo() 586 disco.setType(IQ.Type.GET); in discoverItems()
|
/external/compiler-rt/ |
D | CMakeLists.txt | 95 list(GET CONFIG_OUTPUT 0 LLVM_BINARY_DIR) 96 list(GET CONFIG_OUTPUT 1 LLVM_TOOLS_BINARY_DIR) 97 list(GET CONFIG_OUTPUT 2 LLVM_LIBRARY_DIR) 98 list(GET CONFIG_OUTPUT 3 LLVM_MAIN_SRC_DIR) 138 list(GET TARGET_TRIPLE_LIST 0 COMPILER_RT_TEST_TARGET_ARCH) 139 list(GET TARGET_TRIPLE_LIST 1 COMPILER_RT_TEST_TARGET_OS) 140 list(GET TARGET_TRIPLE_LIST 2 COMPILER_RT_TEST_TARGET_ABI)
|
/external/smack/src/org/jivesoftware/smackx/ping/packet/ |
D | Ping.java | 30 setType(IQ.Type.GET); in Ping()
|