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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/web_applications/
web_app.h 55 // sort them from smallest to largest.
  /external/chromium_org/base/process/
process_metrics.h 90 // largest : size of the largest contiguous amount of memory found. It is
92 // largest_ptr: starting address of the largest memory block.
95 size_t largest; member in struct:base::FreeMBytes
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 161 $('account-largest-changestamp-remote').textContent =
162 aboutResource['account-largest-changestamp-remote'];
192 var changestamp = localMetadata['account-largest-changestamp-local'];
194 $('account-largest-changestamp-local').textContent =
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback.h 37 // The largest file size we support uploading.
  /external/chromium_org/chrome/common/favicon/
favicon_types.h 22 // largest IconType takes priority if data for multiple IconTypes is available.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.cpp 46 // This is the largest web font size which we'll try to transcode.
  /external/chromium_org/third_party/angle/src/libEGL/
Surface.h 89 // EGLBoolean largestPBuffer; // If true, create largest pbuffer possible
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 60 // Return size of CPU cache in bytes. Uses largest available cache (L3).
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.h 62 // returns the position which has the largest value that is less than value.
  /external/chromium_org/ui/views/controls/button/
text_button.h 102 // feel. TextButton reserves space for the largest string passed to SetText. To
113 // creation time, so that it can contain the largest of them and avoid
247 // Track the size of the largest text string seen so far, so that
306 // to actions. TextButton reserves space for the largest string passed to
  /external/kernel-headers/original/asm-mips/
dma-mapping.h 62 /* XXX Largest on any MIPS */
siginfo.h 124 /* _sigchld is currently the largest know union member */
  /external/libexif/m4m/
gp-config-msg.m4 35 dnl (collect left parts in array and choose largest length)
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 357 uintptr_t largest = candidateBlock->BlockSize; local
359 // Search for the largest free block
361 if (iter->BlockSize > largest) {
362 largest = iter->BlockSize;
368 largest = largest - sizeof(MemoryRangeHeader);
372 if (largest < ActualSize ||
373 largest <= FreeRangeHeader::getMinBlockSize()) {
480 uintptr_t largest = candidateBlock->BlockSize; local
482 // Search for the largest free block
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 48 /// getLargestLegalSuperClass - Returns the largest super class of RC that is
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 42 // getStubLayout - Returns the size and alignment of the largest call stub
  /external/skia/tools/tests/skdiff/test2/output-expected/
stdout 21 Largest area mismatch was 97.99% of pixels
  /external/stlport/test/unit/
collate_facets_test.cpp 30 //Smallest string should be before largest one:
50 //Smallest string should be before largest one:
97 //Smallest string should be before largest one:
226 //Smallest string should be before largest one:
config_test.cpp 94 largest possible size_t value bus slightly less in order to avoid
  /frameworks/base/docs/html/design/style/
devices-displays.jd 40 down for the other buckets. Another approach is to start with the device with the largest screen
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 30 //Smallest string should be before largest one:
50 //Smallest string should be before largest one:
97 //Smallest string should be before largest one:
226 //Smallest string should be before largest one:
config_test.cpp 94 largest possible size_t value bus slightly less in order to avoid
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 30 //Smallest string should be before largest one:
50 //Smallest string should be before largest one:
97 //Smallest string should be before largest one:
226 //Smallest string should be before largest one:
config_test.cpp 94 largest possible size_t value bus slightly less in order to avoid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pktcdvd.h 100 __u32 num_devices; /* out: Largest device index + 1 */

Completed in 1219 milliseconds

1 2 3 4 56 7 8 91011>>