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

<<51525354555657585960>>

  /external/hyphenation/
substrings.pl 15 open HYPH, $fn;
16 open OUT, ">$ARGV[1]";
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 51 public Reader open(String name) throws IOException { method in class:ResourceLoaderAdaptor
68 Reader reader = open(name);
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 52 int fd = open(fpath, O_RDONLY|O_CLOEXEC);
172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC);
174 printf("Could not open %s for writing (%s)\n", path,
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 78 int fileStream = open (filename, O_RDONLY);
98 ALOGD ("%s: fail to open", __FUNCTION__);
137 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
157 ALOGE ("%s: fail to open, error = %d", __FUNCTION__, errno);
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 145 dev->nci_device.open = hal_open;
172 .open = nfc_open,
184 .author = "The Android Open Source Project",
  /external/libselinux/src/
procattr.c 37 fd = open(path, O_RDONLY);
94 fd = open(path, O_RDWR);
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 192 still have to close open patterns. 12k should do just fine on a 16k limit.
233 /** GeSHi could not open a file for reading (generally a language file) */
2769 $open = $next_open_comment_multi; variable
2777 $open == GESHI_START_IMPORTANT) { variable
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 58 # open(TEST, $testfile) || die("Can't open testfile: $!");
59 open(RESULT, $resultfile) || die("Can't open resultfile: $!");
114 Use "--" to end switch parsing. For example, to open a file named "-z", use:
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 29 // On a machine connected to the Internet or other large open network,
  /external/netperf/
netcpu_procstat.c 68 proc_stat_fd = open (PROC_STAT_FILE_NAME, O_RDONLY, NULL);
70 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME);
115 proc_stat_fd = open (PROC_STAT_FILE_NAME, O_RDONLY, NULL);
117 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME);
  /external/openssl/crypto/rand/
randfile.c 87 #define open _open macro
212 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
  /external/protobuf/gtest/test/
gtest_output_test.py 255 golden_file = open(GOLDEN_PATH, 'rb')
273 # open(os.path.join(
277 # open(os.path.join(
289 golden_file = open(GOLDEN_PATH, 'wb')
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 158 int fd = open(stdout_capture_filename_.c_str(),
160 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
173 int fd = open(stderr_capture_filename_.c_str(),
175 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
  /external/qemu/android/tools/
gen-hw-config.py 98 for line in open(sourceFile):
120 out = open(targetFile,"wb")
  /external/qemu/
bt-vhci.c 144 fd = open(VHCI_DEV, O_RDWR);
147 fd = open(VHCI_UDEV, O_RDWR);
152 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
154 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 2 * Copyright (C) 2010 The Android Open Source Project
26 public static final int OPEN = 1;
64 private void open(float timeSinceTriggered, GameObject parentObject) { method in class:DoorAnimationComponent
71 // snap open.
72 mSprite.playAnimation(Animation.OPEN);
110 // snap open.
146 open(delta, (GameObject)parent); method
158 mSprite.playAnimation(Animation.OPEN);
  /external/skia/bench/
bench_compare.py 97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
  /external/skia/tools/
find_bad_images_in_skps.py 122 subprocess.call(args, stderr=open(os.devnull,'w'),
123 stdout=open(os.devnull,'w'))
  /external/stlport/stlport/stl/
_messages_facets.h 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages
96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 189 open TABLE, $file or die "can't open $table table $file";
245 open OUT, ">$ALPHABET" or die "cant open $ALPHABET for writing";
  /external/valgrind/main/none/tests/
fdleak_cmsg.c 41 fd1 = DO( open(filea, O_RDWR | O_CREAT | O_TRUNC, 0750) );
42 fd2 = DO( open(fileb, O_RDWR | O_CREAT | O_TRUNC, 0750) );
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 2 * Copyright (C) 2011 The Android Open Source Project
175 int fd = open("/sys/devices/system/cpu/kernel_max", O_RDONLY);
197 ALOGW("Can't open number of CPUs");
214 // some kernels can't open a scaling file until hot plug complete
225 fd = open(freq_path, O_RDONLY | O_CLOEXEC);
231 ALOGW("getCpukHz can't open CPU %d", cpuNum);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");

Completed in 540 milliseconds

<<51525354555657585960>>