Searched defs:param (Results 1 - 9 of 9) sorted by relevance

/system/core/sh/
H A Dexec.h47 union param { union in struct:cmdentry
H A Doptions.c297 freeparam(volatile struct shparam *param) argument
301 if (param->malloc) {
302 for (ap = param->p ; *ap ; ap++)
304 ckfree(param->p);
H A Dexec.c91 union param param; /* definition of builtin function */ member in struct:tblentry
385 idx = cmdp->param.index;
404 commandtext(&ps, cmdp->param.func);
506 prev = cmdp->param.index;
579 cmdp->param.index = idx;
602 cmdp->param.bltin = bltin;
607 entry->u = cmdp->param;
658 cmdp->param.bltin = bp->builtin;
749 cmdp->param
[all...]
/system/core/libcutils/
H A Dsched_policy.c318 struct sched_param param; local
320 param.sched_priority = 0;
324 &param);
/system/extras/tests/bionic/libc/common/
H A Dbench_pthread.c166 static void key_destroy(void* param) argument
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp77 int writeModuleParam(const char *param, const char *data) { argument
82 filename += param;
85 testPrintE("qtaguid param open failed: %s", strerror(errno));
90 testPrintE("qtaguid param write failed: %s", strerror(errno));
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c328 int param[10]; local
333 &param[0], &param[1], &param[2], &param[3], &param[4],
334 &param[5], &param[6], &param[7], &param[
356 int param[4]; local
[all...]
/system/core/libpixelflinger/
H A Dpixelflinger.cpp334 GGLint param)
341 switch (param) {
347 if (c->activeTMU->env != param) {
348 c->activeTMU->env = param;
391 GGLint param)
399 if (param == GGL_CLAMP_TO_EDGE)
400 param = GGL_CLAMP;
405 if ((param == GGL_CLAMP) ||
406 (param == GGL_REPEAT)) {
411 if ((param
332 ggl_texEnvi(void* con, GGLenum target, GGLenum pname, GGLint param) argument
388 ggl_texParameteri(void* con, GGLenum target, GGLenum pname, GGLint param) argument
477 ggl_texGeni(void* con, GGLenum coord, GGLenum pname, GGLint param) argument
[all...]
/system/core/adb/
H A Dsysdeps_win32.c1481 WaitForAllParam* const param = (WaitForAllParam*)arg; local
1485 wait_on[0] = param->main_event;
1487 memcpy(wait_on + 1, param->handles, param->handles_count * sizeof(HANDLE));
1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);
1490 if (res > 0 && res < (param->handles_count + 1)) {
1493 InterlockedCompareExchange(param->signaled_index,
1494 res - 1L + param->first_handle_index, -1L);
1498 SetEvent(param->main_event);
1531 /* Calculate number of chunks, and allocate thread param arra
[all...]

Completed in 81 milliseconds