/external/skia/src/ports/ |
SkFontHost_fontconfig.cpp | 42 // filenames to fileid numbers and back. 45 // both filename and style. Thus we encode that id as (fileid << 8) | style. 68 static unsigned FileIdAndStyleToUniqueId(unsigned fileid, 72 return (fileid << 8) | static_cast<int>(style); 200 // Check to see if the filename has already been assigned a fileid and, if so, 201 // use it. Otherwise, assign one. Return the resulting fileid. 210 const unsigned fileid = global_fc_map_next_id++; local 211 global_fc_map[filename] = fileid; 212 global_fc_map_inverted[fileid] = filename; 213 return fileid; 239 const unsigned fileid = UniqueIdToFileId(familyFace->uniqueID()); local 290 const unsigned fileid = FileIdFromFilename(reinterpret_cast<char*>(filename)); local 327 const unsigned fileid = UniqueIdToFileId(id); local 340 const unsigned fileid = UniqueIdToFileId(fontID); local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccFileHandler.java | 136 * @param fileid EF id 143 public void loadEFLinearFixed(int fileid, int recordNum, Message onLoaded) { 146 new LoadLinearFixedContext(fileid, recordNum, onLoaded)); 148 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 175 * @param fileid EF id 181 public void getEFLinearRecordSize(int fileid, Message onLoaded) { 184 new LoadLinearFixedContext(fileid, onLoaded)); 185 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 298 int fileid; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.h | 89 u_int fileid; member in struct:fattr 224 u_int fileid; member in struct:entry
|
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 52 __u64 fileid; member in struct:nfs_fattr
|
/hardware/ril/include/telephony/ |
ril.h | 268 int fileid; /* EF id */ member in struct:__anon16178 282 int fileid; /* EF id */ member in struct:__anon16179 [all...] |