HomeSort by relevance Sort by last modified time
    Searched defs:cids (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/msm8994/kernel-headers/media/
msmb_ispif.h 100 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_ispif.h 75 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_ispif.h 104 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_ispif.h 79 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_ispif.h 100 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_ispif.h 75 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
  /external/freetype/src/cff/
cfftypes.h 97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h 97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 486 final String[] cids = viewablePart.getHeader(MimeHeader.HEADER_CONTENT_ID); local
487 if (cids != null && cids.length == 1) {
488 final String cid = REMOVE_OPTIONAL_BRACKETS.matcher(cids[0]).replaceAll("$1");
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 1260 btAlignedObjectArray<int> cids; local
1261 cids.resize(m_nodes.size(),-1);
1266 cids[int(m_clusters[i]->m_nodes[j]-&m_nodes[0])]=i;
1276 const int cid=cids[idx[j]];
1280 if(cids[kid]!=cid)
    [all...]

Completed in 329 milliseconds