/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 24 // Deprecated in FUSE. Use fh instead. 39 uint64_t fh; member in struct:fuse_file_info
|
/external/chromium_org/third_party/skia/tools/tests/ |
render_pictures_test.py | 681 with open(path, 'w') as fh: 682 json.dump(expectations_dict, fh) 742 with open(json_path, 'r') as fh: 743 prettyprinted_json_dict = json.dumps(json.load(fh), sort_keys=True,
|
/external/lldb/source/API/ |
SBDebugger.cpp | 232 SBDebugger::SetInputFileHandle (FILE *fh, bool transfer_ownership) 237 log->Printf ("SBDebugger(%p)::SetInputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(), 238 fh, transfer_ownership); 241 m_opaque_sp->SetInputFileHandle (fh, transfer_ownership); 245 SBDebugger::SetOutputFileHandle (FILE *fh, bool transfer_ownership) 251 log->Printf ("SBDebugger(%p)::SetOutputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(), 252 fh, transfer_ownership); 255 m_opaque_sp->SetOutputFileHandle (fh, transfer_ownership); 259 SBDebugger::SetErrorFileHandle (FILE *fh, bool transfer_ownership) 265 log->Printf ("SBDebugger(%p)::SetErrorFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get() [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
results.py | 270 with open(path, 'r') as fh: 271 for line in fh:
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Inline.py | 192 fh = open(pyx_file, 'w') variable 194 fh.write(module_code) 196 fh.close()
|
Dependencies.py | 383 fh = Utils.open_source_file(source_filename, "rU", error_handling='ignore') 385 source = fh.read() 387 fh.close() [all...] |
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/ |
cpu-x86_64-asm.asm | 138 DB 00fh,001h,0d0h
|
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/ |
ghash-x86_64.asm | 39 and rdx,0fh 55 and rdx,0fh 70 and rdx,0fh 82 and rdx,0fh 691 DB 00fh,029h,034h,024h 906 DB 00fh,029h,070h,0e0h 907 DB 00fh,029h,078h,0f0h 908 DB 044h,00fh,029h,000h 909 DB 044h,00fh,029h,048h,010h 910 DB 044h,00fh,029h,050h,020 [all...] |
/external/clang/test/CodeGen/ |
ms-inline-asm.c | 257 __asm mov eax, 0fh 272 __asm __emit 0fh 280 // CHECK: call void asm sideeffect inteldialect ".byte 0fh", "~{dirflag},~{fpsr},~{flags}"()
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 304 fh = open(target[0].abspath, 'w') 305 json.dump(nmf_data, fh, sort_keys=True, indent=2) 306 fh.close()
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 175 with open(index_html, 'w') as fh: 177 fh.write(out)
|
/external/lldb/source/Host/common/ |
File.cpp | 153 File::SetStream (FILE *fh, bool transfer_ownership) 157 m_stream = fh;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-uniscribe.cc | 299 HANDLE fh; member in struct:hb_uniscribe_shaper_face_data_t 453 data->fh = AddFontMemResourceEx ((void *) hb_blob_get_data (blob, NULL), 456 if (unlikely (!data->fh)) 469 RemoveFontMemResourceEx (data->fh);
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 299 HANDLE fh; member in struct:hb_uniscribe_shaper_face_data_t 452 data->fh = AddFontMemResourceEx ((void *) hb_blob_get_data (blob, NULL), 455 if (unlikely (!data->fh)) 468 RemoveFontMemResourceEx (data->fh);
|
/external/lldb/source/Core/ |
Debugger.cpp | 733 Debugger::SetInputFileHandle (FILE *fh, bool tranfer_ownership) 736 in_file.SetStream (fh, tranfer_ownership); 762 Debugger::SetOutputFileHandle (FILE *fh, bool tranfer_ownership) 765 out_file.SetStream (fh, tranfer_ownership); 774 script_interpreter->ResetOutputFileHandle (fh); 778 Debugger::SetErrorFileHandle (FILE *fh, bool tranfer_ownership) 781 err_file.SetStream (fh, tranfer_ownership); [all...] |
/external/bzip2/ |
bzip2.c | 964 IntNative fh; local 965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR); 966 if (fh == -1) return NULL; 967 fp = fdopen(fh, mode); 968 if (fp == NULL) close(fh); [all...] |
/external/jpeg/ |
jmemdosa.asm | 157 mov ah,3fh ; read file 231 int 2fh ; a magic cookie, hex 4300 238 int 2fh ; another magic cookie
|
/art/runtime/native/ |
java_lang_reflect_Field.cc | 285 FieldHelper fh(h_f); 287 field_type = fh.GetType(true);
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 155 db 0fh 734 __asm db 0fh
|
/external/kernel-headers/original/uapi/linux/ |
coda.h | 619 struct file *fh; /* not passed from userspace but used in-kernel only */ member in struct:coda_open_by_fd_out
|
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/ |
aesni-x86_64.asm | 184 DB 00fh,01fh,000h 224 DB 00fh,01fh,000h 1139 DB 00fh,038h,0f1h,044h,024h,12 1143 DB 00fh,038h,0f1h,044h,024h,28 1148 DB 00fh,038h,0f1h,044h,024h,44 1155 DB 00fh,038h,0f1h,044h,024h,60 1159 DB 00fh,038h,0f1h,044h,024h,76 1164 DB 00fh,038h,0f1h,044h,024h,9 [all...] |
/art/runtime/ |
class_linker_test.cc | 182 FieldHelper fh(hs.NewHandle(field)); 183 EXPECT_TRUE(fh.GetType() != NULL); 280 FieldHelper fh(hs.NewHandle<mirror::ArtField>(nullptr)); 288 fh.ChangeField(field); 289 mirror::Class* field_type = fh.GetType(); 297 EXPECT_EQ(PrettyField(fh.GetField()), [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
alphaindex.cpp | 820 UnicodeString *fh = new UnicodeString(firstHanBoundary); local 821 if (fh == NULL) { 825 firstCharsInScripts_->setElementAt(fh, hanIndex); [all...] |
/bootable/recovery/ |
fuse_sideload.c | 200 out.fh = 10; // an arbitrary number; we always use the same handle
|
/art/oatdump/ |
oatdump.cc | [all...] |