/external/iproute2/ip/ |
ipaddress.c | 47 int up; member in struct:__anon22054 109 _PF(UP); 123 "TESTING", "DORMANT", "UP" 378 if (filter.up && !(ifi->ifi_flags&IFF_UP)) 808 } else if (strcmp(*argv, "up") == 0) { 809 filter.up = 1; [all...] |
/external/iputils/ |
traceroute6.c | 177 * will give up and exit. 217 * Almes or Matt Mathis. I don't know (or care) who came up with 224 * I've hacked up a round-trip-route version of this that works by 674 * realize it because we keep waking up to handle those 840 struct udphdr *up; local 844 up = (struct udphdr *)(hip+1); 848 nexthdr = *(unsigned char*)up; 849 up++; 855 pkt = (struct pkt_format *) (up + 1);
|
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/ |
AndroidAudioRenderer.java | 208 Vector3f up = listener.getUp();
local
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridAlphaMapTest.java | 268 private boolean up; field in class:TerrainGridAlphaMapTest 288 TerrainGridAlphaMapTest.this.up = true; 290 TerrainGridAlphaMapTest.this.up = false; 316 if (this.up) {
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 216 unsigned int left, right, up, down, diag; local 277 CHECK_BETTER(up, tr - 2, tc); 280 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 315 CHECK_BETTER(up, tr - 1, tc); 318 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 372 int left, right, up, down, diag; local 430 /* go up then down and check error */ 434 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); 436 if (up < bestmse) 439 bestmse = up; 683 int left, right, up, down, diag; local [all...] |
/external/mksh/src/ |
exec.c | 60 char ** volatile up; local 136 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE); 139 timex_hook(t, &up); 140 ap = (const char **)up; 450 up = makenv(); 457 execve(t->str, cargs.rw, up); 461 scriptexec(t, (const char **)up); 821 /* to fork we set up a TEXEC node and call execute */ 1146 * even if the command hasn't been set up as an 1280 * set up redirection, saving old fds in e->savef [all...] |
/external/skia/src/effects/ |
SkMorphologyImageFilter.cpp | 59 const SkPMColor* up = upperSrc; local 63 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) { 76 up += srcStrideY; 119 const SkPMColor* up = upperSrc; local 123 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) { 136 up += srcStrideY;
|
/external/tcpdump/ |
print-udp.c | 111 vat_print(const void *hdr, register const struct udphdr *up) 118 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)), 125 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8), 137 rtp_print(const void *hdr, u_int len, register const struct udphdr *up) 144 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8; 239 printf(" @%.2f %u %up %ub", ts, EXTRACT_32BITS(&sr->sr_ts), 288 register const struct udphdr *up, 423 register const struct udphdr *up; local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 213 uschar *up; member in union:rrow::__anon35948
|
/packages/apps/Camera/jni/ |
feature_mos_jni.cpp | 317 int up = vp + frameSize; local 319 for (int i = 0; i < width; i++, yp++, vp++, up++) 325 u = (0xff & yuv420sp[up]) - 128;
|
/packages/apps/Camera2/jni/ |
feature_mos_jni.cpp | 317 int up = vp + frameSize; local 319 for (int i = 0; i < width; i++, yp++, vp++, up++) 325 u = (0xff & yuv420sp[up]) - 128;
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 317 int up = vp + frameSize; local 319 for (int i = 0; i < width; i++, yp++, vp++, up++) 325 u = (0xff & yuv420sp[up]) - 128;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
menu.h | 83 struct tagITEM *up; member in struct:tagITEM
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
menu.h | 83 struct tagITEM *up; member in struct:tagITEM
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
menu.h | 83 struct tagITEM *up; member in struct:tagITEM
|
/external/chromium_org/third_party/libxml/src/ |
encoding.c | 1312 char *up = NULL; local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestWalkingChar.java | 104 boolean left = false, right = false, up = false, down = false; field in class:TestWalkingChar 333 if (up) { 376 up = true; 378 up = false;
|
/external/libppp/src/ |
bundle.c | 169 /* The given FSM is about to start up ! */ 208 * able to get rid of any of the packets. We've probably given up 270 * The given fsm is now up 615 * *not* be UP and we can't receive data 623 * Drop the packet. If we were to queue it, we'd just end up with 913 * Clean up the interface. We don't really need to do the timer_Stop()s, 1074 prompt_Printf(arg->prompt, ", up time %d:%02d:%02d", secs / 3600, 1183 unsigned up = now - bundle->upat; local [all...] |
/external/libxml2/ |
encoding.c | 1312 char *up = NULL; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc_config.h | 198 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 203 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 260 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 198 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 203 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 260 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 198 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 203 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 260 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/frameworks/base/services/java/com/android/server/accessibility/ |
ScreenMagnifier.java | 70 * viewport dragging mode until the finger goes up. One can think of this 75 * finger goes up the screen will zoom out. If the same user interaction 77 * be the same but when the finger goes up the screen will stay magnified. [all...] |
/bionic/libc/tzcode/ |
localtime.c | 68 ** for now, we just set things up so that in any of the five cases 359 register u_t * up; local 361 up = (u_t *) calloc(1, sizeof *up); 362 if (up == NULL) 366 register u_t * const up = &u; 377 nread = read(fid, up->buf, toread); 384 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); 385 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); 386 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
raytrace.js | 549 up: null, 552 initialize : function(pos, lookAt, up) { 555 this.up = up; 556 this.equator = lookAt.normalize().cross(this.up); 565 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
|