HomeSort by relevance Sort by last modified time
    Searched refs:Better (Results 1 - 10 of 10) sorted by null

  /external/openfst/src/include/fst/
heap.h 85 if (Better(val, A_[Parent(i)])) {
157 bool Better(const T& x, const T& y) {
167 if (l < size_ && Better(A_[l], A_[i]) )
172 if (r < size_ && Better(A_[r], A_[largest]) )
185 while (i > 0 && !Better(A_[p = Parent(i)], val)) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py 62 Q: Is this a spelling correction? New test? Better comments?
  /external/markdown/MarkdownTest/
MarkdownTest.pl 152 + Better handling of case when foo.text exists, but foo.html doesn't.
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 58 /// better conversion kinds have smaller values.
90 /// (C++ 13.3.3.1.1) and are listed such that better conversion
105 /// 13.3.3.1.1) and are listed such that better conversion ranks
474 /// kind, where smaller ranks represent better conversion
548 Better = -1,
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 274 bool Better(ProxyType lhs, const ProxyType rhs) {
344 if (Better(ptype, proxy->type)) {
    [all...]
  /external/strace/
strace.spec 155 - better futex syscall printing (##241467)
163 - better quotactl printing (#118696)
219 - Better printing for Linux aio system calls.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 608 /// Better to spend the space in every tree node. If you don't want these
    [all...]
Antlr.Runtime.pas 201 /// better to be 32-bit clean and be consistent with LA.
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 342 milliseconds