Searched defs:handle (Results 51 - 75 of 693) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/glue/
H A Dhistory_model_worker.h39 CancelableRequestProvider::Handle handle) {}
42 CancelableRequestProvider::Handle handle) {}
45 CancelableRequestProvider::Handle handle) {}
48 CancelableRequestProvider::Handle handle) {}
38 OnRequestAdded(CancelableRequestProvider* provider, CancelableRequestProvider::Handle handle) argument
41 OnRequestRemoved(CancelableRequestProvider* provider, CancelableRequestProvider::Handle handle) argument
44 WillExecute(CancelableRequestProvider* provider, CancelableRequestProvider::Handle handle) argument
47 DidExecute(CancelableRequestProvider* provider, CancelableRequestProvider::Handle handle) argument
/external/chromium/chrome/browser/ui/webui/
H A Dfileicon_source.cc68 void FileIconSource::OnFileIconDataAvailable(IconManager::Handle handle, argument
71 int request_id = cancelable_consumer_.GetClientData(im, handle);
/external/chromium/net/disk_cache/
H A Dcache_util_win.cc22 HANDLE handle = FindFirstFile(name.c_str(), &data); local
23 if (handle == INVALID_HANDLE_VALUE)
35 } while (FindNextFile(handle, &data));
37 FindClose(handle);
65 // file to open. Note that this code assumes that we have a handle to the
66 // file at all times (even now), so nobody can have a handle that prevents
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.cc53 DllHandle handle = dlopen(dll_name, RTLD_NOW); local
57 if (handle == kInvalidDllHandle) {
60 return handle;
63 void InternalUnloadDll(DllHandle handle) { argument
65 if (dlclose(handle) != 0) {
73 static bool LoadSymbol(DllHandle handle, argument
77 *symbol = dlsym(handle, symbol_name);
95 bool InternalLoadSymbols(DllHandle handle, argument
104 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
/external/e2fsprogs/lib/ss/
H A Dget_readline.c44 void *handle = NULL; local
69 if ((handle = dlopen(cp, RTLD_NOW))) {
75 if (!handle)
78 info->readline_handle = handle;
80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_functio
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DIPropertyExceptionHandler.java24 void handle(Throwable e); method in interface:IPropertyExceptionHandler
/external/elfutils/tests/
H A Darls.c8 static int handle (const char *fname);
18 result = handle ("a.out");
21 result |= handle (argv[1]);
28 handle (const char *fname) function
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPInputStream.java16 private SFTPv3FileHandle handle; field in class:SFTPInputStream
23 public SFTPInputStream(SFTPv3FileHandle handle) { argument
24 this.handle = handle;
38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len);
62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1);
84 handle.getClient().closeFile(handle);
[all...]
H A DSFTPOutputStream.java16 private SFTPv3FileHandle handle; field in class:SFTPOutputStream
23 public SFTPOutputStream(SFTPv3FileHandle handle) { argument
24 this.handle = handle;
44 handle.getClient().write(handle, writeOffset, buffer, offset, len);
53 handle.getClient().write(handle, writeOffset, buffer, 0, 1);
65 handle.getClient().closeFile(handle);
[all...]
/external/iproute2/tc/
H A Df_basic.c38 static int basic_parse_opt(struct filter_util *qu, char *handle, argument
48 if (handle) {
49 h = strtol(handle, NULL, 0);
51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
52 handle);
72 unsigned handle; local
74 if (get_tc_classid(&handle, *argv)) {
78 addattr_l(n, MAX_MSG, TCA_BASIC_CLASSID, &handle, 4);
110 struct rtattr *opt, __u32 handle)
119 if (handle)
109 basic_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
[all...]
H A Df_cgroup.c25 static int cgroup_parse_opt(struct filter_util *qu, char *handle, argument
32 if (handle) {
33 h = strtol(handle, NULL, 0);
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
36 handle);
85 struct rtattr *opt, __u32 handle)
94 if (handle)
95 fprintf(f, "handle 0x%x ", handle);
84 cgroup_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
/external/javasqlite/src/main/java/SQLite/
H A DBackup.java10 * Internal handle for the native SQLite API.
13 protected long handle = 0; field in class:Backup
/external/kernel-headers/original/linux/
H A Dtegra_avp.h30 unsigned long handle; member in struct:tegra_avp_lib
/external/libsepol/src/
H A Ddebug.c4 #include "handle.h"
21 int sepol_msg_get_level(sepol_handle_t * handle) argument
23 return handle->msg_level;
28 const char *sepol_msg_get_channel(sepol_handle_t * handle)
30 return handle->msg_channel;
35 const char *sepol_msg_get_fname(sepol_handle_t * handle)
37 return handle->msg_fname;
45 sepol_handle_t * handle,
51 switch (sepol_msg_get_level(handle)) {
64 sepol_msg_get_channel(handle), sepol_msg_get_fnam
76 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) argument
[all...]
H A Dpolicydb_convert.c10 int policydb_from_image(sepol_handle_t * handle, argument
20 pf.handle = handle;
24 ERR(handle, "policy image is invalid");
34 int policydb_to_image(sepol_handle_t * handle, argument
46 pf.handle = handle;
48 ERR(handle, "could not compute policy length");
57 ERR(handle, "out of memory");
67 ERR(handle, "coul
[all...]
H A Droles.c8 #include "handle.h"
11 int sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)),
19 handle = NULL;
24 int sepol_role_list(sepol_handle_t * handle, argument
48 ERR(handle, "out of memory, could not list roles");
/external/mockito/src/org/mockito/internal/handler/
H A DNullResultGuardian.java28 public Object handle(Invocation invocation) throws Throwable { method in class:NullResultGuardian
29 Object result = delegate.handle(invocation);
/external/openssl/crypto/
H A DLPdir_win.c51 HANDLE handle; member in struct:LP_dir_context_st
95 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
102 if ((*ctx)->handle == INVALID_HANDLE_VALUE)
112 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE)
146 FindClose((*ctx)->handle);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
H A DSDL_sysloadso.c40 void *handle = NULL; local
70 handle = (void *)(library_id);
74 return(handle);
77 void *SDL_LoadFunction(void *handle, const char *name) argument
82 CFragConnectionID library_id = (CFragConnectionID)handle;
97 void SDL_UnloadObject(void *handle) argument
100 if ( handle != NULL ) {
101 library_id = (CFragConnectionID)handle;
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c38 HMODULE handle = NULL; local
40 APIRET ulrc = DosLoadModule(buf, sizeof (buf), (char *) sofile, &handle);
43 if ((ulrc != NO_ERROR) || (handle == NULL))
46 return((void *) handle);
49 void *SDL_LoadFunction(void *handle, const char *name) argument
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
55 loaderror = "Invalid module handle";
65 void SDL_UnloadObject(void *handle) argument
67 if ( handle != NULL )
68 DosFreeModule((HMODULE) handle);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
H A DSDL_sysloadso.c36 void *handle = NULL; local
46 handle = (void *)LoadLibrary(sofile_t);
49 if ( handle == NULL ) {
65 handle = (void *)LoadLibrary(sofile);
68 if ( handle == NULL ) {
78 if ( handle == NULL ) {
81 return(handle);
84 void *SDL_LoadFunction(void *handle, const char *name) argument
98 symbol = (void *)GetProcAddress((HMODULE)handle, name_t);
115 symbol = (void *)GetProcAddress((HMODULE)handle, nam
132 SDL_UnloadObject(void *handle) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_sysmutex.cpp51 TInt handle; member in struct:SDL_mutex
56 TInt handle; member in struct:_SDL_mutex
83 mutex->handle = rmutex.Handle();
94 rmutex.SetHandle(mutex->handle);
114 rmutex.SetHandle(mutex->handle);
127 rmutex.SetHandle(mutex->handle);
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DUserPasswordCallbackHandler.java40 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException method in class:UserPasswordCallbackHandler
H A DUsernameHashedPasswordCallbackHandler.java45 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException method in class:UsernameHashedPasswordCallbackHandler
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocatorSymbian.h43 SymbianChunk(TInt handle) argument
45 SetHandle(handle);

Completed in 6291 milliseconds

1234567891011>>