/hardware/qcom/msm8996/original-kernel-headers/media/ |
radio-iris-commands.h | 75 /*using private CIDs under userclass*/
|
msmb_ispif.h | 75 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/msm8x84/original-kernel-headers/media/ |
msmb_ispif.h | 75 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
|
/toolchain/binutils/binutils-2.25/binutils/ |
windres.c | 292 res_ids_print (FILE *stream, int cids, const rc_res_id *ids) 296 for (i = 0; i < cids; i++) 299 if (i + 1 < cids) 323 and the location at which to put it in the tree, CIDS and IDS. 331 define_resource (rc_res_directory **resources, int cids, 337 assert (cids > 0); 338 for (i = 0; i < cids; i++) 366 if ((i + 1) < cids) 380 if ((i + 1) < cids) 397 res_ids_print (stderr, cids, ids) [all...] |
resres.c | 649 int cids, const rc_res_id *ids, int dupok) 654 assert (cids > 0); 655 for (i = 0; i < cids; i++) 684 if ((i + 1) < cids) 698 if ((i + 1) < cids) 715 res_ids_print (stderr, cids, ids); 726 res_ids_print (stderr, cids, ids);
|
/external/freetype/src/cff/ |
cfftypes.h | 97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
|
cffload.c | 806 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) 813 charset->cids[charset->sids[j]] = (FT_UShort)j; 831 result = charset->cids[cid]; 841 FT_FREE( charset->cids ); 1041 FT_FREE( charset->cids ); [all...] |
cffgload.c | [all...] |
/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_
|
cffload.c | 806 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) 813 charset->cids[charset->sids[j]] = (FT_UShort)j; 831 result = charset->cids[cid]; 841 FT_FREE( charset->cids ); 1041 FT_FREE( charset->cids ); [all...] |
/hardware/qcom/msm8x84/kernel-headers/media/ |
msmb_ispif.h | 100 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyEventLog.java | 123 public static final String DATA_KEY_DATA_CALL_CIDS = "cids"; 361 int[] cids = new int[dcsList.size()]; local 368 cids[i] = dcs.cid; 374 b.putIntArray(DATA_KEY_DATA_CALL_CIDS, cids);
|
/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/msm8996/kernel-headers/media/ |
msmb_ispif.h | 100 enum msm_ispif_cid cids[3]; member in struct:msm_ispif_params_entry
|
/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");
|
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 611 private final void updateNeighboringCids(List<NeighboringCellInfo> cids) { 614 if (cids != null) { 615 if ( cids.isEmpty() ) { 618 for (NeighboringCellInfo cell : cids) { [all...] |
/packages/apps/Settings/res/layout/ |
radio_info.xml | 270 <!-- Neighboring Cids -->
|
/system/bt/stack/include/ |
l2cdefs.h | 139 /* L2CAP Predefined CIDs
|
/device/huawei/angler/camera/ |
QCamera_Intf.h | 305 /*should we hard code max CIDs? if not we need to have two CMD*/
|
/device/lge/bullhead/camera/ |
QCamera_Intf.h | 305 /*should we hard code max CIDs? if not we need to have two CMD*/
|
/device/moto/shamu/camera/ |
QCamera_Intf.h | 305 /*should we hard code max CIDs? if not we need to have two CMD*/
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 305 /*should we hard code max CIDs? if not we need to have two CMD*/
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_errors.py | 293 'the following CIDs: MBIM_CID_REGISTER_STATE, '
|
/system/bt/stack/l2cap/ |
l2c_int.h | 270 ** Each CCB has unique local and remote CIDs. All channel control blocks on [all...] |