/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
HyperlinksTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 207 // Open file 245 // Open the first link 247 link.open(); 282 sb.append("\n\nAfter open, a browser is shown with this URL:\n"); 314 sb.append("\n\nAfter open, the selected text is:\n");
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
GLDecoder.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 46 m_glesDso = osUtils::dynLibrary::open(libname);
|
/system/core/adb/ |
adb.c | 2 * Copyright (C) 2007 The Android Open Source Project 155 * Redefine open and write for qemu_pipe.h that contains inlined references 159 #undef open macro 161 #define open adb_open macro 164 #undef open macro 166 #define open ___xxx_open macro 238 case A_OPEN: tag = "OPEN"; break; 564 case A_OPEN: /* OPEN(local-id, 0, "destination") */ [all...] |
/system/core/cpio/ |
mkbootfs.c | 166 if(d == 0) die("cannot open directory '%s'", in); 240 fd = open(in, O_RDONLY); 241 if(fd < 0) die("cannot open '%s' for read", in); 289 if (f == NULL) die("failed to open canned file");
|
/system/core/healthd/ |
BatteryMonitor.cpp | 2 * Copyright (C) 2013 The Android Open Source Project 100 int fd = open(path.string(), O_RDONLY, 0); 102 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string()); 281 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
|
/system/core/libdiskconfig/ |
diskconfig.c | 3 * Copyright 2008, The Android Open Source Project 260 * returns an open file descriptor. 283 if ((fd = open(dinfo->device, O_RDWR)) < 0) { 284 ALOGE("Cannot open device '%s' (errno=%d)", dinfo->device, errno);
|
/system/core/sh/ |
input.c | 439 if ((fd = open(fname, O_RDONLY)) < 0) 440 error("Can't open %s", fname); 454 * Like setinputfile, but takes an open file descriptor. Call this with
|
/system/core/toolbox/ |
nandread.c | 102 fd = open(devname, O_RDONLY); 104 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno)); 111 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno)); 119 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno));
|
schedtop.c | 83 fd = open(line, O_RDONLY);
|
/system/extras/libublock/ |
ublock.c | 2 * Copyright (C) 2010 The Android Open Source Project 371 ub_ctx->fd = open(CONTROL_FILE, O_RDWR);
|
/system/extras/procrank/ |
procrank.c | 2 * Copyright (C) 2008 The Android Open Source Project 54 int fd = open("/proc/meminfo", O_RDONLY); 57 printf("Unable to open /proc/meminfo: %s\n", strerror(errno)); 365 * 2 on failure to open proc cmdline entry
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 3 # Copyright 2009, The Android Open Source Project 131 f = open(filename, 'r')
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 120 main_ion_fd = open("/dev/ion", O_RDONLY); 122 CDBG_ERROR("Ion dev open failed %s\n", strerror(errno)); 245 file_fd = open(file_name, O_RDWR | O_CREAT, 0777); 247 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name); 268 file_fd = open(buf, O_RDWR | O_CREAT, 0777); 473 CDBG_ERROR("%s:dev open error\n", __func__); 477 CDBG("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle); 542 CDBG_ERROR("%s: jpeg lib open err", __func__);
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.c | 327 /* open uses flags to optionally disable jpeg/vpe interface. */ 336 /* not first open */ 358 CDBG("%s: open failed, rc = %d\n", __func__, rc); 366 CDBG("%s: open succeded\n", __func__); 484 .open = mm_camera_ops_open, 626 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); 860 rc = mm_cam->ops->open(mm_cam, op_mode);
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_main.c | 125 /* state table for open state */ 227 * only when the audio SM is open, the main SM opens the RC connection as INT */ 712 ** Description report report channel open 881 p_scb->q_info.open.switch_res = BTA_AV_RS_OK; 883 p_scb->q_info.open.switch_res = BTA_AV_RS_FAIL; 885 /* Continue av open process */ 886 bta_av_do_disc_a2d (p_scb, (tBTA_AV_DATA *)&(p_scb->q_info.open)); [all...] |
/external/chromium_org/base/ |
file_util_posix.cc | 703 int fd = HANDLE_EINTR(open(filename.value().c_str(), O_RDONLY)); 780 int fd = HANDLE_EINTR(open(filename.value().c_str(), O_WRONLY | O_APPEND)); 920 int infile = HANDLE_EINTR(open(from_path.value().c_str(), O_RDONLY));
|
/external/chromium_org/native_client_sdk/src/tools/ |
create_nmf.py | 120 with open(path, 'rb') as f: 162 with open(path, 'rb') as f: 754 with open(options.output, 'w') as output:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 4 require 'open-uri' 326 .overallComments .open { 722 open(filepath, 'wb') do |to_file| 723 to_file << open(svn_uri) { |from_file| from_file.read }
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 254 io::ZeroCopyOutputStream* Open(const string& filename); 334 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); 394 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); 435 io::ZeroCopyOutputStream* CommandLineInterface::GeneratorContextImpl::Open( 472 // This was just a regular Open(). [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 75 fd = open(filename, O_RDONLY); 77 RAW_LOG(0, "Failed to open /proc/self/cmdline"); 126 pagemap_fd_ = open(filename, O_RDONLY); 127 RAW_CHECK(pagemap_fd_ != -1, "Failed to open /proc/self/pagemap"); 132 kpagecount_fd_ = open(filename, O_RDONLY); 134 RAW_LOG(0, "Failed to open /proc/kpagecount"); 347 // Re-open files in /proc/pid/ if the process is newly forked one. [all...] |
/external/dhcpcd/ |
dhcp.c | 1133 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444); 1138 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444); 1142 syslog(LOG_ERR, "%s: open: %m", iface->name); 1171 fd = open(iface->leasefile, O_RDONLY); 1174 syslog(LOG_ERR, "%s: open `%s': %m", [all...] |
/external/linux-tools-perf/util/ |
parse-events.c | 148 fd = open(evt_path, O_RDONLY); 196 fd = open(evt_path, O_RDONLY); 456 fd = open(evt_path, O_RDONLY); 495 perror("Can't open event dir");
|
/external/openssh/ |
misc.c | 656 /* Open the tunnel device */ 659 fd = open(name, O_RDWR); 663 if ((fd = open(name, O_RDWR)) >= 0) 672 debug("%s: %s open failed: %s", __func__, name, strerror(errno)); 722 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { 723 fprintf(stderr, "Couldn't open /dev/null: %s\n",
|
/external/ppp/pppd/ |
utils.c | 968 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) { 975 fd = open(lock_file, O_RDONLY, 0); 979 error("Can't open existing lock file %s: %m", lock_file); 1054 fd = open(lock_file, O_WRONLY, 0);
|