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

<<31323334353637383940>>

  /system/core/libion/
ion_test.c 41 int _ion_alloc_test(int *fd, ion_user_handle_t *handle)
49 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
59 ion_user_handle_t handle; local
61 if(_ion_alloc_test(&fd, &handle))
64 ret = ion_free(fd, handle);
66 printf("%s failed: %s %d\n", __func__, strerror(ret), handle);
77 ion_user_handle_t handle; local
80 if(_ion_alloc_test(&fd, &handle))
83 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd);
95 ret = ion_free(fd, handle);
118 ion_user_handle_t handle; local
    [all...]
  /external/v8/src/
compiler.cc 47 CompilationInfo::CompilationInfo(Handle<Script> script, Zone* zone)
63 script_(Handle<Script>::null()),
75 CompilationInfo::CompilationInfo(Handle<SharedFunctionInfo> shared_info,
79 script_(Handle<Script>(Script::cast(shared_info->script()))),
91 CompilationInfo::CompilationInfo(Handle<JSFunction> closure, Zone* zone)
94 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
95 script_(Handle<Script>(Script::cast(shared_info_->script()))),
183 Handle<TypeFeedbackVector>(shared_info()->feedback_vector(), isolate);
205 void CompilationInfo::CommitDependencies(Handle<Code> code) {
207 ZoneList<Handle<HeapObject> >* group_objects = dependencies_[i]
    [all...]
code-factory.h 20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
23 Handle<Code> code() const { return code_; }
27 const Handle<Code> code_;
gdb-jit.h 33 static void AddCode(Handle<Name> name,
34 Handle<Script> script,
35 Handle<Code> code,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 317 int handle=-1; local
319 if (!sBluetoothSdpInterface) return handle;
339 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
345 ALOGD("SDP Create record success - handle: %d", handle);
349 return handle;
359 int handle=-1; local
361 if (!sBluetoothSdpInterface) return handle;
379 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
385 ALOGD("SDP Create record success - handle: %d", handle)
399 int handle=-1; local
442 int handle=-1; local
491 int handle = -1; local
    [all...]
  /art/runtime/
object_lock.h 22 #include "handle.h"
31 ObjectLock(Thread* self, Handle<T> object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
43 Handle<T> const obj_;
  /cts/tests/tests/widget/res/layout/
sliding_drawer_layout.xml 27 android:handle="@+id/handle"
31 android:id="@id/handle"
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 116 /** Return a handle to the filter used to screen nodes.
139 int handle=dtm_iter.getRoot(); local
140 return dtm_iter.getDTM(handle).getNode(handle);
163 int handle=dtm_iter.nextNode(); local
164 if (handle==DTM.NULL)
166 return dtm_iter.getDTM(handle).getNode(handle);
181 int handle=dtm_iter.previousNode(); local
182 if (handle==DTM.NULL
    [all...]
  /external/compiler-rt/test/asan/TestCases/Darwin/
address-range-limit.mm 23 NSModule handle = NSLinkModule(im, "a.bundle", 0);
24 if (handle == 0) {
28 printf("h: %p\n", handle);
  /external/drm_gralloc/
gralloc.cpp 82 buffer_handle_t handle)
91 return gralloc_drm_handle_register(handle, dmod->drm);
95 buffer_handle_t handle)
97 return gralloc_drm_handle_unregister(handle);
100 static int drm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle,
106 bo = gralloc_drm_bo_from_handle(handle);
113 static int drm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle)
118 bo = gralloc_drm_bo_from_handle(handle);
138 static int drm_mod_free_gpu0(alloc_device_t *dev, buffer_handle_t handle)
143 bo = gralloc_drm_bo_from_handle(handle);
    [all...]
  /external/drm_hwcomposer/
nvimporter.h 36 virtual int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo);
49 NvBuffer_t *GrallocGetNvBuffer(buffer_handle_t handle);
50 int GrallocSetNvBuffer(buffer_handle_t handle, NvBuffer_t *buf);
  /external/iproute2/tc/
f_route.c 37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
47 if (handle) {
48 if (get_u32(&t->tcm_handle, handle, 0)) {
49 fprintf(stderr, "Illegal \"handle\"\n");
94 unsigned handle; local
96 if (get_tc_classid(&handle, *argv)) {
100 addattr_l(n, 4096, TCA_ROUTE4_CLASSID, &handle, 4);
134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
144 if (handle)
145 fprintf(f, "fh 0x%08x ", handle);
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
AbstractDepHandler.java 32 public void handle(PathClass from, PathClass to) throws IOException { method in class:AbstractDepHandler
41 handle(pair.get(0).toString(), pair.get(1).toString());
45 abstract protected void handle(String from, String to) throws IOException; method in class:AbstractDepHandler
  /external/libdrm/exynos/
exynos_drm.h 40 * @handle: returned a handle to created gem object.
41 * - this handle will be set by gem module of kernel side.
46 unsigned int handle; member in struct:drm_exynos_gem_create
52 * @handle: a pointer to gem object created.
58 unsigned int handle; member in struct:drm_exynos_gem_map_off
66 * @handle: a handle to gem object created.
75 unsigned int handle; member in struct:drm_exynos_gem_mmap
84 * @handle: a handle to gem object created
91 unsigned int handle; member in struct:drm_exynos_gem_info
    [all...]
  /external/libxml2/win32/wince/
wincecompat.h 34 int read(int handle, char *buffer, unsigned int len);
35 int write(int handle, const char *buffer, unsigned int len);
37 int close(int handle);
  /external/lldb/test/functionalities/command_script/import/rdar-12586188/
TestRdar12586188.py 1 """Check that we handle an ImportError in a special way when command script importing files."""
14 """Check that we handle an ImportError in a special way when command script importing files."""
22 """Check that we handle an ImportError in a special way when command script importing files."""
  /external/lzma/C/
7zFile.c 31 p->handle = INVALID_HANDLE_VALUE;
41 p->handle = CreateFileA(name,
46 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
65 p->handle = CreateFileW(name,
70 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
79 if (p->handle != INVALID_HANDLE_VALUE)
81 if (!CloseHandle(p->handle))
83 p->handle = INVALID_HANDLE_VALUE;
110 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);
145 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
    [all...]
  /external/lzma/CPP/Windows/
MemoryLock.cpp 11 typedef BOOL (WINAPI * OpenProcessTokenP)(HANDLE ProcessHandle, DWORD DesiredAccess, PHANDLE TokenHandle);
13 typedef BOOL (WINAPI * AdjustTokenPrivilegesP)(HANDLE TokenHandle, BOOL DisableAllPrivileges,
34 HANDLE token;
  /external/mesa3d/src/egl/main/
eglscreen.c 65 * Return a new screen handle/ID.
103 * Link a screen to its display and return the handle of the link.
104 * The handle can be passed to client directly.
121 screen->Handle = _eglAllocScreenHandle();
123 screen->Modes[i].Handle = screen->Handle + i;
127 return screen->Handle;
132 * Lookup a handle to find the linked config.
133 * Return NULL if the handle has no corresponding linked config.
145 if (scr->Handle == screen)
158 EGLScreenMESA *handle = (EGLScreenMESA *) buffer; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 44 void *handle; local
53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
54 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 void *handle; local
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info.ctx->bind_vs_state(info.ctx, handle);
87 void *handle; local
98 handle = graw_parse_fragment_shader(info.ctx, text);
99 info.ctx->bind_fs_state(info.ctx, handle);
187 void *handle; local
    [all...]
  /external/selinux/libsepol/src/
assertion.c 30 static void report_failure(sepol_handle_t *handle, policydb_t *p,
37 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
45 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
52 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
61 static unsigned long check_assertion_helper(sepol_handle_t * handle,
81 report_failure(handle, p, avrule, stype, ttype, curperm, node);
89 report_failure(handle, p, avrule, stype, ttype, curperm, node);
98 int check_assertions(sepol_handle_t * handle, policydb_t * p,
141 (handle, p, &te_avtab, &te_cond_avtab, i, i,
148 (handle, p, &te_avtab, &te_cond_avtab, i, j
    [all...]
  /external/sfntly/cpp/src/test/
lock_test.cc 64 PlatformThreadHandle handle = kNullThreadHandle; local
66 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
94 PlatformThread::Join(handle);
132 PlatformThreadHandle handle = kNullThreadHandle; local
134 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
136 PlatformThread::Join(handle);
146 PlatformThreadHandle handle = kNullThreadHandle; local
148 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
150 PlatformThread::Join(handle);
194 PlatformThreadHandle handle = kNullThreadHandle local
    [all...]
  /external/skia/src/utils/
SkEventTracer.cpp 13 SkEventTracer::Handle
27 SkEventTracer::Handle handle) override {}
  /external/v8/test/cctest/compiler/
test-pipeline.cc 21 Handle<JSFunction> function = v8::Utils::OpenHandle(
22 *v8::Handle<v8::Function>::Cast(CompileRun(source)));
32 Handle<Code> code = pipeline.GenerateCode();
  /hardware/intel/img/hwcomposer/merrifield/include/
GraphicBuffer.h 32 GraphicBuffer(buffer_handle_t handle);
35 virtual void resetBuffer(buffer_handle_t handle);
47 void initBuffer(buffer_handle_t handle);

Completed in 522 milliseconds

<<31323334353637383940>>