Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/test/CodeGen/Mips/
Dmips16fpe.ll1 …s16 -relocation-model=pic -O3 -soft-float -mips16-hard-float < %s | FileCheck %s -check-prefix=16hf
44 ;16hf-LABEL: test_addsf3:
49 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_addsf3)(${{[0-9]+}})
55 ;16hf-LABEL: test_adddf3:
60 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_adddf3)(${{[0-9]+}})
66 ;16hf-LABEL: test_subsf3:
71 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subsf3)(${{[0-9]+}})
77 ;16hf-LABEL: test_subdf3:
82 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subdf3)(${{[0-9]+}})
88 ;16hf-LABEL: test_mulsf3:
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java393 String hf;
394 hf = uc.getHeaderField("Content-Encoding");
395 if (hf != null) {
398 + hf, hf);
400 hf = uc.getHeaderField("Content-Length");
401 if (hf != null) {
404 "25", hf);
406 hf = uc.getHeaderField("Content-Type");
407 if (hf != null) {
409 + hf, hf.contains("text/html"));
[all …]
/external/chromium_org/third_party/zlib/contrib/minizip/
Diowin32.c38 HANDLE hf; member
76 w32fiow.hf = hFile; in win32_build_iowin()
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/chromium_org/chrome/installer/mini_installer/
Ddecompress.cc94 if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL)) in FNREAD()
101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL)) in FNWRITE()
107 return ::CloseHandle(reinterpret_cast<HANDLE>(hf)) ? 0 : -1; in FNCLOSE()
111 return ::SetFilePointer(reinterpret_cast<HANDLE>(hf), dist, NULL, seektype); in FNSEEK()
137 SetFileTime(reinterpret_cast<HANDLE>(pfdin->hf), &local, NULL, NULL); in FNFDINOTIFY()
140 result = !Close(pfdin->hf); in FNFDINOTIFY()
/external/zlib/src/contrib/minizip/
Diowin32.c45 HANDLE hf; member
83 w32fiow.hf = hFile; in win32_build_iowin()
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java31 HashFn hf = new HashFn() { in testParanoid() local
40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
DMurmur3Hash128Test.java60 HashFn hf = new HashFn() { in testParanoid() local
69 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69); in testParanoid()
/external/llvm/test/CodeGen/SystemZ/
Dla-03.ll17 define hidden void @hf() {
82 ; CHECK: larl %r2, hf
84 ret void() *@hf
Dla-02.ll19 define hidden void @hf() {
84 ; CHECK: lgrl %r2, hf@GOT
86 ret void() *@hf
/external/chromium_org/chrome/test/chromedriver/chrome/
Dzip_internal.cc30 HANDLE hf; member
68 file_ret.hf = file; in ZipOpenFunc()
124 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
126 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/external/chromium_org/third_party/zlib/google/
Dzip_internal.cc30 HANDLE hf; member
68 file_ret.hf = file; in ZipOpenFunc()
124 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
126 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/external/llvm/test/CodeGen/X86/
D2007-11-07-MulBy4.ll4 …%struct.hf = type { %struct.hf*, i16*, i8*, i32, i32, %struct.eebb*, i32, i32, i8*, i8*, i8*, i8*,…
5 …32, i32, i32, i32, i32, i8*, i16*, i16*, i16*, i16*, i32, i32, i32, %struct.ri*, i8*, %struct.hf* }
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]); in upload_default_color()
132 sdc->hf[1] = _mesa_float_to_half(color[1]); in upload_default_color()
133 sdc->hf[2] = _mesa_float_to_half(color[2]); in upload_default_color()
134 sdc->hf[3] = _mesa_float_to_half(color[3]); in upload_default_color()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]); in upload_default_color()
132 sdc->hf[1] = _mesa_float_to_half(color[1]); in upload_default_color()
133 sdc->hf[2] = _mesa_float_to_half(color[2]); in upload_default_color()
134 sdc->hf[3] = _mesa_float_to_half(color[3]); in upload_default_color()
/external/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp108 has_friend hf; variable
/external/chromium/chrome/common/
Dzip.cc109 HANDLE hf; member
147 file_ret.hf = file; in ZipOpenFunc()
/external/grub/util/
Dgrub-install368 \([hf]d[0-9]*\))
370 [hf]d[0-9]*)
Dgrub-install.in368 \([hf]d[0-9]*\))
370 [hf]d[0-9]*)
/external/chromium_org/ui/gfx/
Dplatform_font_win.cc213 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in InitWithFontNameAndSize() local
215 font_ref_ = CreateHFontRef(hf); in InitWithFontNameAndSize()
/external/chromium/net/tools/spdyshark/
Dpacket-spdy.c1022 int hf; in dissect_spdy_message() local
1023 hf = frame_type == SPDY_SYN_STREAM ? hf_spdy_syn_stream : hf_spdy_syn_reply; in dissect_spdy_message()
1024 ti = proto_tree_add_bytes(spdy_tree, hf, tvb, in dissect_spdy_message()
1307 static hf_register_info hf[] = { in proto_register_spdy() local
1396 proto_register_field_array(proto_spdy, hf, array_length(hf)); in proto_register_spdy()
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java160 HTMLFiles hf = new HTMLFiles(this); in generate() local
161 hf.emitTopLevelFile(tln, apiDiff); in generate()
162 hf.emitTopLeftFile(tlf); in generate()
163 hf.emitHelp(fullReportFileName, apiDiff); in generate()
164 hf.emitStylesheet(); in generate()
/external/mksh/src/
DBuild.sh229 hf=1
231 hf=0
245 if test 1 = $hf; then
289 echo "#include <$hf>" >>x
291 ac_testn "$hv" "" "<$hf>" <x
/external/icu4c/test/intltest/
Dtranstst.cpp4543 …Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseEr… in TestHalfwidthFullwidth() local
4545 if (hf == 0 || fh == 0) { in TestHalfwidthFullwidth()
4547 delete hf; in TestHalfwidthFullwidth()
4569 expect(*hf, h, f); in TestHalfwidthFullwidth()
4575 expect(*hf, h, f); in TestHalfwidthFullwidth()
4580 delete hf; in TestHalfwidthFullwidth()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtranstst.cpp4542 …Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseEr… in TestHalfwidthFullwidth() local
4544 if (hf == 0 || fh == 0) { in TestHalfwidthFullwidth()
4546 delete hf; in TestHalfwidthFullwidth()
4568 expect(*hf, h, f); in TestHalfwidthFullwidth()
4574 expect(*hf, h, f); in TestHalfwidthFullwidth()
4579 delete hf; in TestHalfwidthFullwidth()
/external/llvm/
DCREDITS.TXT307 E: chapuni@hf.rim.or.jp

12