Searched refs:tr (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc268 ThreadRegistry *tr = ctx->thread_registry; local
270 tr->StartThread(tid, os_id, &args);
272 tr->Lock();
273 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);
274 tr->Unlock();
/external/opencv/cv/src/
H A Dcvhaar.cpp584 CvRect tr; local
590 tr.x = (r[k].x - r[0].x) * new_base_w / base_w + x0;
591 tr.width = r[k].width * new_base_w / base_w;
596 tr.x = cvRound( r[k].x * scale );
597 tr.width = cvRound( r[k].width * scale );
603 tr.y = (r[k].y - r[0].y) * new_base_h / base_h + y0;
604 tr.height = r[k].height * new_base_h / base_h;
609 tr.y = cvRound( r[k].y * scale );
610 tr.height = cvRound( r[k].height * scale );
618 const float feature_size = float(tr
[all...]
/external/icu/icu4c/
H A Dicu4c.css319 table.rtable tr th {
324 table.rtable tr td {
329 table.rtable tr.broken td {
336 table.rtable tr.rarely td {
508 table,tr,td,div {
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp197 tr("WPA Pre-Shared Key Error"),
198 tr("WPA-PSK requires a passphrase of 8 to 63 "
210 this, tr("Network ID Error"),
211 tr("Network ID String contains non-word "
232 tr("Failed to add "
409 tr("Failed to enable "
797 tr("This will permanently remove the network\n"
800 tr("Yes"), tr("No")) != 0)
808 tr("Faile
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c564 opj_tcd_resolution_t* tr = tilec->resolutions; local
566 OPJ_UINT32 rw = (OPJ_UINT32)(tr->x1 - tr->x0); /* width of the resolution level computed */
567 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - tr->y0); /* height of the resolution level computed */
572 opj_aligned_malloc(opj_dwt_max_resolution(tr, numres) * sizeof(OPJ_INT32));
584 ++tr;
588 rw = (OPJ_UINT32)(tr->x1 - tr->x0);
589 rh = (OPJ_UINT32)(tr
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c266 struct translate *tr; local
274 tr = translate_cache_find(mgr->translate_cache, key);
302 tr->set_buffer(tr, i, map, vb->stride, ~0);
333 tr->run_elts(tr, (unsigned*)map, num_indices, 0, out_map);
336 tr->run_elts16(tr, (uint16_t*)map, num_indices, 0, out_map);
339 tr->run_elts8(tr, ma
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb12 str.tr!( "-", "_" )
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp294 length=u_strToLower(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode);
296 printUString("full-lowercased/tr: ", buffer, length);
298 printf("error in u_strToLower(tr)=%ld error=%s\n", length, u_errorName(errorCode));
310 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode);
312 printUString("full-uppercased/tr: ", buffer, length);
314 printf("error in u_strToUpper(tr)=%ld error=%s\n", length, u_errorName(errorCode));
326 length=u_strToTitle(buffer, UPRV_LENGTHOF(buffer), input, -1, NULL, "tr", &errorCode);
328 printUString("full-titlecased/tr: ", buffer, length);
330 printf("error in u_strToTitle(tr)=%ld error=%s\n", length, u_errorName(errorCode));
371 Locale tr("t
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp917 void TransliteratorAPITest::callEverything(const Transliterator *tr, int line) { argument
918 Transliterator *clonedTR = tr->clone();
921 int32_t maxcl = tr->getMaximumContextLength();
926 id = tr->getID();
930 const UnicodeFilter *filter = tr->getFilter();
941 rules = tr->toRules(rules, FALSE);
947 tr->getSourceSet(sourceSet);
953 tr->getTargetSet(targetSet);
957 UClassID classID = tr->getDynamicClassID();
/external/libvncserver/x11vnc/
H A Drates.c555 int tr, trm = 3; local
566 for (tr = 0; tr < trm; tr++) {
/external/lldb/scripts/Python/
H A Dfinish-swig-Python-LLDB.sh173 package_name=`echo $1 | tr '/' '.'`
/external/llvm/docs/_static/
H A Dllvm.css17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
98 tr.layout, td.layout, td.left, td.right
/external/v8/benchmarks/spinning-balls/
H A Dv.js380 var row = document.createElement("tr");
445 var tr = create("tr");
446 tr.appendChild(col(a));
447 tr.appendChild(col(b));
448 return tr;
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c59 jobject tr; /* Trace object */ member in struct:__anon6425
867 delglobrefp(env, &h->tr);
1094 h->bh = h->cb = h->ai = h->tr = h->pr = h->ph = 0;
2314 transstr tr; local
2317 trans2utf(env, h->haveutf, h->enc, arg1, &tr);
2318 s1 = tr.jstr;
2326 trans2utf(env, h->haveutf, h->enc, arg2, &tr);
2327 s2 = tr.jstr;
2330 trans2utf(env, h->haveutf, h->enc, arg3, &tr);
2331 s3 = tr
2408 transstr tr; local
2428 Java_SQLite_Database__1trace(JNIEnv *env, jobject obj, jobject tr) argument
3024 transstr tr; local
4841 transstr tr; local
4866 Java_SQLite_Database__1profile(JNIEnv *env, jobject obj, jobject tr) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c1702 struct satrns *tr; local
1722 for (tr = pr->head; tr; tr = tr->next) {
1724 if (tr->trns_no == p->trns->t_no)
1753 for (tr = pr->head; tr; tr = tr
2949 struct satrns *tr; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngimage.c659 int tr = dp->transforms; local
661 if (is_combo(tr))
662 fprintf(stderr, "(0x%x)", tr);
665 fprintf(stderr, "(%s)", transform_name(tr));
1284 skip_transform(struct display *dp, int tr) argument
1287 if ((dp->options & SKIP_BUGS) != 0 && is_bad_combo(tr))
1296 while (tr != 0)
1298 int next = first_transform(tr);
1299 tr &= ~next;
1302 if (tr !
[all...]
H A Dpngstest.c2732 Transform tr; local
2740 transform_from_formats(&tr, a, b, background, via_linear);
2807 tr.is_palette = 1;
2842 else if (!cmppixel(&tr, a_cmap, b_cmap, 0, y))
2849 tr.error_ptr[0] = tr.error[0];
2850 tr.error_ptr[1] = tr.error[1];
2851 tr.error_ptr[2] = tr
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c217 int tr = br, tc = bc; local
278 CHECK_BETTER(left, tr, tc - 2);
279 CHECK_BETTER(right, tr, tc + 2);
280 CHECK_BETTER(up, tr - 2, tc);
281 CHECK_BETTER(down, tr + 2, tc);
288 CHECK_BETTER(diag, tr - 2, tc - 2);
291 CHECK_BETTER(diag, tr - 2, tc + 2);
294 CHECK_BETTER(diag, tr + 2, tc - 2);
297 CHECK_BETTER(diag, tr + 2, tc + 2);
302 if (tr
[all...]
/external/dhcpcd/
H A DMakefile114 tr ' ' '\n' | \
122 tr ' ' '\n' | \
/external/libcxx/lib/
H A Dbuildit107 hostOS=`echo $hostOS | tr '[A-Z]' '[a-z]'`
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g810 | tr=TOKEN_REF^
811 ( elementOptions[$tr.tree]! )?
942 | ( tr=rewrite_tree
943 -> $tr
945 ( subrule=ebnfSuffix[$tr.tree,true]
951 : tr=TOKEN_REF^ elementOptions[$tr.tree]!? ARG_ACTION? // for imaginary nodes
/external/selinux/libsepol/src/
H A Dpolicydb.c1293 role_trans_t *tr, *ltr = NULL; local
1353 for (tr = p->role_tr; tr; tr = tr->next) {
1356 ltr = tr;
2357 role_trans_t *tr, *ltr; local
2368 tr = calloc(1, sizeof(struct role_trans));
2369 if (!tr) {
2373 ltr->next = tr;
3233 role_trans_rule_t *tr, *ltr; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java1080 * @param tr -- pending transaction to remove.
1082 public void removePendingTransaction(SIPServerTransaction tr) { argument
1084 this.stackLogger.logDebug("removePendingTx: " + tr.getTransactionId());
1086 this.pendingTransactions.remove(tr.getTransactionId());
1093 * @param tr -- the server transaction to remove from the merge table.
1096 public void removeFromMergeTable(SIPServerTransaction tr) { argument
1100 String key = ((SIPRequest) tr.getRequest()).getMergeId();
1684 public void putPendingTransaction(SIPServerTransaction tr) { argument
1686 stackLogger.logDebug("putPendingTransaction: " + tr);
1688 this.pendingTransactions.put(tr
[all...]
/external/eigen/Eigen/src/Geometry/
H A DTransform.h1319 static ResultType run(const Other& other,const TransformType& tr) argument
1320 { return ResultType(other * tr.matrix()); }
1330 static ResultType run(const Other& other,const TransformType& tr) argument
1333 res.matrix().noalias() = other.template block<HDim,Dim>(0,0) * tr.matrix();
1346 static ResultType run(const Other& other,const TransformType& tr) argument
1349 res.affine().noalias() = other * tr.matrix();
1350 res.matrix().row(Dim) = tr.matrix().row(Dim);
1362 static ResultType run(const Other& other,const TransformType& tr) argument
1365 res.matrix().noalias() = other.template block<Dim,Dim>(0,0) * tr.matrix();
1378 static ResultType run(const Other& other, const TransformType& tr) argument
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java585 * @param tr the trace function
588 public void trace(Trace tr) { argument
590 _trace(tr);
594 private native void _trace(Trace tr); argument

Completed in 1271 milliseconds

1234567891011>>