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

1 2 3 4 5 6 7

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 27 private Channel cn; field in class:LocalStreamForwarder
32 cn = cm.openDirectTCPIPChannel(host_to_connect, port_to_connect,
42 return cn.getStdoutStream();
57 return cn.getStdinStream();
72 cm.closeChannel(cn, "Closed due to user request.", true);
Session.java 28 private Channel cn; field in class:Session
42 this.cn = cm.openSessionChannel();
125 cm.requestPTY(cn, term, term_width_characters, term_height_characters, term_width_pixels, term_height_pixels,
204 cm.requestX11(cn, singleConnection, "MIT-MAGIC-COOKIE-1", hexEncodedFakeCookie, 0);
256 cm.requestExecCommand(cn, cmd, charsetName);
278 cm.requestShell(cn);
305 cm.requestSubSystem(cn, name);
310 return cn.getState();
315 return cn.getStdoutStream();
320 return cn.getStderrStream()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 42 private void checkMetaData(ComponentName cn, PackageItemInfo ci)
44 assertNotNull("Unable to find component " + cn, ci);
99 ComponentName cn = new ComponentName(mContext, LocalActivity.class); local
101 cn, PackageManager.GET_META_DATA);
103 checkMetaData(cn, ai);
105 ai = mContext.getPackageManager().getActivityInfo(cn, 0);
112 ComponentName cn = new ComponentName(mContext, LocalReceiver.class); local
114 cn, PackageManager.GET_META_DATA);
116 checkMetaData(cn, ai);
118 ai = mContext.getPackageManager().getReceiverInfo(cn, 0)
125 ComponentName cn = new ComponentName(mContext, LocalService.class); local
138 ComponentName cn = new ComponentName(mContext, LocalProvider.class); local
152 ComponentName cn = new ComponentName("foo", local
    [all...]
  /external/opencv/cv/src/
cvutils.cpp 113 int top, int left, int cn, const uchar* )
118 if( srcstep == dststep && dst + dststep*top + left*cn == src &&
122 cn == 1 ? icvCopyReplicateBorder_8u_C1IR_p :
123 cn == 2 ? icvCopyReplicateBorder_16s_C1IR_p :
124 cn == 3 ? icvCopyReplicateBorder_8u_C3IR_p :
125 cn == 4 ? icvCopyReplicateBorder_32s_C1IR_p :
126 cn == 6 ? icvCopyReplicateBorder_16s_C3IR_p :
127 cn == 8 ? icvCopyReplicateBorder_16s_C4IR_p :
128 cn == 12 ? icvCopyReplicateBorder_32s_C3IR_p :
129 cn == 16 ? icvCopyReplicateBorder_32s_C4IR_p : 0
    [all...]
cvsmooth.cpp 196 int cn = CV_MAT_CN(state->get_src_type()); local
199 width = (width - 1)*cn; ksize *= cn;
201 for( k = 0; k < cn; k++, src++, dst++ )
204 for( i = 0; i < ksize; i += cn )
207 for( i = 0; i < width; i += cn )
210 dst[i+cn] = s;
222 int cn = CV_MAT_CN(state->get_src_type()); local
225 width = (width - 1)*cn; ksize *= cn;
250 int cn = CV_MAT_CN(state->get_src_type()); local
311 int cn = CV_MAT_CN(state->get_src_type()); local
387 int cn = CV_MAT_CN(state->get_src_type()); local
445 int cn = CV_MAT_CN(state->get_src_type()); local
    [all...]
_cvipp.h 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \
74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \
75 "ippiMoments" #ipp_suffix "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
169 #define ICV_PYRDOWN( flavor, cn ) \
170 IPCVAPI_EX( CvStatus, icvPyrDown_Gauss5x5_##flavor##_C##cn##R, \
171 "ippiPyrDown_Gauss5x5_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
175 #define ICV_PYRUP( flavor, cn ) \
176 IPCVAPI_EX( CvStatus, icvPyrUp_Gauss5x5_##flavor##_C##cn##R, \
177 "ippiPyrUp_Gauss5x5_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
198 #define IPCV_RESIZE( flavor, cn ) \
    [all...]
cvsumpixels.cpp 213 CvSize size, int cn ) \
218 memset( sum, 0, (size.width+1)*cn*sizeof(sum[0])); \
220 sum += sumstep + cn; \
224 memset( sqsum, 0, (size.width+1)*cn*sizeof(sqsum[0])); \
226 sqsum += sqsumstep + cn; \
229 size.width *= cn; \
236 for( x = -cn; x < 0; x++ ) \
240 sum[x] = cast_macro(src[x]) + sum[x - cn]; \
251 for( x = -cn; x < 0; x++ ) \
260 sumtype t = cast_macro(it) + sum[x-cn]; \
326 int depth, cn; local
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 84 String cn = new DistinguishedNameParser(principal).findMostSpecific("cn"); local
85 if (cn != null) {
86 return verifyHostName(hostName, cn);
123 * Returns true if {@code hostName} matches the name or pattern {@code cn}.
126 * @param cn certificate host name. May include wildcards like
129 public boolean verifyHostName(String hostName, String cn) {
130 if (hostName == null || hostName.isEmpty() || cn == null || cn.isEmpty()) {
134 cn = cn.toLowerCase(Locale.US)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.h 105 Word16 cn[], /* i : residual after long term prediction */
c1035pf.h 108 Word16 cn[], /* (i) : residual after long term prediction */
set_sign.h 112 Word16 cn[], /* i : residual after long term prediction */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertPinManager.java 139 String cn = hostnameCache.get(hostname); local
140 if (cn != null) {
142 return entries.get(cn);
145 // otherwise, get the matching cn
146 cn = getMatchingCN(hostname);
147 if (cn != null) {
148 hostnameCache.put(hostname, cn);
149 // we have a matching CN, return that entry
150 return entries.get(cn);
153 // if we got here, we don't have a matching CN for this hostnam
    [all...]
PinFailureLogger.java 31 public static synchronized void log(String cn, boolean chainContainsUserCert,
39 writeToLog(cn, chainContainsUserCert, pinIsEnforcing, chain);
44 protected static synchronized void writeToLog(String cn, boolean chainContainsUserCert,
48 sb.append(cn);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
LocalAcceptThread.java 74 Channel cn = null; local
82 cn = cm.openDirectTCPIPChannel(host_to_connect, port_to_connect, s.getInetAddress().getHostAddress(), s
103 r2l = new StreamForwarder(cn, null, null, cn.stdoutStream, s.getOutputStream(), "RemoteToLocal");
104 l2r = new StreamForwarder(cn, r2l, s, s.getInputStream(), cn.stdinStream, "LocalToRemote");
111 cn.cm.closeChannel(cn, "Weird error during creation of StreamForwarder (" + e.getMessage() + ")",
  /external/opencv/cxcore/src/
cxlut.cpp 103 #define ICV_DEF_LUT_FUNC_8U_CN( flavor, dsttype, cn ) \
104 CvStatus CV_STDCALL icvLUT_Transform8u_##flavor##_C##cn##R( \
109 size.width *= cn; \
114 ICV_LUT_CASE_C##cn( dsttype ) \
136 const dsttype* _lut, int cn ) \
138 int max_block_size = (1 << 10)*cn; \
142 size.width *= cn; \
148 for( k = 0; k < cn; k++ ) \
149 for( i = 0; i < size.width; i += cn ) \
150 dst[i+k] = _lut[src[i+k]*cn+k];
222 int depth, cn, lut_cn; local
    [all...]
cxmeansdv.cpp 49 sqr_macro, len, cn ) \
50 for( ; x <= (len) - 4*(cn); x += 4*(cn))\
53 worktype t1 = src[x + (cn)]; \
59 t0 = src[x + 2*(cn)]; \
60 t1 = src[x + 3*(cn)]; \
67 for( ; x < (len); x += (cn) ) \
134 sqr_macro, len, cn ) \
140 t0 = src[x*(cn)]; pix++; \
147 t0 = src[(x+1)*(cn)]; pix++;
    [all...]
cxsumpixels.cpp 48 #define ICV_SUM_COI_CASE( __op__, len, cn ) \
49 for( ; x <= (len) - 4*(cn); x += 4*(cn) ) \
50 s0 += __op__(src[x]) + __op__(src[x+(cn)]) + \
51 __op__(src[x+(cn)*2]) + __op__(src[x+(cn)*3]);\
53 for( ; x < (len); x += (cn) ) \
231 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D( name, flavor, cn, \
233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
237 ICV_SUM_ENTRY_BLOCK_C##cn(sumtype,worktype,(block_size)*(cn));
888 int sdepth, ddepth, cn, op0 = op; local
    [all...]
cxminmaxloc.cpp 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \
51 int x, loc = 0, width = size.width*(cn); \
67 #define ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ) \
68 for( x = 0; x < width; x += (cn), loc++ ) \
108 CvSize size, int cn, int coi, \
113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \
117 ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ); \
165 #define CV_MINMAXLOC_MASK_ENTRY( _toggle_, srctype, temptype, cn ) \
171 if( width*(cn) == step && width == maskStep ) \
184 min_val = (src)[x*(cn)]; \
298 int type, depth, cn, coi = 0; local
    [all...]
cxmean.cpp 96 #define ICV_MEAN_COI_CASE( len, cn ) \
100 s0 += src[x*(cn)], pix++; \
102 s0+=src[(x+1)*(cn)], pix++; \
107 s0 += src[x*(cn)], pix++;
239 #define ICV_IMPL_MEAN_BLOCK_FUNC_2D( flavor, cn, \
241 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \
247 ICV_MEAN_ENTRY_BLOCK_C##cn( sumtype, worktype, block_size );\
257 ICV_MEAN_CASE_C##cn( limit ); \
260 ICV_MEAN_UPDATE_C##cn( block_size ); \
265 { ICV_MEAN_EXIT_BLOCK_C##cn(); } \
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 41 ComponentName cn = ComponentName.unflattenFromString(mRunnerName); local
42 if (cn == null || mTestCaseName == null)
48 iam.startInstrumentation(cn, null, 0, args, null, null, 0);
  /external/openssl/crypto/evp/
evp_test.c 139 const unsigned char *ciphertext,int cn,
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
247 const unsigned char *ciphertext,int cn,
256 test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec)
371 int kn,in,pn,cn; local
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 124 // first CN provided. All other CNs are ignored.
139 String msg = "Certificate for <" + host + "> doesn't contain CN or DNS subjectAlt";
151 // Don't trim the CN, though!
152 String cn = it.next(); local
153 cn = cn.toLowerCase(Locale.ENGLISH);
154 // Store CN in StringBuffer in case we need to report an error.
156 buf.append(cn);
162 // The CN better have at least two dots if it wants wildcard
165 boolean doWildcard = cn.startsWith("*.") &
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 66 cn = c.ZWJ?.n?;
69 syllable_tail = (Coeng (cn|V))? (SM.ZWNJ?)? (VD VD?)?;
76 consonant_syllable = Repha? (cn.halant_group){0,4} cn A? halant_or_matra_group? syllable_tail;
77 vowel_syllable = reph? V.n? (ZWJ | (halant_group.cn){0,4} halant_or_matra_group? syllable_tail);
78 standalone_cluster = reph? place_holder.n? (halant_group.cn){0,4} halant_or_matra_group? syllable_tail;
79 broken_cluster = reph? n? (halant_group.cn){0,4} halant_or_matra_group syllable_tail;
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 134 #define cn _sch_iscntrl macro
155 #define C (const unsigned short) ( cn) /* control character */
156 #define Z (const unsigned short) (nv |cn) /* NUL */
157 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
158 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
159 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 181 CdmaConnection cn = (CdmaConnection)mConnections.get(i); local
183 cn.onHangupLocal();
193 CdmaConnection cn = (CdmaConnection)mConnections.get(i); local
195 if (cn.getState() == State.DISCONNECTED) {

Completed in 354 milliseconds

1 2 3 4 5 6 7