HomeSort by relevance Sort by last modified time
    Searched defs:nw (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
fail.c 17 int nw = syscall(__NR_write, fd_n, buf, SIZE); local
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 46 time_t nw; local
51 nw = time(NULL);
52 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 51 time_t nw; local
54 nw = time(NULL);
55 now = localtime(&nw);
  /external/valgrind/none/tests/
coolo_sigaction.cpp 48 __attribute__((unused)) ssize_t nw = write(2, buffer, n); local
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 73 NeighboringCellInfo nw = new NeighboringCellInfo(p); local
74 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType());
75 assertEquals(rssi, nw.getRssi());
76 assertEquals(0x1234, nw.getLac());
77 assertEquals(0x5678, nw.getCid());
78 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
  /external/ltp/testcases/open_posix_testsuite/stress/threads/
helper.c 95 time_t nw; local
166 nw = time(NULL);
167 now = localtime(&nw);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
NeighboringCellInfoTest.java 72 NeighboringCellInfo nw = new NeighboringCellInfo(p); local
73 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType());
74 assertEquals(rssi, nw.getRssi());
75 assertEquals(0x1234, nw.getLac());
76 assertEquals(0x5678, nw.getCid());
77 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
  /frameworks/rs/support/jni/
android_rscompat_usage_io_driver.cpp 15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
21 int32_t r = ANativeWindow_lock(nw, drv->wndBuffer, NULL);
33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) {
47 if (nw != NULL) {
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
57 IoGetBuffer(rsc, alloc, nw);
58 drv->wndSurface = nw;
65 if (nw) {
66 nw = NULL;
85 ANativeWindow *nw = drv->wndSurface local
98 ANativeWindow *nw = drv->wndSurface; local
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_EvtDispatcher.cpp 152 cmd_evts *tmp = head,*nw; local
154 nw = (cmd_evts *)malloc(sizeof(cmd_evts));
155 if(nw != NULL)
157 nw->event = event;
158 nw->obj = obj;
159 nw->next = NULL;
168 head = nw;
176 tmp->next = nw;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 152 int nw, nw1; local
162 nw = b->wds;
163 nw1 = nw & 1;
164 for(xe = x + (nw - nw1); x < xe; x += 2)
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
smisc.c 160 int nw, nw1; local
170 nw = b->wds;
171 nw1 = nw & 1;
172 for(xe = x + (nw - nw1); x < xe; x += 2)
  /external/boringssl/src/crypto/fipsmodule/bn/
shift.c 67 int i, nw, lb, rb; local
77 nw = n / BN_BITS2;
78 if (!bn_wexpand(r, a->top + nw + 1)) {
85 t[a->top + nw] = 0;
88 t[nw + i] = f[i];
93 t[nw + i + 1] |= l >> rb;
94 t[nw + i] = l << lb;
97 OPENSSL_memset(t, 0, nw * sizeof(t[0]));
98 r->top = a->top + nw + 1;
136 int i, j, nw, lb, rb local
    [all...]
  /external/boringssl/src/ssl/
s3_pkt.cc 141 unsigned tot, n, nw; local
178 nw = max;
180 nw = n;
183 int ret = do_ssl3_write(ssl, SSL3_RT_APPLICATION_DATA, &in[tot], nw);

Completed in 1138 milliseconds

1 2 3