HomeSort by relevance Sort by last modified time
    Searched full:get_method (Results 1 - 25 of 26) sorted by null

1 2

  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
commands.py 61 request.get_method = lambda: 'PUT'
63 request.get_method = lambda: 'PATCH'
registration.py 54 request.get_method = lambda: 'PUT'
56 request.get_method = lambda: 'PATCH'
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 67 private static final String GET_METHOD = "GET";
135 SingleRequestDispatcher dispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
168 new SingleRequestDispatcher(GET_METHOD, NOT_FOUND_CODE);
213 SingleRequestDispatcher dispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
253 SingleRequestDispatcher dispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
329 SingleRequestDispatcher dispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
400 SingleRequestDispatcher getDispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
449 SingleRequestDispatcher getDispatcher = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
485 SingleRequestDispatcher getDispatcher1 = new SingleRequestDispatcher(GET_METHOD, OK_CODE);
501 SingleRequestDispatcher getDispatcher2 = new SingleRequestDispatcher(GET_METHOD, OK_CODE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 120 self.assertEqual(self.last_open.req.get_method(), 'POST')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 120 self.assertEqual(self.last_open.req.get_method(), 'POST')
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octruntime.swg 255 if (swig_globals[j].get_method)
265 if (swig_globals[j].get_method)
octrun.swg 147 octave_func get_method;
342 if (m->first->get_method)
343 return m->first->get_method(args, 1);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
HttpConstants.java 65 public static final int GET_METHOD = 1;
TestWebServer.java 514 requestMethod = GET_METHOD;
697 case GET_METHOD:
  /libcore/support/src/test/java/tests/support/
Support_HttpConstants.java 65 public static final int GET_METHOD = 1;
Support_TestWebServer.java 443 requestMethod = GET_METHOD;
626 case GET_METHOD:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 231 def get_method(self): member in class:Request
551 m = req.get_method()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 231 def get_method(self): member in class:Request
551 m = req.get_method()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 231 def get_method(self): member in class:Request
551 m = req.get_method()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 231 def get_method(self): member in class:Request
551 m = req.get_method()
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 258 SM_STATE(EAP, GET_METHOD)
264 SM_ENTRY(EAP, GET_METHOD);
306 eap_deinit_prev_method(sm, "GET_METHOD");
1006 SM_ENTER(EAP, GET_METHOD);
    [all...]
  /external/autotest/server/cros/ap_configurators/
dynamic_ap_configurator.py 256 req.get_method = lambda: 'DELETE'
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 1038 def get_method(self): member in class:_Authorization.compose.FakeRequest
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/
dagger-compiler-1.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 2944 milliseconds

1 2