HomeSort by relevance Sort by last modified time
    Searched full:less (Results 476 - 500 of 9298) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/history/android/
visit_sql_handler.cc 38 // a. If the visit count in urls table is less than the visit rows in visit
58 // If created time is updated or new visit count is less than the current
  /external/chromium_org/chrome/common/extensions/api/
alarms.idl 56 // <code>periodInMinutes</code> to less than <code>1</code> will not be
57 // honored and will cause a warning. <code>when</code> can be set to less
  /external/chromium_org/chrome/renderer/resources/
neterror.html 33 <button id="more-less-button" class="text-button"
35 jsdisplay="more" jsvalues=".moreText:more; .lessText:less;"
neterror.js 8 var moreLessButton = document.getElementById('more-less-button');
108 var moreLessButton = document.getElementById('more-less-button');
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_get_multiple.txt 87 INVALID_VALUE is generated if <bufsize> is less than 0
91 INVALID_OPERATION is returned if <size> is less than the size needed to hold
  /external/chromium_org/net/cookies/
cookie_store.h 71 // to |delete_begin| and less than |delete_end|
79 // equal to |delete_begin| and less then |delete_end|. This includes
  /external/chromium_org/net/quic/crypto/
common_cert_set.cc 47 // Compare returns a value less than, equal to or greater than zero if |a| is
48 // lexicographically less than, equal to or greater than |b|, respectively.
  /external/chromium_org/remoting/protocol/
pairing_authenticator_base.h 16 // support for PIN-less authentication via device pairing:
26 // informs the client that the PIN-less connection failed and causes
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioResamplerKernel.h 45 // framesToProcess must be less than or equal to MaxFramesToProcess.
50 // framesToProcess must be less than or equal to MaxFramesToProcess.
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
preload_supplier.h 48 // available from the data server. (Currently this is less than 12,000 items of
49 // in total less than 2 MB of JSON data.)
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prbit.h 59 ** Compute the log of the greatest power of 2 less than or equal to n
87 ** 2 less than or equal to _n. The result is returned in _log2.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.h 70 // a 0 or less size is an estimate for a growable backing store with the
72 // @param dataSize if positive then a fixed size; if 0 or less then an
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 46 // that uses a given type-less allocator Alloc, which must provide:
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 46 // that uses a given type-less allocator Alloc, which must provide:
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
  /external/chromium_org/third_party/tlslite/tlslite/
verifierdb.py 44 Must be less than 256 characters in length. Must not already
77 @param username: The username for this verifier. Must be less
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.h 55 // if there is less than |len| bytes left.
78 // there is less than |size| bytes left in the buffer. Consume doesn't
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 46 /* if result is less than the added value we must take care of the carry */
87 /* if result is less than the added value we must take care of the carry */
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
packet_manipulator_unittest.cc 106 manipulator.AddRandomResult(0.3); // less than 0.5 will cause packet loss
140 manipulator.AddRandomResult(0.3); // less than 0.5 will cause packet loss
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
inter_frame_delay.cc 96 // This difference will probably be less than -2^31 if we have had a wrap around
105 // This difference will probably be less than -2^31 if we have had a backward wrap around.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
rtp_to_ntp.cc 135 // This difference should be less than -2^31 if we have had a wrap around
143 // This difference should be less than -2^31 if we have had a backward wrap
  /external/clang/test/Modules/
auto-module-import.m 35 // Test umbrella-less submodule includes
39 // Test umbrella-less submodule includes
  /external/clang/test/Sema/
enable_if.c 35 size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate disabled: chosen when 'maxlen' is known to be less than or equal to the buffer size}}
40 "chosen when 'maxlen' is known to be less than or equal to the buffer size")))
format-strings-enum-fixed-type.cpp 25 // While these are less correct, they are still safe.
55 // While these are less correct, they are still safe.
  /external/eigen/doc/
StlContainers.dox 26 std::map<int, Eigen::Vector4f, std::less<int>,
29 Note that the third parameter "std::less<int>" is just the default value, but we have to include it because we want to specify the fourth parameter, which is the allocator type.
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationmessage.cc 52 // 'less' comparator so they are ordered using EncodingOption's less-than

Completed in 1684 milliseconds

<<11121314151617181920>>