HomeSort by relevance Sort by last modified time
    Searched defs:cn (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 111 ComponentName cn = getContext().startService(mServceIntent); local
112 if (cn == null) {
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 114 ComponentName cn = ComponentName.unflattenFromString(cnArg); local
115 if (cn == null) throw new IllegalArgumentException("Bad component name: " + cnArg);
134 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher, connection, userId, null)) {
135 throw new AndroidException("INSTRUMENTATION_FAILED: " + cn.flattenToString());
  /external/chromium_org/net/cert/
cert_verify_proc.cc 291 // Subject: CN=mail.google.com
294 // Subject: CN=global trustee
298 // Subject: CN=login.live.com
301 // Subject: CN=addons.mozilla.org
304 // Subject: CN=login.skype.com
307 // Subject: CN=login.yahoo.com
310 // Subject: CN=www.google.com
313 // Subject: CN=login.yahoo.com
316 // Subject: CN=login.yahoo.com
346 // all certificates where the CN ends with ".cloudflare.com" with a prio
351 const std::string& cn = cert->subject().common_name; local
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 179 Constant *cn = gvn->getInitializer(); local
180 if (ConstantDataArray *ca = dyn_cast<ConstantDataArray>(cn)) {
  /external/opencv/cv/src/
cvsamplers.cpp 548 int cn, src_step, dst_step; local
563 cn = CV_MAT_CN( src->type );
565 if( (cn != 1 && cn != 3) || !CV_ARE_CNS_EQ( src, dst ))
578 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[CV_MAT_DEPTH(src->type)]);
585 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[1]);
819 int k, cn; local
    [all...]
cvthresh.cpp 311 int ithresh, imaxval, cn; local
323 cn = CV_MAT_CN(src->type);
324 if( cn > 1 )
cvmorph.cpp 225 int cn = CV_MAT_CN(src_type); local
273 nz_loc[k++] = cvPoint(j*cn,i);
276 nz_loc[k++] = cvPoint(anchor.x*cn,anchor.y);
282 int i, cn = CV_MAT_CN(src_type); local
284 for( i = 0; i < cn; i++ )
470 int cn = CV_MAT_CN(state->get_src_type()); \
473 width *= cn; ksize *= cn; \
475 if( ksize == cn ) \
482 for( k = 0; k < cn; k++, src++, dst++ )
    [all...]
cvpyramids.cpp 941 int type, depth, cn; local
1034 int type, depth, cn; local
    [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...]
cvderiv.cpp 496 int cn = CV_MAT_CN(state->get_src_type()); \
497 int ksize2 = ksize/2, ksize2n = ksize2*cn; \
503 width *= cn; \
509 dsttype s1 = (dsttype)(s[i-cn] - s0*2 + s[i+cn]); \
515 dsttype s0 = (dsttype)(s[i-cn] + s[i]*2 + s[i+cn]); \
516 dsttype s1 = (dsttype)(s[i-cn] - s[i]*2 + s[i+cn]); \
522 dsttype s0 = (dsttype)(s[i-2*cn]+(s[i-cn]+s[i+cn])*4+s[i]*6+s[i+2*cn]);
554 int cn = CV_MAT_CN(state->get_src_type()); local
696 int cn = CV_MAT_CN(state->get_src_type()); local
    [all...]
  /external/opencv/cxcore/src/
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...]
cxnorm.cpp 77 _update_op_, worktype, len, cn ) \
81 worktype t0 = (src)[x*(cn)]; \
119 #define ICV_NORM_DIFF_COI_CASE( _op_, _update_op_, worktype, len, cn ) \
122 worktype t0 = (src1)[x*(cn)] - (src2)[x*(cn)]; \
220 CvSize size, int cn, int coi, double* _norm ) \
237 worktype, limit, cn ); \
257 CvSize size, int cn, int coi, double* _norm ) \
267 worktype, size.width, cn ); \
365 int cn, int coi, double* _norm )
977 int type, depth, cn, is_relative; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java 74 ComponentName cn = set[i]; local
75 if (cn == null) {
81 myPackages[i] = cn.getPackageName().intern();
82 myClasses[i] = cn.getClassName().intern();
83 myComponents[i] = cn.flattenToShortString();
142 ComponentName cn = ComponentName.unflattenFromString(name); local
143 if (cn == null) {
149 myPackages[setPos] = cn.getPackageName();
150 myClasses[setPos] = cn.getClassName();
229 ComponentName cn = comps[i] local
    [all...]
  /frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java 135 ComponentName cn = new ComponentName(mActivityClass.getPackage().getName(), local
137 intent.setComponent(cn);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DreamInfoAction.java 154 String cn = null; local
175 cn = sa.getString(com.android.internal.R.styleable.Dream_settingsActivity);
192 return cn == null ? null : ComponentName.unflattenFromString(cn);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 803 GsmConnection cn = (GsmConnection)call.mConnections.get(i); local
804 if (cn.getGSMIndex() == index) {
817 GsmConnection cn = (GsmConnection)call.mConnections.get(i); local
818 mCi.hangupConnection(cn.getGSMIndex(), obtainCompleteMessage());
830 GsmConnection cn = (GsmConnection)call.mConnections.get(i); local
831 if (cn.getGSMIndex() == index) {
832 return cn;
    [all...]
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 46 WeatherDataProviderObserver(AppWidgetManager mgr, ComponentName cn, Handler h) {
49 mComponentName = cn;
96 final ComponentName cn = new ComponentName(context, WeatherWidgetProvider.class); local
97 sDataObserver = new WeatherDataProviderObserver(mgr, cn, sWorkerQueue);
133 final ComponentName cn = new ComponentName(context, WeatherWidgetProvider.class);
134 mgr.notifyAppWidgetViewDataChanged(mgr.getAppWidgetIds(cn), R.id.weather_list);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 181 ClassNode cn = new ClassNode(); local
182 cr.accept(new CheckClassAdapter(cn), ClassReader.SKIP_DEBUG);
184 Type syperType = cn.superName == null
186 : Type.getObjectType(cn.superName);
187 List methods = cn.methods;
190 Analyzer a = new Analyzer(new SimpleVerifier(Type.getObjectType(cn.name),
194 a.analyze(cn.name, method);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 101 ComponentName cn = getComponentNameFromSetting();
102 if (cn == null && mServiceName == null || cn != null && cn.equals(mServiceName)) {
187 String cn = Settings.Secure.getStringForUser(mContext.getContentResolver(), local
189 return cn == null ? null : ComponentName.unflattenFromString(cn);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 207 ComponentName cn = info.intent.getComponent(); local
208 if (!onWorkspace.contains(cn)) {
  /packages/apps/Settings/src/com/android/settings/
DreamBackend.java 130 ComponentName cn = getActiveDream(); local
131 if (cn != null) {
134 ServiceInfo ri = pm.getServiceInfo(cn, 0);
244 String cn = null;
265 cn = sa.getString(com.android.internal.R.styleable.Dream_settingsActivity);
280 if (cn != null && cn.indexOf('/') < 0) {
281 cn = resolveInfo.serviceInfo.packageName + "/" + cn;
283 return cn == null ? null : ComponentName.unflattenFromString(cn)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
RFC4519Style.java 22 public static final ASN1ObjectIdentifier cn = new ASN1ObjectIdentifier("2.5.4.3"); field in class:RFC4519Style
79 DefaultSymbols.put(cn, "cn");
123 DefaultLookUp.put("cn", cn);
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 114 RBBINode *cn = new RBBINode(RBBINode::opCat); local
116 if (cn == NULL) {
120 cn->fLeftChild = fTree;
121 fTree->fParent = cn;
122 cn->fRightChild = new RBBINode(RBBINode::endMark);
124 if (cn->fRightChild == NULL) {
126 delete cn;
129 cn->fRightChild->fParent = cn;
130 fTree = cn;
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 114 RBBINode *cn = new RBBINode(RBBINode::opCat); local
116 if (cn == NULL) {
120 cn->fLeftChild = fTree;
121 fTree->fParent = cn;
122 cn->fRightChild = new RBBINode(RBBINode::endMark);
124 if (cn->fRightChild == NULL) {
126 delete cn;
129 cn->fRightChild->fParent = cn;
130 fTree = cn;
    [all...]
  /external/libpcap/Win32/Src/
getaddrinfo.c 928 char *ap = NULL, *cn = NULL; local
948 if ((cn = strdup(hp->h_name)) == NULL) {
955 GET_CANONNAME(cur, cn);
957 free(cn); cn = NULL;
975 if (cn)
976 free(cn);

Completed in 1518 milliseconds

12 3 4 5 6 7