/external/chromium_org/net/data/url_request_unittest/ |
redirect301-to-echo.mock-http-headers | 1 HTTP/1.1 301 Yo
|
/external/chromium_org/content/test/data/npapi/ |
plugin_read_page_redirect_src.html.mock-http-headers | 1 HTTP/1.1 301 Moved Permanently
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
instance_servlet_test.py | 43 test_path('beta/extensions/storage.html', status=301) 44 test_path('beta/apps/storage.html', status=301) 45 test_path('beta/extensions/examples/foo.zip', status=301) 46 test_path('beta/extensions/examples/foo.html', status=301) 47 test_path('beta/static/foo.css', status=301)
|
servlet.py | 68 '''Returns a redirect (301 or 302) response. 70 status = 301 if permanent else 302 106 return (self.headers.get('Location'), self.status == 301)
|
/external/chromium_org/ui/message_center/views/ |
bounded_label_unittest.cc | 102 TEST_WRAP("123", "123", 301, 1); 103 TEST_WRAP("123", "123", 301, 2); 104 TEST_WRAP("123", "123", 301, 3); 105 TEST_WRAP("123\n456", "123 456", 301, 2); 106 TEST_WRAP("123\n456", "123 456", 301, 3); 107 TEST_WRAP("123\n456\n789", "123 456 789", 301, 3); 110 TEST_WRAP("123...", "123 456", 301, 1); 111 TEST_WRAP("123...", "123 456 789", 301, 1); 112 TEST_WRAP("123\n456...", "123 456 789", 301, 2); 128 TEST_WRAP("123", "123 ", 301, 1) [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
8to7.good | 1 \344\306\244\342\244\350 \244\337\344\306\273\375\244\301$ 3 \301$
|
/external/valgrind/main/none/tests/ |
shorts.c | 31 st.ob = -301;
|
/external/zlib/src/contrib/dotzlib/ |
DotZLib.sln | 2 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotZLib", "DotZLib\DotZLib.csproj", "{BB1EE0B1-1808-46CB-B786-949D91117FC5}"
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
testharness.cc | 69 int result = (env != NULL ? atoi(env) : 301); 71 result = 301;
|
arena_test.cc | 23 Random rnd(301);
|
/development/tools/emulator/skins/HVGA/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/development/tools/emulator/skins/QVGA/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/development/tools/emulator/skins/WQVGA400/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/development/tools/emulator/skins/WQVGA432/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/development/tools/emulator/skins/WVGA800/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/development/tools/emulator/skins/WVGA854/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/device/sample/skins/WVGAMedDpi/ |
layout | 152 x 301 203 x 301 254 x 301 305 x 301 341 x 301
|
/external/chromium/net/tools/flip_server/ |
http_message_constants.cc | 31 case 301: 108 301,
|
/external/chromium_org/net/tools/flip_server/ |
http_message_constants.cc | 31 case 301: 108 301,
|
/external/chromium/net/http/ |
http_vary_data_unittest.cc | 123 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\n\n"); 126 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\n\n"); 138 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\nVary: coOkie\n\n"); 141 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\nVary: cooKie\n\n");
|
/external/chromium_org/net/http/ |
http_vary_data_unittest.cc | 123 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\n\n"); 126 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\n\n"); 138 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\nVary: coOkie\n\n"); 141 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\nVary: cooKie\n\n");
|
http_status_code_list.h | 31 HTTP_STATUS(MOVED_PERMANENTLY, 301, "Moved Permanently")
|
/external/nist-sip/java/javax/sip/message/ |
Response.java | 14 int MOVED_PERMANENTLY = 301;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
limits.hpp | 57 BOOST_STATIC_CONSTANT(int, digits10 = (CHAR_BIT * sizeof (BOOST_LLT) - 1) * 301L / 1000); 110 BOOST_STATIC_CONSTANT(int, digits10 = (CHAR_BIT * sizeof (BOOST_LLT)) * 301L / 1000);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testdata/ |
text_format_unittest_data.txt | 40 repeated_int32: 301
|