/ndk/sources/android/support/tests/minitest/ |
minitest.h | 328 MINITEST_EXPECT_BINOP_(LE, <=, expected, expression) 398 MINITEST_ASSERT_BINOP_(LE, <=, expected, expression)
|
/external/chromium_org/net/quic/ |
quic_time_test.cc | 115 TEST_F(QuicTimeTest, LE) {
|
/ndk/sources/host-tools/nawk-20071023/ |
awkgram.y | 54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN 81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|' 230 | pattern LE pattern { $$ = op2($2, $1, $3); } 469 case LE: case LT: case EQ: case NE: case GT: case GE:
|
lex.c | 245 input(); yylval.i = LE; RET(LE);
|
/external/chromium/googleurl/base/ |
logging.h | 266 DEFINE_DCHECK_OP_IMPL(LE, <=) 299 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2)
|
/external/llvm/lib/IR/ |
GCOV.cpp | 208 LE = Lines.end(); LI != LE; ++LI) {
|
Metadata.cpp | 430 APInt LE = cast<ConstantInt>(EndPoints[Size - 1])->getValue(); 431 ConstantRange LastRange(LB, LE);
|
/external/llvm/lib/Target/R600/ |
AMDGPUIndirectAddressing.cpp | 166 LE = MBB.livein_end(); 167 LJ != LE; ++LJ) {
|
/external/chromium/base/ |
logging.h | 517 DEFINE_CHECK_OP_IMPL(LE, <=) 525 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) 703 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2) [all...] |
/external/chromium_org/base/ |
logging.h | 584 DEFINE_CHECK_OP_IMPL(LE, <=) 592 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) 774 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2) [all...] |
/external/eigen/blas/ |
drotm.f | 64 IF (N.LE.0 .OR. (DFLAG+TWO.EQ.ZERO)) GO TO 140
|
srotm.f | 65 IF (N.LE.0 .OR. (SFLAG+TWO.EQ.ZERO)) GO TO 140
|
dspr.f | 124 IF (INCX.LE.0) THEN
|
sspr.f | 124 IF (INCX.LE.0) THEN
|
/art/compiler/utils/arm/ |
constants_arm.h | 119 LE = 13, // signed less than or equal
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 126 BINOP_FALLBACK(LT) BINOP_FALLBACK(GT) BINOP_FALLBACK(LE)
|
RecursiveASTVisitor.h | 56 OPERATOR(LT) OPERATOR(GT) OPERATOR(LE) \ 247 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaExpr::Capture *C); 252 /// \c LE->getBody(). 255 bool TraverseLambdaBody(LambdaExpr *LE); 820 LambdaExpr *LE, const LambdaExpr::Capture *C) { 822 TRY_TO(TraverseStmt(LE->getInitCaptureInit(C))); 827 bool RecursiveASTVisitor<Derived>::TraverseLambdaBody(LambdaExpr *LE) { 828 TRY_TO(TraverseStmt(LE->getBody())); [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 787 for (MachineLoop::iterator LI = L.begin(), LE = L.end(); LI != LE; ++LI) [all...] |
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
NVPTXInstPrinter.cpp | 166 case NVPTX::PTXCmpMode::LE: 167 O << ".le";
|
/external/llvm/lib/Target/Mips/ |
MipsDelaySlotFiller.cpp | 347 LE = (*SI)->livein_end(); LI != LE; ++LI)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 516 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 516 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 516 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 516 DEF_RTL_EXPR(LE, "le", "ee", RTX_COMPARE) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_heapq.py | 204 class LE: 212 self.assertEqual(hsort(data, LE), target)
|