/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdsample.c | 96 int ci; local 102 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 103 ci++, compptr++) { 105 * to color_buf[ci], so that fullsize_upsample can change it. 107 (*upsample->methods[ci]) (cinfo, compptr, 108 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]), 109 upsample->color_buf + ci); 150 * For full-size components, we just make color_buf[ci] point at th 402 int ci; local [all...] |
fpdfapi_jchuff.c | 108 int ci, dctbl, actbl; local 123 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 124 compptr = cinfo->cur_comp_info[ci]; 157 entropy->saved.last_dc_val[ci] = 0; 452 int ci; local 461 for (ci = 0; ci < state->cinfo->comps_in_scan; ci++ 479 int blkn, ci; local 647 int blkn, ci; local 848 int ci, dctbl, actbl; local [all...] |
fpdfapi_jctrans.c | 69 int tblno, ci, coefi; local 106 for (ci = 0, incomp = srcinfo->comp_info, outcomp = dstinfo->comp_info; 107 ci < dstinfo->num_components; ci++, incomp++, outcomp++) { 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local 292 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 293 compptr = cinfo->cur_comp_info[ci]; 294 buffer[ci] = (*cinfo->mem->access_virt_barray [all...] |
fpdfapi_jcsample.c | 119 int ci; local 123 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 124 ci++, compptr++) { 125 in_ptr = input_buf[ci] + in_row_index; 126 out_ptr = output_buf[ci] + (out_row_group_index * compptr->v_samp_factor); 127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr); 467 int ci; local 483 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components [all...] |
/development/vndk/tools/header-checker/header-abi-dumper/src/ |
frontend_action.cpp | 32 HeaderCheckerFrontendAction::CreateASTConsumer(clang::CompilerInstance &ci, 38 &ci, dump_name_,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ldebug.h | 21 #define ci_func(ci) (clLvalue((ci)->func))
|
/external/skia/third_party/lua/src/ |
ldebug.h | 21 #define ci_func(ci) (clLvalue((ci)->func))
|
/external/syslinux/com32/lua/src/ |
ldebug.h | 21 #define ci_func(ci) (clLvalue((ci)->func))
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
CsimFileHandler.java | 30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { 31 super(app, aid, ci);
|
IsimFileHandler.java | 30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { 31 super(app, aid, ci);
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form3rc.java | 74 CstInsn ci = (CstInsn) insn; local 75 int cpi = ci.getIndex(); 76 Constant cst = ci.getConstant(); 87 RegisterSpecList regs = ci.getRegisters();
|
/external/libcxx/test/std/utilities/utility/forward/ |
move_if_noexcept.pass.cpp | 46 const int ci = 0; local 54 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), ""); 63 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&>::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
move_if_noexcept.pass.cpp | 44 const int ci = 0; local 52 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), ""); 57 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int>::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/ |
move_if_noexcept.pass.cpp | 46 const int ci = 0; local 54 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), ""); 63 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&>::value), "");
|
/external/libjpeg-turbo/ |
jctrans.c | 73 int tblno, ci, coefi; local 116 for (ci = 0, incomp = srcinfo->comp_info, outcomp = dstinfo->comp_info; 117 ci < dstinfo->num_components; ci++, incomp++, outcomp++) { 298 int blkn, ci, xindex, yindex, yoffset, blockcnt; local 306 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 307 compptr = cinfo->cur_comp_info[ci]; 308 buffer[ci] = (*cinfo->mem->access_virt_barray [all...] |
jcmainct.c | 134 int ci; local 154 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 155 ci++, compptr++) { 156 main_ptr->buffer[ci] = (*cinfo->mem->alloc_sarray)
|
jcsample.c | 126 int ci; local 130 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 131 ci++, compptr++) { 132 in_ptr = input_buf[ci] + in_row_index; 133 out_ptr = output_buf[ci] + (out_row_group_index * compptr->v_samp_factor); 134 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr); 474 int ci; local 490 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components [all...] |
wrrle.c | 84 int i, ci; local 126 for (ci = 0; ci < cinfo->out_color_components; ci++) { 128 dest->colormap[ci * CMAPLENGTH + i] = 129 GETJSAMPLE(cinfo->colormap[ci][i]) << 8; 183 int ci; local 197 for (ci = 0; ci < cinfo->output_components; ci++) [all...] |
transupp.c | 99 int ci, offset_y; local 106 for (ci = 0; ci < dstinfo->num_components; ci++) { 107 compptr = dstinfo->comp_info + ci; 113 ((j_common_ptr) srcinfo, dst_coef_arrays[ci], dst_blk_y, 116 ((j_common_ptr) srcinfo, src_coef_arrays[ci], 138 int ci, k, offset_y; local 152 for (ci = 0; ci < dstinfo->num_components; ci++) 205 int ci, k, offset_y; local 267 int ci, i, j, offset_y; local 346 int ci, i, j, offset_x, offset_y; local 399 int ci, i, j, offset_x, offset_y; local 480 int ci, i, j, offset_x, offset_y; local 551 int ci, i, j, offset_y; local 663 int ci, i, j, offset_x, offset_y; local 900 int ci, h_samp_factor, v_samp_factor; local 1135 int tblno, i, j, ci, itemp; local [all...] |
/external/eigen/doc/examples/ |
nullary_indexing.cpp | 47 ArrayXi ci(6); ci << 3,2,1,0,0,2; 48 Eigen::MatrixXi B = indexing(A, ri, ci); 51 std::cout << "A([" << ri.transpose() << "], [" << ci.transpose() << "]) =" << std::endl; 56 B = indexing(A, ri+1, ci); 57 std::cout << "A(ri+1,ci) =" << std::endl;
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
RecentsAnimation.cpp | 64 for (size_t ci = 0; ci < mCards.size(); ci++) { 65 mCards[ci]->mutateStagingProperties().setTranslationY(curFrame); 66 mCards[ci]->setPropertyFieldsDirty(RenderNode::Y);
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 209 ComponentInfo ci = getComponentInfo(); local 210 ApplicationInfo ai = ci.applicationInfo; 212 label = pm.getText(ci.packageName, labelRes, ai); 218 CharSequence data = ci.loadLabel(pm); 240 ComponentInfo ci = getComponentInfo(); local 242 ApplicationInfo ai = ci.applicationInfo; 243 dr = pm.getDrawable(ci.packageName, iconResourceId, ai); 248 return ci.loadIcon(pm); 261 final ComponentInfo ci = getComponentInfo(); 262 if (ci != null) 342 final ComponentInfo ci = getComponentInfo(); local [all...] |
/system/core/adb/ |
file_sync_client.cpp | 561 for (const copyinfo& ci : file_list) { 563 // target of the link rather than just creating a link. (But ci.size is the link size.) 564 if (!ci.skip) current_ledger_.bytes_expected += ci.size; 824 copyinfo ci(lpath, rpath, de->d_name, st.st_mode); 826 dirlist.push_back(ci); 830 ci.skip = true; 832 ci.time = st.st_mtime; 833 ci.size = st.st_size; 834 file_list->push_back(ci); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
WifiScanningServiceImpl.java | 203 ClientInfo ci = mClients.get(msg.replyTo); local 204 if (ci == null) { 224 logScanRequest("registerScanListener", ci, msg.arg2, null, null, null); 225 mSingleScanListeners.addRequest(ci, msg.arg2, null, null); 229 logScanRequest("deregisterScanListener", ci, msg.arg2, null, null, null); 230 mSingleScanListeners.removeRequest(ci, msg.arg2); 335 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) { 344 " from " + ci); 347 WorkSource callingWorkSource = new WorkSource(ci.getUid()); 376 void addRequest(ClientInfo ci, int handler, WorkSource reqworkSource, T settings) 594 ClientInfo ci = mClients.get(msg.replyTo); local 1074 ClientInfo ci = mClients.get(msg.replyTo); local 1280 ClientInfo ci = entry.clientInfo; local 1312 ClientInfo ci = entry.clientInfo; local 1329 ClientInfo ci = entry.clientInfo; local 1458 ClientInfo ci = mClients.get(msg.replyTo); local 1502 ClientInfo ci = mClients.get(msg.replyTo); local 1563 ClientInfo ci = mClients.get(msg.replyTo); local 1601 ClientInfo ci = mClients.get(msg.replyTo); local 1774 ClientInfo ci = entry.clientInfo; local 1784 ClientInfo ci = entry.clientInfo; local [all...] |
/external/valgrind/cachegrind/ |
cg_arch.c | 329 locate_cache(const VexCacheInfo *ci, VexCacheKind kind, UInt level) 333 for (c = ci->caches; c != ci->caches + ci->num_caches; ++c) { 349 const VexCacheInfo *ci; local 353 ci = &vai.hwcache_info; 356 i1 = locate_cache(ci, INSN_CACHE, 1); 357 d1 = locate_cache(ci, DATA_CACHE, 1); 358 ll = locate_cache(ci, UNIFIED_CACHE, ci->num_levels) [all...] |