/external/blktrace/btt/ |
bno_dump.c | 53 struct bno_dump *bdp; local 57 bdp = malloc(sizeof(*bdp)); 58 bdp->rfp = bno_dump_open(device, 'r'); 59 bdp->wfp = bno_dump_open(device, 'w'); 60 bdp->cfp = bno_dump_open(device, 'c'); 62 return bdp; 72 struct bno_dump *bdp = handle; local 74 if (bdp) { 75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp [all...] |
/external/icu4c/common/ |
ubidi_props.c | 62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { 74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa); 77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; 79 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]); 84 start=bdp->indexes[UBIDI_IX_JG_START]; 85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; 86 jgArray=bdp->jgArray; 109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { 112 if(bdp==NULL) { 116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX] [all...] |
ubidi_props.h | 43 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode); 48 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which); 51 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 54 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 57 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 60 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 63 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); 66 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c); 69 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
|
sprpimpl.h | 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
|
ubidiimp.h | 199 const UBiDiProps *bdp; member in struct:UBiDi
|
ushape.c | 318 const UBiDiProps *bdp; local 322 bdp=ubidi_getSingleton(); 329 switch(ubidi_getClass(bdp, c)) { 349 switch(ubidi_getClass(bdp, c)) { [all...] |
usprep.cpp | 357 newProfile->bdp = ubidi_getSingleton(); 771 direction = ubidi_getClass(profile->bdp, ch);
|
ubidi.c | 148 pBiDi->bdp=ubidi_getSingleton(); [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
GLServerState.java | 219 GLEnum bsf = back.sf, bdf = back.df, bdp = back.dp; local 229 bdp = GLEnum.valueOf(msg.getArg3()); 232 if (bsf == back.sf && bdf == back.df && bdp == back.dp) 239 back.dp = bdp;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
GLServerState.java | 219 GLEnum bsf = back.sf, bdf = back.df, bdp = back.dp; local 229 bdp = GLEnum.valueOf(msg.getArg3()); 232 if (bsf == back.sf && bdf == back.df && bdp == back.dp) 239 back.dp = bdp;
|
/external/icu4c/test/cintltst/ |
cucdtst.c | 3096 UBiDiProps *bdp; local [all...] |