HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 1 - 25 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
pth_cancel1.stdout.exp 1 cleaning up 0x5678
2 cleaning up 0x1234
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ring.java 41 * space that is specified via the ring's center point, an up vector, an inner
52 private Vector3f center, up; field in class:Ring
63 up = Vector3f.UNIT_Y.clone();
70 * up vector, and inner and outer radii.
74 * @param up
75 * the unit up vector defining the ring's orientation.
81 public Ring(Vector3f center, Vector3f up, float innerRadius,
84 this.up = up;
109 * <code>getUp</code> returns the ring's up vector.
    [all...]
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 29 * @param up True if the interface has been enabled.
31 void interfaceStatusChanged(String iface, boolean up);
38 * @param up True if the physical link-layer connection signal is valid.
40 void interfaceLinkStateChanged(String iface, boolean up);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
UnresolvedPrincipalTest.java 39 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); local
40 assertEquals(klass, up.getClassName());
41 assertEquals(name, up.getName());
43 up = new UnresolvedPrincipal(klass, null);
44 assertEquals(klass, up.getClassName());
45 assertNull(up.getName());
48 up = new UnresolvedPrincipal(null, name);
72 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); local
76 assertTrue(up.equals(up));
    [all...]
  /frameworks/native/cmds/ip-up-vpn/
Android.mk 20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
  /external/elfutils/libcpu/
memory-access.h 95 const union unaligned *up = p; local
97 return bswap_16 (up->u2);
98 return up->u2;
103 const union unaligned *up = p; local
105 return (int16_t) bswap_16 (up->u2);
106 return up->s2;
112 const union unaligned *up = p; local
113 return up->u4;
118 const union unaligned *up = p; local
120 return bswap_32 (up->u4)
126 const union unaligned *up = p; local
135 const union unaligned *up = p; local
143 const union unaligned *up = p; local
    [all...]
  /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...]
  /external/clang/test/PCH/
field-designator.c 26 # error Header inclusion order messed up
  /frameworks/base/services/java/com/android/server/net/
BaseNetworkObserver.java 29 public void interfaceStatusChanged(String iface, boolean up) {
39 public void interfaceLinkStateChanged(String iface, boolean up) {
  /external/openssh/openbsd-compat/
getcwd.c 65 char *ept, *eup, *up; local
92 if ((up = malloc(upsize = MAXPATHLEN)) == NULL)
94 eup = up + upsize;
95 bup = up;
96 up[0] = '.';
97 up[1] = '\0';
109 if (lstat(up, &s))
125 free(up);
137 if ((nup = realloc(up, upsize *= 2)) == NULL)
139 bup = nup + (bup - up);
    [all...]
  /external/elfutils/libdw/
memory-access.h 192 const union unaligned *up = p; local
194 return bswap_16 (up->u2);
195 return up->u2;
200 const union unaligned *up = p; local
202 return (int16_t) bswap_16 (up->u2);
203 return up->s2;
209 const union unaligned *up = p; local
210 return up->u4;
215 const union unaligned *up = p; local
217 return bswap_32 (up->u4)
223 const union unaligned *up = p; local
232 const union unaligned *up = p; local
240 const union unaligned *up = p; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer.pass.cpp 47 std::unique_ptr<A> up(std::move(ap));
48 assert(up.get() == p);
58 std::unique_ptr<A> up; local
59 up = std::move(ap);
60 assert(up.get() == p);
auto_pointer01.fail.cpp 47 std::unique_ptr<A> up(ap);
48 assert(up.get() == p);
58 std::unique_ptr<A> up; local
59 up = ap;
60 assert(up.get() == p);
  /bionic/libc/kernel/arch-mips/asm/
sgidefs.h 22 #error Use a Linux compiler or give up.
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgidefs.h 22 #error Use a Linux compiler or give up.
  /external/kernel-headers/original/asm-mips/
sgidefs.h 18 #error Use a Linux compiler or give up.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_standalone.py 42 up = os.path.dirname variable
43 script_dir = up(up(up(this_dir)))
  /external/wpa_supplicant_8/
Android.mk 8 # TODO: Clean up the Android.mks, reset all the temporary variables at the
10 # set up in the other Android.mk.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgidefs.h 22 #error Use a Linux compiler or give up.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgidefs.h 22 #error Use a Linux compiler or give up.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalCollection.java 106 throw up(); method
109 throw up(); method
112 throw up(); method
115 throw up(); method
117 private static UnsupportedOperationException up() { method in class:MinimalCollection
  /external/iptables/extensions/
libxt_conntrack.c 476 struct xt_conntrack_mtinfo3 up; local
478 memset(&up, 0, sizeof(up));
479 cinfo_transform(&up, info);
480 up.origsrc_port_high = up.origsrc_port;
481 up.origdst_port_high = up.origdst_port;
482 up.replsrc_port_high = up.replsrc_port
502 struct xt_conntrack_mtinfo3 up; local
874 struct xt_conntrack_mtinfo3 up; local
885 struct xt_conntrack_mtinfo3 up; local
952 struct xt_conntrack_mtinfo3 up; local
962 struct xt_conntrack_mtinfo3 up; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleTriMesh.java 179 Vector3f up = new Vector3f(), local
183 up.set(camUp);
206 camDir.cross(left, up);
207 up.multLocal(p.size);
210 up.set(faceNormal).crossLocal(Vector3f.UNIT_X);
211 faceNormal.cross(up, left);
212 up.multLocal(p.size);
222 up.x = camLeft.x * -sin + camUp.x * cos;
223 up.y = camLeft.y * -sin + camUp.y * cos;
224 up.z = camLeft.z * -sin + camUp.z * cos
    [all...]
  /dalvik/vm/mterp/x86/
OP_GOTO.S 18 jne common_updateProfile # set up %ebx & %edx & rPC
OP_GOTO_16.S 17 jne common_updateProfile # set up %ebx & %edx & rPC

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011>>