HomeSort by relevance Sort by last modified time
    Searched full:close (Results 751 - 775 of 5187) sorted by null

<<31323334353637383940>>

  /external/bluetooth/bluez/audio/
ipc.c 69 close(sk);
79 return close(sk);
  /external/bluetooth/bluez/plugins/
echo.c 107 close(sk);
112 close(sk);
  /external/bluetooth/bluez/src/
rfkill.c 117 close(fd);
121 close(fd);
  /external/clearsilver/scripts/
commitlog.py 73 fps.close()
82 fp.close()
  /external/dropbear/
tcp-accept.c 96 close(fd);
131 /* new_listener will close the socks if it fails */
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 214 close(sd);
241 close(sd);
250 close(sd);
254 close(sd);
282 close(state_fd);
297 close(state_fd);
459 close(s);
463 close(s);
  /external/elfutils/tests/
get-aranges.c 45 close (fd);
130 close (fd);
get-lines.c 36 close (fd);
125 close (fd);
show-abbrev.c 35 close (fd);
123 close (fd);
  /external/gtest/test/
gtest_env_var_test.py 81 stdin.close()
83 stdout.close()
  /external/icu4c/common/
uenum.c 60 if (en->close != NULL) {
64 en->close(en);
uenumimp.h 28 * is returned. If close is NULL, the enumeration
118 UEnumClose *close; member in struct:UEnumeration
  /external/icu4c/test/cintltst/
usrchtst.c 106 static void close(void) function
127 close();
296 close();
333 close();
557 close();
595 close();
613 close();
717 close();
744 close();
815 close();
    [all...]
  /external/libpng/contrib/pngminus/
makevms.com 34 $ close lopt
37 $ close xopt
  /external/opencore/codecs_v2/omx/omx_core_plugins/template/src/
pv_omx_interface.cpp 38 // dlclose() returns non-zero value if close failed, check for errors
46 LOGE("OsclSharedLibrary::Close: Error closing library, no error reported");
  /external/opencore/engines/2way/src/
pv_2way_data_channel_datapath.cpp 61 // A null pointer indicates a close for some reason
77 //If close command issued
  /external/opencore/fileformats/mp3/parser/include/
mp3utils.h 77 _fileServSession.Close(); // return from Close is always 0.
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_imp_pv.cpp 39 Close();
53 int32 OsclDNSI::Close()
oscl_file_io.h 55 * The class defines all the input output files operations like open, close, read, write, seek, tell
226 * call Oscl_File::Open, then proceed to use the Oscl_File object, finally calling Oscl_File::Close.
227 * In this usage mode, Oscl_File::Open and Oscl_File::Close do not actually call native file open and close.
228 * It is assumed that the caller will close the original native file handle after usage is complete.
321 * The File Close operation
326 * then Close will simply flush the file. The file will remain open.
330 OSCL_IMPORT_REF int32 Close();
oscl_udp_socket.cpp 70 int32 OsclUDPSocketI::Close()
78 return iSocket->Close();
  /external/opencore/oscl/oscl/osclregcli/src/
oscl_registry_access_client.h 86 ** Close and cleanup session.
88 OSCL_IMPORT_REF void Close();
oscl_registry_client.h 84 ** Close and cleanup. All components registered in this session are
87 OSCL_IMPORT_REF void Close();
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl_global.cpp 43 Close();
66 void OsclRegistryServImpl::Close()
oscl_registry_serv_impl_tls.cpp 39 Close();
62 void OsclRegistryServTlsImpl::Close()
  /external/opencore/pvmi/content_policy_manager/src/
pvmf_cpmplugin_factory_registry.cpp 102 OSCL_EXPORT_REF void PVMFCPMPluginFactoryRegistryClient::Close()
105 iClient->Close();

Completed in 173 milliseconds

<<31323334353637383940>>