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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/sync/syncable/
syncable_changes_version.h 15 // 1. CHANGES_VERSION is less than 0.
  /external/chromium/chrome/common/
nacl_types.h 17 // We assume that HANDLE always uses less than 32 bits
  /external/chromium_org/chrome/browser/value_store/
value_store_util.h 23 // Return an empty Error. Useful for creating ValueStore::Error-less
  /external/chromium_org/content/renderer/
bmp_image_decoder_unittest.cc 20 // less than 30 seconds.
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc 45 // Less than one RTT have passed; ignore this event.
83 // Less than one RTT have passed; ignore this event.
134 // Less than one RTT have passed; ignore this event.
150 // Less than one RTT have passed; ignore this event.
  /external/chromium_org/sync/syncable/
syncable_changes_version.h 15 // 1. CHANGES_VERSION is less than 0.
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-runtime-checks.py 27 # TODO(scottmg): There are other less frequently used/partial options, but
  /external/chromium_org/tools/traceline/traceline/scripts/
filter_short.py 7 took less than 0.2ms.
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.h 26 // Returns a properly quoted command-line string less the program (argv[0])
  /external/clang/test/Sema/
sentinel-attribute.c 9 void f4(int a, ...) __attribute__ ((sentinel(-1))); //expected-error{{parameter 1 less than zero}}
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 25 // Calls from less permissive contexts. We don't actually do this
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
large_allocation_leak.cc 10 // maxsize in primary allocator is always less than this (1 << 25).
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt 7 to generate a Bugzilla login session. This should take less than a minute,
  /external/llvm/lib/IR/
CMakeLists.txt 44 if( MSVC_VERSION LESS 1700 )
  /external/llvm/test/CodeGen/PowerPC/
stwu8.ll 7 %"class.std::_Rb_tree.19.101.511.536" = type { %"struct.std::_Rb_tree<std::pair<const char *, const char *>, std::pair<const std::pair<const char *, const char *>, int>, std::_Select1st<std::pair<const std::pair<const char *, const char *>, int>>, std::less<std::pair<const char *, const char *>>, std::allocator<std::pair<const std::pair<const char *, const char *>, int>> >::_Rb_tree_impl.18.100.510.535" }
8 %"struct.std::_Rb_tree<std::pair<const char *, const char *>, std::pair<const std::pair<const char *, const char *>, int>, std::_Select1st<std::pair<const std::pair<const char *, const char *>, int>>, std::less<std::pair<const char *, const char *>>, std::allocator<std::pair<const std::pair<const char *, const char *>, int>> >::_Rb_tree_impl.18.100.510.535" = type { %"struct.std::less.16.98.508.533", %"struct.std::_Rb_tree_node_base.17.99.509.534", i64 }
9 %"struct.std::less.16.98.508.533" = type { i8 }
  /external/llvm/unittests/ADT/
CMakeLists.txt 40 if(MSVC AND MSVC_VERSION LESS 1600)
  /external/llvm/unittests/IR/
CMakeLists.txt 27 if(MSVC AND MSVC_VERSION LESS 1600)
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetRGB.3 13 This function uses the entire 8-bit [0\&.\&.255] range when converting color components from pixel formats with less than 8-bits per RGB component (e\&.g\&., a completely white pixel in 16-bit RGB565 format would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8])\&.
SDL_GetRGBA.3 13 This function uses the entire 8-bit [0\&.\&.255] range when converting color components from pixel formats with less than 8-bits per RGB component (e\&.g\&., a completely white pixel in 16-bit RGB565 format would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8])\&.
  /external/qemu/pc-bios/keymaps/
en-us 31 less 0x33 shift
  /external/stlport/test/unit/
less_test.cpp 34 sort(array, array + 4, less<int>());
  /external/valgrind/main/docs/internals/
m_syswrap.txt 4 interacts complicatedly with signals and to a less extent threads.
  /frameworks/base/core/java/android/print/
PageRange.java 42 * @throws IllegalArgumentException If start is less than zero or end
43 * is less than zero or start greater than end.
47 throw new IllegalArgumentException("start cannot be less than zero.");
50 throw new IllegalArgumentException("end cannot be less than zero.");
  /frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd 17 <li><a href="#Bandwidth">Use greater bandwidth to download more data less often</a></li>
28 <p>When it comes to impact on battery life, not all connection types are created equal. Not only does the Wi-Fi radio use significantly less battery than its wireless radio counterparts, but the radios used in different wireless radio technologies have different battery implications.</p>
36 <h2 id="Bandwidth">Use Greater Bandwidth to Download More Data Less Often</h2>
42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perhaps less intuitively, because the tail-time battery cost is relatively higher, it's also more efficient to keep the radio active for longer periods during each transfer session to reduce the frequency of updates.</p>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
comparison.hpp 19 #include <boost/mpl/less.hpp>

Completed in 238 milliseconds

1 2 3 4 56 7 8 91011>>