HomeSort by relevance Sort by last modified time
    Searched refs:hp (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /external/protobuf/
config.guess 605 echo m68k-hp-bsd
608 echo m68k-hp-bsd4.4
610 9000/[34678]??:HP-UX:*:*)
626 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
673 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
674 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
675 # generating 64-bit code. GNU and HP use different nomenclature:
678 # => hppa2.0w-hp-hpux11.23
680 # => hppa64-hp-hpux11.23
690 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /external/protobuf/gtest/build-aux/
config.guess 605 echo m68k-hp-bsd
608 echo m68k-hp-bsd4.4
610 9000/[34678]??:HP-UX:*:*)
626 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
673 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
674 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
675 # generating 64-bit code. GNU and HP use different nomenclature:
678 # => hppa2.0w-hp-hpux11.23
680 # => hppa64-hp-hpux11.23
690 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /external/srtp/
config.guess 582 echo m68k-hp-bsd
585 echo m68k-hp-bsd4.4
587 9000/[34678]??:HP-UX:*:*)
603 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
657 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
659 ia64:HP-UX:*:*)
661 echo ia64-hp-hpux${HPUX_REV}
694 echo hppa1.1-hp-bsd
697 echo hppa1.0-hp-bsd
700 echo hppa1.0-hp-mpei
    [all...]
  /external/tcpdump/
config.guess 585 echo m68k-hp-bsd
588 echo m68k-hp-bsd4.4
590 9000/[34678]??:HP-UX:*:*)
606 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
653 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
654 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
655 # generating 64-bit code. GNU and HP use different nomenclature:
658 # => hppa2.0w-hp-hpux11.23
660 # => hppa64-hp-hpux11.23
670 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 575 HeaderParser hp = ParserFactory.createParser(buffer.toString()); local
576 if (hp == null)
578 return hp.parse();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
269 self._handle = hp
274 Popen._tls.process_handle = int(hp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
269 self._handle = hp
274 Popen._tls.process_handle = int(hp)
  /external/cmockery/cmockery_0_1_2/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /external/google-tv-pairing-protocol/cpp/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/iputils/
rarpd.c 299 struct hostent *hp; local
309 (hp = gethostbyname(ename)) == NULL) {
314 if (hp->h_addrtype != AF_INET) {
318 ifa = select_ipaddr(ifindex, &emap.ipaddr, (__u32 **)hp->h_addr_list);
  /external/libexif/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libmtp/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libogg/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /external/libusb/
depcomp 78 if test "$depmode" = hp; then
79 # HP compiler uses -M and no extra arg.
161 hp)
294 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libusb-compat/
depcomp 78 if test "$depmode" = hp; then
79 # HP compiler uses -M and no extra arg.
161 hp)
299 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libvncserver/libvncclient/
sockets.c 700 struct hostent *hp; local
715 hp = gethostbyname(str);
717 if (hp) {
718 *addr = *(unsigned int *)hp->h_addr;
  /external/libvorbis/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /external/marisa-trie/
depcomp 78 if test "$depmode" = hp; then
79 # HP compiler uses -M and no extra arg.
161 hp)
299 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/netperf/
nettest_xti.c 539 struct hostent *hp;
567 /* it would seem that while HP-UX will allow an IP address (as a */
574 if ((hp = gethostbyname(remote_host)) == NULL) {
584 bcopy(hp->h_addr,
586 hp->h_length);
587 server.sin_family = hp->h_addrtype;
535 struct hostent *hp; local
1740 struct hostent *hp; local
2468 struct hostent *hp; local
3460 struct hostent *hp; local
5021 struct hostent *hp; local
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 152 hp = scipy.signal.sepfir2d(p, f, f).astype('float32')
157 np.var(tile(hp, tile_size), axis=(0, 1)).flatten()
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 21 import com.hp.creals.CR;
22 import com.hp.creals.UnaryCRFunction;
  /external/libvncserver/libvncserver/
sockets.c 815 struct hostent *hp; local
817 if (!(hp = gethostbyname(str))) {
820 *addr = *(unsigned long *)hp->h_addr;
980 struct hostent *hp; local
989 if (!(hp = gethostbyname(host))) {
993 addr.sin_addr.s_addr = *(unsigned long *)hp->h_addr;
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
connect_br.tcl 1079 regsub -nocase {^[a-z][a-z0-9]*://} $proxy "" hp
1080 regsub {\+.*$} $hp "" hp
1081 if {! [regexp {:[0-9]} $hp] && [regexp {^repeater:} $proxy]} {
1082 set hp "$hp:5900"
1084 return $hp
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 810 milliseconds

1 2 3 4 56 7 8 910