HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 126 - 150 of 270) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textindexsizeerroffsetoutofbounds.js 80 greater than the number of characters in the Text node.
85 is a greater than the number of characters in the Text
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableSectionElement27.js 79 if the specified index is greater than the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is greater than the
  /ndk/tests/device/test-gnustl-full/unit/
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
sort_test.cpp 132 sort(numbers, numbers + count, greater<int>());
  /ndk/tests/device/test-stlport/unit/
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
sort_test.cpp 132 sort(numbers, numbers + count, greater<int>());
  /external/libvorbis/doc/
04-codec.tex 65 \varname{[audio_sample_rate]} must read greater than zero. Allowed final
73 fields are meaningful only when greater than zero.
150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION
170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION
211 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
223 \item if \varname{[vorbis_mapping_submaps]} is greater than one, we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
233 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
235 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecoda (…)
    [all...]
06-floor0.tex 42 \varname{[floor0_book_list]} that is greater than the maximum codebook
59 2) if ( [amplitude] is greater than zero ) \{
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
87 greater than the maximum possible book value are reserved.
90 may be greater than \varname{[floor0_order]}, the number actually
07-floor1.tex 161 \varname{[floor1_subclass_books]} scalar element greater than the
197 11) if ( [cbits] is greater than zero ) \{
293 20) if ( [val] is greater than or equal to [room] ) \{
295 21) if ( [highroom] is greater than [lowroom] ) \{
299 \} else [highroom] is not greater than [lowroom] \{
379 13) if ( [hx] is greater than [n] ) \{
09-helper.tex 22 2) if ( [x] is greater than zero ) {
92 \varname{[x]} and vector \varname{[v]} element \varname{n} is greater
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
72 [nativeint]. Is invalid if [gv] has a bitwidth greater than
77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
  /external/llvm/lib/AsmParser/
LLToken.h 29 less, greater, // < > enumerator in enum:llvm::lltok::Kind
  /external/llvm/lib/TableGen/
TGLexer.cpp 107 case '>': return tgtok::greater;
TGParser.cpp 488 if (Lex.getCode() == tgtok::greater) {
500 if (Lex.getCode() != tgtok::greater) {
533 if (Lex.getCode() == tgtok::greater) {
545 if (Lex.getCode() != tgtok::greater) {
635 if (Lex.getCode() != tgtok::greater) {
698 if (Lex.Lex() != tgtok::greater) { // Eat count.
714 if (Lex.getCode() != tgtok::greater) {
    [all...]
  /external/qemu/
curses_keys.h 278 { "greater", 0x03e },
  /external/stlport/test/unit/
sort_test.cpp 132 sort(numbers, numbers + count, greater<int>());
  /external/clang/lib/Format/
TokenAnnotator.cpp 106 if (CurrentToken->is(tok::greater)) {
390 case tok::greater:
588 } else if (Current.isOneOf(tok::r_paren, tok::greater, tok::comma)) {
    [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 290 __ j(greater, &Ljcc);
309 __ j(greater, &Ljcc);
391 __ cmovq(greater, rax, Operand(rdx, 3));
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 94 * @throws IllegalArgumentException if {@code value} is greater than {@link
128 * value if {@code a} is greater than {@code b}; or zero if they are equal
253 * @return the value present in {@code array} that is greater than or equal to
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 159 std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //smallest is at the top
252 std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //smallest is at the top
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement34.js 79 if the specified index is greater than the number of rows.
HTMLTableElement36.js 79 if the specified index is greater than the number of rows.
HTMLTableRowElement15.js 79 if the specified index is greater than the number of cells.
HTMLTableRowElement17.js 79 if the specified index is greater than the number of cells.
HTMLTableSectionElement25.js 79 if the specified index is greater than the number of rows.

Completed in 1380 milliseconds

1 2 3 4 56 7 8 91011