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

<<21222324252627282930>>

  /external/skia/platform_tools/android/gyp_gen/
generate_user_config.py 66 with open(dst_filename, 'w') as dst:
73 with open(original_sk_user_config, 'r') as original:
  /external/skia/tools/pyutils/
url_utils_test.py 46 with open(source_path, 'w') as source_handle:
59 self.assertEquals(open(dest_path).read(), contents)
  /external/strace/tests/
scm_rights.c 31 while ((fd = open("/dev/null", O_RDWR)) < 3)
46 assert((fd = open("/dev/null", O_RDWR)) == 3);
  /external/tcpdump/tests/
TESTonce 7 open(TESTLIST, "TESTLIST") || die "can not open TESTLIST: $!\n";
  /external/valgrind/main/none/tests/
rlimit64_nofile.c 89 if (open("/dev/null", O_RDONLY) < 0)
91 perror("open");
95 if ((fd = open("/dev/null", O_RDONLY)) >= 0)
97 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
101 perror("open");
rlimit_nofile.c 86 if (open("/dev/null", O_RDONLY) < 0)
88 perror("open");
92 if ((fd = open("/dev/null", O_RDONLY)) >= 0)
94 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
98 perror("open");
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 34 input_file = open(input, 'r')
35 pcap_file = open(pcap, 'w')
  /external/zlib/src/contrib/iostream2/
zstream.h 55 izstream(FILE* fp) : m_fp(0) { open(fp); }
56 izstream(const char* name) : m_fp(0) { open(name); }
60 * open() can be used to read a file which is not in gzip format;
65 void open(const char* name) { function in class:izstream
70 void open(FILE* fp) { function in class:izstream
162 open(fp, level);
166 open(name, level);
177 void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { function in class:ozstream
184 /* open from a FILE pointer.
186 void open(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java 2 * Copyright (C) 2014 The Android Open Source Project
48 mStarted.open();
91 mIdle.open();
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 2 * Copyright (C) 2011 The Android Open Source Project
26 Bundle open(in String pkg, IBinder b);
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 2 * Copyright (C) 2010 The Android Open Source Project
81 int fd = open(path, O_RDONLY);
91 int fd = open(path, O_WRONLY);
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 2 * Copyright 2012, The Android Open Source Project
73 // The 2nd argument to the POSIX open().
82 // Open mName with flag mOpenFlags (using POSIX open().)
83 bool open();
95 return open();
103 // pOpenFlags is the 2nd argument to the POSIX open(). pFlags are the flags to
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl 2 * Copyright (C) 2010 The Android Open Source Project
28 void open(in SipProfile localProfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
intersect-diffs.py 53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 2 * Copyright (C) 2013 The Android Open Source Project
64 ASSERT_TRUE(NULL != cam_module()->common.methods->open)
65 << "Camera open() is unimplemented";
66 ASSERT_EQ(0, cam_module()->common.methods->open(
68 << "Can't open camera device";
70 << "Camera open() returned a NULL device";
  /hardware/libhardware/tests/fingerprint/
fingerprint_test_fixtures.h 2 * Copyright (C) 2014 The Android Open Source Project
57 ASSERT_TRUE(NULL != fp_module()->common.methods->open)
58 << "Fingerprint open() is unimplemented";
59 ASSERT_EQ(0, fp_module()->common.methods->open(
61 << "Can't open fingerprint device";
63 << "Fingerprint open() returned a NULL device";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
move_assign.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
nonmember_swap.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
40 assert(f.open("underflow.dat", std::ios_base::in) != 0);
48 assert(f.open("underflow.dat", std::ios_base::in | std::ios_base::out) != 0);
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 3 ** Copyright 2007, The Android Open Source Project
25 void open(in long [] list, int position);
  /packages/apps/Terminal/jni/
forkpty.cpp 2 * Copyright (C) 2013 The Android Open Source Project
32 int ptm = open("/dev/ptmx", O_RDWR);
34 ALOGE("cannot open /dev/ptmx - %s", strerror(errno));
45 int pts = open(devname, O_RDWR);
47 ALOGE("unable to open slave pty - %s", strerror(errno));
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 91 #ifdef open
92 #undef open macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 29 f = open(self.fname1, 'w')
37 f = open(self.fname1, 'r')

Completed in 728 milliseconds

<<21222324252627282930>>