/frameworks/base/data/keyboards/ |
Vendor_1bad_Product_f023.kl | 17 key 304 BUTTON_A
|
Vendor_1bad_Product_f027.kl | 17 key 304 BUTTON_A
|
Vendor_1bad_Product_f036.kl | 17 key 304 BUTTON_A
|
Vendor_1d79_Product_0009.kl | 17 key 304 BUTTON_A
|
Vendor_2378_Product_100a.kl | 17 key 304 BUTTON_A
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
8to7.good | 7 \244\275\244\351\244\337\244\304 \302\347\317\302\244\316\271\361\244\
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
safe_bool.hpp | 44 ( defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ < 304) ) || \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
operator_bool.hpp | 31 ( defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ < 304) ) || \
|
/external/chromium_org/content/browser/loader/ |
buffered_resource_handler.cc | 113 // TODO(darin): It is very odd to special-case 304 responses at this level. 115 // fact that 204 is no longer special-cased this way suggests that 304 need 118 // The network stack only forwards 304 responses that were not received in 119 // response to a conditional request (i.e., If-Modified-Since). Other 304 121 // code happens to be. It should be very rare to see a 304 at this level. 124 response_->head.headers->response_code() == 304)) { 232 // TODO(darin): Stop special-casing 304 responses. 234 response_->head.headers->response_code() == 304)) {
|
/external/dropbear/libtomcrypt/notes/ |
lrw_tv.txt | 37 304:53ef1d7350ca9c52f3d53b1f3097919a4e49bc48d2e63c571abac2f19f16084b16308dd8cf96f374fafbd1ac7b3f9cf3b9c62af25563ff09f419c94f0530d43ddda8396d99010c861c92d59b3d03bb8423eea55044053b06be07fdab392cff5f85be8119ce3e3783cd03923d28bd6cbecd5620fc2465a9f2b1a0850e4a6f35c1893819b689387e5bd2449aaf8b1497a598a48595030a00b92ce357509f259690823c0d1b710edb36cae8b7653afc183f54b1955a56db65929df6b29880e99eb68581f1e41141ee697c1fa565f0d674a2b9f1e88c3f370d1d5c564547370e73e2f475f52eda167bccbcc19405e1cdd24c13ac25bcfa3f7dd65e233e059b18fb420bdb52969816548bca83ae9d392b8ba1eece0faea2a4d965e46e38c3acdb00466892c1be69ed0e73ad80beee0cbe6d2b 38 304:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f [all...] |
/external/chromium_org/net/http/ |
http_status_code_list.h | 34 HTTP_STATUS(NOT_MODIFIED, 304, "Not Modified")
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testdata/ |
text_format_unittest_data.txt | 46 repeated_uint64: 304
|
/external/kernel-headers/original/asm-mips/ |
reg.h | 124 #define EF_SIZE 304 /* size in bytes */
|
/external/protobuf/src/google/protobuf/testdata/ |
text_format_unittest_data.txt | 40 repeated_uint64: 304
|
/frameworks/base/core/res/res/layout/ |
character_picker.xml | 19 android:layout_width="304dp"
|
/packages/inputmethods/OpenWnn/res/xml/ |
keyboard_switch_key_jp.xml | 28 <Key android:codes="-304" android:keyLabel="@string/key_12key_switch_full_number"
|
keyboard_switch_key_qwerty_jp.xml | 28 <Key android:codes="-304" android:keyLabel="@string/key_12key_switch_full_number"
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
graminit.h | 51 #define test 304
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
graminit.h | 51 #define test 304
|
/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 215 assertEquals("::102:304", 344 "::102:304", 473 "2001:db8::5efe:102:304", 474 "2001:db8::100:5efe:102:304", // Private Multicast? Not likely. 475 "2001:db8::200:5efe:102:304", 476 "2001:db8::300:5efe:102:304" // Public Multicast? Also unlikely. 483 "2001:db8::0040:5efe:102:304", 484 "2001:db8::5ffe:102:304", 485 "2001:db8::5eff:102:304", 516 testIp = (Inet6Address) InetAddresses.forString("2001:db8::5efe:102:304"); [all...] |
/external/chromium/chrome/browser/resources/keyboard/ |
index.html | 51 border-color: #304a9b;
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 89 background-position: -304px -45px; 111 background-position: -304px -90px; 139 background-position: -304px 0; 212 background-position: -304px -135px;
|
/external/chromium_org/third_party/WebKit/ManualTests/memory/ |
xhr-multiple-requests-responseXML.html | 14 widget.setCloseBoxOffset( 304, 16 );
|
/external/libvpx/libvpx/vp8/encoder/arm/ |
boolhuff_arm.c | 24 304, 301, 297, 294, 291, 288, 285, 281, 278, 275, 272, 269, 266, 263, 260, 257,
|
/external/libvpx/libvpx/vp8/encoder/ |
boolhuff.c | 32 304, 301, 297, 294, 291, 288, 285, 281, 278, 275, 272, 269, 266, 263, 260, 257,
|