Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.c89 #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/
DAttribute.java37 BOUNDS("bounds"); enumConstant
DByXPath.java167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString()); in buildDomNode()
/external/selinux/libselinux/src/
Daudit2why.c31 #define BOUNDS 6 macro
430 RETURN(BOUNDS) in analyze()
488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h74 #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/
DUiAutomationElement.java96 put(attribs, Attribute.BOUNDS, getBounds(node)); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java153 put(Attribute.BOUNDS, getBounds()); in call()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java148 return get(Attribute.BOUNDS); in getBounds()
/external/selinux/python/audit2allow/
Daudit2why288 if rc == audit2why.BOUNDS:
Daudit2allow288 if rc == audit2why.BOUNDS:
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td964 def : InstRW<[WriteBOUND], (instregex "BOUNDS(16|32)rm")>;
/external/freetype/
DChangeLog.245505 Change `BOUNDS' to `BOUNDSL' where appropriate.
DChangeLog.234655 * src/truetype/ttinterp (Ins_SHC): Use BOUNDS() to check