/toolchain/binutils/binutils-2.25/ld/emulparams/ |
ppcnw.sh | 1 SCRIPT_NAME=nw
|
i386nw.sh | 1 SCRIPT_NAME=nw
|
/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...] |
/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/autotest/client/deps/glbench/src/ |
waffle_stuff.cc | 66 union waffle_native_window *nw = waffle_window_get_native(surface_); local 69 *width = nw->null->width; 70 *height = nw->null->height; 75 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_WIDTH, &w); 76 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_HEIGHT, &h); 81 XGetGeometry(nw->glx->xlib_display, nw->glx->xlib_window, 88 eglQuerySurface(nw->x11_egl->display.egl_display, nw->x11_egl->egl_surface [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
testfrmw.c | 46 time_t nw; local 51 nw = time(NULL); 52 now = localtime(&nw);
|
/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;
|
/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) & BN_MASK2; 94 t[nw + i] = (l << lb) & BN_MASK2; 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...] |
/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());
|
/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/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
ProvisionObserver.java | 55 for (Network nw : info) { 56 final NetworkCapabilities nc = connMgr.getNetworkCapabilities(nw); 61 connMgr.reportNetworkConnectivity(nw, true); 62 connMgr.reportNetworkConnectivity(nw, false);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/ |
helper.c | 95 time_t nw; local 166 nw = time(NULL); 167 now = localtime(&nw);
|
/external/autotest/client/site_tests/security_Minijail_seccomp/src/ |
fail.c | 17 int nw = syscall(__NR_write, fd_n, buf, SIZE); local
|