HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 426 - 450 of 10793) sorted by null

<<11121314151617181920>>

  /external/strace/tests-m32/
scm_rights.c 58 while ((i = open("/dev/null", O_RDWR)) <= ac + 2)
71 assert((fds[0] = open("/dev/null", O_RDWR)) == 4);
73 assert((fds[i] = open(av[i], O_RDONLY)) == i + 4);
89 assert(open("/dev/null", O_RDWR) == sv[1]);
  /external/strace/tests-mx32/
scm_rights.c 58 while ((i = open("/dev/null", O_RDWR)) <= ac + 2)
71 assert((fds[0] = open("/dev/null", O_RDWR)) == 4);
73 assert((fds[i] = open(av[i], O_RDONLY)) == i + 4);
89 assert(open("/dev/null", O_RDWR) == sv[1]);
  /external/swiftshader/third_party/LLVM/utils/
UpdateCMakeLists.pl 64 open(IN, $cmakeList);
65 open(OUT, ">", $cmakeListNew);
88 open(FILE, $cmakeList) or
89 die("Cannot open $cmakeList when computing digest\n");
94 open(FILE, $cmakeListNew) or
95 die("Cannot open $cmakeListNew when computing digest\n");
  /external/tcpdump/tests/
TESTonce 27 open(OUTPUT, ">>"."NEW/$output") || die "fail to open $output\n";
44 open FOUT, '>>failure-outputs.txt';
  /external/toolchain-utils/binary_search_tool/test/
switch_tmp.py 26 with open('tmp_file', 'w') as f:
  /external/v8/tools/clang/pylib/clang/
compile_db.py 32 with open(os.path.join(path, 'compile_commands.json'), 'rb') as db:
  /external/v8/tools/testrunner/utils/
dump_build_config.py 25 with open(sys.argv[1], 'w') as f:
  /external/valgrind/memcheck/tests/darwin/
pth-undocumented.c 30 dirfd = open("/", O_RDONLY);
32 perror("open"), exit(1);
  /external/valgrind/memcheck/tests/linux/
sys-openat.c 11 int dfd = open ("/tmp", O_RDONLY);
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockAdapter.h 2 * Copyright (C) 2017 The Android Open Source Project
45 virtual int32_t open(int32_t bytesPerFixedBlock);
  /frameworks/av/services/oboeservice/
SharedMemoryProxy.h 2 * Copyright (C) 2017 The Android Open Source Project
37 aaudio_result_t open(int fd, int32_t capacityInBytes);
  /frameworks/base/libs/hwui/thread/
Future.h 2 * Copyright (C) 2013 The Android Open Source Project
48 mBarrier.open();
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
SocketComm.h 2 * Copyright (C) 2017 The Android Open Source Project
54 int open() override;
65 * Closes a connection if it is open.
  /hardware/libhardware/include/hardware/
vibrator.h 2 * Copyright (C) 2013 The Android Open Source Project
68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, TO_HW_DEVICE_T_OPEN(device));
  /hardware/libhardware/modules/vr/
vr.c 2 * Copyright (C) 2016 The Android Open Source Project
30 .open = NULL,
41 .author = "The Android Open Source Project",
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h 38 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 40 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 40 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 40 bool open(unsigned int height,unsigned int width,
  /libcore/tools/docs/crypto/
crypto_docs.py 1 # Copyright (C) 2017 The Android Open Source Project
22 f = open(filename)
  /packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java 2 * Copyright (C) 2013 The Android Open Source Project
25 public boolean open(Context context); method in interface:CloudNotificationBackplane
  /platform_testing/tests/perf/PerformanceLaunch/
gen_locales.py 32 with open("res/values-{0}/strings.xml".format(locale), "w") as f:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pipes.py 23 f = t.open(TESTFN, 'w')
26 with open(TESTFN) as f:
30 with open(TESTFN, 'w') as f:
35 with open(TESTFN2) as f:
39 with open(TESTFN, 'w') as f:
43 with t.open(TESTFN, 'r') as f:
49 with open(TESTFN, 'w') as f:
51 with open(TESTFN2, 'w') as f:
55 with open(TESTFN2) as f:
61 with open(TESTFN, 'w') as f
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pipes.py 23 f = t.open(TESTFN, 'w')
26 with open(TESTFN) as f:
30 with open(TESTFN, 'w') as f:
35 with open(TESTFN2) as f:
39 with open(TESTFN, 'w') as f:
43 with t.open(TESTFN, 'r') as f:
49 with open(TESTFN, 'w') as f:
51 with open(TESTFN2, 'w') as f:
55 with open(TESTFN2) as f:
61 with open(TESTFN, 'w') as f
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pipes.py 23 f = t.open(TESTFN, 'w')
26 with open(TESTFN) as f:
30 with open(TESTFN, 'w') as f:
35 with open(TESTFN2) as f:
39 with open(TESTFN, 'w') as f:
43 with t.open(TESTFN, 'r') as f:
49 with open(TESTFN, 'w') as f:
51 with open(TESTFN2, 'w') as f:
55 with open(TESTFN2) as f:
61 with open(TESTFN, 'w') as f
    [all...]

Completed in 756 milliseconds

<<11121314151617181920>>