Searched defs:handle (Results 151 - 175 of 1314) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/testrunner/server/
H A Dstatus_handler.py78 def handle(self): member in class:StatusHandler
/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_context_unittest.cc67 // Get a handle to it.
75 // Should still be there due to the handle.
179 scoped_ptr<BlobDataHandle> handle = context.GetBlobDataFromPublicURL(kUrl); local
180 EXPECT_TRUE(!handle.get());
181 handle = context.GetBlobDataFromUUID(kId);
182 EXPECT_TRUE(!handle.get());
/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);
84 struct rtattr *opt, __u32 handle)
93 if (handle)
94 fprintf(f, "handle 0x%x ", handle);
83 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/lzma/CPP/Windows/
H A DHandle.h26 void Attach(HANDLE handle) { _handle = handle; } argument
29 HANDLE handle = _handle; local
31 return handle;
/external/mesa3d/src/egl/main/
H A Deglsync.h84 * Link a sync to its display and return the handle of the link.
85 * The handle can be passed to client directly.
106 * Lookup a handle to find the linked sync.
107 * Return NULL if the handle has no corresponding linked sync.
110 _eglLookupSync(EGLSyncKHR handle, _EGLDisplay *dpy) argument
112 _EGLSync *sync = (_EGLSync *) handle;
120 * Return the handle of a linked sync, or EGL_NO_SYNC_KHR.
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c60 * handle, and what we'll look after ourselves.
83 * handle ourselves. If we *are* using the pipeline, do everything
98 llvmpipe_bind_rasterizer_state(struct pipe_context *pipe, void *handle) argument
102 (const struct lp_rast_state *) handle;
106 draw_set_rasterizer_state(llvmpipe->draw, &state->draw_state, handle);
127 draw_set_rasterizer_state(llvmpipe->draw, NULL, handle);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h70 struct svga_winsys_surface *handle; member in struct:svga_sampler_view
H A Dsvga_surface.h48 struct svga_winsys_surface *handle; member in struct:svga_surface
/external/mesa3d/src/mesa/main/
H A Ddlopen.h67 _mesa_dlsym(void *handle, const char *fname) argument
81 u.v = dlsym(handle, fname2);
83 u.v = dlsym(handle, fname);
85 u.v = (void *) GetProcAddress(handle, fname);
96 _mesa_dlclose(void *handle) argument
99 (void) handle;
101 dlclose(handle);
103 FreeLibrary(handle);
105 (void) handle;
/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...]

Completed in 9396 milliseconds

1234567891011>>