HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 276 - 300 of 361) sorted by null

<<1112131415

  /external/skia/src/pathops/
SkOpSegment.h 294 bool betweenTs(int lesser, double testT, int greater) const;
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 415 cmp r5,r3 @ is it greater than numerator?
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 398 // The HTML5 spec defines colspan MUST be greater than 0:
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 258 // greater than one (otherwise this position would be redundant).
  /external/libpcap/
scanner.l 270 greater return GREATER;
  /external/libvorbis/doc/
05-comment.tex 12 greater structure and machine parseability.
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 571 __ cmovl(greater, result_reg, scratch1);
829 __ j(greater, &done);
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/chromium_org/third_party/webrtc/test/w3c/
getusermedia_conformance_test.js 295 // resolution should at least be greater than or equal to QVGA.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 504 // several times. Quality degradation compensated by greater resolution.
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 644 __ cmov(greater, result_reg, scratch1);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 462 __ j(greater, &Loop2_body);
  /external/icu/icu4c/source/i18n/
coll.cpp 542 UBool Collator::greater(const UnicodeString& source, function in class:Collator
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 162 | Ugt (* Unsigned greater than *)
163 | Uge (* Unsigned greater or equal *)
166 | Sgt (* Signed greater than *)
167 | Sge (* Signed greater or equal *)
180 | Ogt (* Ordered and greater than *)
181 | Oge (* Ordered and greater or equal *)
188 | Ugt (* Unordered and greater than *)
189 | Uge (* Unordered and greater or equal *)
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 241 case '>': return lltok::greater;
LLParser.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 136 * string. If negative, the entire string will be searched. If greater
140 * Guaranteed to be either {@code -1} or a number greater than or equal to
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 137 * string. If negative, the entire string will be searched. If greater
141 * Guaranteed to be either {@code -1} or a number greater than or equal to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msacm.h 11 #error MMREG.H version 142 or greater to be included first
  /external/blktrace/btt/doc/
btt.tex 557 single bucket for all sizes greater than or equal to 1,024 blocks.
575 multiple data points greater than 8 blocks.
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 740 // The greater the depth the more accurate the colours, but
  /external/chromium_org/chrome/browser/resources/cryptotoken/
signer.js 264 * Creates a timer with an expiry greater than the expiration time of the given
  /external/chromium_org/extensions/renderer/resources/
json_schema.js 95 numberMaxValue: "Value must not be greater than *.",
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 766 // The greater the depth the more accurate the colours, but

Completed in 1191 milliseconds

<<1112131415