HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 726 - 750 of 5433) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 68 main(open(sys.argv[1], "r+"))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/python/
twatch.py 25 evsel.open(cpus = cpus, threads = threads);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall.c 25 pr_debug("failed to open counter: %s, "
32 fd = open("/etc/passwd", O_RDONLY);
  /external/lldb/scripts/
generate-vers.pl 11 open $pbxproj, $ARGV[0] or die "Couldn't open ".$ARGV[0];
  /external/lldb/test/functionalities/completion/
TestCompletion.py 173 with open('child_send.txt', 'w') as f_send:
174 with open('child_read.txt', 'w') as f_read:
190 with open('child_send.txt', 'r') as fs:
194 with open('child_read.txt', 'r') as fr:
  /external/lldb/test/pexpect-2.4/examples/
chess3.py 27 fout = open ('log','a')
40 fout = open ('log','a')
88 fout = open ('log','a')
97 fout = open ('log','a')
  /external/lldb/test/source-manager/
TestSourceManager.py 146 with open('main.c', 'r') as f:
158 with open('main.c', 'w') as f:
161 with open('main.c', 'r') as f:
171 with open('main.c', 'w') as f:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 5 open Llvm
6 open Llvm_executionengine
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 5 open Llvm
6 open Llvm_executionengine
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 5 open Llvm
6 open Llvm_executionengine
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 5 open Llvm
6 open Llvm_executionengine
  /external/llvm/test/Bindings/Ocaml/
irreader.ml 13 open Llvm
14 open Llvm_irreader
passmgr_builder.ml 13 open Llvm
14 open Llvm_passmgr_builder
  /external/openssl/crypto/bio/
bio_lcl.h 30 #define UP_open open
  /external/protobuf/examples/
list_people.py 34 f = open(sys.argv[1], "rb")
  /external/qemu/distrib/libselinux/src/
get_initial_context.c 28 fd = open(path, O_RDONLY);
load_policy.c 30 fd = open(path, O_RDWR);
policyvers.c 26 fd = open(path, O_RDONLY);
  /external/robolectric/
update-downloads.rb 36 File.open(DOWNLOADS_FILE, 'w') {|f| f.write(downloads_page)}
  /external/skia/tools/pyutils/
url_utils.py 62 with open(dest_path, 'wb') as dest_handle:
  /external/valgrind/main/drd/tests/
concurrent_close.cpp 20 fd = open("/dev/null", O_RDONLY);
24 fprintf(stderr, "Failed to open /dev/null\n");
  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
  /frameworks/base/core/java/android/hardware/
SerialManager.java 2 * Copyright (C) 2011 The Android Open Source Project
66 * @param speed at which to open the serial port
74 port.open(pfd, speed);
77 throw new IOException("Could not open serial port " + name);
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 2 * Copyright (C) 2007 The Android Open Source Project
102 mLock.open();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 2 * Copyright (C) 2008 The Android Open Source Project
94 mCamera = Camera.open(CAMERA_ID);
95 startDone.open();
133 mPreviewDone.open();
170 mSnapshotDone.open();

Completed in 3178 milliseconds

<<21222324252627282930>>