/external/chromium_org/sandbox/win/src/ |
sandbox.cc | 19 // that is created by the broker and opened by the target.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
target_new.html | 13 <p><b>BUG ID:</b> <a href="rdar://problem/4172380">4172380</a> [GENENTECH] window.opener not available when child opened via target="_new"</p>
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ttunpat.h | 46 * interpreter for a typeface opened by @FT_Open_Face.
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbase.h | 58 /* the case the resource is opened but found to lack a font in it. */
|
/external/chromium_org/third_party/fuzzymatch/ |
fuzzymatch.c | 140 PIX *opened = pixOr(NULL, hopened, vopened); local 145 pixCountPixels(opened, &count, NULL); 149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7); 150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3);
|
/external/chromium_org/third_party/sqlite/src/test/ |
mem5.test | 24 # connection is opened. This will not work if there is any "presql"
|
/external/chromium_org/tools/perf/profile_creators/ |
small_profile_creator.py | 23 # are each opened in a new tab.
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
open_file_handle.h | 20 // This should be alive while a consumer keeps a file opened and should be
|
/external/freetype/include/freetype/ |
ttunpat.h | 46 * interpreter for a typeface opened by @FT_Open_Face.
|
/external/freetype/src/base/ |
ftbase.h | 58 /* the case the resource is opened but found to lack a font in it. */
|
/external/iproute2/man/man8/ |
ip-netns.8 | 32 that can be opened. The file descriptor resulting from opening
|
/external/qemu/android/utils/ |
dll.h | 21 * Once opened, you can use adynamicLibrary_findSymbol() and
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
joystick.html | 108 > -- Determine if a joystick has been opened</DT 163 > -- Closes a previously opened joystick</DT 178 >. Once initilized joysticks must be opened using <A 197 >opened</A
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CD.3 | 38 An \fBSDL_CD\fR structure is returned by \fI\fBSDL_CDOpen\fP\fR\&. It represents an opened CDROM device and stores information on the layout of the tracks on the disc\&.
|
SDL_CDOpen.3 | 11 Opens a CD-ROM drive for access\&. It returns a \fI\fBSDL_CD\fR\fR structure on success, or \fBNULL\fP if the drive was invalid or busy\&. This newly opened CD-ROM becomes the default CD used when other CD functions are passed a \fBNULL\fP CD-ROM handle\&.
|
SDL_CDPlayTracks.3 | 29 \f(CW/* assuming cdrom is a previously opened device */
|
SDL_LoadWAV.3 | 15 This function returns \fBNULL\fP and sets the SDL error message if the wave file cannot be opened, uses an unknown data format, or is corrupt\&. Currently raw, MS-ADPCM and IMA-ADPCM WAVE files are supported\&.
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_joystick.h | 58 * This can be called before any joysticks are opened. 76 * Returns 1 if the joystick has been opened, or 0 if it has not. 81 * Get the device index of an opened joystick. 176 * Close a joystick previously opened with SDL_JoystickOpen()
|
/frameworks/av/include/media/nbaio/ |
LibsndfileSink.h | 23 // Implementation of NBAIO_Sink that wraps a libsndfile opened in SFM_WRITE mode
|
LibsndfileSource.h | 23 // Implementation of NBAIO_Source that wraps a libsndfile opened in SFM_READ mode
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 50 * retrieving data associated to the opened mutex. 61 M4OSA_Bool opened = M4OSA_FALSE; local 87 opened = M4OSA_TRUE; 95 if(!opened)
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerIntegrationTest.java | 183 Log.i(LOG_TAG, "Waiting for file to be opened on OBB..."); 187 fail("Timed out waiting for file file to be opened on OBB!"); 198 // close the opened file 206 fail("Timed out waiting for file on OBB to be opened...");
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_output.h | 40 // The corresponding (opened) file.
|
/frameworks/native/libs/input/tests/ |
InputChannel_test.cpp | 67 << "should have successfully opened a channel pair"; 118 << "should have successfully opened a channel pair"; 132 << "should have successfully opened a channel pair"; 148 << "should have successfully opened a channel pair";
|
/libcore/luni/src/main/java/java/io/ |
FileOutputStream.java | 70 * @throws FileNotFoundException if file cannot be opened for writing. 81 * @throws FileNotFoundException if the file cannot be opened for writing. 114 * @throws FileNotFoundException if file cannot be opened for writing. 125 * @throws FileNotFoundException if the file cannot be opened for writing.
|