Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/net/common/netd/libnetdutils/
DInternetAddressesTest.cpp33 enum Relation { EQ, LT }; enumerator
38 case LT: os << "lt"; break; in operator <<()
69 case LT: in testGamutOfOperators()
101 {LT, IPAddress(), IPAddress(IPV4_ANY)}, in TEST()
102 {LT, IPAddress(), IPAddress(IPV4_ONES)}, in TEST()
103 {LT, IPAddress(), IPAddress(IPV6_ANY)}, in TEST()
104 {LT, IPAddress(), IPAddress(IPV6_ONES)}, in TEST()
105 {LT, IPAddress(IPV4_ANY), IPAddress(IPV4_ONES)}, in TEST()
106 {LT, IPAddress(IPV4_ANY), IPAddress(IPV6_ANY)}, in TEST()
107 {LT, IPAddress(IPV4_ONES), IPAddress(IPV6_ANY)}, in TEST()
[all …]
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h43 LT = 11, enumerator
177 Operator& Operator::create<Operator::LT>();
DBinaryOp.h74 IntOperand* BinaryOp<Operator::LT>::eval(const Module&, const TargetLDBackend&);
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp203 Operator& Operator::create<Operator::LT>() { in create()
204 static BinaryOp<Operator::LT> op; in create()
DBinaryOp.cpp83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
DScriptParser.yy705 &Operator::create<Operator::LT>());
/frameworks/base/data/keyboards/
DVendor_045e_Product_02e0.kl30 # LT axis
DVendor_057e_Product_2009.kl36 # No LT / RT axes on this controller. Instead, there are keys.
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<)
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java93 static final short LT = vr("LT"); field in LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT