Searched defs:LE (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLineAnnotationDictionary_autogen.cpp59 SkPdfArray* SkPdfLineAnnotationDictionary::LE(SkPdfNativeDoc* doc) { function in class:SkPdfLineAnnotationDictionary
60 SkPdfNativeObject* ret = get("LE", "");
68 return get("LE", "") != NULL;
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java36 LE() { method in enum:Comparison
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h21 const RelocAddrMap *M, bool LE)
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
H A DDWARFTypeUnit.h24 const RelocAddrMap *M, bool LE)
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
H A DDWARFUnit.cpp22 const RelocAddrMap *M, bool LE)
25 isLittleEndian(LE) {
20 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp20 LineEditor *LE; member in class:LineEditorTest
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
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLineAnnotationDictionary_autogen.cpp59 SkPdfArray* SkPdfLineAnnotationDictionary::LE(SkPdfNativeDoc* doc) { function in class:SkPdfLineAnnotationDictionary
60 SkPdfNativeObject* ret = get("LE", "");
68 return get("LE", "") != NULL;
/external/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h75 void VisitLambdaExpr(LambdaExpr *LE) { argument
77 for (LambdaExpr::capture_init_iterator I = LE->capture_init_begin(),
78 E = LE->capture_init_end();
H A DDataRecursiveASTVisitor.h51 OPERATOR(LT) OPERATOR(GT) OPERATOR(LE) OPERATOR(GE) OPERATOR(EQ) \
243 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C);
248 /// \c LE->getBody().
251 bool TraverseLambdaBody(LambdaExpr *LE);
789 RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr *LE, argument
797 bool RecursiveASTVisitor<Derived>::TraverseLambdaBody(LambdaExpr *LE) { argument
799 StmtQueue.queue(LE->getBody());
/external/valgrind/main/none/tests/s390x/
H A Dcgij.c23 #define LE C macro
62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dcgrj.c23 #define LE C macro
67 CGRJ(7,8,8,LE) "\n\t"
H A Dcij.c23 #define LE C macro
62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgij.c23 #define LE C macro
62 CLGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgrj.c23 #define LE C macro
67 CLGRJ(7,8,8,LE) "\n\t"
H A Dclij.c23 #define LE C macro
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclrj.c23 #define LE C macro
67 CLRJ(7,8,8,LE) "\n\t"
H A Dcrj.c23 #define LE C macro
67 CRJ(7,8,8,LE) "\n\t"
/external/clang/tools/libclang/
H A DIndexBody.cpp152 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) { argument
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp98 LineEditor *LE; member in struct:LineEditor::InternalData
112 return Data->LE->getPrompt().c_str();
142 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(
179 OS << Data->LE->getPrompt()
200 Data->LE = this;
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp188 bool LE, bool ToFP) {
201 if (LE) {
210 if (LE) {
219 if (LE) {
232 if (LE) {
255 bool LE = Subtarget.isLittle(); local
277 swapFPIntParams(PV, M, IAH, LE, true);
290 if (LE) {
299 if (LE) {
308 if (LE) {
186 swapFPIntParams(FPParamVariant PV, Module *M, InlineAsmHelper &IAH, bool LE, bool ToFP) argument
444 bool LE = Subtarget.isLittle(); local
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h38 LE, enumerator in enum:llvm::NVPTXCC::CondCodes
52 case NVPTXCC::LE:
161 LE, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp195 BasicBlock::iterator LI = L->begin(), LE = L->end(); local
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(); local
492 unsigned NL = std::distance(LStart, LE);
520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
564 assert(LI != LE
[all...]
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java75 int LE = 357; // <= field in interface:TokenId
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h87 LE = 3, enumerator in enum:llvm::Dependence::DVEntry::__anon25476
/external/llvm/lib/IR/
H A DMetadata.cpp433 APInt LE = cast<ConstantInt>(EndPoints[Size - 1])->getValue(); local
434 ConstantRange LastRange(LB, LE);

Completed in 369 milliseconds

12