HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 1151 - 1175 of 15141) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_resource.c 14 struct winsys_handle *handle)
17 return ur->vtbl->resource_get_handle(screen, resource, handle);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 167 * The vmware device specific handle is the hardware SID.
172 req->sid = whandle->handle;
180 whandle->handle, ret, strerror(-ret));
187 whandle->handle, rep->mip_levels[0]);
195 whandle->handle, i);
207 vsrf->sid = whandle->handle;
214 vmw_ioctl_surface_destroy(vws, whandle->handle);
230 whandle->handle = vsrf->sid;
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 53 buffer_handle_t handle; member in struct:android_sw_displaytarget
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
119 droid->grmod->unlock(droid->grmod, adt->handle);
134 if (sw_gralloc_handle_t::validate(adt->handle) >= 0) {
136 reinterpret_cast<const sw_gralloc_handle_t *>(adt->handle);
145 droid->grmod->lock(droid->grmod, adt->handle,
166 adt->handle = ahandle->handle;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 21 * Interface for classes that can handle an FTP command.
30 * Handle the specified command for the session. This method is declared to throw
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 21 * Interface for classes that can handle an FTP command.
30 * Handle the specified command for the session. This method is declared to throw
  /external/mockito/src/org/mockito/internal/handler/
NullResultGuardian.java 28 public Object handle(Invocation invocation) throws Throwable { method in class:NullResultGuardian
29 Object result = delegate.handle(invocation);
  /external/mockito/src/org/mockito/invocation/
MockHandler.java 27 * @param invocation The invocation to handle
32 Object handle(Invocation invocation) throws Throwable; method in interface:MockHandler
  /external/pdfium/public/
fpdf_ppo.h 32 // dest_doc - Handle to document to write the viewer preferences to.
33 // src_doc - Handle to document with the viewer preferences.
  /external/pdfium/third_party/freetype/include/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
76 /* library :: A handle to the library resource. */
85 /* aface :: A handle to a new face object. */
101 Handle fond,
206 /* library :: A handle to the library resource. */
214 /* aface :: A handle to a new face object. */
241 /* library :: A handle to the library resource. */
249 /* aface :: A handle to a new face object. */
  /external/selinux/libselinux/man/man3/
selabel_lookup.3 29 performs a lookup operation on the handle
40 .I handle
  /external/selinux/libsemanage/man/man3/
semanage_bool_set_active.3 11 .BI " semanage_handle_t *" handle ","
27 .I handle
semanage_del.3 13 .BI " semanage_handle_t *" handle ","
27 .I handle
semanage_exists.3 13 .BI " semanage_handle_t *" handle ","
27 .I handle
semanage_list.3 13 .BI " semanage_handle_t *" handle ","
27 .I handle
semanage_modify.3 13 .BI " semanage_handle_t *" handle ","
29 .I handle
semanage_query.3 13 .BI " semanage_handle_t *" handle ","
27 .I handle
  /external/selinux/libsepol/include/sepol/
handle.h 11 /* Create and return a sepol handle. */
28 /* Destroy a sepol handle. */
  /external/skia/experimental/SkV8Example/
JsContext.h 48 v8::Handle<v8::Object> wrap();
50 // A handle to the onDraw function defined in the script.
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 142 void *handle; member in struct:s_eas_file_tag
143 int(*readAt)(void *handle, void *buf, int offset, int size);
144 int(*size)(void *handle);
147 /* handle to stream */
150 /* handle to file */
153 /* handle for synthesizer data */
156 /* handle to persistent data for host wrapper interface */
159 /* handle to sound library */
  /external/v8/src/compiler/
js-context-specialization.cc 73 Context* context = *m.Value().handle();
87 Handle<Object> context_handle = Handle<Object>(context, info_->isolate());
91 Handle<Object> value =
92 Handle<Object>(context->get(access.index()), info_->isolate());
126 Context* context = *m.Value().handle();
133 Handle<Object> new_context_handle = Handle<Object>(context, info_->isolate());
  /external/v8/src/extensions/
trigger-failure-extension.cc 18 v8::Handle<v8::FunctionTemplate>
21 v8::Handle<v8::String> str) {
  /external/v8/src/
scopeinfo.h 28 void Update(Handle<Object> data, Handle<String> name, VariableMode mode,
49 void ValidateEntry(Handle<Object> data, Handle<String> name,
123 static Handle<ModuleInfo> Create(
133 // TODO(rossberg): This format cannot yet handle exports of modules declared
157 static Handle<ModuleInfo> Allocate(Isolate* isolate, int length) {
158 return Handle<ModuleInfo>::cast(
v8memory.h 64 static Handle<Object>& Object_Handle_at(Address addr) {
65 return *reinterpret_cast<Handle<Object>*>(addr);
  /external/webrtc/src/system_wrappers/source/
event_win.cc 64 _timerID=timeSetEvent(time, 0,(LPTIMECALLBACK)HANDLE(_event),0,
67 _timerID=timeSetEvent(time, 0,(LPTIMECALLBACK)HANDLE(_event),0,
thread_win.h 51 // it. Basically it should be fine to reclaim the handle when calling stop
58 HANDLE _thread;

Completed in 894 milliseconds

<<41424344454647484950>>