/dalvik/vm/mterp/ |
gen-mterp.py | 3 # Copyright (C) 2007 The Android Open Source Project 121 stub_fp = open(tokens[1]) 247 opcode_fp = open(interp_defs_file) 424 # Append the file specified by "source" to the open "outfp". Each line will 440 infp = open(source, "r") 538 # Open config file. 541 config_fp = open("config-%s" % target_arch) 543 print "Unable to open config file 'config-%s'" % target_arch 547 # Open and prepare output files. 550 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w" [all...] |
/device/asus/flo/conn_init/ |
wfc_util_fctrl.c | 2 * Copyright 2012 The Android Open Source Project 208 fd = open( pFileName, O_RDWR ); 251 wfc_util_log_error("wfc_util_fset_buffer : can not open file"); 271 fd = open( pFileName, O_RDONLY ); 323 wfc_util_log_error("wfc_util_fget_buffer : can not open file"); 351 fd = open( pFileName, O_RDWR ); 445 wfc_util_log_error("wfc_util_fset_string : can not open file"); 478 fd = open( pFileName, O_RDONLY ); 540 wfc_util_log_error("wfc_util_fget_string : can not open file"); 608 srcfd = open(pSourceFName, O_RDONLY) [all...] |
/device/lge/mako/conn_init/ |
wfc_util_fctrl.c | 2 * Copyright 2012 The Android Open Source Project 208 fd = open( pFileName, O_RDWR ); 251 wfc_util_log_error("wfc_util_fset_buffer : can not open file"); 271 fd = open( pFileName, O_RDONLY ); 323 wfc_util_log_error("wfc_util_fget_buffer : can not open file"); 351 fd = open( pFileName, O_RDWR ); 445 wfc_util_log_error("wfc_util_fset_string : can not open file"); 478 fd = open( pFileName, O_RDONLY ); 540 wfc_util_log_error("wfc_util_fget_string : can not open file"); 608 srcfd = open(pSourceFName, O_RDONLY) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.js | 76 }).dialog('open'); 92 }}).dialog('open'); 110 }}).dialog('open');
|
/external/clang/utils/analyzer/ |
SATestBuild.py | 215 SBCommandFile = open(BuildScriptPath, "r") 280 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b") 322 # Open the log file. 323 PBuildLogFile = open(BuildLogPath, "wb+") 374 SummaryLog = open(SummaryPath, "w+") 389 FailLogI = open(FailLogPathI, "r"); 513 PMapFile = open(getProjectMapPath(), "rb")
|
/external/llvm/test/Bindings/Ocaml/ |
executionengine.ml | 6 open Llvm 7 open Llvm_executionengine 8 open Llvm_target
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 64 with open(TESTFN, "w") as f: 107 f = open(TESTFN, "w") 145 dist.metadata.write_pkg_file(open(my_file, 'w')) 155 dist.metadata.write_pkg_file(open(my_file2, 'w')) 214 with open(user_filename, 'w') as f: 366 f = open(user_filename, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 67 # Write to a file, open it for reading, then close it. 77 # Open the file for writing, then close it. 99 with gzip.open(self.filename, 'wb', 9) as f: 102 with gzip.open(self.filename, "ab", 9) as f: # append 106 with gzip.open(self.filename, "rb") as zgfile: 212 with open(self.filename, 'rb') as fRead: 277 with open(self.filename, "ab") as f: 287 fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT)
|
test_shutil.py | 62 f = open(path, 'w') 89 f = open(self.childpath, 'w') 144 f = open(path, "w") 149 f = open(path) 190 f = open(path, "w") 195 f = open(path) 275 f = open(src, 'w') 281 with open(src, 'r') as f: 290 with open(src, 'r') as f: 413 tar = tarfile.open(path [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 64 with open(TESTFN, "w") as f: 107 f = open(TESTFN, "w") 145 dist.metadata.write_pkg_file(open(my_file, 'w')) 155 dist.metadata.write_pkg_file(open(my_file2, 'w')) 214 with open(user_filename, 'w') as f: 366 f = open(user_filename, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 67 # Write to a file, open it for reading, then close it. 77 # Open the file for writing, then close it. 99 with gzip.open(self.filename, 'wb', 9) as f: 102 with gzip.open(self.filename, "ab", 9) as f: # append 106 with gzip.open(self.filename, "rb") as zgfile: 212 with open(self.filename, 'rb') as fRead: 277 with open(self.filename, "ab") as f: 287 fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT)
|
test_shutil.py | 62 f = open(path, 'w') 89 f = open(self.childpath, 'w') 144 f = open(path, "w") 149 f = open(path) 190 f = open(path, "w") 195 f = open(path) 275 f = open(src, 'w') 281 with open(src, 'r') as f: 290 with open(src, 'r') as f: 413 tar = tarfile.open(path [all...] |
/external/chromium/ |
Android.mk | 342 sdch/open-vcdiff/src/addrcache.cc \ 343 sdch/open-vcdiff/src/blockhash.cc \ 344 sdch/open-vcdiff/src/codetable.cc \ 345 sdch/open-vcdiff/src/encodetable.cc \ 346 sdch/open-vcdiff/src/decodetable.cc \ 347 sdch/open-vcdiff/src/headerparser.cc \ 348 sdch/open-vcdiff/src/instruction_map.cc \ 349 sdch/open-vcdiff/src/logging.cc \ 350 sdch/open-vcdiff/src/varint_bigendian.cc \ 351 sdch/open-vcdiff/src/vcdecoder.cc [all...] |
/bionic/libc/tools/ |
generate-NOTICE.py | 119 content = open(path, 'r').read().decode('utf-8') 123 content = open(path, 'r').read().decode('iso-8859-1')
|
/build/tools/ |
event_log_tags.py | 1 # Copyright (C) 2009 The Android Open Source Project 57 file_object = open(filename, "rb") 130 out = open(output_file, "wb")
|
/dalvik/vm/ |
SignalCatcher.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 79 fd = open("/proc/self/cmdline", O_RDONLY, 0); 186 * Open the stack trace output file, creating it if necessary. It 189 int fd = open(gDvm.stackTraceFile, O_WRONLY | O_APPEND | O_CREAT, 0666); 191 ALOGE("Unable to open stack trace file '%s': %s",
|
/device/samsung/manta/libsensors/ |
IioSensorBase.cpp | 82 ALOGE("%s: unable to open %s", __func__, mIioSysfsChan); 128 fd = open(mInputSysfsEnable, O_RDWR); 156 fd = open(mInputSysfsSamplingFrequency, O_RDWR);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.py | 30 stream = antlr3.StringStream(unicode(open(inputPath).read(), 'utf-8')) 42 testOutput = unicode(open(outputPath).read(), 'utf-8')
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_act.c | 84 ** Description Send open callback event to application. 92 tBTA_AG_OPEN open; local 94 /* call app callback with open event */ 95 open.hdr.handle = bta_ag_scb_to_idx(p_scb); 96 open.hdr.app_id = p_scb->app_id; 97 open.status = status; 98 open.service_id = bta_ag_svc_id[p_scb->conn_service]; 101 /* if p_data is provided then we need to pick the bd address from the open api structure */ 102 bdcpy(open.bd_addr, p_data->api_open.bd_addr); 106 bdcpy(open.bd_addr, p_scb->peer_addr) [all...] |
/external/chromium/base/ |
platform_file_posix.cc | 70 HANDLE_EINTR(open(name.value().c_str(), open_flags, S_IRUSR | S_IWUSR)); 83 open(name.value().c_str(), open_flags, S_IRUSR | S_IWUSR));
|
/external/chromium_org/base/debug/ |
trace_event_android.cc | 94 g_atrace_fd = open(kATraceMarkerFile, O_WRONLY); 96 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile; 178 int atrace_fd = open(kATraceMarkerFile, O_WRONLY | O_APPEND); 180 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile;
|
/external/chromium_org/build/android/ |
adb_logcat_monitor.py | 59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w') 124 with open(pid_file_path, 'w') as f:
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
main.js | 81 'open-in-background-tab': 'Meta-Enter', 82 'open-in-new-tab': 'Shift-Meta-Enter', 83 'open-in-same-window': 'Meta-Down', 84 'open-in-new-window': 'Shift-Enter', 91 'open-in-background-tab': 'Ctrl-Enter', 92 'open-in-new-tab': 'Shift-Ctrl-Enter', 93 'open-in-same-window': 'Enter', 94 'open-in-new-window': 'Shift-Enter', 241 // Activate is handled by the open-in-same-window-command. 244 $('open-in-same-window-command').execute() [all...] |
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.css | 223 .open > input { 231 .open > input:focus { 237 .open > button { 266 #port-forwarding-overlay:not(.open) {
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
opentabs.css | 145 .expando.open { 149 html[dir='rtl'] .expando.open { 194 .expando.open { 217 .expando.open {
|