/external/ceres-solver/internal/ceres/ |
low_rank_inverse_hessian.cc | 116 // Where \lambda_1 & \lambda_m are the smallest and largest eigenvalues of
|
/external/chromium/base/ |
process_util.h | 519 // largest : size of the largest contiguous amount of memory found. It is 521 // largest_ptr: starting address of the largest memory block. 524 size_t largest; member in struct:base::FreeMBytes
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
locale.js | 53 // requires the largest unit.
|
/external/chromium/chrome/browser/ui/ |
window_sizer_mac.mm | 63 // that contains the largest amount of |match_rect| by area.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 179 // Maximum segment size, estimated protocol level, largest segment sent
|
/external/chromium_org/cc/test/ |
pixel_comparator.cc | 190 LOG(ERROR) << "Largest absolute error: "
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry.h | 130 // smaller than the preferred size, we'll return the largest one available.
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_app_sorting.h | 101 // the largest ordinal on |page_ordinal|. If there are no apps on the page
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app.h | 94 // sort them from smallest to largest.
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_buffer_pool.cc | 118 // largest one that's not big enough, in case we have to reallocate a buffer.
|
/external/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer.h | 118 float max_window_dur_; // Largest search window size (seconds)
|
/external/chromium_org/media/video/ |
video_decode_accelerator.h | 42 // Largest used enum. This should be adjusted when new errors are added.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
tcp.h | 148 #define TCP_MAXWIN 65535 /* largest value for (unscaled) window */
|
/external/chromium_org/net/dns/ |
dns_response.h | 102 // largest possible response, to detect malformed responses.
|
/external/chromium_org/remoting/host/ |
resizing_host_observer.cc | 87 // If the scale factors are the same, pick the resolution with the largest
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNodeInput.cpp | 155 // Find the number of channels of the connection with the largest number of channels.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
MathExtrasTest.cpp | 45 // Largest double number with 0.5 precision and one halfway rounding case below.
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treemixin.py | 116 * max_item() -> get largest (key, value) pair of T, O(log(n)) 117 * max_key() -> get largest key of T, O(log(n)) 122 * nlargest(i[,pop]) -> get list of i largest items (k, v), O(i*log(n)) 584 """ T.nlargest(n) -> get list of n largest items (k, v).
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 207 * Under/overflow sizes should be a multiple of the largest alignment
|
/external/chromium_org/third_party/openssl/openssl/crypto/hmac/ |
hmac.h | 69 #define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
hmac.h | 69 #define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */
|
/external/chromium_org/third_party/re2/re2/ |
make_unicode_casefold.py | 103 # with a recursion depth equal to the size of the largest
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
README | 65 is one greater than the largest primary key value currently
|
/external/chromium_org/third_party/sqlite/src/src/ |
mem5.c | 39 ** Let n be the size of the largest allocation divided by the minimum 115 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ 256 /* Abort if the requested allocation size is larger than the largest 423 ** 32-bit signed integer. Hence the largest allocation is 0x40000000
|
/external/chromium_org/ui/gfx/image/ |
image_family.cc | 126 // We have found the largest image smaller than desired.
|