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

<<61626364656667686970>>

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 158 with open(self._tmp_output_file.name) as f:
184 with open(most_recent_dump, 'rb') as infile:
185 with open(minidump, 'wb') as outfile:
192 with open(symbol, 'r') as f:
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.py 16 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
swipe.py 16 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 261 BOOL* open,
  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.cc 16 fd_ = open(device_path, O_RDWR | O_CLOEXEC);
  /external/chromium_org/v8/tools/testrunner/server/
main.py 66 with open(pubkey_fingerprint_filename) as f:
70 with open(self.relative_perf_filename) as f:
125 with open(self.relative_perf_filename, "w") as f:
181 with open(pubkey_filename, "r") as f:
  /external/clang/utils/
CaptureCmd 30 f = open(path, 'wb')
  /external/clang/utils/analyzer/
SumTimerInfo.py 21 f = open(sys.argv[1], 'r')
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 4 // This file is distributed under the University of Illinois Open Source
23 int fd = open(from, 0);
56 fprintf(stderr, "didn't open custom error file %s as 1, got %d\n", buffer, fd);
  /external/doclava/res/assets/templates/assets/
jquery-history.js 19 d.open();
  /external/e2fsprogs/lib/ss/
pager.c 104 fd = open("/dev/tty", O_WRONLY, 0);
  /external/e2fsprogs/misc/
e2label.c 54 fd = open(dev, mode);
57 fprintf (stderr, _("e2label: cannot open %s\n"), dev);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 96 if (dialog.open() == Window.OK) {
  /external/elfutils/tests/
arsymtest.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
47 /* Open the archive. */
48 fd = open (argv[1], O_RDONLY);
51 printf ("Cannot open input file: %m");
55 /* Open the output file. */
59 printf ("Cannot open output file: %m");
ecp.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
41 int infd = open (argv[1], O_RDONLY);
43 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]);
52 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]);
get-files.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
45 int fd = open (argv[cnt], O_RDONLY);
show-abbrev.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
42 int fd = open (argv[cnt], O_RDONLY);
update1.c 19 Red Hat elfutils is an included package of the Open Invention Network.
20 An included package of the Open Invention Network is a package for which
21 Open Invention Network licensees cross-license their patents. No patent
23 included package. Should you wish to participate in the Open Invention
48 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
51 printf ("cannot open `%s': %s\n", fname, strerror (errno));
  /external/guava/guava-tests/test/com/google/common/collect/
RangesTest.java 20 import static com.google.common.collect.BoundType.OPEN;
75 Ranges.downTo(1, OPEN))
81 Ranges.upTo(7, OPEN))
83 Ranges.open(1, 7),
84 Ranges.range(1, OPEN, 7, OPEN))
87 Ranges.range(1, OPEN, 7, CLOSED))
93 Ranges.range(1, CLOSED, 7, OPEN))
  /external/harfbuzz/
Android.mk 2 ## Copyright (C) 2010 The Android Open Source Project
41 src/harfbuzz-open.c \
  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 109 tHAL_API_OPEN *open; member in struct:__anon20487
165 ** Description Open transport and intialize the NFCC, and
  /external/libvpx/libvpx/tools/
all_builds.py 19 configure_file = open("configure")
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 5 data = open(path).read()
  /external/llvm/utils/
wciia.py 51 code_owners_file = open("CODE_OWNERS.TXT", "r").readlines()
  /external/openssh/openbsd-compat/
mktemp.c 141 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)

Completed in 684 milliseconds

<<61626364656667686970>>