HomeSort by relevance Sort by last modified time
    Searched full:304 (Results 226 - 250 of 895) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evptests.txt 134 AES-128-OFB:2B7E151628AED2A6ABF7158809CF4F3C:A78819583F0308E7A6BF36B1386ABF23:F69F2445DF4F9B17AD2B417BE66C3710:304C6528F659C77866A510D9C1D6AE5E:1
139 AES-128-OFB:2B7E151628AED2A6ABF7158809CF4F3C:A78819583F0308E7A6BF36B1386ABF23:F69F2445DF4F9B17AD2B417BE66C3710:304C6528F659C77866A510D9C1D6AE5E:0
    [all...]
  /external/jpeg/
makefile.sas 21 ignore=104 ignore=304 ignore=306
23 # ignore=304 disables warnings for variables being optimized out
  /external/openssl/crypto/evp/
evptests.txt 134 AES-128-OFB:2B7E151628AED2A6ABF7158809CF4F3C:A78819583F0308E7A6BF36B1386ABF23:F69F2445DF4F9B17AD2B417BE66C3710:304C6528F659C77866A510D9C1D6AE5E:1
139 AES-128-OFB:2B7E151628AED2A6ABF7158809CF4F3C:A78819583F0308E7A6BF36B1386ABF23:F69F2445DF4F9B17AD2B417BE66C3710:304C6528F659C77866A510D9C1D6AE5E:0
    [all...]
  /external/qemu/distrib/jpeg-6b/
makefile.sas 21 ignore=104 ignore=304 ignore=306
23 # ignore=304 disables warnings for variables being optimized out
  /external/qemu/proxy/
proxy_http_rewriter.c 645 * a message body, as well as any 1xx, 204 and 304 replies */
647 r->rep_code == 204 || r->rep_code == 304)
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 119 stw 20,304(1)
380 lwz 20,304(1)
dispatch-ppc64-linux.S 160 li 6,304
308 li 5,304
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 234 // Complexity: 2*(13+5+4*13+2) = 144 for 16x16 muls, but 2*(13+5+4*33+2) = 304 cycles for 16x32 muls
237 // Complexity: 19*144 = 2736 for 16x16 muls, but 19*304 = 5776 cycles for 16x32 muls
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 372 if self.command != 'HEAD' and code >= 200 and code not in (204, 304):
531 304: ('Not Modified',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
math_testcases.txt 344 gam0100 gamma 170 -> 4.2690680090047051e+304
436 expm10301 expm1 700 -> 1.0142320547350045e+304
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 372 if self.command != 'HEAD' and code >= 200 and code not in (204, 304):
531 304: ('Not Modified',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
math_testcases.txt 344 gam0100 gamma 170 -> 4.2690680090047051e+304
436 expm10301 expm1 700 -> 1.0142320547350045e+304
  /external/libpcap/
scanner.c     [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/norm2/
nfc.txt 1219 304C=304B 3099
1220 304E=304D 3099
1221 3050=304F 3099
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_3_tbl.cpp 286 -48, -304, -1186,
667 -593, -304, -1053,
948 -117, 288, 304, 329,
1170 2, 293, 551, 304,
1230 -1643, -1092, -1344, -304,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
qpisf_2s_tab.cpp 95 -218, -304, 463, 454, 397, 273, 202, 286, 273,
224 100, 206, 18, -304, -107, -436, -487, -65, -306,
427 372, 177, -173, -556, -553, -304, -189,
470 -304, -154, 159, 576, 403, 221, 327,
476 -99, -120, 502, 160, -280, -557, 304,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
qpisf_2s.tab 91 -218, -304, 463, 454, 397, 273, 202, 286, 273,
220 100, 206, 18, -304, -107, -436, -487, -65, -306,
421 372, 177, -173, -556, -553, -304, -189,
464 -304, -154, 159, 576, 403, 221, 327,
470 -99, -120, 502, 160, -280, -557, 304,
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 57 // These response headers are not copied from a 304/206 response to the cached
76 // some broken microsoft servers send 'content-length: 0' with 304s
218 DCHECK(new_headers.response_code() == 304 ||
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 70 // These response headers are not copied from a 304/206 response to the cached
86 // Some header prefixes mean "Don't copy this header from a 304 response.".
222 DCHECK(new_headers.response_code() == 304 ||
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditRules.js 42 304: true // Underlying request is cacheable
96 if (request.statusCode === 304)
97 continue; // Do not test 304 Not Modified requests as their contents are always empty.
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-intrinsic-unused-this-expected.txt 181 PASS baz(object, 152, 304) is 304
333 PASS baz(object, 304, 608) is 608
    [all...]
dfg-intrinsic-unused-this-method-check-expected.txt 181 PASS baz(object, 152, 304) is 304
333 PASS baz(object, 304, 608) is 608
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 456 } else if (response_code == 304 && update_type_ == UPGRADE_ATTEMPT) {
570 if (response_code == 304 && fetcher->existing_entry().has_response_id()) {
695 if (response_code == 304 || manifest_data_ == fetcher->manifest_data()) {
    [all...]
  /external/dropbear/libtomcrypt/notes/
ecc_tv.txt     [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h     [all...]

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>