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

1 2 3 4 5 6 7 891011>>

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osDynLibrary.h 2 * Copyright (C) 2011 The Android Open Source Project
30 static dynLibrary *open(const char *p_libName);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpConnector.java 25 * This interface contains the basic methods necessary to open and use a
31 public void open(String address) throws IOException; method in interface:Support_HttpConnector
  /external/bison/lib/
fcntl.in.h 69 /* Native Windows platforms declare open(), creat() in <io.h>. */
111 # undef open
112 # define open rpl_open
114 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
116 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
118 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
120 /* On HP-UX 11, in C++ mode, open() is defined as an inline function with a
123 _GL_CXXALIASWARN (open);
126 # undef open
127 /* Assume open is always declared. *
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile.PL 68 open(IN, "Makefile");
69 open(OUT,">Makefile.tmp") || die;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.idl 34 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange lowerBound(any bound, [Default=Undefined] optional boolean open);
35 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange upperBound(any bound, [Default=Undefined] optional boolean open);
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 45 static PassOwnPtr<FilePrintStream> open(const char* filename, const char* mode);
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBFactory.h 51 virtual void open(const WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBDatabaseCallbacks* databaseCallbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBFactory
  /external/chromium_org/third_party/mesa/
generate_git_sha1.py 34 with open(output, "w") as f:
  /external/chromium_org/tools/gyp/test/mac/
gyptest-loadable-module.py 30 if struct.unpack('4I', open(binary, 'rb').read(16))[3] != MH_BUNDLE:
gyptest-xcode-gcc-clang.py 35 contents = open(test.built_file_path('obj/aliasing_default.ninja',
  /external/chromium_org/tools/gyp/test/standalone/
gyptest-standalone.py 27 contents = open(file).read()
  /external/chromium_org/tools/json_comment_eater/
json_comment_eater_test.py 16 with open(file_name, 'r') as f:
  /external/clang/utils/analyzer/
update_plist_test.pl 18 open (IN, $testFile) or die "cannot open $testFile\n";
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 5 * This file is dual licensed under the MIT and the University of Illinois Open
20 /* Determine the appropriate open function. */
43 #define O_RDONLY 0x0000 /* open for reading only */
44 #define O_WRONLY 0x0001 /* open for writing only */
45 #define O_RDWR 0x0002 /* open for reading and writing */
50 int open(const char *, int, ...) __asm(__OPEN_NAME);
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 33 tester.setDefault(BoundType.class, BoundType.OPEN);
40 tester.testAllPublicInstanceMethods(Ranges.open(1, 3));
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ResourceLoader.java 41 * Open a resource. If this resource is not found, null should be returned.
48 * @throws IOException if resource fails to open
50 Reader open(String name) throws IOException; method in interface:ResourceLoader
53 * Open a resource or throw an exception if no such resource is found.
61 * @throws IOException if resource fails to open
92 * if a call to {@link #open(String)} would also return null.
  /external/llvm/utils/
UpdateCMakeLists.pl 64 open(IN, $cmakeList);
65 open(OUT, ">", $cmakeListNew);
87 open(FILE, $cmakeList) or
88 die("Cannot open $cmakeList when computing digest\n");
93 open(FILE, $cmakeListNew) or
94 die("Cannot open $cmakeListNew when computing digest\n");
  /external/openssh/openbsd-compat/
daemon.c 71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 2 * Copyright (C) 2011 The Android Open Source Project
65 mDone.open();
73 mDone.open();
82 mDone.open();
103 mDone.open();
  /frameworks/base/libs/hwui/thread/
Future.h 2 * Copyright (C) 2013 The Android Open Source Project
47 mBarrier.open();
  /hardware/libhardware/modules/camera/
CameraHAL.h 2 * Copyright (C) 2013 The Android Open Source Project
39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /hardware/qcom/media/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h 38 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 40 bool open(unsigned int height,unsigned int width,
  /libcore/luni/src/main/java/java/nio/channels/
ServerSocketChannel.java 32 * A server-socket channel is open but not bound when created by the {@code
33 * open()} method. Calling {@code accept} before bound will cause a
50 * Creates an open and unbound server-socket channel.
55 * @return the new channel which is open but unbound.
59 public static ServerSocketChannel open() throws IOException { method in class:ServerSocketChannel
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
23 : __f_(open(__token.c_str(), O_RDONLY))
26 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());

Completed in 4589 milliseconds

1 2 3 4 5 6 7 891011>>