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

<<11121314151617181920>>

  /external/libpcap/
pcap-linux.c 356 static void destroy_ring(pcap_t *handle);
357 static int create_ring(pcap_t *handle, int *status);
358 static int prepare_tpacket_socket(pcap_t *handle);
387 static int enter_rfmon_mode(pcap_t *handle, int sock_fd,
390 static int iface_get_offload(pcap_t *handle);
394 static int fix_program(pcap_t *handle, struct sock_fprog *fcode,
397 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
398 static int reset_kernel_filter(pcap_t *handle);
409 pcap_t *handle; local
411 handle = pcap_create_common(device, ebuf, sizeof (struct pcap_linux))
3969 pcap_t *handle = sp->pd; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 53 IN HANDLE Handle
73 IN HANDLE FileHandle,
82 IN HANDLE FileHandle,
83 IN HANDLE Event OPTIONAL,
97 IN HANDLE FileHandle,
98 IN HANDLE Event OPTIONAL,
112 IN HANDLE FileHandle,
113 IN HANDLE Event OPTIONAL,
128 IN HANDLE FileHandle
    [all...]
  /external/libdrm/tests/
gem_readwrite.c 41 int do_read(int fd, int handle, void *buf, int offset, int size)
51 read.handle = handle;
59 int do_write(int fd, int handle, void *buf, int offset, int size)
64 write.handle = handle;
79 int handle; local
91 handle = create.handle;
94 ret = do_read(fd, handle, buf, 0, OBJECT_SIZE)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 78 void *handle; local
87 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
88 ctx->bind_vertex_elements_state(ctx, handle);
104 void *handle; local
115 handle = graw_parse_vertex_shader(ctx, text);
116 ctx->bind_vs_state(ctx, handle);
124 void *handle; local
135 handle = graw_parse_fragment_shader(ctx, text);
136 return handle;
233 void *handle; local
242 void *handle; local
250 void *handle; local
    [all...]
  /external/selinux/libsemanage/include/semanage/
handle.h 27 * handle may ultimately reference local config files,
33 /* Create and return a semanage handle.
34 The handle is initially in the disconnected state. */
40 * previously called if the handle was connected. */
54 void semanage_select_store(semanage_handle_t * handle, char *path,
58 int semanage_reload_policy(semanage_handle_t * handle);
62 void semanage_set_reload(semanage_handle_t * handle, int do_reload);
67 void semanage_set_rebuild(semanage_handle_t * handle, int do_rebuild);
77 void semanage_set_create_store(semanage_handle_t * handle, int create_store);
80 int semanage_get_disable_dontaudit(semanage_handle_t * handle);
    [all...]
  /external/selinux/libsemanage/src/
fcontext_record.c 35 int semanage_fcontext_key_create(semanage_handle_t * handle,
44 ERR(handle, "out of memory, could not "
50 ERR(handle, "out of memory, could not create file context key.");
62 int semanage_fcontext_key_extract(semanage_handle_t * handle,
67 if (semanage_fcontext_key_create(handle, fcontext->expr,
69 ERR(handle, "could not extract key from "
140 int semanage_fcontext_create(semanage_handle_t * handle,
148 ERR(handle, "out of memory, could not create "
172 int semanage_fcontext_set_expr(semanage_handle_t * handle,
178 ERR(handle, "out of memory, " "could not set regexp string")
    [all...]
  /external/skia/experimental/SkV8Example/
JsContext.cpp 27 v8::Handle<v8::Object> JsContext::wrap() {
28 // Handle scope for temporary handles.
43 v8::Handle<v8::ObjectTemplate> templ =
51 v8::Handle<v8::External> contextPtr = v8::External::New(fGlobal->getIsolate(), this);
56 // Return the result through the current handle scope. Since each
57 // of these handles will go away when the handle scope is deleted
59 // outer handle scope.
67 // Create a handle scope to keep the temporary object references.
77 v8::Handle<v8::Object> contextObj = this->wrap();
85 v8::Handle<v8::Value> argv[argc] = { contextObj }
    [all...]
  /external/v8/src/
property.h 29 Handle<String>::cast(key_));
33 Handle<Name> GetKey() const { return key_; }
34 Handle<Object> GetValue() const { return value_; }
40 Handle<Name> key_;
41 Handle<Object> value_;
47 void Init(Handle<Name> key, Handle<Object> value, PropertyDetails details) {
53 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details)
58 Descriptor(Handle<Name> key
    [all...]
  /frameworks/av/media/mtp/
MtpServer.h 63 // handle for new object, set by SendObjectInfo and used by SendObject
81 ObjectEdit(MtpObjectHandle handle, const char* path, uint64_t size,
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
105 void sendObjectAdded(MtpObjectHandle handle);
106 void sendObjectRemoved(MtpObjectHandle handle);
114 void addEditObject(MtpObjectHandle handle, MtpString& path,
116 ObjectEdit* getEditObject(MtpObjectHandle handle);
117 void removeEditObject(MtpObjectHandle handle);
  /frameworks/base/core/java/android/text/
package.html 6 to handle arbitrary text spans for changes, or to handle drawing yourself
  /frameworks/native/services/surfaceflinger/
Client.cpp 57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
60 mLayers.add(handle, layer);
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
79 wp<Layer> layer(mLayers.valueFor(handle));
82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
112 sp<IBinder>* handle,
123 sp<IBinder>* handle; member in class:android::MessageCreateLayer
134 sp<IBinder>* handle,
137 handle(handle), gbp(gbp)
    [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 58 int handle; member in struct:handle_entry
104 int activate(int handle, int enabled);
105 int setDelay(int handle, int64_t ns);
108 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
110 int flush(int handle);
138 /* TODO: Handle external pressure sensor */
189 int sensors_poll_context_t::activate(int handle, int enabled) {
193 err = mSensor->enable(handle, enabled);
197 int sensors_poll_context_t::setDelay(int handle, int64_t ns)
200 return mSensor->setDelay(handle, ns)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 56 buffer_handle_t handle)
61 private_handle_t* hnd = (private_handle_t*)handle;
70 ALOGE("Could not mmap handle %p, fd=%d (%s)",
71 handle, hnd->fd, strerror(errno));
82 ALOGE("Could not mmap handle %p, fd=%d (%s)",
83 handle, hnd->fd_metadata, strerror(errno));
93 buffer_handle_t handle)
98 private_handle_t* hnd = (private_handle_t*)handle;
131 buffer_handle_t handle)
133 if (!module || private_handle_t::validate(handle) < 0
317 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 56 buffer_handle_t handle)
61 private_handle_t* hnd = (private_handle_t*)handle;
70 ALOGE("Could not mmap handle %p, fd=%d (%s)",
71 handle, hnd->fd, strerror(errno));
82 ALOGE("Could not mmap handle %p, fd=%d (%s)",
83 handle, hnd->fd_metadata, strerror(errno));
93 buffer_handle_t handle)
98 private_handle_t* hnd = (private_handle_t*)handle;
131 buffer_handle_t handle)
133 if (!module || private_handle_t::validate(handle) < 0
317 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 58 buffer_handle_t handle)
60 private_handle_t* hnd = (private_handle_t*)handle;
69 ALOGE("Could not mmap handle %p, fd=%d (%s)",
70 handle, hnd->fd, strerror(errno));
81 ALOGE("Could not mmap handle %p, fd=%d (%s)",
82 handle, hnd->fd_metadata, strerror(errno));
92 buffer_handle_t handle)
94 private_handle_t* hnd = (private_handle_t*)handle;
127 buffer_handle_t handle)
129 if (private_handle_t::validate(handle) < 0
347 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /hardware/qcom/display/msm8974/libgralloc/
mapper.cpp 58 buffer_handle_t handle)
60 private_handle_t* hnd = (private_handle_t*)handle;
69 ALOGE("Could not mmap handle %p, fd=%d (%s)",
70 handle, hnd->fd, strerror(errno));
81 ALOGE("Could not mmap handle %p, fd=%d (%s)",
82 handle, hnd->fd_metadata, strerror(errno));
92 buffer_handle_t handle)
94 private_handle_t* hnd = (private_handle_t*)handle;
127 buffer_handle_t handle)
129 if (private_handle_t::validate(handle) < 0
347 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 59 buffer_handle_t handle)
65 private_handle_t* hnd = (private_handle_t*)handle;
77 ALOGE("Could not mmap handle %p, fd=%d (%s)",
78 handle, hnd->fd, strerror(errno));
93 ALOGE("Could not mmap handle %p, fd=%d (%s)",
94 handle, hnd->fd_metadata, strerror(errno));
104 buffer_handle_t handle)
110 private_handle_t* hnd = (private_handle_t*)handle;
143 buffer_handle_t handle)
146 if (!module || private_handle_t::validate(handle) < 0
331 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 26 static void Deflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlong handle) {
27 toNativeZipStream(handle)->setDictionary(env, dict, off, len, false);
30 static jlong Deflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) {
31 return toNativeZipStream(handle)->totalIn;
34 static jlong Deflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) {
35 return toNativeZipStream(handle)->totalOut;
38 static jint Deflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) {
39 return toNativeZipStream(handle)->stream.adler;
67 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) {
68 toNativeZipStream(handle)->setInput(env, buf, off, len)
    [all...]
java_util_zip_Inflater.cpp 51 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) {
52 toNativeZipStream(handle)->setInput(env, buf, off, len);
55 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, jint len, jlong handle) {
56 NativeZipStream* stream = toNativeZipStream(handle);
91 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle) {
92 NativeZipStream* stream = toNativeZipStream(handle);
135 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) {
136 return toNativeZipStream(handle)->stream.adler;
139 static void Inflater_endImpl(JNIEnv*, jobject, jlong handle) {
140 NativeZipStream* stream = toNativeZipStream(handle);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
patchapi.h 100 HANDLE OldFileHandle;
112 HANDLE OldFileHandle;
169 WINBOOL PATCHAPI GetFilePatchSignatureByHandle(HANDLE FileHandle,ULONG OptionFlags,PVOID OptionData,ULONG IgnoreRangeCount,PPATCH_IGNORE_RANGE IgnoreRangeArray,ULONG RetainRangeCount,PPATCH_RETAIN_RANGE RetainRangeArray,ULONG SignatureBufferSize,PVOID SignatureBuffer);
170 WINBOOL PATCHAPI CreatePatchFileByHandles(HANDLE OldFileHandle,HANDLE NewFileHandle,HANDLE PatchFileHandle,ULONG OptionFlags,PPATCH_OPTION_DATA OptionData);
171 WINBOOL PATCHAPI CreatePatchFileByHandlesEx(ULONG OldFileCount,PPATCH_OLD_FILE_INFO_H OldFileInfoArray,HANDLE NewFileHandle,HANDLE PatchFileHandle,ULONG OptionFlags,PPATCH_OPTION_DATA OptionData,PPATCH_PROGRESS_CALLBACK ProgressCallback,PVOID CallbackContext);
172 WINBOOL PATCHAPI ExtractPatchHeaderToFileByHandles(HANDLE PatchFileHandle,HANDLE PatchHeaderFileHandle)
    [all...]
profinfo.h 19 HANDLE hProfile;
30 HANDLE hProfile;
wlanapi.h 251 HANDLE hClientHandle,
256 HANDLE hClientHandle,
263 HANDLE hClientHandle,
270 HANDLE hClientHandle,
276 HANDLE hClientHandle,
286 HANDLE hClientHandle,
294 HANDLE hClientHandle,
304 HANDLE hClientHandle,
318 HANDLE hClientHandle,
335 HANDLE hClientHandle
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 65 def send_handle(conn, handle, destination_pid):
70 new_handle = duplicate(handle, process_handle)
79 def send_handle(conn, handle, destination_pid):
80 _multiprocessing.sendfd(conn.fileno(), handle)
142 def reduce_handle(handle):
144 return (None, Popen.duplicate_for_child(handle), True)
145 dup_handle = duplicate(handle)
147 sub_debug('reducing handle %d', handle)
151 address, handle, inherited = pickled_dat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 65 def send_handle(conn, handle, destination_pid):
70 new_handle = duplicate(handle, process_handle)
79 def send_handle(conn, handle, destination_pid):
80 _multiprocessing.sendfd(conn.fileno(), handle)
142 def reduce_handle(handle):
144 return (None, Popen.duplicate_for_child(handle), True)
145 dup_handle = duplicate(handle)
147 sub_debug('reducing handle %d', handle)
151 address, handle, inherited = pickled_dat
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 21 * A selection handle is a small rectangle on the border of a selected view which lets you
26 * Size of the selection handle radius, in control coordinates. Note that this isn't
27 * necessarily a <b>circular</b> radius; in the case of a rectangular handle, the
37 * Extra number of pixels to look beyond the actual radius of the selection handle
42 /** The position of the handle in the selection rectangle */
85 /** The x coordinate of the center of the selection handle */
87 /** The y coordinate of the center of the selection handle */
89 /** The position of the handle in the selection rectangle */
94 * corresponding to a handle at the given {@link Position}.
96 * @param centerX the x coordinate of the center of the selection handle
    [all...]

Completed in 769 milliseconds

<<11121314151617181920>>