/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 135 char *dp; local 156 for (dp = start; dp < stop; dp++) 157 if (*dp == g->must[0] && stop - dp >= g->mlen && 158 memcmp(dp, g->must, (size_t)g->mlen) == 0) 160 if (dp == stop) /* we didn't find g->must */ 216 dp = dissect(m, m->coldp, endp, gf, gl); 227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0) 483 char *dp; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
WeightWatcher.java | 144 final float dp = getResources().getDisplayMetrics().density; local 148 mText.setTextSize(TypedValue.COMPLEX_UNIT_PX, 10 * dp); 151 final int p = (int)(2*dp); 158 (int)(14 * dp), 163 params.leftMargin = (int)(4*dp); 165 params.width = (int)(200 * dp);
|
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.cpp | 112 DIR *dp; local 123 dp = opendir(iio_dir); 124 if (dp == NULL) { 128 while (ent = readdir(dp), ent != NULL) { [all...] |
/external/avahi/avahi-daemon/ |
glob.c | 613 struct dirent *dp; local 650 while ((dp = (*readdirfunc)(dirp))) { 658 if (dp->d_name[0] == DOT && *pattern != DOT) 662 sc = dp->d_name;
|
/external/ipsec-tools/src/racoon/ |
eaytest.c | 417 struct dirent *dp; local 543 while ((dp = readdir(dirp)) != NULL) { 544 if (dp->d_type != DT_REG) 546 if (strcmp(dp->d_name + strlen(dp->d_name) - 4, "cert")) 548 snprintf(buf, sizeof(buf), "%s/%s", path, dp->d_name); 571 printf("%s: %d\n", dp->d_name, (int)sb.st_size);
|
/external/libhevc/common/x86/ |
ihevc_deblk_ssse3_intr.c | 112 WORD32 d, dp, dq, d_sam0, d_sam3; local 175 // dq dp d3 d0 189 dp = _mm_cvtsi128_si32(temp_coef1_8x16b); 226 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0; 549 WORD32 d0, d3, dp, dq, d; local 635 // dq dp d3 d0 649 dp = _mm_cvtsi128_si32(temp_coef1_8x16b); 686 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0; [all...] |
/external/libpcap/ |
pcap-dag.c | 319 u_char *dp = ((u_char *)header); /* + dag_record_size; */ local 369 num_ext_hdr = dag_erf_ext_header_count(dp, rlen); 417 dp += dag_record_size; 419 dp += 8 * num_ext_hdr; 431 dp+=4; 437 dp+=4; 446 struct sunatm_hdr *sunatm = (struct sunatm_hdr *)dp; 449 rawatm = ntohl(*((unsigned long *)dp)); 455 ((dp[ATM_HDR_SIZE] == 0xaa && 456 dp[ATM_HDR_SIZE+1] == 0xaa & [all...] |
/external/mksh/src/ |
exec.c | 103 char *sp = cp, *dp; local 114 dp = alloc(z * 2 + n + 1, APERM); 115 memcpy(dp, t->vars[0], n); 116 t->vars[0] = dp; 117 dp += n; 119 *dp++ = QCHAR; 120 *dp++ = *sp++; 122 *dp = EOS; [all...] |
lex.c | 176 dp = (void *)retrace_info; \ 178 afree(dp, ATEMP); \ 199 char *sp, *dp; local 789 dp = wdstrip(sp + 1, WDS_TPUTS); 791 s->start = s->str = s->u.freeme = dp; 849 dp = strnul(sp) - 1; 851 *dp = '\0'; 854 XcheckN(ws, wp, (dp - sp) * 2); 855 dp = sp; 856 while ((c = *dp++)) [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 544 uint8_t* dp = SkMask::AllocImage(dstSize); local 545 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp); 558 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false); 559 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true); 561 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false); 562 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false); 563 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true); 566 h = boxBlur(tp, h, dp, ry, ry, h, w, true); 572 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight); 573 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight) 780 uint8_t* dp = SkMask::AllocImage(dstSize); local [all...] |
/external/skia/src/gpu/ |
GrPathUtils.cpp | 383 SkVector dp = p - d; local 384 SkScalar dpXdc = dp.cross(dc);
|
/external/tcpdump/ |
print-nfs.c | 244 const uint32_t *dp, struct nfsv3_sattr *sa3) 246 ND_TCHECK(dp[0]); 247 sa3->sa_modeset = EXTRACT_32BITS(dp); 248 dp++; 250 ND_TCHECK(dp[0]); 251 sa3->sa_mode = EXTRACT_32BITS(dp); 252 dp++; 255 ND_TCHECK(dp[0]); 256 sa3->sa_uidset = EXTRACT_32BITS(dp); 257 dp++ 431 register const uint32_t *dp; local 536 register const uint32_t *dp; local 1001 register const uint32_t *dp; local 1471 register const uint32_t *dp; local [all...] |
/external/toybox/toys/pending/ |
crond.c | 365 DIR *dp; local 370 if (!(dp = opendir("."))) loginfo(LOG_EXIT, "chdir(%s)", "."); 372 while ((entry = readdir(dp))) { 414 closedir(dp);
|
/external/v8/src/mips/ |
assembler-mips.h | 1049 void dp(uintptr_t data) { dd(data); } function in namespace:v8::internal [all...] |
/external/v8/src/mips64/ |
assembler-mips64.h | 1105 void dp(uintptr_t data) { dq(data); } function in namespace:v8::internal [all...] |
/external/webrtc/webrtc/p2p/base/ |
turnport_unittest.cc | 83 struct dirent *dp; local 86 while ((dp = readdir(dir)) != NULL) { 87 if (dp->d_name[0] == '.') [all...] |
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/ |
CaptivePortalLoginActivity.java | 254 // dp/sp = (px/sp) / (px/dp) = (1/sp) / (1/dp) 303 // Convert Android device-independent-pixels (dp) to HTML size. 304 private String dp(int dp) { method in class:CaptivePortalLoginActivity.MyWebViewClient 305 // HTML px's are scaled just like dp's, so just add "px" suffix. 306 return Integer.toString(dp) + "px"; 311 // Convert sp to dp's. 312 float dp = sp * mDpPerSp local [all...] |
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
glob.c | 686 struct dirent *dp; local 772 while ((dp = (*readdirfunc)(dirp)) != NULL) { 790 if (dp->d_name[0] == DOT && *pattern != DOT) 796 (dp->d_name[0] == DOT) && 797 ((dp->d_name[1] == EOS) || 798 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS)))) 804 for (sc = (unsigned char *) dp->d_name, dc = pathend;
|
/hardware/qcom/audio/hal/audio_extn/ |
sndmonitor.c | 262 DIR *dp; local 268 if ((dp = opendir(events_dir)) == NULL) { 274 while ((in_file = readdir(dp)) != NULL) { 290 closedir(dp);
|
/libcore/ojluni/src/main/native/ |
UNIXProcess_md.c | 412 DIR *dp; local 426 if ((dp = opendir(FD_DIR)) == NULL) 432 while ((dirp = readdir64(dp)) != NULL) { 439 closedir(dp);
|
/ndk/sources/host-tools/make-3.81/ |
remake.c | 1478 char *file, **dp; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dvec.h | 799 double *dp = (double*)&a; local 800 os << " [1]:" << *(dp+1) 801 << " [0]:" << *dp; 808 double *dp = (double*)&vec; local 809 return *(dp+i); 814 double *dp = (double*)&vec; local 815 return *(dp+i); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 607 int dp = mRulesEngine.pxToDp(margin); local 608 n.setAttribute(ANDROID_URI, marginAttribute, String.format(VALUE_N_DP, dp)); [all...] |
/system/core/init/ |
devices.cpp | 84 struct perms_ dp; member in struct:perm_node 107 node->dp.name = strdup(name); 108 if (!node->dp.name) 112 node->dp.attr = strdup(attr); 113 if (!node->dp.attr) 117 node->dp.perm = perm; 118 node->dp.uid = uid; 119 node->dp.gid = gid; 120 node->dp.prefix = prefix; 121 node->dp.wildcard = wildcard 135 struct perms_ *dp; local 195 struct perms_ *dp; local [all...] |
init.cpp | 454 struct dirent *dp; local 455 while ((dp = readdir(dir.get())) != NULL) { 456 if (dp->d_type != DT_REG || !strcmp(dp->d_name, "compatible") || !strcmp(dp->d_name, "name")) { 460 file_name = android::base::StringPrintf("%s/%s", android_dir, dp->d_name); 465 std::string property_name = android::base::StringPrintf("ro.boot.%s", dp->d_name);
|