/system/vold/ |
Utils.cpp | 377 char cur = 0; local 402 cur = val << 4; 404 cur += val; 405 str.push_back(cur); 406 cur = 0; 589 return StringPrintf("%s/misc/profiles/cur/%u", BuildDataPath(nullptr).c_str(), userId);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiObjectManagementTests.cpp | [all...] |
/external/opencv3/modules/cudastereo/src/cuda/ |
stereocsbp.cu | 105 T cur = data_cost[d * disp_step]; 106 if(cur < minimum) 108 minimum = cur; 137 T cur = data_cost[1 * disp_step]; 142 if (cur < prev && cur < next) 144 data_cost_selected[nr_local_minimum * disp_step] = cur; 151 prev = cur; 152 cur = next; 163 cur = data_cost[d * disp_step] [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 1263 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_libcdep.cc | 460 uptr cur = 0; local 468 CHECK_EQ(cur % kBatchSize, 0); 472 cur += n; 475 for (uptr j = 0; j < n; j += kBatchSize, cur += kBatchSize) { 476 CHECK_LT(cur, num_8bit_counters); 478 u64 *pb64 = reinterpret_cast<u64*>(bitset + cur); 507 CHECK_EQ(cur, num_8bit_counters); [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
btMultiBodyDynamicsWorld.cpp | 90 btMultiBodyLinkCollider* cur = body->getLink(b).m_collider; local 92 if (((cur) && (!(cur)->isStaticOrKinematicObject())) && 96 int tagCur = cur->getIslandTag(); 99 if (cur && !cur->isStaticOrKinematicObject()) 100 prev = cur;
|
/external/selinux/libsepol/src/ |
policydb.c | 544 class_perm_node_t *cur, *next; local 556 cur = next; 557 next = cur->next; 558 free(cur); 668 avrule_t *next, *cur; local 675 cur = next; 677 avrule_destroy(cur); 678 free(cur); 1420 scope_datum_t *cur = (scope_datum_t *) datum; local 1422 if (cur != NULL) 3041 class_perm_node_t *cur, *tail = NULL; local 3199 avrule_t *cur, *tail; local [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
refpolicy.py | 188 cur, depth = stack.pop(index) 190 yield cur, depth 192 yield cur 196 if isinstance(cur, Node): 198 i = len(cur.children) - 1 200 if type is None or isinstance(cur.children[i], type): 201 items.append((cur.children[i], depth + 1))
|
/external/v8/src/arm/ |
disasm-arm.cc | 140 char cur = *str++; local 141 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 142 PrintChar(cur); 143 cur = *str++; 692 char cur = *format++; local 693 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 694 if (cur == '\'') { // Single quote is used as the formatting escape. 697 out_buffer_[out_buffer_pos_++] = cur; 699 cur = *format++; [all...] |
/external/v8/src/mips/ |
disasm-mips.cc | 148 char cur = *str++; local 149 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 150 PrintChar(cur); 151 cur = *str++; 759 char cur = *format++; local 760 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 761 if (cur == '\'') { // Single quote is used as the formatting escape. 764 out_buffer_[out_buffer_pos_++] = cur; 766 cur = *format++; [all...] |
/external/v8/src/mips64/ |
disasm-mips64.cc | 156 char cur = *str++; local 157 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 158 PrintChar(cur); 159 cur = *str++; 780 char cur = *format++; local 781 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 782 if (cur == '\'') { // Single quote is used as the formatting escape. 785 out_buffer_[out_buffer_pos_++] = cur; 787 cur = *format++; [all...] |
/external/v8/src/s390/ |
disasm-s390.cc | 101 char cur = *str++; local 102 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 103 PrintChar(cur); 104 cur = *str++; 466 char cur = *format++; local 467 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 468 if (cur == '\'') { // Single quote is used as the formatting escape. 471 out_buffer_[out_buffer_pos_++] = cur; 473 cur = *format++; [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readmacho.c | 599 DiCursor cur = ML_(cur_from_sli)(img); local 602 ML_(cur_step_get)(&mh, &cur, sizeof(mh)); 607 ML_(cur_read_get)(&cmd, cur, sizeof(cmd)); 610 ML_(cur_read_get)(&seg, cur, sizeof(seg)); 613 DiCursor sects_cur = ML_(cur_plus)(cur, sizeof(seg)); 630 cur = ML_(cur_plus)(cur, cmd.cmdsize); [all...] |
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 151 F cur = array[i]; local 152 if (cur == null) { 155 if (filterEquals(cur, matching)) { 159 res.add(cur); 179 for (F cur : mFilters) { 180 if (filterEquals(cur, matching)) { 184 res.add(cur);
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger_hwc1.cpp | 1212 HWComposer::LayerListIterator cur = hwc.begin(id); local 1234 HWComposer::LayerListIterator cur = hwc.begin(id); local 1255 HWComposer::LayerListIterator cur = hwc.begin(id); local 1330 HWComposer::LayerListIterator cur = hwc.begin(id); local 1677 HWComposer::LayerListIterator cur = hwc.begin(id); local 1978 HWComposer::LayerListIterator cur = hwc.begin(id); local [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
refpolicy.py | 188 cur, depth = stack.pop(index) 190 yield cur, depth 192 yield cur 196 if isinstance(cur, Node): 198 i = len(cur.children) - 1 200 if type is None or isinstance(cur.children[i], type): 201 items.append((cur.children[i], depth + 1))
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ia64.c | 1707 unw_rec_list *cur, *prev; local 1932 unw_rec_list *cur = ptr; local 1956 unw_rec_list *cur = ptr; local 1995 unw_rec_list *cur = ptr; local 2022 unw_rec_list *cur = ptr; local 2046 unw_rec_list *cur = ptr; local 2070 unw_rec_list *cur = ptr; local 2514 const unw_rec_list *cur = ptr; local 2525 const unw_rec_list *cur = ptr; local [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 313 const TEncoding *cur, *limit; local 316 cur = tt_encodings; 317 limit = cur + sizeof ( tt_encodings ) / sizeof ( tt_encodings[0] ); 319 for ( ; cur < limit; cur++ ) 321 if ( cur->platform_id == platform_id ) 323 if ( cur->encoding_id == encoding_id || 324 cur->encoding_id == -1 ) 325 return cur->encoding; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; 153 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; 286 unsigned int klass = _hb_glyph_info_is_ligature (&c->buffer->cur()) ? 290 _hb_glyph_info_set_lig_props_for_component (&c->buffer->cur(), i); 357 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); 482 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; 491 hb_mask_t glyph_mask = c->buffer->cur().mask; 802 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; 976 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
sfobjs.c | 313 const TEncoding *cur, *limit; local 316 cur = tt_encodings; 317 limit = cur + sizeof ( tt_encodings ) / sizeof ( tt_encodings[0] ); 319 for ( ; cur < limit; cur++ ) 321 if ( cur->platform_id == platform_id ) 323 if ( cur->encoding_id == encoding_id || 324 cur->encoding_id == -1 ) 325 return cur->encoding; [all...] |
/external/opencv/cv/src/ |
cvcontours.cpp | 912 _CvContourInfo *cur = scanner->cinfo_table[lval - 2]; local 917 while( cur ) 919 if( (unsigned) (lnbd.x - cur->rect.x) < (unsigned) cur->rect.width && 920 (unsigned) (lnbd.y - cur->rect.y) < (unsigned) cur->rect.height ) 930 par_info = cur; 932 cur = cur->next; [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
quant.c | 549 Node* const cur = &NODE(n, m); local 555 cur->sign = sign; 556 cur->level = level; 557 cur->ctx = (level == 0) ? 0 : (level == 1) ? 1 : 2; 559 cur->cost = MAX_COST; 562 last_proba = last_costs[VP8EncBands[n + 1]][cur->ctx][0]; 593 cur->cost = cost; 594 cur->error = total_error; 595 cur->prev = p; [all...] |
/external/freetype/src/autofit/ |
aflatin2.c | 625 width->cur = FT_MulFix( width->org, scale ); 626 width->fit = width->cur; 643 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 644 blue->ref.fit = blue->ref.cur; 645 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta; 646 blue->shoot.fit = blue->shoot.cur; 672 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 676 " ref.cur=%.2g ref.fit=%.2g" 677 " shoot.cur=%.2g shoot.fit=%.2g\n", 678 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0 [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ImmutableSortedSet.java | 431 E cur = contents[i]; local 433 if (comparator.compare(cur, prev) != 0) { 434 contents[uniques++] = cur;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
aflatin2.c | 620 width->cur = FT_MulFix( width->org, scale ); 621 width->fit = width->cur; 638 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 639 blue->ref.fit = blue->ref.cur; 640 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta; 641 blue->shoot.fit = blue->shoot.cur; 667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 671 " ref.cur=%.2g ref.fit=%.2g" 672 " shoot.cur=%.2g shoot.fit=%.2g\n", 673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0 [all...] |