Searched refs:BOUNDS (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 89 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 4116 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB() 4144 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW() 4175 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB() 4201 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW() 4236 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL() 4237 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL() 4797 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS() 4841 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD() 4842 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | Attribute.java | 37 BOUNDS("bounds"); enumConstant
|
D | ByXPath.java | 167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString()); in buildDomNode()
|
/external/selinux/libselinux/src/ |
D | audit2why.c | 31 #define BOUNDS 6 macro 430 RETURN(BOUNDS) in analyze() 488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_inst.h | 74 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \ macro 100 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \ 106 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \ 745 #undef BOUNDS
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationElement.java | 96 put(attribs, Attribute.BOUNDS, getBounds(node)); in UiAutomationElement()
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | ViewElement.java | 153 put(Attribute.BOUNDS, getBounds()); in call()
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | BaseUiElement.java | 148 return get(Attribute.BOUNDS); in getBounds()
|
/external/selinux/python/audit2allow/ |
D | audit2why | 288 if rc == audit2why.BOUNDS:
|
D | audit2allow | 288 if rc == audit2why.BOUNDS:
|
/external/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 964 def : InstRW<[WriteBOUND], (instregex "BOUNDS(16|32)rm")>;
|
/external/freetype/ |
D | ChangeLog.24 | 5505 Change `BOUNDS' to `BOUNDSL' where appropriate.
|
D | ChangeLog.23 | 4655 * src/truetype/ttinterp (Ins_SHC): Use BOUNDS() to check
|