HomeSort by relevance Sort by last modified time
    Searched defs:tr1 (Results 51 - 75 of 79) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
40 namespace tr1 namespace
314 // Generalization of max_load_factor. Extension, not found in TR1. Only
363 _M_insert(const value_type&, std::tr1::true_type);
366 _M_insert(const value_type&, std::tr1::false_type);
375 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
54 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
662 typename std::tr1::add_reference<_Tp>::type
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 155 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
161 // Test's own tr1 tuple implementation should be
226 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
477 // Determines whether Google Test can use tr1/tuple. You can define
485 // Determines whether Google Test's own tr1 tuple implementation
490 // We use our own TR1 tuple if we aren't sure the user has an
492 // 2010 are the only mainstream compilers that come with a TR1 tuple
495 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 MB
508 // tr1/tuple.
545 // Implements a subset of TR1 tuple needed by Google Test and Google Mock
614 namespace tr1 { namespace in namespace:std
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 290 FIXP_DBL tr0, tr1, ti0, ti1; local
294 tr1 = r1[j];
303 tr1 <<= scale;
305 energy += fPow2AddDiv2(fPow2Div2(tr1), ti1) >> 1;
313 r1[j] = tr1;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 1747 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); local
    [all...]
TimeZoneTest.java 2045 TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeRule.UTC_TIME); local
2149 TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeRule.UTC_TIME); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 2559 TimeZoneTransition tr1, tr2; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 1744 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); local
    [all...]
TimeZoneTest.java 2042 TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeRule.UTC_TIME); local
2146 TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeRule.UTC_TIME); local
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
492 // Determines whether Google Test can use tr1/tuple. You can define
497 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
505 // Determines whether Google Test's own tr1 tuple implementation
510 // We use our own TR1 tuple if we aren't sure the user has an
513 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
515 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
518 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
554 namespace tr1 { namespace in namespace:std
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
499 // Determines whether Google Test can use tr1/tuple. You can define
504 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
512 // Determines whether Google Test's own tr1 tuple implementation
517 // We use our own TR1 tuple if we aren't sure the user has an
520 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
522 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
525 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
561 namespace tr1 { namespace in namespace:std
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
492 // Determines whether Google Test can use tr1/tuple. You can define
497 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
505 // Determines whether Google Test's own tr1 tuple implementation
510 // We use our own TR1 tuple if we aren't sure the user has an
513 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
515 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
518 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
554 namespace tr1 { namespace in namespace:std
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
499 // Determines whether Google Test can use tr1/tuple. You can define
504 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
512 // Determines whether Google Test's own tr1 tuple implementation
517 // We use our own TR1 tuple if we aren't sure the user has an
520 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
522 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
525 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
561 namespace tr1 { namespace in namespace:std
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
218 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
638 // Determines whether Google Test can use tr1/tuple. You can define
643 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
646 // Prevent `warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED.`
654 // Determines whether Google Test's own tr1 tuple implementation
659 // We use our own TR1 tuple if we aren't sure the user has a
714 namespace tr1 { namespace in namespace:std
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
216 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
625 // Determines whether Google Test can use tr1/tuple. You can define
630 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
638 // Determines whether Google Test's own tr1 tuple implementation
643 // We use our own TR1 tuple if we aren't sure the user has an
646 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
648 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
651 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
697 namespace tr1 { namespace in namespace:std
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
216 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
624 // Determines whether Google Test can use tr1/tuple. You can define
629 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
637 // Determines whether Google Test's own tr1 tuple implementation
642 // We use our own TR1 tuple if we aren't sure the user has an
645 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
647 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
650 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
696 namespace tr1 { namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 157 namespace tr1
207 namespace tr1 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 157 namespace tr1
207 namespace tr1 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 157 namespace tr1
207 namespace tr1 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 157 namespace tr1
207 namespace tr1 namespace in namespace:std
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 

Completed in 1177 milliseconds

1 23 4