/external/selinux/libsemanage/src/ |
database_activedb.c | 16 #include "handle.h" 32 static int dbase_activedb_cache(semanage_handle_t * handle, 44 if (!dbase_llist_needs_resync(handle, &dbase->llist)) 49 if (dbase_llist_set_serial(handle, &dbase->llist) < 0) 53 if (ratable->read_list(handle, &records, &rcount) < 0) 58 if (dbase_llist_cache_prepend(handle, &dbase->llist, records[i]) 68 ERR(handle, "could not cache active database"); 76 static int dbase_activedb_flush(semanage_handle_t * handle, 92 if (dbase_llist_list(handle, &dbase->llist, &records, &rcount) < 0) 96 if (ratable->commit_list(handle, records, rcount) < 0 [all...] |
/external/v8/src/ |
d8-debug.cc | 33 Handle<Object> event_data = event_details.GetEventData(); 43 Handle<Object> details = 44 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json)); 59 Handle<Object> exec_state = event_details.GetExecutionState(); 82 Handle<Value> request = Shell::DebugCommandToJSONRequest( 95 Handle<String> fun_name; 96 Handle<Function> fun; 99 Handle<Value> args[kArgc]; 105 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name)); 107 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args) [all...] |
execution.cc | 39 Handle<JSFunction> function, 40 Handle<Object> receiver, 42 Handle<Object> args[]) { 63 Handle<Code> code = is_construct 71 receiver = handle(Handle<GlobalObject>::cast(receiver)->global_proxy()); 80 // allocation of handles without explicit handle scopes. 112 return Handle<Object>(value, isolate); 117 Handle<Object> callable, 118 Handle<Object> receiver [all...] |
objects.cc | 47 Handle<HeapType> Object::OptimalType(Isolate* isolate, 53 Handle<Map> map(HeapObject::cast(this)->map(), isolate); 66 Handle<Object> object, 67 Handle<Context> native_context) { 68 if (object->IsJSReceiver()) return Handle<JSReceiver>::cast(object); 69 Handle<JSFunction> constructor; 71 constructor = handle(native_context->number_function(), isolate); 73 constructor = handle(native_context->boolean_function(), isolate); 75 constructor = handle(native_context->string_function(), isolate); 77 constructor = handle(native_context->symbol_function(), isolate) 9742 Handle<Object> handle = isolate->global_handles()->Create(*result); local [all...] |
checks.h | 19 template <class T> class Handle; 46 v8::Handle<v8::Value> unexpected, 48 v8::Handle<v8::Value> value); 53 v8::Handle<v8::Value> expected, 55 v8::Handle<v8::Value> value);
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.h | 48 // - handle : Pointer to the delay estimation instance. 50 int WebRtc_FreeBinaryDelayEstimator(BinaryDelayEstimator* handle); 53 int WebRtc_CreateBinaryDelayEstimator(BinaryDelayEstimator** handle, 60 // - handle : Pointer to the delay estimation instance. 63 // - handle : Initialized instance. 65 int WebRtc_InitBinaryDelayEstimator(BinaryDelayEstimator* handle); 71 // - handle : Pointer to the delay estimation instance. 76 // - handle : Updated instance. 83 int WebRtc_ProcessBinarySpectrum(BinaryDelayEstimator* handle, 91 // - handle : Pointer to the delay estimation instance [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
common.h | 63 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events); 81 wifi_handle handle; // handle to wifi data member in struct:__anon26938 124 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg); 125 wifi_error wifi_register_vendor_handler(wifi_handle handle, 128 void wifi_unregister_handler(wifi_handle handle, int cmd); 129 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd); 131 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd); 132 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id); 133 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) [all...] |
/system/bt/btif/src/ |
btif_sm.c | 75 ** Returns Returns a pointer to the initialized state machine handle. 108 void btif_sm_shutdown(btif_sm_handle_t handle) 110 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle; 114 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); 129 btif_sm_state_t btif_sm_get_state(btif_sm_handle_t handle) 131 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle; 135 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); 153 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, 158 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle; 162 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__) [all...] |
/system/bt/stack/bnep/ |
bnep_api.c | 128 ** p_handle - pointer to return the handle for the connection 205 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_CONN_FAILED, FALSE); 214 *p_handle = p_bcb->handle; 226 ** Parameters: handle - handle given in the connection indication 234 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp) 239 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) 242 p_bcb = &(bnep_cb.bcb[handle - 1]); 248 BNEP_TRACE_API ("BNEP_ConnectResp() for handle %d, responce %d", handle, resp) [all...] |
/device/asus/fugu/original-kernel-headers/drm/ |
psb_ttm_fence_user.h | 42 * @handle: Handle to the fence object. Input. 52 uint32_t handle; member in struct:ttm_fence_signaled_req 98 * @handle: Handle to the fence object. Input. 108 uint32_t handle; member in struct:ttm_fence_finish_req 122 * @handle: Handle to the fence object. 128 uint32_t handle; member in struct:ttm_fence_unref_arg
|
/external/iproute2/tc/ |
f_cgroup.c | 25 static int cgroup_parse_opt(struct filter_util *qu, char *handle, 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);
|
/external/libdrm/nouveau/ |
private.h | 47 if (pcli->kref_nr > bo->handle) 48 kref = pcli->kref[bo->handle].kref; 57 if (pcli->kref_nr > bo->handle) 58 push = pcli->kref[bo->handle].push; 68 if (pcli->kref_nr <= bo->handle) { 70 sizeof(*pcli->kref) * bo->handle * 2); 71 while (pcli->kref_nr < bo->handle * 2) { 77 pcli->kref[bo->handle].kref = kref; 78 pcli->kref[bo->handle].push = push;
|
/external/libdrm/omap/ |
omap_drm.c | 63 * floating around with the same handle. Otherwise, when the 64 * first one is omap_bo_del()'d the handle becomes no longer 66 * to an invalid handle (and possible a GEM bo that is already 77 uint32_t handle; member in struct:omap_bo 78 uint32_t name; /* flink global handle (DRI2 name) */ 80 int fd; /* dmabuf handle */ 163 /* lookup a buffer from it's handle, call w/ table_lock held: */ 165 uint32_t handle) 168 if (!drmHashLookup(dev->handle_table, handle, (void **)&bo)) { 177 uint32_t handle) [all...] |
/external/libdrm/radeon/ |
radeon_bo_gem.c | 64 uint32_t handle, 79 bo->base.handle = 0; 87 if (handle) { 91 open_arg.name = handle; 97 bo->base.handle = open_arg.handle; 99 bo->name = handle; 107 args.handle = 0; 110 bo->base.handle = args.handle; 377 uint32_t handle; local [all...] |
/external/mesa3d/src/mesa/main/ |
dlopen.h | 67 _mesa_dlsym(void *handle, const char *fname) 81 u.v = dlsym(handle, fname2); 83 u.v = dlsym(handle, fname); 85 u.v = (void *) GetProcAddress(handle, fname); 96 _mesa_dlclose(void *handle) 99 (void) handle; 101 dlclose(handle); 103 FreeLibrary(handle); 105 (void) handle;
|
/external/pdfium/public/ |
fpdf_doc.h | 20 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument. 21 // bookmark - Handle to the current bookmark. Can be NULL if you want to get the first top level item. 23 // Handle to the first child or top level bookmark item. NULL if no child or top level bookmark found. 30 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument. 31 // bookmark - Handle to the current bookmark. Cannot be NULL. 33 // Handle to the next bookmark item at the same level. NULL if this is the last bookmark at this level. 40 // bookmark - Handle to the bookmark. 59 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument. 62 // Handle to the found bookmark item. NULL if the title can't be found. 71 // document - Handle to the document [all...] |
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
drm_vendor_api.c | 36 api->handle = dlopen(LIB_DRM_VENDOR, RTLD_NOW); 37 if (api->handle == NULL) { 42 api->drm_keep_alive = (drm_keep_alive_t) dlsym(api->handle, "drm_keep_alive"); 48 api->drm_start_playback = (drm_start_playback_t) dlsym(api->handle, "drm_start_playback"); 54 api->drm_stop_playback = (drm_stop_playback_t) dlsym(api->handle, "drm_stop_playback"); 60 api->drm_pr_return_naluheaders = (drm_pr_return_naluheaders_t) dlsym(api->handle, 68 (drm_wv_return_naluheaders_t) dlsym(api->handle, "drm_wv_return_naluheaders"); 88 if(api->handle) { 89 if (dlclose(api->handle)) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
GrallocBufferBase.cpp | 25 GrallocBufferBase::GrallocBufferBase(uint32_t handle) 26 : GraphicBuffer(handle) 28 ALOGTRACE("handle = %#x", handle); 29 initBuffer(handle); 32 void GrallocBufferBase::resetBuffer(uint32_t handle) 34 GraphicBuffer::resetBuffer(handle); 35 initBuffer(handle); 38 void GrallocBufferBase::initBuffer(uint32_t /* handle */)
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.h | 49 GLuint mFboTexUniformHandle;// Frame buffer texture uniform handle 50 GLuint mFboXOffsetUniformHandle;// Frame buffer x offset uniform handle 51 GLuint mFboYOffsetUniformHandle;// Frame buffer y offset uniform handle 52 GLuint mFboPositionHandle;// Frame buffer position handle 53 GLuint mFboTexCoordHandle;// Frame buffer texture coordinate handle
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
drag_handle.css | 6 * /deep/ x-drag-handle { 12 * /deep/ x-drag-handle.horizontal-drag-handle { 25 * /deep/ x-drag-handle.vertical-drag-handle {
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
function-sections-are-bad.cc | 19 void *handle = dlopen(path, RTLD_LAZY); local 20 if (!handle) fprintf(stderr, "%s\n", dlerror()); 21 assert(handle != 0); 24 F f = (F)dlsym(handle, "call_rtl_from_dso"); 29 dlclose(handle);
|
stack-trace-dlclose.cc | 25 void *handle; variable 28 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY); local 29 assert(handle); 30 void *(*foo)() = (void *(*)())dlsym(handle, "foo"); 34 dlclose(handle);
|
/external/libnl/src/lib/ |
qdisc.c | 49 nl_cli_fatal(err, "Unable to parse handle \"%s\": %s", 57 uint32_t handle; local 60 if ((err = rtnl_tc_str2handle(arg, &handle)) < 0) 61 nl_cli_fatal(err, "Unable to parse handle \"%s\": %s", 64 rtnl_qdisc_set_handle(qdisc, handle);
|
/external/lzma/C/ |
Threads.h | 13 WRes HandlePtr_Close(HANDLE *h);
14 WRes Handle_WaitObject(HANDLE h);
16 typedef HANDLE CThread;
27 typedef HANDLE CEvent;
41 typedef HANDLE CSemaphore;
|
/external/selinux/libsepol/src/ |
roles.c | 8 #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, 48 ERR(handle, "out of memory, could not list roles");
|