HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 226 - 250 of 2894) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
clean-header-guards 36 File.open(filename, "r+") do |file|
48 File.open(tmp_filename, "w+") do |new_file|
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 61 open($fileHandle, "<", \$string);
  /frameworks/base/core/java/android/os/
ConditionVariable.java 2 * Copyright (C) 2006 The Android Open Source Project
25 * open(), close() and block() are sticky. If open() is called before block(),
56 * Open the condition, and release all threads that are blocked.
62 public void open() method in class:ConditionVariable
77 * Any threads that call block() will block until someone calls open.
  /frameworks/base/core/java/android/speech/tts/
SilencePlaybackQueueItem.java 2 * Copyright (C) 2011 The Android Open Source Project
43 mCondVar.open();
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 2 * Copyright (C) 2006 The Android Open Source Project
28 * The main use-case for this class is calling {@link #open}
52 * Open a the icon database and store the icons in the given path.
55 public void open(String path) { method in class:WebIconDatabase
  /frameworks/base/libs/hwui/thread/
Barrier.h 2 * Copyright (C) 2013 The Android Open Source Project
30 void open() { function in class:android::uirenderer::Barrier
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 6 # This file is distributed under the University of Illinois Open Source
38 open(OUTPUT, ">$debugger_script_file");
45 open(INPUT, $testcase_file);
  /frameworks/native/services/surfaceflinger/
Barrier.h 2 * Copyright (C) 2007 The Android Open Source Project
31 void open() { function in class:android::Barrier
  /frameworks/native/services/surfaceflinger/tests/waitforvsync/
waitforvsync.cpp 2 * Copyright (C) 2011 The Android Open Source Project
32 int fd = open("/dev/graphics/fb0", O_RDWR);
  /hardware/libhardware/modules/camera/
Camera.h 2 * Copyright (C) 2012 The Android Open Source Project
37 int open(const hw_module_t *module, hw_device_t **device);
CameraHAL.cpp 2 * Copyright (C) 2012 The Android Open Source Project
89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) function in class:default_camera_hal::CameraHAL
104 return mCameras[id]->open(mod, dev);
126 return gCameraHAL.open(mod, name, dev);
130 open : open_dev
140 author : "The Android Open Source Project",
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.h 69 * Open the device.
73 bool open(
85 * Check if the device has open sessions.
86 * @return true if the device has one or more open sessions.
  /libcore/luni/src/main/java/java/nio/channels/
Pipe.java 88 public static Pipe open() throws IOException { method in class:Pipe
Selector.java 45 public static Selector open() throws IOException { method in class:Selector
72 * Indicates whether this selector is open.
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 2 * Copyright (C) 2010 The Android Open Source Project
28 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress());
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 16 open(MAKEFILE,"> $makefile");
88 open(MAKEFILE, "> $makefile2");
  /packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java 2 * Copyright (C) 2009 The Android Open Source Project
46 public void open() { method in class:ExchangeSender
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
StaticPortConfigHandler.java 2 * Copyright (C) 2012 The Android Open Source Project
30 dlg.open();
  /system/core/libcutils/
load_file.c 3 ** Copyright 2006, The Android Open Source Project
29 fd = open(fn, O_RDONLY);
  /external/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]

Completed in 2795 milliseconds

1 2 3 4 5 6 7 8 91011>>