HomeSort by relevance Sort by last modified time
    Searched defs:LE (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLineAnnotationDictionary_autogen.cpp 59 SkPdfArray* SkPdfLineAnnotationDictionary::LE(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("LE", "");
68 return get("LE", "") != NULL;
  /external/dexmaker/src/main/java/com/google/dexmaker/
Comparison.java 36 LE() {
  /external/llvm/unittests/LineEditor/
LineEditor.cpp 20 LineEditor *LE;
29 LE = new LineEditor("test", HistPath);
33 delete LE;
39 LE->saveHistory();
40 LE->loadHistory();
61 LE->setListCompleter(TestListCompleter(Comps));
62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
67 LE->setListCompleter(TestListCompleter(Comps));
68 CA = LE->getCompletionAction("", 0);
79 LE->setListCompleter(TestListCompleter(Comps))
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLineAnnotationDictionary_autogen.cpp 59 SkPdfArray* SkPdfLineAnnotationDictionary::LE(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("LE", "");
68 return get("LE", "") != NULL;
  /external/valgrind/main/none/tests/s390x/
cgij.c 23 #define LE C
62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
cgrj.c 23 #define LE C
67 CGRJ(7,8,8,LE) "\n\t"
cij.c 23 #define LE C
62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
clgij.c 23 #define LE C
62 CLGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
clgrj.c 23 #define LE C
67 CLGRJ(7,8,8,LE) "\n\t"
clij.c 23 #define LE C
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
clrj.c 23 #define LE C
67 CLRJ(7,8,8,LE) "\n\t"
crj.c 23 #define LE C
67 CRJ(7,8,8,LE) "\n\t"
  /external/llvm/lib/LineEditor/
LineEditor.cpp 98 LineEditor *LE;
112 return Data->LE->getPrompt().c_str();
142 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(
179 OS << Data->LE->getPrompt()
200 Data->LE = this;
  /art/compiler/utils/arm64/
assembler_arm64.h 54 LE = 13,
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 188 bool LE, bool ToFP) {
201 if (LE) {
210 if (LE) {
219 if (LE) {
232 if (LE) {
255 bool LE = Subtarget.isLittle();
277 swapFPIntParams(PV, M, IAH, LE, true);
290 if (LE) {
299 if (LE) {
308 if (LE) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 38 LE,
52 case NVPTXCC::LE:
53 return "le";
161 LE,
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 195 BasicBlock::iterator LI = L->begin(), LE = L->end();
199 assert(LI != LE && RI != R->end());
214 } while (LI != LE); // This is sufficient: we can't get equality of
219 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
465 LI = L->arg_begin(), LE = L->arg_end(),
467 LI != LE && RI != RE; ++LI, ++RI)
489 BasicBlock::iterator LE = LStart->getParent()->end();
492 unsigned NL = std::distance(LStart, LE);
520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
564 assert(LI != LE && RI != RE)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 51 LE = 12,
187 Operator& Operator::create<Operator::LE>();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 204 class LE:
212 self.assertEqual(hsort(data, LE), target)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 204 class LE:
212 self.assertEqual(hsort(data, LE), target)
  /external/javassist/src/main/javassist/compiler/
TokenId.java 75 int LE = 357; // <=
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 87 LE = 3,
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 433 APInt LE = cast<ConstantInt>(EndPoints[Size - 1])->getValue();
434 ConstantRange LastRange(LB, LE);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 446 AttributeSet::iterator LI = L.begin(i), LE = L.end(i), RI = R.begin(i),
448 for (; LI != LE && RI != RE; ++LI, ++RI) {
456 if (LI != LE)
594 const ConstantExpr *LE = cast<ConstantExpr>(L);
596 unsigned NumOperandsL = LE->getNumOperands();
601 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)),
    [all...]

Completed in 1151 milliseconds

1 2 3