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

1 2 3 4 5 6 7

  /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/dexmaker/dexmaker/src/main/java/com/android/dx/
Comparison.java 37 LE() {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 41 LE = 11,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 33 LE
41 case GT: return LE;
44 case LE: return GE;
56 case LE: return "le";
  /external/valgrind/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 100 LineEditor *LE;
116 return Data->LE->getPrompt().c_str();
146 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(
183 OS << Data->LE->getPrompt()
206 Data->LE = this;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_heapq.py 204 class LE:
212 self.assertEqual(hsort(data, LE), target)
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 314 auto LU = L->use_begin(), LE = L->use_end();
316 skipUnmappedUsers(LU, LE, LM);
319 while (LU != LE) {
332 skipUnmappedUsers(++LU, LE, LM);
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 144 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE,
147 C, getFileIndexForFunction(File), LS, CS, LE, CE));
151 unsigned CS, unsigned LE, unsigned CE) {
154 LS, CS, LE, CE));
  /external/minijail/
bpf.h 37 LE,
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 383 LE, // "<="
396 return LE;
488 case LE:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_heapq.py 204 class LE:
212 self.assertEqual(hsort(data, LE), target)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_heapq.py 204 class LE:
212 self.assertEqual(hsort(data, LE), target)
  /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)
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 178 UINT32 LE:1; // Local exact breakpoint enable
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 146 UINT32 LE:1; // Local exact breakpoint enable
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 37 ProfOStream(llvm::raw_fd_ostream &FD) : IsFDOStream(true), OS(FD), LE(FD) {}
39 : IsFDOStream(false), OS(STR), LE(STR) {}
42 void write(uint64_t V) { LE.write<uint64_t>(V); }
72 support::endian::Writer<support::little> LE;
97 endian::Writer<little> LE(Out);
100 LE.write<offset_type>(N);
112 LE.write<offset_type>(M);
123 endian::Writer<little> LE(Out);
128 LE.write<uint64_t>(ProfileData.first); // Function hash
129 LE.write<uint64_t>(ProfRecord.Counts.size())
    [all...]

Completed in 5168 milliseconds

1 2 3 4 5 6 7