HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 601 - 625 of 3441) sorted by null

<<21222324252627282930>>

  /external/libsepol/src/
module.c 286 int sepol_link_packages(sepol_handle_t * handle,
295 ERR(handle, "Out of memory!");
302 retval = link_modules(handle, &base->policy->p, mod_pols, num_modules,
312 ERR(handle, "Out of memory!");
317 ERR(handle, "Out of memory!");
363 ERR(file->handle, "out of memory");
369 ERR(file->handle, "module package header truncated");
373 ERR(file->handle,
383 ERR(file->handle, "too many sections (%u) in module package",
390 ERR(file->handle, "out of memory")
    [all...]
port_record.c 28 int sepol_port_key_create(sepol_handle_t * handle,
37 ERR(handle, "out of memory, could not create " "port key");
62 int sepol_port_key_extract(sepol_handle_t * handle,
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
70 ERR(handle, "could not extract key from port %s %d:%d",
203 int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port)
209 ERR(handle, "out of memory, could not create " "port record");
225 int sepol_port_clone(sepol_handle_t * handle,
230 if (sepol_port_create(handle, &new_port) < 0)
238 (sepol_context_clone(handle, port->con, &new_port->con) < 0)
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp 76 int AkmSensor::setEnable(int32_t handle, int enabled)
78 int id = handle2id(handle);
93 ALOGE("AkmSensor: unknown handle (%d)", handle);
116 setDelay(handle, AKMD_DEFAULT_INTERVAL);
118 setDelay(handle, -1);
134 int AkmSensor::setDelay(int32_t handle, int64_t ns)
136 int id = handle2id(handle);
157 ALOGE("AkmSensor: unknown handle (%d)", handle);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 21 * this file contains functions that handle the database
156 ** Description This function searches for a record with a specific handle
157 ** It is passed the handle of the record.
162 tSDP_RECORD *sdp_db_find_record (UINT32 handle)
167 /* Look through the records for the caller's handle */
170 if (p_rec->record_handle == handle)
174 /* Record with that handle not found. */
277 ** Returns Record handle if OK, else 0.
283 UINT32 handle; local
293 /* We will use a handle of the first unreserved handle plus last recor
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 633 UINT16 handle; local
642 STREAM_TO_UINT16 (handle, p);
647 handle = HCID_GET_HANDLE (handle);
651 btm_sec_connected (bda, handle, status, enc_mode);
653 l2c_link_hci_conn_comp (status, handle, bda);
661 btm_sco_connected (status, bda, handle, &esco_data);
713 UINT16 handle; local
717 STREAM_TO_UINT16 (handle, p);
720 handle = HCID_GET_HANDLE (handle)
746 UINT16 handle; local
792 UINT16 handle; local
816 UINT16 handle; local
837 UINT16 handle; local
875 UINT16 handle; local
915 UINT16 handle; local
944 UINT16 handle; local
977 UINT16 handle; local
1265 UINT16 handle; local
1767 UINT16 handle; local
1958 UINT16 handle; local
2002 UINT16 handle; local
2156 UINT16 handle, timeout; local
2245 UINT16 handle; local
2279 UINT16 ediv, handle; local
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java 61 // Offset to compensate for the fact that the handle is below the text.
84 // Unselecting should cause the handle to disappear.
113 HandleView handle = ihc.getHandleViewForTest(); local
115 int initialX = handle.getPositionX();
116 int initialY = handle.getPositionY();
156 HandleView handle = ihc.getHandleViewForTest(); local
158 int initialX = handle.getPositionX();
159 int initialY = handle.getPositionY();
167 initialX = handle.getPositionX();
168 initialY = handle.getPositionY()
187 HandleView handle = ihc.getHandleViewForTest(); local
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 138 // PUID is concatenation of storageID and object handle
286 MtpPropertyList getPropertyList(int handle, int format, int depth) {
287 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
297 if (handle == 0xFFFFFFFF) {
302 whereArgs = new String[] { Integer.toString(handle) };
310 if (handle == 0xFFFFFFFF) {
315 whereArgs = new String[] { Integer.toString(handle), Integer.toString(format) };
327 if (depth > 0 || handle == 0xFFFFFFFF || mColumns.length > 1) {
342 handle = (int)c.getLong(0)
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 56 virtual void OnWebDataServiceRequestDone(WebDataService::Handle handle,
60 handle_ = handle;
68 WebDataService::Handle handle() { return handle_; } function in class:__anon9879::AutofillWebDataServiceConsumer
72 WebDataService::Handle handle_;
218 WebDataService::Handle h,
259 WebDataService::Handle handle; local
261 handle = wds_->GetFormValuesForElementName
341 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
360 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
401 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
440 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
457 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
488 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
525 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer); local
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 139 native_handle_t* handle; local
145 handle = native_handle_create(1, 0);
146 handle->data[0] = dup(ctl->fd);
147 return handle;
152 int handle,
160 D("%s: handle=%s (%d) fd=%d enabled=%d", __FUNCTION__,
161 _sensorIdToName(handle), handle, ctl->fd, enabled);
163 if (!ID_CHECK(handle)) {
164 E("%s: bad handle ID", __FUNCTION__)
    [all...]
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 76 // ", handle=" + sensor.getHandle());
227 private static native int nativeEnableSensor(int eventQ, int handle, int rateUs,
229 private static native int nativeDisableSensor(int eventQ, int handle);
253 int handle = sensor.getHandle(); local
254 if (mActiveSensors.get(handle)) return false;
257 mActiveSensors.put(handle, true);
273 int handle = mActiveSensors.keyAt(i); local
274 Sensor sensor = sHandleToSensor.get(handle);
277 mActiveSensors.put(handle, false);
288 final int handle = sensor.getHandle() local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_views.cc 116 void TestingAutomationProvider::WindowGetViewBounds(int handle,
123 if (window_tracker_->ContainsHandle(handle)) {
124 gfx::NativeWindow window = window_tracker_->GetResource(handle);
144 void TestingAutomationProvider::GetFocusedViewID(int handle, int* view_id) {
146 if (window_tracker_->ContainsHandle(handle)) {
147 gfx::NativeWindow window = window_tracker_->GetResource(handle);
158 int handle, int previous_view_id, IPC::Message* reply_message) {
159 if (!window_tracker_->ContainsHandle(handle))
161 gfx::NativeWindow window = window_tracker_->GetResource(handle);
196 // which will handle responding to this IPC when the popu
    [all...]
automation_provider.h 139 // the associated handle. If the tracker already contains the extension,
140 // the handle is simply returned.
162 // Convert a tab handle into a TabContents. If |tab| is non-NULL a pointer
165 TabContents* GetTabContentsForHandle(int handle, NavigationController** tab);
170 // Returns the associated view for the tab handle passed in.
222 void WindowSimulateDrag(int handle,
227 void HandleUnused(const IPC::Message& message, int handle);
234 void HandleFindRequest(int handle,
247 void JavaScriptStressTestControl(int handle, int cmd, int param);
303 // Returns the extension for the given handle. Returns NULL if there i
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 15 // that can be generated when handle tracing is enabled.
16 NTSTATUS QueryObjectTypeInformation(HANDLE handle,
25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size);
56 // Grab all the handle names.
81 const size_t kHandleOffset = sizeof(HANDLE);
92 HANDLE handle = NULL;
99 reinterpret_cast<size_t&>(handle) += kHandleOffset;
104 rc = QueryObjectTypeInformation(handle, type_info, &size)
    [all...]
  /external/chromium_org/third_party/angle_dx11/include/GLSLANG/
ShaderLang.h 253 // If handle creation fails, 0 will be returned.
260 // Returns the handle of constructed compiler, null if the requested compiler is
274 COMPILER_EXPORT void ShDestruct(ShHandle handle);
280 // handle: Specifies the handle of compiler to be used.
302 const ShHandle handle,
310 // handle: Specifies the compiler
334 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
340 // handle: Specifies the compiler
346 COMPILER_EXPORT void ShGetInfoLog(const ShHandle handle, char* infoLog)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-srgb.c 60 void *handle; local
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
86 void *handle; local
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info.ctx->bind_vs_state(info.ctx, handle);
103 void *handle; local
114 handle = graw_parse_fragment_shader(info.ctx, text);
115 info.ctx->bind_fs_state(info.ctx, handle);
tex-swizzle.c 42 void *handle; local
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
68 void *handle; local
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle);
85 void *handle; local
94 handle = graw_parse_fragment_shader(info.ctx, text);
95 info.ctx->bind_fs_state(info.ctx, handle);
  /external/iproute2/tc/
f_tcindex.c 27 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc,
34 if (handle) {
35 t->tcm_handle = strtoul(handle,&end,0);
92 __u32 handle; local
95 if (get_tc_classid(&handle,*argv)) {
99 addattr_l(n, 4096, TCA_TCINDEX_CLASSID, &handle, 4);
122 struct rtattr *opt, __u32 handle)
131 if (handle != ~0) fprintf(f,"handle 0x%04x ",handle);
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
tex-srgb.c 60 void *handle; local
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
86 void *handle; local
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info.ctx->bind_vs_state(info.ctx, handle);
103 void *handle; local
114 handle = graw_parse_fragment_shader(info.ctx, text);
115 info.ctx->bind_fs_state(info.ctx, handle);
tex-swizzle.c 42 void *handle; local
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
68 void *handle; local
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle);
85 void *handle; local
94 handle = graw_parse_fragment_shader(info.ctx, text);
95 info.ctx->bind_fs_state(info.ctx, handle);
  /external/qemu/memcheck/
memcheck_util.c 236 ELFF_HANDLE handle; local
242 handle = elff_init(sym_path);
243 if (handle == NULL) {
247 if (!elff_is_exec(handle)) {
250 if (elff_get_pc_address_info(handle, rel_pc, info)) {
251 elff_close(handle);
256 if (elff_get_pc_address_info(handle, abs_pc, info)) {
257 elff_close(handle);
262 *elff_handle = handle;
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 51 * {@link DeflaterOutputStream} to handle all this for you. {@link DeflaterOutputStream} also helps
244 private native int deflateImpl(byte[] buf, int offset, int byteCount, long handle, int flushParm);
265 private native void endImpl(long handle);
312 private native int getAdlerImpl(long handle);
323 private native long getTotalInImpl(long handle);
334 private native long getTotalOutImpl(long handle);
362 private native void resetImpl(long handle);
386 private native void setDictionaryImpl(byte[] buf, int offset, int byteCount, long handle);
412 private native void setLevelsImpl(int level, int strategy, long handle);
414 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle);
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.cc 108 int32_t PPB_ImageData_Impl::GetSharedMemory(int* handle, uint32_t* byte_count) {
109 return backend_->GetSharedMemory(handle, byte_count);
163 TransportDIB::Handle dib_handle;
214 int32_t ImageDataPlatformBackend::GetSharedMemory(int* handle,
218 *handle = reinterpret_cast<intptr_t>(dib_->handle());
220 *handle = static_cast<intptr_t>(dib_->handle());
222 *handle = static_cast<intptr_t>(dib_->handle().fd)
    [all...]
  /external/chromium_org/ppapi/proxy/
resource_message_params.cc 87 SerializedHandle handle; local
90 handle = data[index];
93 return handle;
98 base::SharedMemoryHandle* handle) const {
103 *handle = serialized.shmem();
109 IPC::PlatformFileForTransit* handle) const {
114 *handle = serialized.descriptor();
120 IPC::PlatformFileForTransit* handle) const {
125 *handle = serialized.descriptor();
132 base::SharedMemoryHandle handle; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc 126 if (handle()) {
127 SendMessage(handle(), WM_CLOSE, 0, 0);
138 SendMessage(handle(), kSetSizeMsg, 0, MAKELPARAM(width, height));
144 if (!handle()) {
148 SendMessage(handle(), kRenderFrameMsg, reinterpret_cast<WPARAM>(frame), 0);
193 GetClientRect(handle(), &rcClient);
195 HDC hdc = BeginPaint(handle(), &ps);
200 EndPaint(handle(), &ps);
207 GetClientRect(handle(), &rcClient);
208 GetWindowRect(handle(), &rcWindow)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.c 128 sv->handle = tex->handle;
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
150 if (!sv->handle) {
153 sv->handle = tex->handle;
179 if (v->handle == tex->handle)
193 tex->handle, 0, 0, 0, i, k,
194 v->handle, 0, 0, 0, i - v->min_lod, k
    [all...]

Completed in 501 milliseconds

<<21222324252627282930>>