HomeSort by relevance Sort by last modified time
    Searched full:largest (Results 51 - 75 of 1679) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.h 34 // Values: ['largest', size/aa@bx/]
35 // 'largest': Specifies that the largest available favicon is requested.
36 // Example: chrome://favicon/largest/http://www.google.com/
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_unittest.cc 94 GURL("chrome-search://favicon/largest/1/2"),
95 "largest/",
131 GURL("chrome-search://favicon/largest/1/2"),
132 "largest/",
  /external/chromium_org/content/child/
image_decoder.h 38 // Size will be empty to get the largest possible size.
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 55 // Gets the size of the largest free block that is available without waiting.
58 // Gets the size of the largest free block that can be allocated if the
179 // Gets the size of the largest free block that is available without waiting.
184 // Gets the size of the largest free block that can be allocated if the
  /external/chromium_org/net/quic/
quic_received_packet_manager.h 42 // Checks whether |sequence_number| is missing and less than largest observed.
76 // packets of the largest observed.
125 // The largest sequence number cleared by RecalculateEntropyHash.
131 // Largest sequence number that the peer has observed. Mostly received,
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
address_field.h 23 // Address field types, ordered by size, from largest to smallest.
  /external/chromium_org/ui/gfx/
rect_conversions.h 16 // Returns the largest Rect that is enclosed by the given RectF.
  /external/clang/test/Sema/
alloc_size.c 22 void* fn9(unsigned) __attribute__((alloc_size(12345678901234567890123))); // expected-error {{integer constant is larger than the largest unsigned integer type}} // expected-error {{attribute parameter 1 is out of bounds}}
  /external/eigen/Eigen/src/Core/
StableNorm.h 34 * 1 - find the absolute largest coefficient \c s
93 nbig = (std::numeric_limits<Index>::max)(); // largest integer
98 rbig = (std::numeric_limits<RealScalar>::max)(); // largest floating-point number
114 if (RealScalar(nbig)>abig) nmax = int(abig); // largest safe n
  /external/icu4c/tools/toolutil/
denseranges.cpp 36 // The new gap is now one of the maxLength largest.
38 // length largest.
120 // divided by the 1..(capacity-1) largest gaps.
147 // Use the num ranges with the num-1 largest gaps.
  /external/iproute2/include/linux/
netdevice.h 34 #define MAX_ADDR_LEN 32 /* Largest hardware address length */
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
MaxFunction.java 32 * @return Largest of these
  /external/speex/libspeex/
ltp.h 67 int end, /* Largest pitch value allowed */
86 int end, /* Largest pitch value allowed */
110 int end, /* Largest pitch value allowed */
129 int end, /* Largest pitch value allowed */
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 6 by moving the slider thumb. The smallest value is to the left, the largest to the right. The
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 8 // (a) smallest/largest for the table
9 // (b) largest sequence number in the table
12 // - next-file-number is set to 1 + largest file number we found
13 // - last-sequence-number is set to largest sequence# found across
20 // (b) Sort tables by largest sequence# in the table
24 // Store per-table metadata (smallest, largest, largest-seq#, ...)
301 t.meta.largest.DecodeFrom(key);
400 t.meta.smallest, t.meta.largest);
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 21 * 2) After the elimination of the row, only the @p fill largest elements in
22 * the L part and the @p fill largest elements in the U part are kept
27 * The two extreme cases are when @p droptol=0 (to keep all the @p fill*2 largest elements)
166 * \param fillfactor This is used to compute the number @p fill_in of largest elements to keep on each row.
182 * \param ncut The number of largest elements to keep
264 // number of largest elements to keep in each row:
268 // number of largest nonzero elements to keep in the L and the U part of the current row:
405 // store the largest m_fill elements of the L part
434 // store the largest elements of the U part
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 393 LevelDBIterator* largest = 0; local
396 largest = data_iterator_.get();
399 if (!largest ||
400 comparator_->Compare(db_iterator_->Key(), largest->Key()) > 0)
401 largest = db_iterator_.get();
404 current_ = largest;
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.h 54 // all non-zero entries are within l_drop_tolerance of the largest
56 // all non-zero entries are within q_drop_tolerance of the largest
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h 94 // Fetch the largest unprocessed icon.
95 // The first largest icon downloaded and decoded successfully will be used.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.js 41 // First, grab the largest N traces from the first snapshot.
50 // Only use the largest 5 traces to start
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.html 32 <span id='account-largest-changestamp-remote'></span>
47 <span id='account-largest-changestamp-local'></span>
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 95 // Fetch the largest unprocessed icon.
96 // The first largest icon downloaded and decoded successfully will be used.
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don't use from
16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the structure is only
  /external/icu4c/common/unicode/
umachine.h 137 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
141 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
145 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
150 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
154 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
158 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
186 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
190 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/llvm/docs/
Extensions.rst 78 ``largest``
79 Links the largest section from among the duplicates.

Completed in 1581 milliseconds

1 23 4 5 6 7 8 91011>>