HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 2726 - 2750 of 4741) sorted by null

<<101102103104105106107108109110>>

  /external/srec/portable/src/
PFile.c 45 return self->open(self, mode);
350 rc = result->open(result, mode);
  /external/v8/tools/
stats-viewer.py 105 maps_file = open(maps_name, "r")
117 data_file = open(self.data_name, "r")
  /external/valgrind/main/cachegrind/
cg_diff.in 166 open(INPUTFILE, "< $input_file")
167 || die "Cannot open $input_file for reading\n";
  /external/valgrind/main/exp-bbv/
bbv_main.c 113 sres = VG_(open)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
171 /* If our output fd hasn't been opened, open it */
593 /* open the output file if it hasn't already */
  /external/valgrind/main/perf/
vg_perf.in 169 open(INPUTFILE, "< $f") || die "File $f not openable\n";
  /external/zlib/src/examples/
gun.c 64 #include <fcntl.h> /* open() */
553 /* open files */
559 infile = open(inname, O_RDONLY, 0);
561 fprintf(stderr, "gun cannot open %s\n", inname);
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
gzappend.c 268 /* open gzip file */
270 gz.fd = open(name, O_RDWR, 0);
271 if (gz.fd == -1) bye("cannot open ", name);
394 /* open file to compress and append */
397 fd = open(name, O_RDONLY, 0);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 3 ** Copyright 2008, The Android Open Source Project
91 virtual status_t open(
139 uint32_t mSampleRateHz; // sample rate of the content, as set in open()
201 virtual status_t open(
  /frameworks/base/tools/aapt/
Package.cpp 2 // Copyright 2006 The Android Open Source Project
80 // okay, open it below
104 status = zip->open(outputFile.string(), ZipFile::kOpenReadWrite | ZipFile::kOpenCreate);
106 fprintf(stderr, "ERROR: unable to open '%s' as Zip file for writing\n",
490 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
492 fprintf(stderr, "ERROR: unable to open '%s' as a zip file: %d\n",
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 2 * Copyright (C) 2013 The Android Open Source Project
324 is = am.open("backward");
375 is = am.open("zone.tab");
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 2 * Copyright (C) 2012 The Android Open Source Project
156 LOGE("HAL:could not open %s trigger name", compass);
169 LOGE("HAL:could not open current trigger");
181 LOGE("HAL:could not open buffer length");
190 compass_fd = open(iio_device_node, O_RDONLY);
193 LOGE("HAL:could not open '%s' iio device node in path '%s' - "
204 tempFd = open(compassSysFs.compass_x_fifo_enable, O_RDWR);
209 LOGE("HAL:open of %s failed with '%s' (%d)",
215 tempFd = open(compassSysFs.compass_y_fifo_enable, O_RDWR);
220 LOGE("HAL:open of %s failed with '%s' (%d)"
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 323 main_ion_fd = open("/dev/ion", O_RDONLY);
325 ALOGE("Ion dev open failed: %s\n", strerror(errno));
622 mMemInfo[cnt].main_ion_fd = open("/dev/ion", O_RDONLY);
624 ALOGE("%s: failed: could not open ion device", __func__);
  /libcore/luni/src/main/java/java/net/
PlainSocketImpl.java 65 guard.open("close");
84 guard.open("close");
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 87 Camera cam = Camera.open(id);
320 camera = Camera.open(whichCamera);
  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 2 * Copyright (C) 2010 The Android Open Source Project
238 mSipManager.open(p,
243 // re-open in order to make calls
244 mSipManager.open(p);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 379 fp = open(self.manifest, 'rU')
392 manifest = open(self.manifest)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 196 with open(test_file, "rb") as fp:
250 open(os.path.join(dir, fn), "wb").close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 38 f = open(fname, 'w')
43 f = open(fname)
test_multibytecodec.py 151 open(TESTFN, 'w').write('\xa1')
152 f = codecs.open(TESTFN, encoding='cp949')
test_repr.py 131 fp = open(unittest.__file__)
133 "<open file %r, mode 'r' at 0x" % unittest.__file__))
211 fp = open(path, 'w')
test_site.py 104 pth_file = open(pth_fn, 'w')
283 FILE = open(self.file_path, 'w')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 379 fp = open(self.manifest, 'rU')
392 manifest = open(self.manifest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 196 with open(test_file, "rb") as fp:
250 open(os.path.join(dir, fn), "wb").close()

Completed in 2990 milliseconds

<<101102103104105106107108109110>>