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

1 2 3 4

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
NeighboringCellInfoTest.java 32 NeighboringCellInfo nc; local
34 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
35 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType());
36 assertEquals(rssi, nc.getRssi());
37 assertEquals(0xfff, nc.getLac());
38 assertEquals(0xffff, nc.getCid());
39 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
41 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
42 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType());
43 assertEquals(rssi, nc.getRssi())
60 NeighboringCellInfo nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS); local
    [all...]
  /external/bluetooth/bluez/network/
connection.c 106 struct network_conn *nc = l->data; local
108 if (nc->id == id)
109 return nc;
150 struct network_conn *nc = data; local
155 emit_property_changed(connection, nc->peer->path,
158 emit_property_changed(connection, nc->peer->path,
161 emit_property_changed(connection, nc->peer->path,
164 device_remove_disconnect_watch(nc->peer->device, nc->dc_id);
165 nc->dc_id = 0
205 struct network_conn *nc = user_data; local
217 struct network_conn *nc = user_data; local
227 struct network_conn *nc = data; local
363 struct network_conn *nc = data; local
391 struct network_conn *nc; local
437 struct network_conn *nc = data; local
456 struct network_conn *nc = l->data; local
471 struct network_conn *nc = NULL; local
564 struct network_conn *nc; local
615 struct network_conn *nc; local
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 103 NeighboringCellInfo nc; local
106 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
107 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType());
108 assertEquals(rssi, nc.getRssi());
109 assertEquals(0xfff, nc.getLac());
110 assertEquals(0xffff, nc.getCid());
111 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
113 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
114 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType());
115 assertEquals(rssi, nc.getRssi())
    [all...]
  /external/netcat/scripts/
dist.sh 12 echo "<36>elite: ${SRC}" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
20 ./nc -v -l -p ${PORT} -e dist.sh < /dev/null >> dist.log 2>&1 &
22 echo "<36>elite: done" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
iscan 16 nc -z -w 9 "$1" 113 || { echo "oops, $1 isn't running identd" ; exit 0 ; }
25 nc -v -w 8 -p ${RP} "$TRG" ${1} < /dev/null > /dev/null &
28 echo "${1},${RP}" | nc -w 4 -r "$TRG" 113 2>&1
ncp 11 ## if "nc" isn't systemwide or in your PATH, add the right place
23 compress -c < "$1" | nc -v -w 2 $2 $MYPORT && exit 0
25 nc -v -w 2 $2 $MYPORT < "$1" && exit 0
39 nc -v -w 30 -p $MYPORT -l < /dev/null | uncompress -c > "$1" && exit 0
41 nc -v -w 30 -p $MYPORT -l < /dev/null > "$1" && exit 0
alta 19 nc -z -w 8 www.altavista.digital.com 24015 2> /dev/null
24 echo "${QB}&stq=${xx}" | nc -w 15 www.altavista.digital.com 80 | \
webrelay 13 # any extra args to the listening "nc", for instance "-s inside-net-addr"
27 nc -w 600 -l -n -p $PORT -e "$0" $XNC < /dev/null > /dev/null 2>&1 &
29 exec nc -w 15 $RDEST $RPORT
41 nc -v -w 600 -l -p $PORT -e "$0" $XNC < /dev/null > /dev/null &
bsh 3 ## Arg is taken as the port to listen on. Define "NC" to point wherever.
5 NC=nc
12 echo "-l -p $LPN -e $0" | $NC > /dev/null 2>&1 &
19 echo "-l -p $LPN -e $0" | $NC > /dev/null 2>&1 &
probe 13 UCMD='nc -v -w 8'
23 echo 'UDP echoecho!' | nc -u -p 7 -s `hostname` -w 3 "$1" 7 19 2>&1
39 nc -v -z -u -r "$1" 111 66-70 88 53 87 161-164 121-123 213 49 2>&1
40 nc -v -z -u -r "$1" 137-140 694-712 747-770 175-180 2103 510-530 2>&1
46 if nc -w 5 -z -u "$1" 111 ; then
websearch 16 # Don't have "nc"? Get "netcat" from avian.org and add it to your toolkit.
18 echo GET "$1" | nc -v -i 1 -w 30 "$2" "$3"
38 # nc -v -w 30 guide-p.infoseek.com 80 < $IFILE
69 nc -v -i 1 -w 30 twelve.srv.lycos.com 80 < $IFILE
webproxy 36 # optional extra args to the listener "nc", for instance "-s inside-net-addr"
54 nc -w 600 -n -l -p $PORT -e "$0" $XNC "$CLIENT" < /dev/null > /dev/null \
67 nc -w 1 -n 127.0.0.1 $PORT < /dev/null > /dev/null 2>&1
85 CLIENT=`nc -z -v -w 8 "$1" 22000 2>&1 | sed 's/.*\[\(..*\)\].*/\1/'`
95 nc -v -w 600 -n -l -p $PORT -e "$0" $XNC "$CLIENT" &
134 # If necessary, replace below with (echo "$x1 $hf" ; echo '') | nc...
135 echo "$x1 $hf" | nc -w 30 "$hh" "$hp" 2> /dev/null || \
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 93 #define NC (M/2)
143 int16 nc; local
149 nc = m >> 1;
152 if (nc > 8)
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
155 for (i = 0; i <= nc; i++)
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
160 for (i = 0; i <= nc - 1; i++)
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1)
    [all...]
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 94 NetworkConfig *nc = new NetworkConfig(); local
95 if (nc == NULL)
97 nc->setWpaGui(wpagui);
98 nc->paramsFromScanResults(sel);
99 nc->show();
100 nc->exec();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 94 NetworkConfig *nc = new NetworkConfig(); local
95 if (nc == NULL)
97 nc->setWpaGui(wpagui);
98 nc->paramsFromScanResults(sel);
99 nc->show();
100 nc->exec();
  /external/netcat/
Android.mk 16 LOCAL_MODULE:=nc
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 29 #define NC (M/2)
48 Word16 nc; local
53 nc = (m >> 1);
54 if(nc > 8)
56 Get_isp_pol_16kHz(&isp[0], f1, nc);
57 for (i = 0; i <= nc; i++)
62 Get_isp_pol(&isp[0], f1, nc);
64 if (nc > 8)
66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1));
67 for (i = 0; i <= nc - 1; i++)
    [all...]
  /external/astl/tests/
common.h 57 NoCopy(const NoCopy& nc) {}
66 CopyCounter(const CopyCounter& nc) {++mCount;}
78 CtorDtorCounter(const CtorDtorCounter& nc) {++mCopyCtorCount;}
79 CtorDtorCounter& operator=(const CtorDtorCounter& nc) {++mAssignCount; return *this;}
  /frameworks/base/libs/rs/
rsMatrix.cpp 82 const float nc = 1.0f - c; local
89 m[ 0] = x*x*nc + c;
90 m[ 4] = xy*nc - zs;
91 m[ 8] = zx*nc + ys;
92 m[ 1] = xy*nc + zs;
93 m[ 5] = y*y*nc + c;
94 m[ 9] = yz*nc - xs;
95 m[ 2] = zx*nc - ys;
96 m[ 6] = yz*nc + xs;
97 m[10] = z*z*nc + c
    [all...]
  /dalvik/vm/hprof/
HprofClass.c 85 char *nc; local
127 /* Point nc to the semicolon.
129 nc = newName + newLen - dim*2;
130 assert(*nc == ';');
133 *nc++ = '[';
134 *nc++ = ']';
136 assert(*nc == '\0');
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 119 NetworkConfig *nc = new NetworkConfig(); local
120 if (nc == NULL)
122 nc->setWpaGui(wpagui);
123 nc->paramsFromScanResults(sel);
124 nc->show();
125 nc->exec();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 137 NetworkConfig *nc = new NetworkConfig(); local
138 if (nc == NULL)
140 nc->setWpaGui(wpagui);
141 nc->paramsFromScanResults(sel);
142 nc->show();
143 nc->exec();
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 174 String nc = Integer.toHexString(nonceCount); local
177 nc = base.substring(0, 8 - nc.length()) + nc;
178 this.setParameter(ParameterNames.NC, nc);
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 88 float nc = 1.0f - c; local
95 mMat[ 0] = x*x*nc + c;
96 mMat[ 4] = xy*nc - zs;
97 mMat[ 8] = zx*nc + ys;
98 mMat[ 1] = xy*nc + zs;
99 mMat[ 5] = y*y*nc + c;
100 mMat[ 9] = yz*nc - xs;
101 mMat[ 2] = zx*nc - ys;
102 mMat[ 6] = yz*nc + xs;
103 mMat[10] = z*z*nc + c
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
32 if (nc > 32)
35 end = 1 << (32 - nc);
69 nc -= 32;
70 if (nc > 0)
73 end = 1 << (32 - nc);
113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
115 OSCL_UNUSED_ARG(nc);
227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
229 OSCL_UNUSED_ARG(nc);
    [all...]

Completed in 448 milliseconds

1 2 3 4