Searched refs:Open (Results 1 - 25 of 949) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.stderr.exp4 Open AF_UNIX socket ...: /tmp/sock
7 Open AF_UNIX socket ...: /tmp/sock
10 Open file descriptor ...: /tmp/data2
13 Open file descriptor ...: /tmp/data1
16 Open file descriptor ...: ...
19 Open file descriptor ...: ...
22 Open file descriptor ...: /dev/null
28 Open file descriptor ...: /tmp/data2
31 Open file descriptor ...: /tmp/data1
34 Open AF_UNI
[all...]
H A Dfdleak_dup2.stderr.exp4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: /dev/null
13 Open file descriptor ...: ...
16 Open file descriptor ...: ...
19 Open file descriptor ...: /dev/null
H A Dfdleak_creat.stderr.exp4 Open file descriptor ...: /tmp/file
7 Open file descriptor ...: ...
10 Open file descriptor ...: ...
13 Open file descriptor ...: /dev/null
H A Dfdleak_dup.stderr.exp4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null
H A Dfdleak_fcntl.stderr.exp4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null
H A Dfdleak_pipe.stderr.exp4 Open file descriptor ...:
7 Open file descriptor ...:
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null
H A Dfdleak_socketpair.stderr.exp4 Open AF_UNIX socket ...: <unknown>
7 Open AF_UNIX socket ...: <unknown>
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null
H A Dfdleak_ipv4.stderr.exp4 Open AF_INET socket 4: 127.0.0.1:... <-> 127.0.0.1:...
7 Open AF_INET socket 3: 127.0.0.1:... <-> unbound
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null
22 Open AF_INET socket 3: 127.0.0.1:... <-> 127.0.0.1:...
25 Open file descriptor ...: ...
28 Open file descriptor ...: ...
31 Open file descriptor ...: /dev/null
H A Dfdleak_open.stderr.exp4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: ...
10 Open file descriptor ...: ...
13 Open file descriptor ...: /dev/null
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.cc9 FileChooserParams::FileChooserParams() : mode(Open) {
H A Dfile_chooser_params.h23 Open, enumerator in enum:content::FileChooserParams::Mode
25 // Like Open, but allows picking multiple files to open.
28 // Like Open, but selects a folder for upload.
39 // which will be either "Open" or "Save" depending on the mode.
/external/chromium_org/ppapi/thunk/
H A Dppb_ext_crx_file_system_private_thunk.cc20 int32_t Open(PP_Instance instance, function in namespace:ppapi::thunk::__anon10255
23 VLOG(4) << "PPB_Ext_CrxFileSystem_Private::Open()";
28 return enter.SetResult(enter.functions()->Open(
37 &Open
H A Dppb_isolated_file_system_private_thunk.cc21 int32_t Open(PP_Instance instance, function in namespace:ppapi::thunk::__anon10289
25 VLOG(4) << "PPB_IsolatedFileSystem_Private::Open()";
30 return enter.SetResult(enter.functions()->Open(instance,
38 &Open
H A Dppb_isolated_file_system_private_api.h24 virtual int32_t Open(PP_Instance instance,
H A Dppb_video_destination_private_api.h23 virtual int32_t Open(const PP_Var& stream_url,
/external/chromium_org/ppapi/api/private/
H A Dppb_ext_crx_file_system_private.idl16 * Open() opens the CRX file system for the current extension. It will fail
24 * completion of Open.
28 int32_t Open([in] PP_Instance instance,
H A Dppb_isolated_file_system_private.idl33 * Open() opens a file system corresponding the given file system type.
45 * completion of Open.
50 int32_t Open([in] PP_Instance instance,
/external/chromium_org/ppapi/c/private/
H A Dppb_ext_crx_file_system_private.h37 * Open() opens the CRX file system for the current extension. It will fail
45 * completion of Open.
49 int32_t (*Open)(PP_Instance instance, member in struct:PPB_Ext_CrxFileSystem_Private_0_1
H A Dppb_isolated_file_system_private.h57 * Open() opens a file system corresponding the given file system type.
69 * completion of Open.
73 int32_t (*Open)(PP_Instance instance, member in struct:PPB_IsolatedFileSystem_Private_0_2
/external/chromium_org/ppapi/cpp/private/
H A Dext_crx_file_system_private.cc30 int32_t ExtCrxFileSystemPrivate::Open( function in class:pp::ExtCrxFileSystemPrivate
35 Open(instance_, cc.output(), cc.pp_completion_callback());
H A Disolated_file_system_private.cc32 int32_t IsolatedFileSystemPrivate::Open( function in class:pp::IsolatedFileSystemPrivate
37 Open(instance_, type_, cc.output(), cc.pp_completion_callback());
H A Dext_crx_file_system_private.h23 int32_t Open(const CompletionCallbackWithOutput<pp::FileSystem>& cc);
H A Disolated_file_system_private.h25 int32_t Open(const CompletionCallbackWithOutput<pp::FileSystem>& cc);
/external/genext2fs/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/external/chromium_org/ppapi/c/
H A Dppb_file_system.h60 * Open() opens the file system. A file system must be opened before running
74 * completion of Open().
78 int32_t (*Open)(PP_Resource file_system, member in struct:PPB_FileSystem_1_0
90 * Open() completes.

Completed in 9241 milliseconds

1234567891011>>