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

12 3 4 5 6 7

  /art/runtime/gc/
heap-visit-objects-inl.h 111 // TODO: Switch to standard begin and end to use ranged a based loop.
  /external/google-benchmark/test/
skip_with_error_test.cc 114 // Test the unfortunate but documented behavior that the ranged-for loop
  /external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc 114 // Test the unfortunate but documented behavior that the ranged-for loop
  /external/google-benchmark/
README.md 272 In C++11 mode, a ranged-based for loop should be used in preference to
284 The reason the ranged-for loop is faster than using `KeepRunning`, is
286 ever iteration, whereas the ranged-for variant is able to keep the iteration count
289 For example, an empty inner loop of using the ranged-based for method looks like:
323 Unless C++03 compatibility is required, the ranged-for variant of writing
748 `KeepRunning()` are skipped. For the ranged-for version of the benchmark loop
    [all...]
  /external/libcxx/utils/google-benchmark/
README.md 276 In C++11 mode, a ranged-based for loop should be used in preference to
288 The reason the ranged-for loop is faster than using `KeepRunning`, is
290 ever iteration, whereas the ranged-for variant is able to keep the iteration count
293 For example, an empty inner loop of using the ranged-based for method looks like:
327 Unless C++03 compatibility is required, the ranged-for variant of writing
752 `KeepRunning()` are skipped. For the ranged-for version of the benchmark loop
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 348 /// Default ranged hash function H. In principle it should be a
888 * (1) the difference between using a ranged hash function and using
893 * meaningless if we have a ranged hash function.
909 /// Specialization: ranged hash function, no caching hash codes. H1
972 // No specialization for ranged hash function while caching hash codes.
975 /// Specialization: ranged hash function, cache hash codes. This
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 348 /// Default ranged hash function H. In principle it should be a
888 * (1) the difference between using a ranged hash function and using
893 * meaningless if we have a ranged hash function.
909 /// Specialization: ranged hash function, no caching hash codes. H1
972 // No specialization for ranged hash function while caching hash codes.
975 /// Specialization: ranged hash function, cache hash codes. This
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtCXX.h 122 /// CXXForRangeStmt - This represents C++0x [stmt.ranged]'s ranged for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
hash_policy.hpp 125 /// Transforms the __hash value hash into a ranged-hash value
154 /// Transforms the __hash value hash into a ranged-hash value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
hash_policy.hpp 125 /// Transforms the __hash value hash into a ranged-hash value
154 /// Transforms the __hash value hash into a ranged-hash value
  /frameworks/base/wifi/java/android/net/wifi/rtt/
WifiRttManager.java 44 * The devices which can be ranged include:

Completed in 1346 milliseconds

12 3 4 5 6 7