HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 101 - 125 of 1268) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/curl/tests/libtest/
lib576.c 102 CURL *handle = NULL; local
106 handle = curl_easy_init();
107 if(!handle) {
112 test_setopt(handle, CURLOPT_URL, URL);
113 test_setopt(handle, CURLOPT_WILDCARDMATCH, 1L);
114 test_setopt(handle, CURLOPT_CHUNK_BGN_FUNCTION, chunk_bgn);
115 test_setopt(handle, CURLOPT_CHUNK_END_FUNCTION, chunk_end);
116 test_setopt(handle, CURLOPT_CHUNK_DATA, &chunk_data);
118 res = curl_easy_perform(handle);
121 if(handle)
    [all...]
  /external/deqp/framework/delibs/dethread/win32/
deSemaphoreWin32.c 34 DE_STATIC_ASSERT(sizeof(deSemaphore) >= sizeof(HANDLE));
38 HANDLE handle; local
42 handle = CreateSemaphore(DE_NULL, initialValue, WIN32_SEM_MAX_VALUE, DE_NULL);
43 if (!handle)
46 DE_ASSERT((deSemaphore)handle != 0);
48 return (deSemaphore)handle;
53 HANDLE handle = (HANDLE)semaphore local
59 HANDLE handle = (HANDLE)semaphore; local
67 HANDLE handle = (HANDLE)semaphore; local
75 HANDLE handle = (HANDLE)semaphore; local
    [all...]
  /external/doclava/res/assets/templates/
diff.cs 32 .handle { property
37 .handle-opened {
41 .handle-closed {
69 $(tr).children(".handle").addClass("handle-opened");
70 $(tr).children(".handle").removeClass("handle-closed");
77 $(tr).children(".handle").removeClass("handle-opened");
78 $(tr).children(".handle").addClass("handle-closed")
    [all...]
  /external/elfutils/tests/
arls.c 28 static int handle (const char *fname);
38 result = handle ("a.out");
41 result |= handle (argv[1]);
48 handle (const char *fname) function
  /external/guava/guava-tests/test/com/google/common/eventbus/
PackageSanityTests.java 41 public void handle(@Nullable Object anything) {} method in class:PackageSanityTests.DummySubscriber
48 return DummySubscriber.class.getMethod("handle", Object.class);
  /external/iproute2/tc/
f_basic.c 39 static int basic_parse_opt(struct filter_util *qu, char *handle,
46 if (handle) {
47 h = strtol(handle, NULL, 0);
49 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 handle);
72 unsigned int handle; local
75 if (get_tc_classid(&handle, *argv)) {
79 addattr_l(n, MAX_MSG, TCA_BASIC_CLASSID, &handle, 4);
111 struct rtattr *opt, __u32 handle)
120 if (handle)
    [all...]
f_matchall.c 38 static int matchall_parse_opt(struct filter_util *qu, char *handle,
46 if (handle) {
47 h = strtol(handle, NULL, 0);
49 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 handle);
65 unsigned int handle; local
68 if (get_tc_classid(&handle, *argv)) {
72 addattr_l(n, MAX_MSG, TCA_MATCHALL_CLASSID, &handle, 4);
115 struct rtattr *opt, __u32 handle)
124 if (handle)
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepHandler.java 27 void handle(PathClass from, PathClass to) throws IOException; method in interface:DepHandler
  /external/javasqlite/src/main/java/SQLite/
FunctionContext.java 12 * Internal handle for the native SQLite API.
15 private long handle = 0; field in class:FunctionContext
Vm.java 10 * Internal handle for the compiled SQLite VM.
13 private long handle = 0; field in class:Vm
  /external/libchrome/base/memory/
shared_memory_android.cc 70 SharedMemoryHandle handle = shm_.Duplicate(); local
71 handle.SetReadOnly();
72 return handle;
  /external/libchrome/base/threading/
sequenced_task_runner_handle.cc 26 const SequencedTaskRunnerHandle* handle = local
28 if (handle)
29 return handle->task_runner_;
  /external/libchrome/mojo/public/cpp/bindings/lib/
interface_serialization.h 19 #include "mojo/public/cpp/system/handle.h"
33 DCHECK(!input.handle().is_valid() || input.handle().pending_association());
41 auto handle = context->TakeAssociatedEndpointHandle(input->handle); local
42 if (!handle.is_valid()) {
45 output->set_handle(std::move(handle));
60 DCHECK(!input.handle().is_valid() || input.handle().pending_association());
67 auto handle = context->TakeAssociatedEndpointHandle(*input) local
    [all...]
  /external/libchrome/mojo/public/cpp/platform/
platform_channel_endpoint.h 15 // a channel endpoint, i.e. a handle that can be used to send or receive
22 explicit PlatformChannelEndpoint(PlatformHandle handle); variable
platform_channel_server_endpoint.h 15 // a channel server endpoint, i.e. a handle that can be used to send invitations
22 explicit PlatformChannelServerEndpoint(PlatformHandle handle); variable
  /external/libdrm/radeon/
radeon_bo.h 47 uint32_t handle; member in struct:radeon_bo
56 uint32_t handle,
  /external/libdrm/rockchip/
rockchip_drmif.h 43 * @handle: a gem handle to gem object created.
47 * @name: a gem global handle from flink request.
51 uint32_t handle; member in struct:rockchip_bo
69 int rockchip_bo_get_info(struct rockchip_device *dev, uint32_t handle,
77 uint32_t handle, uint32_t flags, uint32_t size);
  /external/libdrm/tests/radeon/
rbo.h 36 unsigned handle; member in struct:rbo
42 struct rbo *rbo(int fd, unsigned handle, unsigned size,
  /external/libhevc/encoder/
osal_cond_var.c 69 /* returns the handle to it. */
71 /* Inputs : OSAL handle */
72 /* Memory manager handle */
76 /* Processing : Calls system specific API and returns handle to the */
79 /* Outputs : Handle to Condtional Variable */
81 /* Returns : On SUCCESS - Handle to Conditional Varaible */
99 osal_t *handle = osal_handle; local
103 if(0 == handle || 0 == handle->alloc || 0 == handle->free
164 cond_var_handle_t *handle = (cond_var_handle_t *)cond_var_handle; local
    [all...]
osal_mutex.c 66 /* Description : This function creates the mutex and returns the handle */
69 /* Inputs : OSAL handle */
70 /* Pointer to Memory manager handle */
74 /* Processing : Allocates memory for Mutex handle and calls OS specific */
77 /* Outputs : Mutex handle */
79 /* Returns : On SUCCESS - Mutex handle */
97 osal_t *handle = osal_handle; local
100 if(0 == handle || 0 == handle->alloc || 0 == handle->free
160 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; local
210 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; local
249 mutex_handle_t *handle = (mutex_handle_t *)mutex_handle; local
    [all...]
osal_semaphore.c 70 /* handle to the user. */
73 /* Attributes to sempahore handle */
77 /* Processing : Allocates memory for handle and creates the semaphore */
81 /* Outputs : Semaphore handle */
83 /* Returns : On SUCCESS - Semaphore handle */
97 osal_t *handle = (osal_t *)osal_handle; local
100 if(0 == handle || 0 == handle->alloc || 0 == handle->free)
103 /* Initialize MMR handle */
167 sem_handle_t *handle = (sem_handle_t *)sem_handle; local
219 sem_handle_t *handle = (sem_handle_t *)sem_handle; local
258 sem_handle_t *handle = (sem_handle_t *)sem_handle; local
298 sem_handle_t *handle = (sem_handle_t *)sem_handle; local
    [all...]
  /external/libtextclassifier/lang_id/common/file/
file-utils.cc 34 const MmapHandle &handle = scoped_mmap.handle(); local
35 if (!handle.ok()) {
39 StringPiece sp = handle.to_stringpiece();
  /external/libxcam/xcore/
analyzer_loader.cpp 49 void *handle = open_handle (lib_path); local
50 //XCAM_ASSERT (handle);
51 if (!handle) {
55 desc = load_symbol (handle);
69 void *handle = NULL; local
74 handle = dlopen (lib_path, RTLD_LAZY);
75 if (!handle) {
81 _handle = handle;
82 return handle;
86 AnalyzerLoader::get_symbol (void* handle)
    [all...]
  /external/lzma/C/
7zFile.h 26 HANDLE handle; member in struct:__anon32442
  /external/mesa3d/src/amd/addrlib/core/
addrobject.h 50 ADDR_CLIENT_HANDLE handle; member in struct:Addr::Client

Completed in 1386 milliseconds

1 2 3 45 6 7 8 91011>>