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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 41 /* Largest file which can be created (bytes). */
50 /* Largest core file that will be created (bytes). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 41 /* Largest file which can be created (bytes). */
50 /* Largest core file that will be created (bytes). */
  /external/chromium_org/content/common/
cc_messages_unittest.cc 674 size_t largest = 0; local
680 largest = std::max(largest, sizeof(cc::CheckerboardDrawQuad));
683 largest = std::max(largest, sizeof(cc::DebugBorderDrawQuad));
686 largest = std::max(largest, sizeof(cc::IOSurfaceDrawQuad));
689 largest = std::max(largest, sizeof(cc::PictureDrawQuad));
692 largest = std::max(largest, sizeof(cc::TextureDrawQuad))
719 EXPECT_EQ(sizeof(RenderPassDrawQuad), largest); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 99 if (icmp.InternalKeyComparator::Compare(f->largest.Encode(), key) < 0) {
100 // Key at "mid.largest" is < "target". Therefore all
104 // Key at "mid.largest" is >= "target". Therefore all files
116 ucmp->Compare(*user_key, f->largest.user_key()) > 0);
165 // is the largest key that occurs in the file, and value() is an
200 return (*flist_)[index_]->largest.Encode();
304 ucmp->Compare(user_key, f->largest.user_key()) <= 0) {
322 // Binary search to find earliest index whose largest key >= internal_key.
369 ucmp->Compare(user_key, f->largest.user_key()) <= 0) {
379 // Binary search to find earliest index whose largest key >= ikey
    [all...]
  /external/speex/libspeex/
stereo.c 151 spx_word32_t largest, smallest; local
177 largest = e_left;
181 largest = e_right;
187 shift = spx_ilog2(largest)-15;
188 largest = VSHR32(largest, shift-4);
190 balance = DIV32(largest, ADD32(smallest, 1));
195 balance=(largest+1.)/(smallest+1.);
216 /*fprintf (stderr, "%d %d %d %d\n", largest, smallest, balance_id, e_ratio);*/
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 9 // Returns the largest size icon, or a default icon, for the given |app|.
14 var largest = {size:0};
17 if (icon.size > largest.size) {
18 largest = icon;
21 return largest.url;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 9 // Returns the largest size icon, or a default icon, for the given |app|.
14 var largest = {size:0};
17 if (icon.size > largest.size) {
18 largest = icon;
21 return largest.url;
  /external/chromium/net/data/filter_unittests/
google.txt 5 As a first step to fulfilling that mission, Google's founders Larry Page and Sergey Brin developed a new approach to online search that took root in a Stanford University dorm room and quickly spread to information seekers around the globe. Google is now widely recognized as the world's largest search engine -- an easy-to-use free service that usually returns relevant results in a fraction of a second.
7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
13 Thousands of advertisers use our Google AdWords program to promote their products and services on the web with targeted advertising, and we believe AdWords is the largest program of its kind. In addition, thousands of web site managers take advantage of our Google AdSense program to deliver ads relevant to the content on their sites, improving their ability to generate revenue and enhancing the experience for their users.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.h 37 // - Largest change ID,
45 // - Get AboutResource to get the largest change ID and the Drive root folder
58 // - Populate database with the largest change ID, the sync-root folder and
  /external/chromium_org/net/data/filter_unittests/
google.txt 5 As a first step to fulfilling that mission, Google's founders Larry Page and Sergey Brin developed a new approach to online search that took root in a Stanford University dorm room and quickly spread to information seekers around the globe. Google is now widely recognized as the world's largest search engine -- an easy-to-use free service that usually returns relevant results in a fraction of a second.
7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
13 Thousands of advertisers use our Google AdWords program to promote their products and services on the web with targeted advertising, and we believe AdWords is the largest program of its kind. In addition, thousands of web site managers take advantage of our Google AdSense program to deliver ads relevant to the content on their sites, improving their ability to generate revenue and enhancing the experience for their users.
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 102 // Track the largest packet that has been sent.
105 // Track the largest packet that has been acked.
108 // Track the largest sequence number outstanding when a CWND cutback occurs.
  /external/chromium_org/base/process/
process_metrics_win.cc 245 MEMORY_BASIC_INFORMATION largest = {0}; local
254 if (info.RegionSize > largest.RegionSize)
255 largest = info;
259 free->largest = largest.RegionSize / kMegabyte;
260 free->largest_ptr = largest.BaseAddress;
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.h 26 // If |desired_size| is 0, the largest bitmap is returned unmodified.
47 // of the largest size is returned. If score is non-NULL, it receives a score
  /external/chromium_org/net/quic/
quic_connection_logger.h 66 // The largest packet sequence number received. In case of that a packet is
69 // The largest packet sequence number which the peer has failed to
  /external/chromium_org/third_party/re2/re2/
unicode_casefold.h 8 // to the next largest Unicode point with equivalent folding. The largest
  /external/clang/test/Lexer/
constants.c 18 #if 9223372036854775808 // expected-warning {{integer constant is larger than the largest signed integer type}}
20 #if 0x10000000000000000 // expected-error {{integer constant is larger than the largest unsigned integer type}}
  /external/clang/test/Sema/
128bitint.c 19 long long SignedTooBig = 123456789012345678901234567890; // expected-error {{constant is larger than the largest unsigned integer type}}
22 unsigned long long UnsignedTooBig = 123456789012345678901234567890; // expected-error {{constant is larger than the largest unsigned integer type}}
  /external/regex-re2/re2/
unicode_casefold.h 8 // to the next largest Unicode point with equivalent folding. The largest
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtitvinf.h 86 * The largest different calendar fields between 2 calendars is the
89 * For example: the largest different calendar fields between &quot;Jan 10, 2007&quot;
97 * in en_US, if the largest different calendar field between date1 and date2
100 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
103 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
258 * @param lrgDiffCalUnit the largest different calendar unit.
259 * @param intervalPattern the interval pattern on the largest different
274 * the largest different calendar field.
276 * @param field the largest different calendar field
389 * @param lrgDiffCalUnit the largest different calendar unit
    [all...]
  /external/icu4c/i18n/unicode/
dtitvinf.h 78 * The largest different calendar fields between 2 calendars is the
81 * For example: the largest different calendar fields between &quot;Jan 10, 2007&quot;
89 * in en_US, if the largest different calendar field between date1 and date2
92 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
95 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
252 * @param lrgDiffCalUnit the largest different calendar unit.
253 * @param intervalPattern the interval pattern on the largest different
268 * the largest different calendar field.
270 * @param field the largest different calendar field
385 * @param lrgDiffCalUnit the largest different calendar unit
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 162 Point largest = new Point(); local
163 display.getCurrentSizeRange(smallest, largest);
167 assertEquals(SECONDARY_DISPLAY_WIDTH, largest.x);
168 assertEquals(SECONDARY_DISPLAY_HEIGHT, largest.y);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricBlockCipher.java 20 * returns the largest size an input block can be.
  /external/chromium/webkit/glue/
image_decoder.h 31 // Size will be empty to get the largest possible size.
  /external/chromium_org/cc/animation/
timing_function.h 22 // The smallest and largest values returned by GetValue for inputs in
  /external/chromium_org/chrome/browser/chromeos/drive/
debug_info_collector.h 36 // Returns miscellaneous metadata of the file system like the largest

Completed in 1258 milliseconds

12 3 4 5 6 7 8 91011>>