HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 251 - 275 of 7184) sorted by null

<<11121314151617181920>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/utils/
findsym.pl 15 # Open the directory and read its contents, sorting by name and differentiating
25 open SYMS,
  /external/pdfium/testing/tools/
text_diff.py 16 with open(filename1, "r") as f1:
18 with open(filename2, "r") as f2:
  /external/protobuf/examples/
add_person.py 46 f = open(sys.argv[1], "rb")
56 f = open(sys.argv[1], "wb")
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
  /external/v8/test/simdjs/
generate.py 23 run_js = open(
59 with open(os.path.join(SCRIPT_DIR, 'SimdJs.json'), 'w') as fh:
  /external/v8/test/test262/
archive.py 28 with tarfile.open('data.tar', 'w') as tar:
35 with open(STAMP_FILE, 'w') as f:
  /external/v8/tools/gyp/pylib/gyp/generator/
gypd.py 26 run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip
92 output = open(output_file, 'w')
  /external/v8/tools/
process-heap-prof.py 55 logfile = open(filename, 'rb')
85 sys.exit('can\'t open %s' % filename)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Scripts/
versiongenerate.py 64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DrawerController.java 2 * Copyright (C) 2015 The Android Open Source Project
59 * @param open
61 abstract void setOpen(boolean open);
65 * @param open
68 abstract void setOpen(boolean open, @Trigger int trigger);
144 void setOpen(boolean open) {
145 setOpen(open, OPENED_OTHER);
149 void setOpen(boolean open, @Trigger int trigger) {
150 if (open) {
210 void setOpen(boolean open) {}
    [all...]
  /hardware/libhardware/include/hardware/
qemu_pipe.h 2 * Copyright (C) 2011 The Android Open Source Project
33 /* Try to open a new Qemu fast-pipe. This function returns a file descriptor
51 * You should be able to open several pipes to the same pipe service,
69 fd = open("/dev/qemu_pipe", O_RDWR);
71 fd = open("/dev/goldfish_pipe", O_RDWR);
73 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
  /libcore/luni/src/test/java/libcore/java/util/
ResourceLeakageDetectorTest.java 2 * Copyright (C) 2014 The Android Open Source Project
33 closeGuard.open("open");
48 closeGuard.open("open");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
27 fs.open(temp.c_str(), std::ios_base::out);
36 fs.open(temp.c_str(), std::ios_base::out);
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const char* s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
open_string.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp, std::ios_base::in | std::ios_base::out
40 fs.open(temp, std::ios_base::in | std::ios_base::out
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
open_string.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const string& s, ios_base::openmode mode = ios_base::in);
29 fs.open(std::string("test.dat"));
41 fs.open(std::string("test.dat"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
15 // void open(const char* s, ios_base::openmode mode = ios_base::out);
30 fs.open(temp.c_str());
47 fs.open(temp.c_str());

Completed in 237 milliseconds

<<11121314151617181920>>